@charset "utf-8";
/* MAIN STYLES */

/* Base */
body {
	background: #efefef;font-weight: 400;
}
.header-content, .main-nav-content, #content-wrap, .wrap .content.row, footer .row {
	max-width: 960px;
	margin: 0 auto;
}

/* Links */
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
/* Typography */
abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn {
	font-style: italic;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Lists */
dd {
	margin: 0 0 0 20px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
ol ol, ol ul, ul ol, ul ul {
	padding: 0 0 0 30px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* Embedded content */
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/* fluid images */
img, figure, video, object, embed {
	max-width: 100%;
	height: auto;
}
#map_canvas img, .map_canvas img {
	max-width: none!important;
}
/* flexible/responsive videos */
/* http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ */
.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 1.125em;
	height: 0;
	overflow: hidden;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Forms */
fieldset {
	border: 0;
}
legend {
	border: 0;
	white-space: normal;
 *margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
 *height: 13px;
 *width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
:invalid {
 -webkit-box-shadow: none;
 box-shadow: none;
}
:-moz-ui-invalid {
 box-shadow: none;
}
/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =============================================================================
   Typography !n! !typ
   ========================================================================== */
html {
	font-size: 62.5%;
}
html, body#tinymce, button, input, select, textarea {
	font-family: sans-serif;
	color: #212121;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:normal;
	word-wrap: break-word;
	color:#666;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;text-transform:uppercase;
	text-rendering: optimizelegibility;
	color: #444;
}
h1, .h1 {
	font-size:280%;
	margin-bottom: 10px;
}
h2, .h2 {
	font-size: 220%;
	margin-bottom: 9px;
}
h3, .h3 {
	font-size: 220%;
	margin-bottom: 7px;
}
h4, .h4 {
	font-size: 180%;
	margin-bottom: 6px;
}
h5, .h5 {
	font-size: 160%;
	margin-bottom: 5px;
}
h6, .h6 {
	font-size: 140%;
	margin-bottom: 4px;
}
h2 span, h3 span, h4 span, h2 strong, h3 strong, h4 strong {
	color: #cb1510;font-weight:400;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	margin:0;
}

p, menu, figure, fieldset, ul, ol, dl, blockquote, table, form, pre, hr {
	margin-bottom: 1.125em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
a {
	color: #cb1510;
	text-decoration: none;
}
a:hover {
	color: #a3120e;
}
a:visited {
	color: #cb1510;
}
a:focus {
	color: #cb1510;
	outline: thin dotted;
}
.content p a {
	text-decoration:underline;
}
.content p {
	line-height:normal;
}

/* buttons */
.button, #submit {
	display: inline-block;
	padding: 13px 30px;
	background: rgb(251,100,101); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,100,101,1) 0%, rgba(241,48,48,1) 6%, rgba(230,31,25,1) 50%, rgba(212,22,16,1) 51%, rgba(197,21,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,100,101,1)), color-stop(6%,rgba(241,48,48,1)), color-stop(50%,rgba(230,31,25,1)), color-stop(51%,rgba(212,22,16,1)), color-stop(100%,rgba(197,21,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,100,101,1) 0%,rgba(241,48,48,1) 6%,rgba(230,31,25,1) 50%,rgba(212,22,16,1) 51%,rgba(197,21,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,100,101,1) 0%,rgba(241,48,48,1) 6%,rgba(230,31,25,1) 50%,rgba(212,22,16,1) 51%,rgba(197,21,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,100,101,1) 0%,rgba(241,48,48,1) 6%,rgba(230,31,25,1) 50%,rgba(212,22,16,1) 51%,rgba(197,21,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,100,101,1) 0%,rgba(241,48,48,1) 6%,rgba(230,31,25,1) 50%,rgba(212,22,16,1) 51%,rgba(197,21,16,1) 100%); /* W3C */
	border: none;
	box-shadow:0 3px 8px rgba(0,0,0,0.4);
	border-radius: 4px;
	font-family: 'Oswald',sans-serif;
	font-size: 140%;text-align: center;
	line-height: 1;
	text-decoration: none !important;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	color: #efefef !important;text-transform:uppercase;
	-webkit-transition: background-color 0.2s 0 linear;
	-moz-transition: background-color 0.2s 0 linear;
	-o-transition: background-color 0.2s 0 linear;
	transition: background-color 0.2s 0 linear;
	-webkit-appearance: none;
}
.button:hover, #submit:hover {
	background: rgb(249,122,122); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,122,122,1) 0%, rgba(249,59,59,1) 6%, rgba(239,33,33,1) 50%, rgba(224,24,24,1) 51%, rgba(214,38,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,122,122,1)), color-stop(6%,rgba(249,59,59,1)), color-stop(50%,rgba(239,33,33,1)), color-stop(51%,rgba(224,24,24,1)), color-stop(100%,rgba(214,38,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,122,122,1) 0%,rgba(249,59,59,1) 6%,rgba(239,33,33,1) 50%,rgba(224,24,24,1) 51%,rgba(214,38,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,122,122,1) 0%,rgba(249,59,59,1) 6%,rgba(239,33,33,1) 50%,rgba(224,24,24,1) 51%,rgba(214,38,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,122,122,1) 0%,rgba(249,59,59,1) 6%,rgba(239,33,33,1) 50%,rgba(224,24,24,1) 51%,rgba(214,38,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,122,122,1) 0%,rgba(249,59,59,1) 6%,rgba(239,33,33,1) 50%,rgba(224,24,24,1) 51%,rgba(214,38,38,1) 100%); /* W3C */
	color: #ffffff !important;
}

