/* CSS Document */

.border-blue{
	border: 4px solid #006FC6;
}
.border-yellow{
	border: 4px solid #FFBE00;
}
.centered-float-left{
    text-align: center;
    margin: 0;
}
.centered-float-right{
    text-align: center;
    margin: 0;
}
.img-left {
	margin: 0 3% 10px 0;
    clear: left;
}
.img-right {
	margin: 0 0 10px 3%;
    clear: right;
}
.img-right-round{
	max-width: 280px;
	margin: 10px 30px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	float: right;
}
.img-left-round{
	max-width: 280px;
	margin: 10px 30px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.left-box{
	float: left;
}
.right-box{
	float: right;
}
.text-italic{
	font-style: italic;
}
.text-large{
	font-size: 1.2em;
}
.text-larger{
	font-size: 1.4em;
}
.text-even-larger{
	font-size: 1.6em;
}
.text-largest{
	font-size: 1.8em;
}
.text-huge{
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
}
.back-grey{
	background: #ebebeb;
}
.back-blue{
	color: #fff;
	background: #0A4E7A;
}
.text-dark-blue{
	color: #006fc6;
}
.text-mid-blue{
	color: #0A4E7A;
}
.text-light-grey{
	color: #666;
}
.grey-border{
	box-sizing: border-box;
	border: 2px solid #e2e3e4;
	border-radius: 2px;
}
.read-on{
	width: 160px;
	max-width: 100%;
	display: block;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	background: #0A4E7A;
	border: 1px solid #fff;
}
.small-top-margin{
	margin-top: .25em;
}
.small-bottom-margin{
	margin-bottom: .25em;
}
.site-list{
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
.email{
	padding: 5px 0 5px 40px;
	background: url(../images/backgrounds/email-icon.png) 0 6px no-repeat;
	background-size: 28px auto;
}
.telephone{
	padding: 5px 0 5px 40px;
	background: url(../images/backgrounds/telephone-icon.png) 0 6px no-repeat;
	background-size: 28px auto;
}
.location{
	padding: 5px 0 5px 40px;
	background: url(../images/backgrounds/location-pin.png) 0 10px no-repeat;
	background-size: 28px auto;
}
















