/* custom styles go here */

body {
	background: #fff;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
}

body, input, textarea {
	color: #004f70;
}


/* header */

#header_wrapper {
	
}

#header {
	position: relative;
	z-index: 10;
}

.social_icons.social_icons_top {
}

img.social_icon,
.social_icons img {
	height: 24px;
	width: auto;
	margin: 0 5px;
	cursor: pointer;
	opacity: .7;
}

a:hover img.social_icon,
.social_icons a:hover img {
	opacity: 1;
}

img.social_icon_footer {
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

#branding {
	
}

#branding #site_logo img {
	width: auto;
	height: 142px;
	display: block;
}

#tagline {
	clear: both;
	background: #ebe81a;
	border-top: 16px solid #032c42;
	top: -8px;
	position: relative;
	z-index: 9;
}

#tagline div.content_wrapper {
	height: 42px;
	width: 1140px;
	background: url(../images/logo_tagline.png) left center no-repeat;
	text-indent: -300em;
	overflow: hidden;
	display: block;
}



.top_nav .header_search {
	display: inline-block;
	vertical-align: top;
}

.top_nav .header_search form {
	margin: 0;
}

.top_nav .header_search input#searchform {
	background: #fff;
	border: 3px solid #03395a;
	display: inline-block;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 10px;
	width: 140px;	
	padding: 0 0 0 10px;
	color: #000;
}

.top_nav .header_search .search_icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}

.top_nav .menu-secondary-nav-container {
	display: inline-block;
}

.mejs-container .mejs-controls {
	display: block;
}



/* main content */
h1 {

}

h2 {
	font-weight: 600;
	font-size: 24px;
	margin: 30px 0 0 0;
}

h4.qe-faqs-toggles-group-title,
h3 {
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2em;
	margin: 20px 0 10px 0;
}

h4 {
	
}

.mt-0 {
	margin-top: 0 !important;
}

.txt-ctr {
	text-align: center;
}

#main_wrapper {
	
}

#main {
	
}

#container.fullwidth {
	float: none;
	width: 100%;
}


#main .main-aside {
	
}

#menu-secondary-nav.sf-menu {
	
}

#menu-secondary-nav.sf-menu li {
}


#access .sf-menu .nav-amr {
	height: 30px;
	width: 100px;
	text-indent: -300em;
	overflow: hidden;
	background: url(../images/amr_logo.png) center center no-repeat;
	background-size: 100px 30px;
	display: inline-block;
}



.button,
input[type="submit"],
#menu-secondary-nav.sf-menu li a {
	display: inline-block;
	width: 150px;
	border: 3px solid #03395a;
	text-align: center;
	height: auto;
	min-height: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 4px 0 !important;
	font-size: 15px;
	line-height: 1.5em;
	background: #ebe81a;
}

a.button {
	padding: 3px 20px !important;
	text-decoration: none !important;
	display: inline-block;
	font-weight: bold;
}

.button.btn-trans {
	background: transparent;
}

.btn-blue {
	background-color: #03395a !important;
	color: #fff;
}

.button.btn-light {
	color: #fff;
	border-color: #fff;
}

.button.btn-220w {
	width: 220px;
	padding-right: 0;
	padding-left: 0;
}

.btn-hover-ylw:hover {
	background-color: #ebe81a !important;
	color: #03395a !important;
}

.button {
	width: auto;
	padding: 0 20px;
	margin: 0;
}

.hero_link .button {
	padding: 0 20px !important;
	height: 70px;
	line-height: 70px;
	font-weight: 400;
	font-size: 24px;
	border: none;
}

.button a:hover, a.button:hover {
	text-decoration: none;
}

p, pre, form, select, address, embed, td, th {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
}

#main_wrapper p {
	margin-bottom: 20px;
}

#main_wrapper p:last-of-type {
	margin-bottom: 0;
}

.widgetcontainer h3.widgettitle,
.entry-content > h1:first-of-type, .entry-content > h2:first-of-type,
.sidebar_content > h1:first-of-type, .sidebar_content > h2:first-of-type,
.content_col-l > h1:first-of-type, .content_col-l > h2:first-of-type,
.content_col-r > h1:first-of-type, .content_col-r > h2:first-of-type {
	margin-top: 0;
}

.cleardiv {
	clear: both;
}

.large {
	font-size: 24px;
}

.small {
	font-size: 80%;
}


/* home page */

body.page-template-home_page .cycle-pager,
body.page-template-home_page-v2 .cycle-pager {
	display: none;
}

#home_hero_wrapper {
	display: block;
}

body.page-template-home_page #main_wrapper,
body.page-template-home_page-v2 #main_wrapper {
	width: 100%;
}

body.page-template-home_page .entry-content p:last-of-type,
body.page-template-home_page-v2 .entry-content p:last-of-type {
	padding-bottom: 30px;
}

