/*

Theme Name: VHCA
Theme URI: http://www.illuminage.com/
Author: http://www.illuminage.com/
Author URI: http://www.illuminage.com/
Description: HTML5 starter theme.

*/

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:700);

/*****************************************************
******* begin reset *********************************
********************************/



/* http://meyerweb.com/eric/tools/css/reset/	v2.0 | 20110126   License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section  {
	display: block;
}

.screen-reader-text{display:none}

ol,  ul  {}

blockquote,  q  { quotes: none; }

blockquote:before,  blockquote:after, q:before,  q:after  {
	content: '';
	content: none;
}

table  {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************
******* end reset *********************************
********************************/

* { outline: 0 none; }

body {
	background: #ddd;
	font: 10px/10px 'Arial', 'Verdana', sans-serif;
}

.contain {
	margin: 0 auto;
	width: 990px;

	background-color: #fff;
}

#header {
	border-top: 17px solid #63b0f2;
	position: relative;
}
#header .contain {
	border-bottom: 23px solid #fff;
	padding: 164px 0 0 0;
	position: relative;
}
.home #header .contain { border-bottom: 3px solid #fff; }

#logo {
	height: 179px;
	left: -9px;
	position: absolute;
	top: -15px;
	width: 475px;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;

	background: transparent url(images/logo-bg.png) 0 0 no-repeat;
	text-indent: -9999em;
}
#logo span { display: none; }

#utility {
	position: absolute;
	right: 0;
	top: 24px;
	width: 383px;

	font-size: 0;
}
#utility .col1, #utility .col2 {
	display: inline-block;
	vertical-align: top;
}

.global {
	padding: 11px 14px 0 0;

	font-size: 0;
	list-style-type: none;
}
.global ul { list-style-type: none; }
.global li {
	margin: 0 0 11px 0;
	padding: 0 0 0 14px;
	position: relative;
}
.global li:after {
	height: 11px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 4px;

	background-color: #b3d92b;
	content: '';
	zoom: 1;
}
.global li:first-child {}
.global li a {
	display: block;

	color: #5a4e5c;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.global li a:hover {
	color: #a3c91b;
}
.global li.current-menu-item a {}
.global li ul { display: none; }
.col1 .global {
	border-right: 1px dotted #e2a1a1;
	margin: 0 21px 0 0;
	padding-bottom: 1px;
}


#textsize_wrapper {
	padding: 0 0 5px 14px;

	font-size: 0;
	text-transform: uppercase;
}
#textsize_wrapper span {
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: top;

	color: #5a4e5c;
	font: bold 13px/13px 'Arial', 'Verdana', sans-serif;
}
#textsize_wrapper a {
	display: inline-block;
	margin: 0 0 0 4px;
	vertical-align: top;
	width: 13px;

	color: #5a4e5c;
	font: bold 13px/13px 'Arial', 'Verdana', sans-serif;
	text-align: center;
	text-decoration: none;
}
#textsize_wrapper a:hover { color: #a3c91b; }
#textsize_wrapper a.active {
	border-bottom: 3px solid #b3d92b;
}


#search {
	font-size: 0;
}
#search input {
	border: 1px solid #d0d197;
	display: inline-block;
	vertical-align: top;
}
#search input[type=text] {
	height: 18px;
	padding: 2px 5px 0 5px;
	width: 102px;

	background-color: #fff;
	color: #828282;
	font-size: 12px;
	line-height: 12px;
}
#search input[type=submit] {
	height: 22px;
	margin: 0 0 0 6px;
	padding: 0;
	width: 22px;

	background: #fff url(images/search-submit-bg.png) center center no-repeat;
	cursor: pointer;
}


