h1,h2,h3,h3,h5,h6 {background-color:transparent;}
p,ul,li,a {font-size: 0.9em;}
.page-title {
	font-size: 3em;
	margin-bottom: 1px;
}
.name {
	font-size: 2em;
}
.section {
	font-size: 1.6em;
}
.title-degree {
	font-size: 1.1em;
}
.employer-provider {
	font-size: 1em;
	color: #333333;
}
.location {
	font-size: 0.9em;
	color: #555555;
}
.dates {
	font-size: 0.9em;
	color: #555555;
}
hr {
	display:block;
	color: transparent;
	border-bottom: 1px solid #F2DCCE;
	height:1px;
	margin: 1em 0 2em 0;
}

.download {
	display: inline-block;
	width: auto;
	clear: both;
	margin: 1em 1em 1em 0;
	padding: 0.4em;
	border: 2px solid #8FA4BF;
	background-color: #CEF1F2;
}
.download a {
	display: block;
	clear: both;
}

h6.dates + ul {
	margin-top: 1em;
}

@media only screen and (min-width: 750px) {

	.multi-column {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}

	.multi-column ul {
		margin-top: 0;
	}
	
	h6.dates {
		margin-bottom: 1em;
	}

}

@media only screen and (min-width: 1125px) {
	.multi-column {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
	}
	
	.multi-column-long {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}

	.multi-column ul {
		margin: 0;
	}
	
	h6.dates {
		margin-bottom: 1em;
	}
}			

@media only screen and (min-width: 1600px) {
	.multi-column {
		-webkit-column-count: 4; /* Chrome, Safari, Opera */
		-moz-column-count: 4; /* Firefox */
		column-count: 4;
	}

	.multi-column ul {
		margin: 0;
	}
	
	h6.dates {
		margin-bottom: 1em;
	}
}