.home_hero_text {
	color: #fff;
}

.home_hero_text .hero_title {
	font-size: 72px;
	line-height: 1.1em;
	text-align: center;
}

.home_hero_text .hero_title.two_lines {
	text-align: left;
}

.home_hero_text .hero_title2 {
	text-align: right;
}

.home_hero_text .hero_text {
	font-size: 30px;
	text-align: left;
	font-weight: 300;
	margin-top: 100px;
}

.home_hero_item {
	position: relative;
	display: table;
	height: 690px; /* April update */
	height: 595px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-size: 100% auto;
	background-position: center bottom;
}

.home_hero_item img.home_hero_image {
	visibility: hidden;
	display: none;
}

.home_hero_text_wrapper {
	display: table;
	height: 100%;

}

.home_hero_text_wrapper .home_hero_text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.bg-ltblue {
	background: #0096c5;
	color: #fff;
}

.bg-ltblue_img {
	background-image: url("../images/home_bg2-ltblue.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.bg-dkblue {
	background: #004f71;
	color: #fff;
}

.content_news .post_link a,
.news_wrapper .post_link a {
	color: #eae73d !important;
}

.home_callout_section {
	background: url("../images/home_bg3-people.jpg") left top no-repeat;
	background-size: cover;
	padding: 70px;
}

.home_callout_section, .home_callout_section p {
	color: #8e2c48;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.6em;
}

body.page-template-home_page #container,
body.page-template-home_page-v2 #container {
	background: #eae73d;
	width: 100%;
	float: none;
}

body.page-template-home_page #container,
body.page-template-home_page #container p,
body.page-template-home_page-v2 #container,
body.page-template-home_page-v2 #container p {
	font-size: 24px;
	line-height: 1.8em;
	color: #023859;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.library_text_wrapper {
	background: url("../images/home_bg4-dna.jpg") left top no-repeat;
	background-size: cover;
}

.library_text {
	top: 100px;
	background: rgba(0,38,54,.8);
	color: #fff;
	padding: 20px;
}

.library_text_wrapper {
	background: url("../images/home_bg4-dna.jpg") left top no-repeat;
	background-size: cover;
}


.library_text h1,
.library_text h2,
.library_text h3 {
	margin: 0 0 10px 0;
}

.library_text,
.library_text p,
.library_text h1,
.library_text h2,
.library_text h3 {
	color: #fff;
}

body.page-template-home_page .news_wrapper .post_item,
body.page-template-home_page-v2 .news_wrapper .post_item {
	border-top: 1px solid #eae73d;
}

.content_news .post_item {
	border-top: none;
}

.content_news.bottom_content_area {
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 !important;
}

.content_news h2 {
	margin-top: 0;
}

.content_news .post_item .readmore {
	border-top: 1px solid #eae73d;
	padding-top: 10px;
	margin-top: 10px;
}

.content_news .post_item .post_date,
body.page-template-home_page .news_wrapper .post_item .post_date,
body.page-template-home_page-v2 .news_wrapper .post_item .post_date {
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0;
}

.content_news .post_item .post_title,
body.page-template-home_page .news_wrapper .post_item .post_title,
body.page-template-home_page-v2 .news_wrapper .post_item .post_title {
	font-size: 15px;
	font-weight: 300;
}

.content_news .post_item .post_link,
body.page-template-home_page .news_wrapper .post_item .post_link,
body.page-template-home_page-v2 .news_wrapper .post_item .post_link {
	font-size: 16px;
}

.home_padding {
	padding: 40px 0 !important;
}

body.page-template-home_page #footer_wrapper,
body.page-template-home_page-v2 #footer_wrapper {
	margin: 0;
}

.data_wrapper {
	background: #0096c5;
	padding: 40px 0 60px 0 !important;
	margin: 0 !important;
}

.data_wrapper .data-value {
	color: #fff;
	font-size: 80px;
	font-weight: 100;
	line-height: 1.0;
}

.data_wrapper .data-value sup,
.data_wrapper .data-value span,
.data_wrapper .data-value div {
	font-size: 30px;
}

.data_wrapper .data-value sup {
	position: relative;
	top: -35px;
}

.data_wrapper .data-title {
	color: #002e57;
	font-size: 21px;
	text-transform: uppercase;
}

.home_promos {
	padding: 50px 0;
}