#nav {
	height: 42px;
	margin: 0 -9px;
	padding: 0 9px;
	position: relative;

	background-color: #c34040;
	font-size: 0;
	list-style-type: none;
	text-align: left;
}
#nav:before, #nav:after {
	height: 9px;
	left: 0;
	position: absolute;
	top: -9px;
	width: 9px;

	background: transparent url(images/corners.png) 0 0 no-repeat;
	content: '';
	zoom: 1;
}
#nav:after {
	left: auto;
	right: 0;

	background-position: -9px 0;
}
#nav #menu_btn { display: none; }
#nav ul.menu {
	height: 100%;
	text-align: center;
}
#nav li {
	display: inline-block;
	height: 100%;
	position: relative;
}
#nav li:first-child { border: 0 none; }
#nav li a {
	display: block;
	height: 27px;
	padding: 15px 18px 0 18px;

	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li:hover a,
#nav li.active a,
#nav li.current-menu-item a,
#nav li.current-menu-ancestor a {
	background-color: #9a1111;
}

#nav .pdf { display: none }

/* 2nd level nav */
#nav li ul {
	left: 0;
	position: absolute;
	width: 184px;
	z-index: -1;

	background-color: #c34040;
	opacity: 0;

	transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out;
	-ms-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	-webkit-transition: opacity .25s ease-out;
}
#nav li:last-child ul {
	left: auto;
	right: 0;
}
#nav li:hover ul { z-index: 50; opacity: 1; }
/*#nav li:hover ul li a { background-color: transparent; }*/
#nav li ul li, #nav li ul li:first-child {
	border: 0 none;
	border-top: 1px solid #e37070;
	display: block;
	height: auto;

	text-align: left;
}
#nav li ul li a {
	height: auto;
	padding: 7px 12px;

	background-color: transparent !important;
	color: #fff;
	font-weight: 13px;
	line-height: 17px;
}
#nav li ul li a:hover,
#nav li ul li.current-menu-ancestor > a,
#nav li ul li.current-menu-item > a { background-color: #9a1111 !important; }

/* 3rd level nav */
#nav li:hover ul li ul {
	left: 100%;
	top: 0;
	z-index: -1;

	background: #d45b5b;
	opacity: 0;
}
#nav li:hover ul li:hover ul { z-index: 50; opacity: 1; }
#nav li ul li ul li.current-menu-item > a { background-color: #9a1111; }


#hero {
	height: 263px;

	background: #d2e7fa url(images/hero-bg.gif) 0 0 no-repeat;
	font-size: 0;
}


#layerslider_1 {
	height: 263px;
	position: relative;
	width: 990px;
}
#layerslider_1 .ls-layer {}
#layerslider_1 .ls-layer img {
	border: 0 none !important;
	display: block !important;
	height: 100% !important;
	margin: 0 !important;
	left: auto !important;
	right: 0 !important;
	top: 0 !important;
	width: 670px !important;
	z-index: 50 !important;
}
#layerslider_1 .ls-s-1 {
	bottom: 0 !important;
	height: 208px;
	left: 0 !important;
	padding: 30px 32px 0 26px !important;
	position: absolute;
	top: 0 !important;
	width: 255px !important;
	z-index: 25 !important;

	color: #fff;
	font: 13px/13px 'Arial', 'Verdana', sans-serif;
	text-align: left;
	white-space: normal !important;
}
#layerslider_1 .ls-s-1 h2 {
	padding: 0 0 7px 0;

	color:#d2e7fa;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
}
#layerslider_1 .ls-s-1 p {
	margin: 0 0 11px 0;

	line-height: 22px;
}
#layerslider_1 .ls-s-1 a {
	display: block;

	color: #d2e7fa;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#layerslider_1 .ls-layer a.ls-link {
	z-index: 75 !important;
}

.ls-defaultskin {
	padding: 0 !important;
	background: #f7f7f7;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}


.ls-defaultskin .ls-nav-prev { left: 0 !important; }
.ls-defaultskin .ls-nav-next { right: 0 !important; }
.ls-bottom-nav-wrapper {
	bottom: 8px !important;
	height: auto !important;
	left: 264px !important;
	margin: 0 !important;
	position: absolute !important;

	text-align: left !important;
}


.highlights {}
.highlights ul {
	padding: 0 0 0 16px;
}
.highlights ul li {
	padding: 0 0 13px 0;

	background: transparent url(images/blue-dot.png) 0 6px no-repeat;
	font: 13px/16px Arial, Verdana, sans-serif;
}
.highlights ul li a {
	color: #944600;
}
#content .side .highlights {
	display: block;
	margin: 0;
	min-height: auto;
	width: auto;
}

