/*INTERIOR GLOBALS*/

.interior {
	font:18px/1.5 "Raleway", helvetica, sans-serif;
}


.interior h2 {
	font-size:40px;
	margin:0 0 25px;
}


.interior h3{
	font-size: 30px;
	margin: 0 0 10px;
	border-bottom: 1px solid #C2C6C9;
	padding: 0 0 6px;
	box-shadow: 0px 1px 0px #E9E9E9;
}

.interior .subInner p {
	font: 20px/1.5 'Raleway', sans-serif;
}

.interior p{
	width:auto;
	margin:0 0 25px;
}

.interior hr{
	margin:50px 0;
}

.interior .button, .interior em a{
	background-color: #00a9a0;
	opacity: 0.8;
	padding: 10px 32px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-shadow: 1px 0px 1px #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.interior .button:hover, .interior em a:hover{
	background-color: #008f88;
	color:#fff;
}

.interior a{
	color:#936a1e;
	text-decoration:none;
	font-weight:600;
}

.interior a:hover{
	color:#000;
}


.interior ul{
	list-style-type:disc;
	padding:0 0 0 45px;
	font-size: 18px;
}

.interior ul li{
	margin:0 0 15px;
	line-height:1.5;
}



/*CONTACT*/

.page-id-121 .subInner blockquote, .page-id-79 .interior blockquote{
	padding:0;
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin:20px 4% 0 0;
	background: #e0e7ed;
	padding: 15px 0 0;
	min-height:182px;
	height: 375px;
}

.page-id-121 .subInner blockquote:last-of-type{
	margin:20px 0 0;
}

.page-id-121 .subInner blockquote h3{
	padding: 0 0 6px;
	border-bottom: 1px solid #CFD3D7;
	box-shadow: 0px 1px 0px #F5F6F7;
}

.page-id-121 .subInner ul li, .page-id-79 .subInner ul li{
	margin: 18px 0 22px;
}

.page-id-121 .subInner ul li strong{
	font-size: 15px;
	font-weight: 600;
}



/*EMPLOYMENT*/

.page-id-79 .interior .subInner{
	text-align:left;
}

.page-id-79 .interior blockquote{
	width: 23%;
	margin: 20px 1% 35px 0;
	padding: 20px;
	min-height: 256px;
}

.page-id-79 .interior blockquote ul{
	list-style:none;
	padding:0;
	font-size:17px;
}

.page-id-79 .interior blockquote ul li{
	margin:0 0 10px;
}

.page-id-79 .interior blockquote h3{
	text-align:center;
	font-size:20px;
	color: #fff;
	margin: -20px -20px 13px;
	padding: 11px 0;
}

.page-id-79 .interior blockquote  em{
	color:#bf2e0d;
}

.page-id-79 .interior blockquote p em{
	font-size:11px;
}

.page-id-79 .interior blockquote p{
	margin:0 0 10px;
}

.page-id-79 .interior blockquote:first-of-type h3{
	background: #e87900;
	border-color:#B5630B;
}

.page-id-79 .interior blockquote:nth-of-type(2) h3{
	background:#9fa619;
	border-color:#757B0E;
}

.page-id-79 .interior blockquote:nth-of-type(3) h3{
	background:#f1bb53;
	border-color:#BF9035;
}

.page-id-79 .interior blockquote:nth-of-type(4) h3{
	background:#bf2e0d;
	border-color:#85230C;
}


/*PRESS*/

.press .subInner{
	text-align:left;
}

.press .sections{
	background-color: #e0e7ed;
	padding: 42px;
	margin-bottom: 18px;
}

/*OTHER*/
@media screen {

	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.625em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.625em;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }

}