.home_promos .col {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.home_promos .col img {
	width: 100%;
	height: auto;
	display: block;
}

.promo_text_wrapper {
	width: 100%;
	background: #8e2c48;
}

.promo_text {
	padding: 20px;
	display: block;
}

.promo_text_wrapper,
.promo_text_wrapper a,
.promo_text_wrapper a:visited {
	color: #fff;
}

.promo_text_wrapper a.readmore,
.promo_text_wrapper a.readmore:visited,
.promo_text_wrapper a.readmore:hover {
	color: #fff;
}

.promo_text_wrapper .readmore {
	display: block;
}

.home_footer_section {
	background: #0d435e url(../images/home_footer_section_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
	border-top: 3px solid #fff;
}


/* blog/news */

body.single .post {
	padding-bottom: 60px;
}

.post .post_date {
	text-transform: uppercase;
	margin: 15px 0;
	color: #999;
}

body.blog #content .post {
	margin-bottom: 60px;
}

.news_link.desktop {
	float: right;
	width: 275px;
	padding: 0;
	margin: 0 0 30px 0;
}

.news_title_wrapper {
	font-weight: bold;
	color: #053e56;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.news_title_wrapper .news_date {
	color: #0096c5
}

.news_title_wrapper .news_title {
	
}

body.single-post #nav-below {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	display: none;
}

.news_page .news_item {
	border-bottom: 2px dotted #c6d3da;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.news_page .news_item,
.news_page .news_item p {
	font-size: 16px;
}

.news_page .news_item .news_title_wrapper {
	margin-bottom: 10px;
}



/* page title */

#section_title_wrapper {
	background: #053f60 url(../images/title_bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 110px 20px;
	margin: 0 0 30px 0;
}

#section_title_wrapper h1 {
	font-size: 60px;
	color: #fff;
	line-height: 1.3em;
	font-weight: 400;
}



/* team */

body.single-team #section_title_wrapper {
	Xdisplay: none;
}

body.single-post #main,
body.single-team #main {
	margin-top: 30px;
}

.team_wrapper {
	margin-top: 30px;
}

.team_wrapper h2 {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding-top: 30px;
}

#bottom_content .team_wrapper:first-of-type h2 {
	border: none
}

.team_wrapper .team_item,
.team_item a {
	color: #053e56;
}

.team_photo {
	margin-bottom: 5px;
}

.team_photo img {
	width: 100%;
	height: auto;
}

.team_name {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.team_title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-style: italic;
}

.team_title2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

body.single-team #nav-below {
	display: none;
}

.aside-team .back_link {
	margin: 30px 0;
}

.back_link .button {
	width: 99%;
	width: auto;
	white-space: normal;
	padding: 0;
}



/* content sections */

.bottom_content_area {
	padding: 30px 0;
	background-size: cover;
}

.partic_town_name {
	font-size: 14px;
}


/* flex page */

#hero_wrapper.hero_wrapper2 {
	width: 100%;
	overflow: hidden;
}

#hero_wrapper.hero_wrapper2 .home_hero_text_wrapper {
	max-width: none;
	width: 100%;
	height: 40vw;
	max-height: 450px;
	padding: 60px 0;
}

.hero_wrapper2 .hero_item {
	background-size: cover;
	width: 100%;
}

#hero_wrapper.hero_wrapper2 img.hero_image {
	visibility: hidden;
	width: 100%;
	height: auto;
	position: absolute;
}

#hero_wrapper.hero_wrapper2 .home_hero_text {
	padding-right: 0;
}

#hero_wrapper.hero_wrapper2 .home_hero_text .content_wrapper {
	margin: 0 auto;
}

.hero_wrapper2 .home_hero_text .hero_title {
	text-align: center;
	margin: 0 0 30px 0;
}

.hero_wrapper2 .home_hero_text .hero_title.hero_title2 {
	text-align: center;
	font-size: 50px;
}

.hero_wrapper2 .home_hero_text .hero_text {
	text-align: center;
}

.hero_wrapper2 .home_hero_text .hero_link {
	text-align: center;
}

.hero_wrapper2 .cycle-pager {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 40px;
	z-index: 1000;
}

.hero_wrapper2 .cycle-pager span {
	color: #666;
	background-color: #666;
	border: 2px solid #fff;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	text-indent: -300em;
	overflow: hidden;
	cursor: pointer;
}

.hero_wrapper2 .cycle-pager span.cycle-pager-active {
	color: #fff;
	background-color: #fff;
	cursor: default;
}

section#bottom_content .bottom_content_area.our_members {
	margin: 0;
}

.members_slideshow img {
	width: auto;
	height: 100px;
	padding: 40px;
}




/* FAQ */

.qe-faqs-toggles-group {
	margin-bottom: 40px;
}

.qe-faq-toggle .qe-toggle-content {
	padding: 20px; 
}

.qe-faq-toggle .qe-toggle-title {
	background-color: #fff;
	border-color: transparent;
}

.faq_wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq_wrapper:last-of-type {
	margin-bottom: 60px;
}

.faq_wrapper .faq-q {
	font-weight: bold;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}

.faq_wrapper .faq-a {
	margin-top: 10px;
	padding-left: 20px;
	display: none;
}