.ill_jobs_feed_link{display:none}

.JobTitle, .CityState, .DatePosted {text-transform:uppercase} 
h6{font-weight:normal !important;font-style:italic}

table.jobs th.JobTitle {width:35%;}


#content {
	background: #fff url(images/content-bg.png) right top repeat-y;
}
#content .left,
#content .side,
#content #side,
#content .main,
#content #main {
	display: inline-block;
	vertical-align: top;

	font: 13px/13px 'Arial', 'Verdana', sans-serif;
	word-spacing: normal;
}

#content .left {
	padding: 25px 0 45px 0;
	width: 195px;
}
#content .left .buttons {}
#content .left .buttons a {
	display: block;
	height: 37px;
	margin: 0 0 14px -9px;
	padding: 7px 0 0 24px;
	position: relative;

	background-color: #c9c9c9;
	color: #5a4e5c;
	font: 11px/9px 'Archivo Narrow', sans-serif;
	text-decoration: none;
}
#content .left .buttons a:hover {
	background-color: #a6a6a6;
}
#content .left .buttons a:after {
	height: 9px;
	left: 0;
	position: absolute;
	top: -9px;
	width: 9px;

	background: transparent url(images/corners.png) -18px 0 no-repeat;
	content: '';
	zoom: 1;
}
#content .left .buttons a b {
	display: block;

	color: #c34040;
	font-size: 24px;
	line-height: 24px;
}


#content .main, #content #main {
	min-height: 290px;
	padding: 31px 40px 45px 40px;
	width: 577px;

	background-color: #fff;
	color: #000;
	font: .85em/155% Arial, Verdana, sans-serif;
}
.home #content .main {
	width: 382px;
}
#content .main h1, #content #main h1 {
	padding: 0 0 20px 0;

	color: #3079d9;
	font: normal 34px/34px 'Archivo Narrow', sans-serif;
}
#content .main h2, #content #main h2 {
	padding: 0 0 10px 0;
	color: #90b800;
	font: normal 26px/26px 'Archivo Narrow', sans-serif;
}

#content .main h3, #content #main h3 {
	padding: 0 0 10px 0;
	color: #90b800;
	font: normal 20px/20px 'Archivo Narrow', sans-serif;
}
#content .main a, #content #main a { color: #24498e; }
#content .main p, #content #main p,
#content .main ul, #content #main ul,
#content .main ol, #content #main ul,
#content .main table, #content #main table,
#content .main blockquote { margin: 0 0 12px 0; }
#content .main li, #content #main li { margin: 0 0 8px 0; }
#content .main ul, #content #main ul,
#content .main ol, #content #main ol,
#content .main blockquote { margin: 0 0 12px 1.5em; }
#content .main img, #content #main img {
	border: 2px solid #a2c6e8;
	padding: 2px;

	background-color: #fff;
}

#content .main hr, #content #main hr {
    border: 0px none;
    height: 2px;
    margin: 20px 0px 15px 0;
    background-color: #b6d0e6;
}

#content .top {
	color:#10458a;
	font-size:.75em;
	text-transform:uppercase;
	float:right;
}

#content .top a{
	padding:5px;
	text-decoration:none;
	background:#d4e0f1;
	color:#10458a;
}

#content .top a:hover{
	padding:5px;
	background:#c1cee1;
	text-decoration:none;
	color:#10458a;
}
	

/*locks (ill-mo css classes) */

/*#content ul.ill_mo_get_posts { padding-left: 0; list-style-type: none; }
.logged-in #content ul.ill_mo_get_posts { padding-left: 1.5em; list-style-type: disc; }
#content ul.ill_mo_get_posts li.restricted {
	background: url(images/lock.png) no-repeat left .65em !important;
	padding: 4px 0 4px 1.5em !important;
}*/