.button.small{
	padding:8px 20px;
	font-size:115%;
}

/* ==|== Header !hdr !n! ====================================================== */
.header {
	position: fixed;z-index: 100;
	width: 100%;
	background: #ffffff;
	border-top: 10px solid #363636;
}
.header.smaller {
	border-top: 3px solid #363636;
	opacity:0.95;
}
.header-content {
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header.smaller .header-content {
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header .brand {
	float: left;
}
.header .brand img {
	float: left;
	display: inline-block;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header.smaller .brand img {
	height: 65px;
	width: auto;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header .brand .zone {
	float: left;
	margin: 0 0 0 8px;
}
h1.site-title {
	display: inline-block;
	float: left;
	clear: left;
	margin: 0px;
}
h1.site-title a {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 73px;
}
header.smaller h1.site-title a {
	font-size: 50px;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header .brand strong {
	display: inline-block;
	clear: left;
	float: right;
	color: #00A33D;
	font-family: 'Maven Pro', sans-serif;
}
.header.smaller .brand strong {
	clear: none;
	margin: 28px 0 0 10px;
}
.header-middle{
	float:left;
}
.homepage-headline {
	display:none;
	margin: 20px auto 0;
	}
	.homepage-headline h2 {
		font-size: 120%;
		text-align: center;
	}

.header.smaller .homepage-headline {
	margin: 10px auto 0;
	}
	.header.smaller .homepage-headline h2 {
		font-size: 90%;
	}
	
body.home .homepage-headline {
	display:block;
}

.emergencyBtn {
	display:block;
	text-align: center;
	}
	.emergencyBtn a.button {
		font-size: 130%;
		margin: 20px auto 0;padding: 4px 25px 12px;
		}
		.emergencyBtn a.button span {
			color: #FFCB49;
			font-family: 'Open Sans',sans-serif;font-size: 70%;font-weight: 700;
			line-height: 18px;
		}
	
	.header.smaller .emergencyBtn a.button {
		font-size: 110%;
		margin: 12px auto 0;padding: 2px 25px 8px;
	}
		
body.home .emergencyBtn {
	display:none;
}

.header-aux {
	float:right;
	margin: 10px 0 0;
}

.header.smaller .header-aux {
    margin: 5px 0 0;
}


.main-nav {
	background: rgb(89,89,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(53,53,53,1) 3%, rgba(61,61,61,1) 49%, rgba(43,43,43,1) 50%, rgba(25,25,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(3%,rgba(53,53,53,1)), color-stop(49%,rgba(61,61,61,1)), color-stop(50%,rgba(43,43,43,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(53,53,53,1) 3%,rgba(61,61,61,1) 49%,rgba(43,43,43,1) 50%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(53,53,53,1) 3%,rgba(61,61,61,1) 49%,rgba(43,43,43,1) 50%,rgba(25,25,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(53,53,53,1) 3%,rgba(61,61,61,1) 49%,rgba(43,43,43,1) 50%,rgba(25,25,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(53,53,53,1) 3%,rgba(61,61,61,1) 49%,rgba(43,43,43,1) 50%,rgba(25,25,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #696969;
	border-bottom:1px solid #333;
}
.nav-mobile nav {
	background: #191919;
}
.nav {
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-size:100%;font-weight:700;
	font-family:'Oswald', sans-serif;
}
.nav li {
	display: inline-block;
	float: left;
}
.main-nav .nav > li {
	border-right:1px solid rgba(0,0,0,0.3);
	border-left:1px solid rgba(255,255,255,0.1);
}

.nav li > a {
	display: block;font-weight: 400;
	padding: 12px 15px;
	color: #efefef;text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.header.smaller .nav li > a {
	padding: 6px 15px;
}
.nav li > a:hover {
	background:#CB1510;
	color: #fff;
}
.nav li.current-menu-item > a {
	color:#FFCB49;
}

.nav-desktop {
	float: left;
	clear: left;
	width: 100%;
}
.disabled {
	display: none;
}
.nav-mobile nav {
	float: left;
	clear: both;
	width: 100%;
}
.nav-mobile .nav li {
	display: block;
	clear: left;
	width: 100%;
}
.nav-mobile .nav li > a {
	display: block;
	padding: 7px 15px;
	width: 100%;
	color: #fff;
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}

.nav > li > ul.sub-menu{
	display: none;
	position: fixed;
	padding: 0px;
	margin: 0px;
}
.nav > li:hover > ul.sub-menu{
	display: block;
}
.sub-menu li{
	float: left;
	clear: left;
	width: 100%;
}
.sub-menu li a{
	background: #212121;
	background: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;font-weight: 400;text-transform: none;
    padding: 5px 15px 6px;
}
.sub-menu li a:hover {
	background:#1A1A1A;
	color:#FFCB49;
}
.sub-menu-toggle{
	display: none;
}
#phone {
    border-right: 1px solid #dadada;
    float: right;
    margin-right: 0;padding-right: 10px;
	}
	#phone h3 {
		margin:0;
		font-size:80%;
		color:#666;
		}
		#phone h3 strong {
			font-size:130%;
			font-weight:500;
			color:#cc1510;
		}

#social{
	float: right;
}
#social ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#social ul li{
	margin: 0 0 0 5px;
	padding: 0px;
	float: left;
}
#social ul li a {
	display: block;
    font-size: 110%;
    padding: 1px;
    vertical-align: middle;
}
.icon-facebook2{
	color: #3D5A99;
}
.icon-facebook2:hover{
	color: #1C356B;
}
.icon-twitter2{
	color: #55ACEE;
}
.icon-twitter2:hover{
	color: #347AAD;
}
.icon-googleplus2{
	color: #D73D32;
}
.icon-googleplus2:hover{
	color: #931F17;
}
.icon-youtube{
	color: #E12A27;
}
.icon-youtube:hover{
	color: #A01B1B;
}
.icon-pinterest{
	color: #D60201;
}
.icon-pinterest:hover{
	color: #8E0000;
}

#header-search-form{
	clear:right;
	float: right;
	display: block;
	margin-left: 0;margin-top:10px;
	}
	.search-form {
		margin-bottom:0;
	}
	.search-form .search-query {
		float:left;
		padding: 5px 22px 5px 7px;
		width: 260px;
	}
	.search-form .button {
		float:left;
		width:17px;height:17px;
		margin:3px 0 0 -24px;padding:0;
		background:none !important;
		border:none !important;
		box-shadow:none !important;
	}
	
.header.smaller #header-search-form {
    margin-top: 5px;
	}
	.header.smaller .search-form .search-query {
		font-size: 90%;
		height: 23px;
		padding: 3px 22px 3px 7px;
	}
	.header.smaller .search-form .button {
		margin: 0 0 0 -22px;
	}

/* ==|== Content !cnt !n! ===================================================== */
#content {
	margin-bottom:35px;padding-top: 150px;
	clear: both;
}
#content.more-padding{
	padding-top: 210px;
}
#content .content {
	width: 100%;
	clear: both;
}
#content-wrap {
    background:#fff;border-top: 5px solid #ff1a11;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-top: -140px;
    padding: 20px 15px;
    z-index:10;
    position:relative;
}
body.home #content-wrap {
    margin-top: 0;
}
#content-wrap.no-banner{
	padding-top: 130px;
}