.faq_wrapper.open .faq-a {
	display: block;
}


.collapseomatic.faqbar {
	background: #5190d1 url(../images/faqbar-plus.png) center right 20px no-repeat;
	background-size: 24px 24px;
	color: #fff;
	width: 100%;
	display: block;
	padding: 10px 50px 10px 20px;
	font-size: 24px;
	font-weight: bold;
}

.collapseomatic.faqbar.colomat-close {
	background-image: url(../images/faqbar-minus.png);
}




/* Salesforce form */

#salesforceForm label {
	display: block;
	float: left;
	width: 150px;
}

#salesforceForm label,
#salesforceForm textarea,
#salesforceForm input {
	margin-bottom: 20px;
}

#salesforceForm textarea,
#salesforceForm input {
	border: 1px solid #ccc;
	width: 260px;
}

#salesforceForm input[type="submit"] {
	margin-left: 0;
	border: none;
	width: auto;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

form .required {
	font-weight: bold;
	color: #c00;
	padding-left: 3px;
}


/* embedded video */

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	min-width: 0 !important;
}


/* our members */

.ourmember .back_link .button {
	width: auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ourmember_wrapper .team_item {
	text-align: center;
}

.ourmember_wrapper .team_item .team_photo img {
	width: 180px;
	height: auto;
}

.ourmember_wrapper .team_item .team_photo img.no_logo {
	width: 100px;
	height: auto;
}

.ourmember_wrapper.ourmember_wrapper_list .team_item {
	width: 100% !important;
	display: table !important;
	margin: 0 0 30px 0 !important;
	padding: 0 0 30px 0 !important;
	border-bottom: 1px solid #ccc;
}

.ourmember_wrapper.ourmember_wrapper_list .team_item .team_photo,
.ourmember_wrapper.ourmember_wrapper_list .team_item .team_name {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.ourmember_wrapper.ourmember_wrapper_list .team_item .team_photo {
	width: 240px;
}

.ourmember_wrapper.ourmember_wrapper_list .team_item .team_photo img {
	width: 180px;
	height: auto;
}



/* form */

.wpcf7 {
	
}

.wpcf7 label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
	width: 98%;
	max-width: 600px;
	border: 1px solid #ccc;
	padding: 3px;
}

.wpcf7 input[type="submit"] {
	margin-left: 0;
}

.wpcf7 textarea {
	max-height: 100px;
}

.wpcf7 .small {
	font-size: 10px;
	color: #666;
	margin-top: -10px;
}



/* video */
iframe {
	max-width: 100%;
}

iframe[src*=vimeo] {
	width: 100%;
	height: 55vw;
	min-height: 200px;
	max-height: 570px;
	margin: 20px 0;
}


/* bottom content */

section#bottom_content .bottom_content_area {
	margin: 60px 0 0 0;
}

section .home_promos {
	background-color: #efefef;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content_2col img,
.content_3col img {
	max-width: 100%;
	height: auto;
}

.divider_line .content_wrapper {
	border-top: 6px solid #005781;
}


/* quotes */
.content_quotes {
	background: #0f9cdc url(../images//quotes-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}

.content_quotes .quotes_title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 60px;
}

.quote_wrapper,
.quote-text {
	width: 100%;
}

.content_quotes .quote_wrapper .content_2col.content_col-first {
	padding-left: 0;
}

.content_quotes .quote-image img {
	max-height: 300px;
	margin: 0 auto;
	float: none;
	display: block;
}

.content_quotes .quote-text {
	font-size: 22px;
	font-weight: 300;
}

.content_quotes .quote-source {
	margin-top: 20px;
	font-weight: bold;
}

.content_quotes .cycle-pager {
	width: auto;
	display: table;
	margin: 20px auto 0 auto;
}

.content_quotes .cycle-pager span {
	font-size: 30px;
	color: #fff;
	margin: 0 3px;
	cursor: pointer
}

.content_quotes span.cycle-pager-active {
	color: #f3da9c;
}



/* tables */

table {
	border-left: 1px solid #9bc2e6;
	padding: 0;
	
}

table td,
table th {
	padding: 5px 10px;
	border-bottom: 1px solid #9bc2e6;
	border-right:  1px solid #9bc2e6;
	vertical-align: middle;
}

table th {
	background: #006f98;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.3em;
}

table td img.aligncenter {
	display: block;
	margin: 0 auto;
}

table tr:nth-child(even) td {
	background-color: #fff;
}

table tr:nth-child(odd) td {
	background-color: #ddebf7;
}

table.nostyle,
table.nostyle tr,
table.nostyle th,
table.nostyle td {
	border: none !important;
	background-color: transparent !important;
}


/* footer */

#footer_wrapper {
	clear: both;
	background: #eae73d;
	padding: 35px 0 15px 0;
	margin: 0 0 0 0;
}