#content ul.ill_mo_get_posts li.restricted { position: relative; list-style-type: none; }
#content ul.ill_mo_get_posts li.restricted:before {
	height: 13px;
	left: -1.4em;
	position: absolute;
	top: .3em;
	width: 12px;

	background: url(images/lock.png) left top no-repeat;
	content: '';
}

.span_restricted,
.span_was_restricted  {
background: url(images/lock.png) no-repeat right 3px;
display: none;
height: 16px;
width: 13px;
vertical-align: baseline;
padding: 0 10px;
text-align: center;
}

.span_was_restricted {
	background: url(images/unlocked.png) no-repeat right 3px;
}


/* Section Guide */
#section_guide {}
#section_guide h2 {}
#section_guide ul { margin-left: 0 !important; list-style-type: none; }
#section_guide ul li {}
#section_guide ul li a {}
#section_guide ul li.current-menu-item a { font-weight: bold; }
#section_guide ul li ul.sub-menu { display: none; }


#content a:hover {
	color: #9a1111;
	text-decoration:none;
}


#content .side, #content #side {
	padding: 36px 15px 0 23px;
	width: 287px;

	background: #ededed;
}
.home #content .side {
	width: 295px;
}
#content .side h2, #content #side h2 {
	padding: 0 0 18px 0;

	color: #00386d;
	font: normal 26px/26px 'Archivo Narrow', sans-serif;
	text-transform: none;
}
#content .side a, #content #side a {
	color: #07345f;
}
#content .side .timely,
#content .side .ill_jobs_single_job_content { display: none !important; }

#content #input_1_4_5{clear:both !important}
#input_1_4_3_container{ float: right; }
#input_1_4_4_container{ float: left; }

#side_nav { padding: 0 0 20px 0; }
#side_nav ul li { display: none; }
#side_nav ul li.current-page-ancestor { display: block; }
#side_nav ul li.current-page-ancestor a { display: none; }
#side_nav ul li ul.sub-menu li {
	display: block;
	margin: 0 0 10px 0;
}
#side_nav ul li ul.sub-menu li a {
	display: block;
}
#side_nav ul li.current-menu-item a { font-weight: bold; }


#sponsors {
	padding: 1px 0 0 14px;

	text-align: center;
}

#sponsors img{border: 1px solid #b3d92b}

#sponsors a { display: block; }

#sponsors #slider {
	border: 1px solid #b3d92b;
}
#sponsors p {
	padding: 4px 0 0 0;

	color: #777;
	font: 14px/14px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
}


#footer {
	background-color: #00386d;
	color: #fff;
	font-size: 10px;
	line-height: 200%;
	text-transform: uppercase;
}
#footer .contain {
	padding: 64px 0 24px 18px;
	position: relative;
	width: 972px;

	background: transparent url(images/vhca-vcal-logo.png) 18px 11px no-repeat;
}
#footer p {}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .credit {
	opacity: .6;
	text-decoration: none;
	text-transform: none;
}

#footer .side {
	height: 32px;
	position: absolute;
	right: 0;
	top: 30px;
}

#footer .footer-nav {
	border-right: 1px dotted #7291ae;
	display: inline-block;
	height: 40px;
	margin: 0 12px 0 0;
	padding: 14px 17px 0 0;
	vertical-align: top;
}
#footer .footer-nav ul {
	list-style-type: none;	
}


#social {
	display: inline-block;
	height: 100%;
	padding: 5px 0 0 0 !important;
	vertical-align: top;

	color: #fff;
	font-size: 0;
	text-transform: uppercase;
}
#social div {
	display: inline-block;
	height: 18px;
	padding: 0 5px 0 0;
	vertical-align: top;

	font-size: 13px;
}
#social span {
	display: inline-block;
	height: 18px;
	margin: 0 0 0 4px;
	vertical-align: top;
	width: 19px;

	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