/* ==|== Homepage ===================================================== */
.hero {
	height:250px;
	padding: 10px 0;
	background-repeat:none;
	background-size:cover;
	background-position:center -150px;
	box-shadow: 0 80px 80px rgba(0, 0, 0, 0.5) inset;
	}
	.hero h1 {
		color:#fff;text-shadow:1px 1px 4px rgba(0, 0, 0, 0.5);
		}
		.hero h1 strong {
			color:#FFCB49;font-size: 130%;font-weight:700;
		}
	.hero h2, .hero h3, .hero h4, .hero h5 {
		color:#fff;text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
		font-family:'Open Sans',sans-serif;
		line-height:normal;
		margin:0;
		font-weight:600;
	}
#homepageHero.hero {
	height:455px;
	background-position:center top;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	}
	#homepageHero.hero h1 {
		font-weight: 400;margin: 0;
	}
	#homepageHero.hero h2 {
	}
	#homepageHero.hero h3 {
		color:#FFCB49;font-weight:400;font-size:240%;
		font-family:'Oswald', sans-serif;
	}
	#homepageHero.hero h4 {
		margin-top: 8px;
		font-size: 120%;line-height: 14px;
	}
	#homepageHero.hero h5 {
		font-size: 110%;
		margin: 5px 0;
	}
	#homepageHero.hero #hero-arrow {
		margin: 20px 0 0;
		position: absolute;
		right: 288px;
	}
	#homepageHero.hero #hero-button {
		margin:3px 0 10px;
		}
		#homepageHero.hero #hero-button a.button {
			font-size: 170%;
			padding: 13px 70px;
		}
	
	#homepageHero #hero-content {
		text-align:center;position: relative;
		transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
	}
	.opaque-gradient {
		position: relative;
		height:100%;
		bottom:-10px;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMC4zNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,0) 42%, rgba(239,239,239,0) 73%, rgba(239,239,239,0.36) 82%, rgba(239,239,239,0.55) 88%, rgba(239,239,239,0.75) 92%, rgba(239,239,239,0.9) 96%, rgba(239,239,239,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,rgba(239,239,239,0)), color-stop(73%,rgba(239,239,239,0)), color-stop(82%,rgba(239,239,239,0.36)), color-stop(88%,rgba(239,239,239,0.55)), color-stop(92%,rgba(239,239,239,0.75)), color-stop(96%,rgba(239,239,239,0.9)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,0) 42%,rgba(239,239,239,0) 73%,rgba(239,239,239,0.36) 82%,rgba(239,239,239,0.55) 88%,rgba(239,239,239,0.75) 92%,rgba(239,239,239,0.9) 96%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,0) 42%,rgba(239,239,239,0) 73%,rgba(239,239,239,0.36) 82%,rgba(239,239,239,0.55) 88%,rgba(239,239,239,0.75) 92%,rgba(239,239,239,0.9) 96%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,0) 42%,rgba(239,239,239,0) 73%,rgba(239,239,239,0.36) 82%,rgba(239,239,239,0.55) 88%,rgba(239,239,239,0.75) 92%,rgba(239,239,239,0.9) 96%,rgba(239,239,239,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,0) 42%,rgba(239,239,239,0) 73%,rgba(239,239,239,0.36) 82%,rgba(239,239,239,0.55) 88%,rgba(239,239,239,0.75) 92%,rgba(239,239,239,0.9) 96%,rgba(239,239,239,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	}