#footer, #footer p {
	font-size: 14px;
}

#footer h3.widgettitle  {
	font-weight: normal;
	font-size: 18px;
}

#footer p,
#footer h3.widgettitle  {
	margin: 0 0 10px 0;
}

#footer ul {
	margin-bottom: 0;
}

#footer_wrapper #siteinfo {
	display: none;
}



/* links */

a {
	color: #0096c5;
}

#main a {
	text-decoration: underline;
}

.more-link a {
	color: #0096c5 !important;
}

a:visited {
	color: #0096c5;
}

a:hover, a:active {
	color: #00958f;
	text-decoration: underline;
}



/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1201px) {

	.desktop {
		display: block !important;
	}
	
	.mobile {
		display: none !important;
	}

	body {
		min-width:1200px;
	}

	.social_icons.social_icons_top {
		position: absolute;
		width: 100%;
		margin-top: 10px;
		z-index: 2000;
	}
	
	.social_icons.social_icons_top .content_wrapper {
		width: 1140px;
		text-align: right;
	}

	.social_icons.social_icons_top img {
		margin: 0 0 0 10px;
	}

	img.social_icon_footer {
		margin: 0 10px 0 0;
	}

	#branding, 
	body.blog #main #container, 
	body.single-post #main #container, 
	#main #container.fullwidth, 
	body.page-template-template-page-fullwidth #main #container, 
	body.page-template-template-page-team #main #container, 
	body.page-template-template-page-team2 #main #container, 
	#main_wrapper,
	.content_wrapper,
	#footer {
		width: 1000px;
		margin: 0 auto !important;
		float: none;
	}

	body.page-template-home_page #container #content,
	body.page-template-home_page-v2 #container #content {
		width: 1000px !important;
	}

	body.page-template-home_page .content_wrapper,
	body.page-template-home_page #container #content,
	body.page-template-home_page #footer,
	body.page-template-home_page-v2 .content_wrapper,
	body.page-template-home_page-v2 #container #content,
	body.page-template-home_page-v2 #footer,
	.home_hero_text_wrapper {
		width: 1140px;
		margin: 0 auto !important;
		float: none;
	}
	
	body.page-template-home_page .home_callout_section .content_wrapper,
	body.page-template-home_page-v2 .home_callout_section .content_wrapper {
		margin: 0 !important;
		width: 770px !important;
	}

	#main #container {
	}
	
	body.home #main,
	body.page-template-home_page #main,
	body.page-template-home_page-v2 #main,
	body.blog #main,
	body.blog #main_wrapper,
	body.single-post #main,
	body.single-post #main_wrapper,
	body.page-template-template-page-team #main,
	body.page-template-template-page-team2 #main,
	body.page-template-template-page-team #main_wrapper,
	body.page-template-template-page-team2 #main_wrapper,
	body.page-template-template-page-fullwidth #main,
	body.page-template-template-page-fullwidth #main_wrapper {
		width: 100%;
	}
	
	#mobile_menu_icon {
		display: none !important;
	}
	
	#access .sf-menu {
		display: none !important;
	}

	#access #menu-main-nav.sf-menu {
		display: block !important;
	}
	
	#access .sf-menu li {
		float: left;
		position: relative;
	}
	
	#header_wrapper {
		height: 222px;
		position: relative;
		z-index: 1000;
	}
	
	#header {
		width: 1140px;
		margin: 0 auto !important;
		padding-top: 30px;
		height: 112px;
	}
	
	#header #branding {
		width: 470px;
		float: left;
		position: absolute;
	}
	
	#header #access {
		width: 670px;
		float: right;
		margin-top: 70px;
	}
	
	#menu-secondary-nav.sf-menu li a {
		margin-left: 7px;
	}
	
	#access .sf-menu {
		width: auto;
		float: right;
	}
	
	#access .sf-menu li {
		display: inline-block;
		width: 150px;
		border: 3px solid #03395a;
		text-align: center;
		height: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 10px;
		font-size: 15px;
	}

	#access .sf-menu li a {
		color: #03395a;
		padding: 0;
	}
	
	.top_nav {
		position: absolute;
		top: 30px;
		right: 0;
	}
	
	.top_nav.sf-menu li a {
		color: #000;
		padding: 0;
	}
	
	
	
	#access .sf-menu li .sub-menu,
	#access .sf-menu li .sub-menu li .sub-menu {
		display: none;
	}
	
	#access .sf-menu li.hover .sub-menu {
		display: block;
		position: absolute;
		width: 210px;
		background: #004f70;
		z-index: 100;
		padding: 0;
		margin: 0 0 0 -3px;
		border-top: 3px solid #fff;
		font-weight: normal;
	}
	
	#access .sf-menu li:last-of-type.hover .sub-menu {
		right: 0;
	}

	#access .sf-menu li .sub-menu li {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		border: none;
		height: auto;
		line-height: 1.2em;
	}
	
	#access .sf-menu li .sub-menu a {
		padding: 10px;
		color: #fff;
		text-transform: none;
	}

	.sf-menu li.current-page-parent a,
	.sf-menu li.current_page_item a,
	.sf-menu li.current-page-ancestor a{
		color: #000;
	}

	#access .sf-menu li a:hover, #access .sf-menu li.hover a {
		background: #004f70;
		color: #fff;
	}



	/* columns */
	
	.col {
		float: left;
	}
	
	body.page-template-home_page .three_cols p,
	body.page-template-home_page-v2 .three_cols p {
		font-size: 16px;
	}
	
	.two_cols .col {
		width: 47.5%;
		margin-left: 5%;
	}
	
	.three_cols .col {
		width: 30%;
		margin-left: 3%;
	}
	
	.four_cols {
		
	}
	
	.four_cols .col {
		width: 22%;
		margin-left: 3%;
	}
	
	.col.col1 {
		margin-left: 0;
	}
	
	
	/* home */

	.library_text_wrapper {
		min-height: 500px;
	}
	
	.library_text {
		top: 100px;
		position: relative;
		display: table;
		width: 400px;
		height: 220px;
	}
	
	.library_text_align {
		display: table-cell;
		vertical-align: middle;
	}

	.home_callout_section {
		min-height: 450px;
	}

	
	
	/* team */
	.team_wrapper {
		width: 1000px;
		margin: 30px auto 0 auto !important;
	}
	
	.team_item {
		float: left;
		width: 227px;
		margin: 0 0 60px 30px;
	}
	
	.team_wrapper .team_item:first-of-type,
	.team_wrapper .team_item:nth-of-type(4n+1) {
		clear: left;
		margin-left: 0;
	}
	
	body.single-team #container {
		width: 700px;
		margin: 0;
	}
	
	.aside-team {
		float: left;
		width: 275px;
		margin: 0 22px 0 0;
	}
		
	
	.bottom_content_wrapper {
		clear: both;
		margin-bottom: 0;
	}
	
	.bottom_content_padding {
		clear: both;
		height: auto;
		 padding: 60px 0;
	}

	.content_col {
		float: left;
	}
	
	.content_2col {
		width: 48.5%;
		margin-left: 3%;
	}

	.width-left_narrow .content_2col {
		width: 72%;
		margin-left: 3%;
	}

	.width-left_narrow .content_2col.content_col-first {
		width: 25%;
		margin-left: 0;
	}

	.width-right_narrow .content_2col {
		width: 25%;
		margin-left: 3%;
	}

	.width-right_narrow .content_2col.content_col-first {
		width: 72%;
		margin-left: 0;
	}
	
	.content_3col {
		width: 31.33%;
		margin-left: 3%;
	}
	
	.content_2col:first-of-type,
	.content_3col:first-of-type {
		margin-left: 0;
	}
	
	body.page-template-home_page .bottom_content_padding,
	body.page-template-home_page-v2 .bottom_content_padding {
		padding: 0;
	}
	
	#footer #subsidiary #first {
		width: 60%;
	}

	
}