#social span:first-child { margin: 0; }
#social span.st_sharethis { background-image: url(images/social-share.png); }
#social span.st_facebook { background-image: url(images/social-facebook.png); }
#social span.st_twitter { background-image: url(images/social-twitter.png); }
#social span.st_email { background-image: url(images/social-email.png); }
#social span > span { display: none; }

#footer a.advancing-excellence { left: 37px; position: absolute; top: 15px; }
#footer a.ahca-ncal { left: 212px; position: absolute; top: 21px; }

/*gravity forms*/

#input_2_9_5_container, #input_2_11_5_container, #input_4_3_5_container, #input_3_9_5_container, #input_5_4_5_container, #input_7_3_5_container, #input_6_3_5_container, #input_8_4_5_container, #input_10_8_5_container, #input_10_16_5_container, #input_10_24_5_container, #input_10_32_5_container, #input_12_6_5_container{clear:both !important}
ul#export_field_list input#export_field_18 { display:none !important }

.ginput_container label { margin-top: 3px !important }

.gfield_description { font-size: 1em !important; }


/*******************************
	IlluminAge Calendar Colors
********************************/
/* link at the top of the page */
.cal-presentation {
	display: block;
	margin-bottom: 25px;
}

/* header bar */
.ill_calendar .ill_calendar_event .ill_calendar_date_box .ill_calendar_month, .ill_calendar #ill_calendar_grid th {
	background: #617284;
	color: #fff;
}
#content .main .ill_calendar .ill_calendar_tools .ill_calendar_date_nav .ill_calendar_btn.ill_calendar_prev,
.ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select:last-child {
	border-right-width: 1px;
}

#content .main .ill_calendar h2 {
	color: #507295;
}

#content .main .ill_calendar .ill_calendar_date_box .ill_calendar_day {
	border-bottom: 0 none;
	padding: .25em 0 .12em 0;

	background: #fff;
	color: #24498e;

	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
}
#content .main .ill_calendar .ill_calendar_date_box .ill_calendar_year {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cacaca;
	display: block;

	background: #fff;
	color: #24498e;
	font-size: .85em;
}
#content .main .ill_calendar .ill_calendar_info { margin-bottom: 0; }

#content .ill_calendar_rte_content { margin:25px 0 }

/* buttons */
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul li a, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {
}
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {
}
/* calendar grid date */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td.ill_calendar_grid_date {
	background: #eaf4ff;
}
/* calendar grid event */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a {
	background: #BDCCDB;

}

#ill_calendar_grid {
	border: 1px solid #BDCCDB;
}

#content .main #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_col_lines div {
	border: 1px solid #BDCCDB;	
}

#content .main #ill_calendar_date_nav_form select {
	padding: 0.33em 0.7em;
	height: 2.1em;
}

#content .main .ill_calendar .ill_calendar_dates {
	margin-top: 5px;
}


/* publications plugin */
#content.ill_pubs #main,
#content.ill_pubs #side { padding-top: 0; }
#content.ill_pubs #main img.ill_pubs_pub_banner { border: 0 none; max-width: 100%; padding: 0; }
.single-ill_pubs #content.ill_pubs #main h1 { display: none; }
#content.ill_pubs article .ill_pubs_breadcrumb { margin: 2em 0; }
#content.ill_pubs article .ill_pubs_breadcrumb div { max-width: 50%; }
#content.ill_pubs article .ill_pubs_breadcrumb div a { background: #e9eef2; text-align: center; }

#content.ill_pubs #side.ill_pubs_sidebar h2 { padding: 0; background: transparent; }
#content.ill_pubs #side.ill_pubs_sidebar ul { padding: 0 0 1em 16px; }
#content.ill_pubs #side.ill_pubs_sidebar ul li {
	border: 0 none;
	margin: 0;
}
#content .ill_pubs_sidebar hr { 
	border: 0px none;
    height: 2px;
    margin: 10px 0px 15px 0;
    background-color: #CCC;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft-nomargin {
	display: inline;
	float: left;
}

.alignright-nomargin {
	display: inline;
	float: right;
}