#home-cta {
	margin:-215px -35px 35px;
	}
	#home-cta div.column {
		position:relative;
		}
	#sidebar-cta div.column{
		margin-bottom: 15px;
		}
		#home-cta a,
		#sidebar-cta a {
			color:#fff;
			display: block;position: relative;
			box-shadow: inset 1px 0px 15px 20px rgba(0,0,0,0.75);
		}
		#home-cta .cta-img,
		#sidebar-cta .cta-img {
			overflow: hidden;
			position:relative;
			/*height: 150px;*/
			box-shadow:0 3px 10px rgba(0,0,0,0.5);
			opacity:0.9;
			}
			#home-cta div.column:hover .cta-img,
			#sidebar-cta div.column:hover .cta-img{
				opacity:1;
			}
		#home-cta .cta-title,
		#sidebar-cta .cta-title {
			position:absolute;z-index:10;
			bottom:0;left:0;right:0;
			opacity:0.8;
			background:rgba(0,0,0,0.5);
			margin-right:0;margin-left:0;
			box-shadow:0 3px 10px rgba(0,0,0,0.5);
			}
			#home-cta div.column:hover .cta-title,
			#sidebar-cta div.column:hover .cta-title  {
				opacity:1;background:rgba(0,0,0,0.6);
			}
			
			#home-cta .cta-title h3,
			#sidebar-cta .cta-title h3 {
				color:#fff;
				font-size:110%;font-weight:700;
				margin:0;padding:8px 12px;
				text-shadow:1px 1px 2px rgba(0,0,0,0.5);
				transition: all 0.2s ease-in-out 0s;
				-moz-transition: all 0.2s ease-in-out 0s;
				-webkit-transition: all 0.2s ease-in-out 0s;
			}
			#home-cta div.column:hover .cta-title h3,
			#sidebar-cta div.column:hover .cta-title h3 {
				color: #FFCB49;
				padding-bottom:15px;
			}
				