/* medium styles */
@media screen and (max-width: 800px) {


}


/* mobile styles */
@media only screen and (max-width: 1200px) {
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
	
	#container,
	#primary,
	.bottom_content_wrapper .bottom_content_area,
	.team_wrapper,
	body.page-template-home_page #container,
	body.page-template-home_page-v2 #container,
	#footer {
		padding-right: 20px !important;
		padding-left: 20px !important;
		width: auto !important;
	}

	#primary {
		width: 100% !important;
	}
	
	#menu-secondary-nav.sf-menu li a {
		padding: 0;
	}
	
	#header {
		padding-top: 10px;
	}
	
	.top_nav {
		text-align: center;
	}
	
	#access {
		background: #032c42;
		font-size: 20px;
	}
	
	#access #mobile_menu_icon {
		height: 40px;
		line-height: 40px;
		padding-left: 50px;
		width: auto;
		background: #032c42 url(../images/mobile_menu_icon.png) 5px center no-repeat;
		background-size: 40px 40px;
		color: #fff;
		display: block;
		cursor: pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#access #mobile_menu_icon.active {
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	#access .sf-menu {
		display: none;
		background: #032c42;
		width: auto;
		float: left;
		margin-left: 40px;
	}

	.sf-menu li {
		float: none;
	}
	
	#access .sf-menu li a {
		color: #fff;
		display: block;
		text-transform: uppercase;
	}
	
	#access .sf-menu .menu-item-has-children .sub-menu {
		display: none;
		padding: 0;
		margin: 0;
	}
	
	.sf-menu li .sub-menu li {
		display: block;
	}

	#access .sf-menu li .sub-menu li a {
		text-transform: none;
		padding: 0 0 5px 30px;
	}

	#branding {
		padding: 20px;
		text-align: center;
	}
	
	#tagline {
		display: none
	}
	
	#branding #site_logo img {
		height: auto;
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}

	#branding .top_nav {
		display: none;
	}
	
	
	/* home */
	
	.home_hero_item {
		background-size: cover;
	}
	
	.bg-ltblue_img {
		background-image: none;
	}
	
	.home_padding, 
	.home_callout_section {
		padding: 20px;
	}
	
	.home_hero_item {
		height: 300px;
	}
	
	.home_hero_text_wrapper,
	.home_hero_text_wrapper .home_hero_text {
		width: 100%;
	}
	
	.home_hero_text .hero_title {
		text-align: center !important;
		font-size: 30px;
		width: auto;
		padding: 0 20px;
	}
	
	.home_hero_text .hero_text {
		text-align: center !important;
		font-size: 20px;
		width: auto;
		margin: 20px 0 0 0;
		padding: 20px;
	}

	.home_callout_section {
		padding-bottom: 100px;
	}
	
	.home_callout_section, .home_callout_section p {
		font-size: 16pt;
	}
	
	.cycle-pager {
		display: none;
	}
	
	.library_text_wrapper {
		padding: 60px 30px;
	}

	.col {
		float: none;
		margin: 60px 20px 0 20px;
	}
	
	.col.col1 {
		margin-top: 0;
	}
	
	

	#section_title_wrapper {
		padding: 20px;
		margin: 0 0 30px 0;
	}
	
	#section_title_wrapper h1 {
		font-size: 40px;
		margin: 0;
	}
	
	
	/* team */
	
	.aside-team {
		text-align: center;
	}

	.team_wrapper .team_item {
		text-align: center;
		margin: 0 0 60px 0;
	}
	
	.team_photo img {
		width: 100%;
		max-width: 300px;
		height: auto !important;
		margin: 0 auto;
	}
	
	.back_link.mobile {
		margin-top: 40px;
	}
	
	
	
	img.alignright,
	img.alignleft {
		float: none;
		display: block;
		margin: 20px auto;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer #subsidiary .aside {
		width: 100%;
	}
	
}