/*** SPECIAL EFFECTS ***/
#nav li a,
#global li a,
#content .left .buttons a {
	transition: background .15s ease-out;
	-moz-transition: background .15s ease-out;
	-ms-transition: background .15s ease-out;
	-o-transition: background .15s ease-out;
	-webkit-transition: background .15s ease-out;
}

.global li a,
#textsize_wrapper a {
	transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	-webkit-transition: color .15s ease-out;
}

/*** OLD IEs ***/
.ie7 #utility .col1, .ie7 #utility .col2,
.ie7 #textsize_wrapper span, .ie7 #textsize_wrapper a,
.ie7 #search input,
.ie7 #nav li,
.ie7 #content .left, .ie7 #content .side, .ie7 #content .main,
.ie7 #footer .footer-nav,
.ie7 #social, .ie7 #social div, .ie7 #social span
{
	display: inline;
}
.ie7 #nav li ul li { display: block; }
.ie7 #nav li ul { display: none; left: 0; top: 100%; }
.ie7 #nav li:hover ul { display: block; }

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.only_mobile, #features .highlights.only_mobile { display: none; }


/*** SMARTPHONE ***/
@media only screen and (max-width: 720px) {
	#utility, #search, #textsize_wrapper, #hero, #sponsors, #layerslider_1, #social, #footer .side,
	.no_mobile {
		display: none !important;
	}
	.only_mobile { display: block; }
	.contain, #nav ul.menu li ul.sub-menu li,
	#content .left, #content .main, #content #main, .home #content .main, #content .side, #content #side, .home #content .side,
	.highlights, #footer .contain {
		width: auto;
	}

	body {
		padding: 85px 0 0 0;

		background: #fff;
	}
	/*body:after {
		display: block;
		height: 100%;
		left: 320px;
		outline: 1px dashed #f80;
		position: fixed;
		top: 0;
		width: 0;
		z-index: 9999;

		content: '';
		zoom: 1;
	}*/

	.contain {
		margin: 0;

		box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	}

	#header {
		border: 0 none;
		height: 85px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;

		background: transparent;

		box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	}
	#header .contain {
		padding: 0;
	}

	#header .bar {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 20;

		background: #fff url(images/header-bg.png) center top no-repeat;
	}

	#logo {
		height: 85px;
		left: auto;
		margin: 0;
		padding: 0;
		position: relative;
		top: auto;
		width: auto;

		background-position: 0 0;
	}
	#logo a {
		height: 100%;
		width: 100%;

		background-position: 0;
		background-size: auto 100%;
	}

	#utility {
		border: 0 none;
		height: auto;
		padding: 0;
		right: 0;
		top: 25px;
		width: 45%;
	}

	#global {
		bottom: auto;
		right: 16px;
		top: 10px;
	}
	#global li {
		margin: 0 5px 5px 0;
	}
	#global li:first-child { display: none; }
	#global li a {}

	#nav {
		height: auto;
		margin: 85px 0 0 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: -1;

		text-align: left;

		transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		transition: transform .35s ease 0;
		-webkit-transition: -webkit-transform .35s ease 0;
	}
	#nav * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
	#nav #menu_btn {
		display: block;
		padding: 9px 8px;
		position: absolute;
		right: 8px;
		top: 100%;

		background-color: #c34040;
		color: #fff;
		content: 'Menu';
		font-size: 14px;
		zoom: 1;

		border-radius: 0 0 5px 5px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	}
	#nav.slid {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	#nav ul.menu { border: 0 none; height: auto; }
	#nav ul.menu li {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: rgba(255, 255, 255, .5);
		display: block;
		margin: 0 0 0 auto;
		position: static;
		width: 45%;

		background-color: #c34040;
		text-align: right;
	}
	#nav ul.menu li:first-child { border-width: 0; }
	#nav ul.menu li a {
		height: auto;
		padding: 9px 16px;

		color: #fff;
		font: 13px/17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif
	}
	#nav ul.menu li:hover a,
	#nav ul.menu li.active a,
	#nav ul.menu li.over a {
		background-color: #9a1111;
	}
	#nav ul.menu li:hover ul.sub-menu { left: 0; z-index: -1; opacity: 0; }
	#nav ul.menu li.over ul.sub-menu { z-index: 50; opacity: 1; }
	#nav ul.menu li ul.sub-menu {
		border: 0 none;
		height: 100%;
		left: -9999px;
		padding: 0;
		top: 0;
		width: 55%;

		background-color: #9a1111;
	}
	#nav ul.menu li ul.sub-menu li {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: rgba(255, 255, 255, .5);

		background-color: #9a1111;
		text-align: left;
	}
	#nav ul.menu li:hover ul.sub-menu li:hover ul.sub-menu,
	#nav ul.menu li.over ul.sub-menu li ul.sub-menu { display: none; }

	.highlights {
		margin: 0;
		min-height: auto;
		padding: 0;
	}
	.highlights h2 { padding: 0 0 20px 0; }

	#spotlight {}
	
	.only_mobile a.btn { margin: 0 10px 20px 10px; }

	#content {
		background: transparent;
	}
	#content .left,
	#content .side,
	#content #side,
	#content .main,
	#content #main { display: block; min-height: auto; }

	#content .left {
		padding: 10px;
	}
	#content .left .buttons a {
		margin: 0 auto 14px auto;
		padding: 7px 10px 0 20px;
	}
	#content .left .buttons a:after { display: none; }

	#content .main, #content #main {
		padding: 30px 10px 10px 10px;
	}
	.home #content .main { padding: 10px; }
	#content .main .buttons {
		height: auto;
		left: auto;
		margin: 15px 0;
		position: relative;
		top: auto;

		background: transparent;
	}
	#content .main .buttons ul, #content #main .buttons ul {
		text-align: left;
	}
	#content .main .buttons li, #content #main .buttons li {
		border: 0 none;
		margin: 0 0 5px 5px;
		vertical-align: top;
		width: 47%;

		background-color: #c29200;
		font-size: 12px;
		line-height: 12px;
	}
	#content .main .buttons li a, #content #main .buttons li a {
		height: 30px;
		padding: 6px 12px 0 12px;

		text-align: center;
	}

	#content .side, #content #side {
		padding: 10px;
	}

	.alignleft, .alignright {
		height: auto;
		max-width: 50%;
	}

	#footer-global {
		padding: 20px 10px 10px 10px;
	}

	#footer {
		padding: 10px;

		font-size: 10px;
	}
	#footer .contain {
		padding: 64px 0 10px 0;

		background-position: 0 11px;
	}
	
}
/******************
	TABLET
*******************/
@media only screen and (min-width: 721px) and (max-width: 989px) {
	
	#footer .contain,
	.contain {
		width: auto;
	}

	#logo {width: 100%;}
 	#logo a { background-size: 48%; } 
	#utility { width: 347px; } 

	#nav {padding: 0; width: 100%; margin: 0;}
	#nav ul li a {
		padding: 15px 10px 0;

		font-size: 12px;
	} 
	#nav:before, #nav:after {display: none;}

	#hero {
		overflow: hidden;
		width: 100%;
	}
	
	#hero #layerslider_1 {
		width: 100% !important;
	}

	#hero  #layerslider_1 .ls-s-1 {
		width: 150px !important;
		
		background-color: rgb(0, 56, 109) !important;
		height: 263px;
		z-index: 100!important;
	}
	#layerslider_1 .ls-s-1 h2 {
		font-size: 14px;
	}
	#hero #layerslider_1 .ls-inner {

	}

	#content {
		background: #fff;
	}

	.home #content .main { padding: 10px; width: 40%;}
	#content .main {
		padding: 10px;

		width: 66.5%;
	}
	

	.home #content .left { width: 26%;}
	.home #content .side { width: 26%; }

	#content .side { width: 25.5%; }

	#footer .side { 
		position: relative;
		height: auto;
		right: auto;
		display: inline;
		top: auto;
	}
}