/* ==|== Main !main !n! ======================================================= */
.block{
	margin: 0 0 20px 0;
}
.block h3{
	font-size: 22px;
}
.block h4{
	font-size: 17px;
	margin: 0px;
}

.block li h2, .block li h3, .block li h4 {
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
    text-transform: none;
}

.field-wrap, #ninja_forms_required_items {
    margin-bottom: 0 !important;
}

/* == Images and Figures == */
.caption {
	font-size: .85em;
	text-align: center;
}
/* == search and password form == */
.search-form label, .protected-post-form label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.protected-post-form .button {
	margin-left: 4px;
}


.member-group-1{}
.member-bio{
	width:50%;
	margin-bottom:35px;
	text-align: center;
}
.member-bio .dept{
	font-weight:700;
}

.member-group-2-header{
	font-weight:700;
	font-size:14px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:4px;
	width:100%;
	clear:both;
	float:left;
}
.member-group-2{
	margin:25px 0 15px 0;
	text-align:center;
}
.member-group-2 .member{
	padding-bottom:6px;
	margin-bottom:6px;
	display:block;
	float:left;
	width:100%;
}
.member-group-2-header .column,
.member-group-2 .member .column{
	width:25%;
}


/* ==|== Sidebar !sdb !n! ===================================================== */

.sidebar {
    box-shadow: -10px 0 15px -14px rgba(0, 0, 0, 0.3);
	}
	.sidebar .sideinner {
		padding:0 5px 0 10px;
	}

/* ==|== Footer ftr !n! ====================================================== */
.footer {
	text-align:center;
	background:#dadada;
	border-top:1px solid #ccc;
	padding: 10px 0;
}

.footer-nav {
	text-align:center;
	margin:10px auto;
	}
	.footer-nav .nav li {
		display:inline;
		clear: none;float:none;
		}
		.footer-nav .nav li a {
			background:none;
			color:#666;
			padding:0 10px;
			display: inline;
		}
		.footer-nav .nav li a:hover {
			background:none;
			color:#222;
		}

.org-info [property="name"] {
	margin: 0;
}
.design-by {
	font-size: .85em;
}

.ninja-forms-required-items,
.ninja-forms-req-symbol{ display: none; }