/* new styles - April 2018 */

.top_nav {
	display: none;
}

#tagline {
	display: none;
}

#home_hero_wrapper {
	max-height: 690px;
}

.home_hero_item {
	height: 690px; /* April update */
}

.home_hero_text .hero_title { /* line 1 */
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 70px 0;
}

.home_hero_text .hero_title2 { /* line 2 */
	font-size: 72px;
	text-transform: none;
	margin: 0 0 30px 0;
}

.home_hero_text .hero_text { /* line 3 */
	font-size: 30px;
	text-transform: none;
	margin: 0;
}

.home_hero_text .hero_link {
	margin: 60px 0 0 0;
}

.bg-ltblue_img {
	background-image: none;
}

#footer_wrapper {
	padding: 15px 0 35px 0;
	background: #001023;
}

#footer, #footer a {
	color: #c3e7ff;
}

/* Desktops */
@media screen and (min-width: 1201px) {
	
	#branding #site_logo img {
		height: 110px;
	}
	
	#header_wrapper {
		height: 90px;
	}
	
	#header {
		padding-top: 12px;
	}
	
	#header #branding {
		width: 270px;
	}
	
	#header #access {
		width: 850px;
		margin-top: 40px;
	}
	
	.home_hero_text {
		padding-right: 40%;
	}
	
	#access .sf-menu li {
		border: none;
		text-transform: none;
		width: auto;
		margin: 0 0 0 25px;
		font-size: 17px;
		color: #195f7d;
		height: 38px;
	}
	
	#access .sf-menu li.hover a,
	#access .sf-menu li a:hover {
		background: transparent;
		color: #03395a;
	}
	
	#access .sf-menu li.current-menu-item,
	#access .sf-menu li.current_page_parent {
		background: url(../images/nav_triangle.png) center bottom no-repeat;
		font-weight: bold;
	}
	
	/* nav bar boxed link */
	#access .sf-menu .nav-box {
		border: 1px solid #d6d7d9;
		text-transform: uppercase;
		height: 30px;
	}
	
	#access .sf-menu .nav-box a {
		color: #0096c5;
		padding: 0 10px;
	}
	
	#access .sf-menu .nav-box.hover a,
	#access .sf-menu .nav-box a:hover {
		color: #fff;
		background: #0096c5;
		text-decoration: none;
	}
	
	#access .sf-menu li.hover .sub-menu {
		border-top: 2px solid #ebe81a;
		margin: 6px 0 0 -10px;
		padding: 20px 0;
	}
	
	#access .sf-menu li .sub-menu a {
		color: #fff;
		font-size: 14px;
		padding: 5px 10px;
		text-align: left;
	}

	#footer #subsidiary #first.aside a {
		margin: 0 20px 0 0;
	}

	#footer #subsidiary #second {
		text-align: right;
	}
	
	
	
	.data_wrapper .col .data-value_wrapper,
	.data_wrapper .col .data-value_wrapper .data-value  {
		width: 100%;
		height: 215px;
	}

	.data_wrapper .col .data-value_wrapper {
		border-left: 1px solid #fff;
	}

	.data_wrapper .col .data-value_wrapper .data-value  {
		text-align: center;
		padding-top: 30px;
	}

	.data_wrapper .data-title {
		margin-top: -60px;
	}
	
	.data_wrapper .col.col1 .data-value_wrapper {
		border: none;
	}

	.data_wrapper .data-title {
		
	}	
	
	
	/* our members */
	
	.ourmember .team_photo {
		float: left;
		width: auto;
		height: 50px;
		margin: 0 30px 0 0;
	}
	
	.ourmember .team_photo img,
	.ourmember .team_name {
		height: 50px;
		line-height: 50px;
		width: auto;
		margin-bottom: 20px;
	}

	
	.ourmember .team_header_wrapper {
		display: table;
	}
	
	.ourmember .team_header_wrapper .team_photo,
	.ourmember .team_header_wrapper .team_name {
		float: none;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}
	
	.ourmember .team_header_wrapper .team_photo img {
		padding-right: 30px;
	}
	
	.our_member_content table td:first-of-type {
		border-right: 1px solid #ccc;
	}



	/* flex page */
	
	Xbody.page-template-template-flexible_page #header_wrapper {
		height: 140px;
	}
	
	Xbody.page-template-template-flexible_page #header #access {
		margin-top: 80px;
	}
	
	body.page-template-template-flexible_page .content_news .post_item .post_title {
		min-height: 50px;
	}


	/* quotes */
	.content_quotes .quote_wrapper {
		display: table;
	}
	
	.content_quotes .quote_wrapper .content_2col {
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding-left: 3%;
	}
	
	.quote_wrapper.no_image .content_2col {
		margin: 0 auto;
		display: table;
	}


}


/* mobile styles */
@media only screen and (max-width: 1200px) {

	#header {
		padding: 0;
	}
	
	#home_hero_wrapper {
		max-height: none;
	}

	.home_hero_item {
		height: auto;
		padding: 60px 0;
	}
	
	.home_hero_text .hero_title {
		margin-bottom: 30px
	}
	
	.home_hero_text .hero_title2 {
		font-size: 48px;
	}

	.home_hero_text .hero_link {
		margin: 30px auto 0 auto;
		width: auto;
		display: table;
	}
	
	#main_wrapper {
		clear: both;
		display: block;
	}
	
	body.page-template-home_page #container, 
	body.page-template-home_page #container p,
	body.page-template-home_page-v2 #container, 
	body.page-template-home_page-v2 #container p {
		font-size: 20px;
	}

	#footer #subsidiary #first.aside a {
		margin: 0 10px;
	}

	
	/* our members */
	
	.ourmember .team_photo,
	.ourmember .team_photo img {
		height: auto;
		width: auto;
	}
	
	.ourmember .team_photo,
	.ourmember .team_photo img,
	.ourmember .team_name {
		width: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.ourmember .team_name h1 {
		line-height: 1.1em;
	}

	.ourmember .team_photo img {
		margin-bottom: 0;
	}
	
	.our_member_content table,
	.our_member_content table tbody {
		display: block;
		border: none;
		width: auto;
		padding: 0;
		overflow: hidden;
	}
	
	.our_member_content table tr {
		display: block;
		padding: 30px 0 20px 0;
		height: auto !important;
	}
	
	.our_member_content table td {
		display: block;
		float: none;
		width: auto !important;
		padding: 0;
		position: relative;
		height: auto !important;
	}

	.ourmember_wrapper.ourmember_wrapper_list .team_item {
		display: block !important;
	}
	
	.ourmember_wrapper.ourmember_wrapper_list .team_item .team_photo,
	.ourmember_wrapper.ourmember_wrapper_list .team_item .team_name {
		display: block;
		text-align: center;
		width: 100%;
	}


	/* flex page */
	
	.hero_wrapper2 .home_hero_text .hero_title.hero_title2 {
		font-size: 40px;
	}
	
	.hero_wrapper2 .home_hero_text .hero_text {
		font-size: 22px;
	}
	
	#bottom_content .bottom_content_area {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	body.page-template-template-flexible_page .content_news .post_item .post_date {
		margin: 30px 0 5px 0;
	}
	
	#bottom_content .bottom_content_area .content_wrapper {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	#bottom_content iframe {
		width: 100%;
	}


}
