/*
 Theme Name:   Martin Companies Child Theme
 Description:  A child theme to the Martin Midstream parent theme
 Author:       Curran & Connors
 Author URI:   http://curran-connors.com
 Template:     MartinMidstream
*/

html, body { position: relative }

body {
	background: url('images/bg.jpg') repeat-x #c3c3c3;
	font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a 		{ color: #b21019 }
a:hover { color: #e13f48 }

a, 
a:link, 
a:hover, 
a:active, 
a:visited,
button, 
button:link, 
button:hover, 
button:active, 
button:visited {
	text-decoration: none;
	outline: none;
}

/*=== Headings ===*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	display: block;
	font-weight: normal;
	color: #b41019;
	font-size: 1.2em;
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
}

h1.title, 
h2.title, 
h3.title, 
h4.title, 
h5.title, 
h6.title {
	margin-bottom: 0 !important;
}

h1 {
	font-size: 34px;
	margin-bottom: 25px;
}

h2 {
	color: #003d7d;
	font-size: 18px;
}

h3 {
	color: #003d7d;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	color: #003d7d;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

/*=== Main Content Wrapper ===*/
main.container {
	max-width: 1000px;
	padding: 0 5px;
}

header {
	position: relative;
	width: calc(100% - 30px);
	height: auto;
	margin: 0 auto;
	background: #fff url('images/inner_bg.png') no-repeat center 0 / 100% 100%;
}

header::after {
	z-index: 5000;
	content: "";
	position: absolute;
	width: 82%;
	height: 6px;
	right: 0;
	background: url('images/nav_bottom_shadow.png') no-repeat left bottom;
	display: block;
}

header.homepage-header { height: auto }

/*=== Global Logo ===*/
header .logo {
	z-index: 5010;
	position: absolute;
	top: 0;
	left: -10px;
	width: 176px;
	height: 184px;
	background: url('images/logo_bg.png') no-repeat left bottom;
	text-align: center;
}

header .logo img {
	width: auto;
	height: 100%;

}

/*=== Main Navigation ===*/
header .nav-wrapper { position: relative }

nav.main-menu {
	z-index: 1000;
	position: relative;
	left: -5px;
	width: calc(100% + 20px);
	padding: 0 65px 0 171px;
	height: 63px;
	font-weight: bold;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	border-bottom-right-radius: 13px;
	background-color: #E6EBF1;
	background-image: -webkit-linear-gradient( to bottom, #fff 10%, #93ADC8 100% );
	background-image: 	   -o-linear-gradient( to bottom, #fff 10%, #93ADC8 100% );
	background-image:  		  linear-gradient( to bottom, #fff 10%, #93ADC8 100% );
}

nav.main-menu ul.menu.main-navicon {
	width: 100%;
	display: none;
}

nav.main-menu ul.menu.main-navicon > li:last-child { width: 100% }
nav.main-menu ul.menu.main-navicon > li.menu-item-has-children > a::after { display: none }

nav.main-menu ul.menu { z-index: 1000 }

nav.main-menu ul.menu,
nav.main-menu ul.sub-menu {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-menu ul.menu > li {
	float: left;
	width: calc(100% / 4);
	border-right: 1px solid rgba(186, 202, 219, 0.5);
	border-left: 1px solid rgba(230, 235, 242, 0.5);
}

nav.main-menu ul.menu > li:first-child 		{ border-left: 0 }
nav.main-menu ul.menu > li:first-child > ul.sub-menu 	{ margin-left: 3px }
nav.main-menu ul.menu > li:last-child 		{ border-right: 0 }

nav.main-menu ul.menu > li > a {
	color: #003d7d;
	display: block;
	height: 100%;
	text-align: center;
	padding: 38px 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration: none;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	background-image: none;
}

nav.main-menu ul.menu > li > a:hover {
	background-color: #d8dfe6;
	background-image: -webkit-linear-gradient( to bottom, #fff 10%, #7592B3 100% );
	background-image: 	   -o-linear-gradient( to bottom, #fff 10%, #7592B3 100% );
	background-image:  		  linear-gradient( to bottom, #fff 10%, #7592B3 100% );
}

nav.main-menu ul.menu > li.current_page_item > a,
nav.main-menu ul.menu > li.current-page-ancestor > a,
body:not(.page-id-560) nav.main-menu ul.menu > li.current_page_ancestor > a,
nav.main-menu ul.menu > li.current-page-parent > a,
nav.main-menu ul.menu > li.current_page_parent > a {
	background-color: #BBCBDD;
	background-image: -webkit-linear-gradient( to top, #fff 20%, #85A2C1 100% );
	background-image: 	   -o-linear-gradient( to top, #fff 20%, #85A2C1 100% );
	background-image:  		  linear-gradient( to top, #fff 20%, #85A2C1 100% );
}

body.page-id-560 nav.main-menu ul.menu > li.suppress_contact_active > a { /* Suppress 'Company' menu item */
	background-color: inherit;											 /* from showing as active on contact page */
	background-image: none;
}

nav.main-menu ul.menu > li.menu-item-has-children > a::after {
	content: "\f0d7";
	position: absolute;
	right: 15px;
	top: 34px;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #b41019;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 120%;
	min-width: 213px;
	background: #f9f9f9;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.6);
    display: none;
    z-index: -1;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu li {
	margin: 10px 0 0;
	position: relative;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu > li:first-child {
	margin: 15px 0 0;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu li:last-child {
	margin: 10px 0;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu li a {
	color: #003d7d;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
	z-index: 4;
	padding: 8px 22px 8px 15px;
	display: block;
	border-top: 1px solid transparent;
	text-shadow: 1px 1px 0 #ffffff;
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu li:hover > a {
	border-top: 1px solid #d9d9d9;
	background: #cdcdcd;
	background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
	background-image:      -o-linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
	background-image:         linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
}

nav.main-menu ul.menu > li.menu-item-has-children > ul.sub-menu li ul.sub-menu {
	z-index: 100;
	position: absolute;
	border-radius: 10px;
	background: #f9f9f9;
	box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.6);
	top: -10px;
	left: 100%;
}

nav.main-menu ul.sub-menu li > ul.sub-menu {
	display: none;
}

nav.main-menu ul.sub-menu li:hover > ul.sub-menu {
	display: block;
}

nav.main-menu li.menu-item-has-children > a {
	position: relative;
}

nav.main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a::before {
	content: "\f0da";
	position: absolute;
	display: block;
	bottom: 8px;
	font-size: 1.2em;
	right: 12px;
	font-family: 'FontAwesome';
}

/*==== Search Ribbon and Form ====*/
.search-ribbon {
	z-index: 21474;
	cursor: pointer;
	position: absolute;
	top: -96px;
	right: calc(65px - 53px + 2px);
	width: 38px;
	height: calc(100% + 15px);
	-webkit-transition: -webkit-transform 0.6s ease;
	-webkit-transition: 	-ms-transform 0.6s ease;
	-webkit-transition: 		transform 0.6s ease;
			transition: -webkit-transform 0.6s ease;
			transition: 	-ms-transform 0.6s ease;
			transition: 		transform 0.6s ease;
}

.search-ribbon:hover { 
	-webkit-transform: translateY(10px); 
		-ms-transform: translateY(10px); 
			transform: translateY(10px); 
}

.header-search {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 48px;
	max-width: 370px;
	width: 50%;
	border-radius: 0 0 10px 10px;
	padding: 10px 5px 5px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.39);
	background-color: #fbfbfb;
	background-image: -webkit-linear-gradient( to bottom, #fbfbfb 0%, #e1e1e1 100% );
	background-image: 	   -o-linear-gradient( to bottom, #fbfbfb 0%, #e1e1e1 100% );
	background-image:  		  linear-gradient( to bottom, #fbfbfb 0%, #e1e1e1 100% );
}

.header-search input[type=text] {
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px 5px 5px;
	font-size: 14px;
	color: 777px;
	width: calc(100% - 81px);
	float: left;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(#f5f5f5 0%, #ffffff 100%);
	background-image:      -o-linear-gradient(#f5f5f5 0%, #ffffff 100%);
	background-image:         linear-gradient(#f5f5f5 0%, #ffffff 100%);
}

.header-search button {
	width: 80px;
	border: 0;
	padding: 0;
	float: right;
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
	text-transform: lowercase;
	background: none;
	font-size: 11px;
	text-shadow: 1px 1px 0 #4e050a;
}

.header-search button span {
	position: relative;
	width: auto;
	height: 33px;
	line-height: 36px;
	color: #fff;
	margin: 0 15px;
	display: inline-block;
	background: url('images/search_btn_sprite.png') repeat-x left -47px;
}

.header-search button span::before,
.header-search button span::after {
	content: "";
	position: absolute;
	top: 0;
	height: 33px;
	width: 15px;
}

.header-search button span::before {
	background: url('images/search_btn_sprite.png') no-repeat left 1px;
	left: -15px;
}

.header-search button span::after {
	background: url('images/search_btn_sprite.png') no-repeat left -97px;
	right: -15px;
}

.header-search button:hover span 			{ background-position: left -201px 	}
.header-search button:hover span::before 	{ background-position: left -148px 	}
.header-search button:hover span::after 	{ background-position: left -259px 	}

.header-search button:active span 			{ background-position: left -377px 	}
.header-search button:active span::before 	{ background-position: left -318px 	}
.header-search button:active span::after 	{ background-position: left -435px 	}

/*==== Section ====*/
section {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	padding-top: calc(174px - 63px);
	background: #fff url('images/inner_bg.png') repeat-x right -85px / auto auto;
}

section.homepage-content {
	background: #fff;
	background-image: none;
	padding-top: 0;
}

section aside.nav {
	padding: 70px 20px 0;
	width: 230px;
	min-height: 1px;
	float: left;
}

section article {
	float: left;
	padding: 0 40px 0 25px;
	width: calc(100% - 230px);
}

section article p,
section article .entry-content ul,
section article .entry-content ol {
	margin-bottom: 25px;
}

section article .entry-content h2,
section article .entry-content h3,
section article .entry-content h4,
section article .entry-content h5,
section article .entry-content h6 {
	margin-bottom: 15px;
}

section.sidebar-above { padding-top: calc(174px - (63px + 40px)) }
section.sidebar-above article .entry-content { padding-top: 40px }

section.sidebar-above aside.nav { padding-top: calc(70px + 40px) }
section aside.nav 				{ padding-top: 70px }

/*==== Entry Sidebar ====*/
section article .entry-sidebar img.company-logo {
	max-width: 120px;
	width: 100%;
	margin-bottom: 30px;
}

/*==== Local Navigation ====*/
aside.nav ul.local,
aside.nav ul.local ol {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5000;
}

aside.nav ul.local li a { position: relative }

aside.nav ul.local > li {
	background: #f4f8fc;
	border: 1px solid #c6d5e4;
	border-top: 0;
	line-height: 1.2;
}

aside.nav ul.local > li.dropdown li:hover,
aside.nav ul.local > li:hover {
	background: #C3D3E3;
}

aside.nav ul.local > li.dropdown:hover {
	background: #f4f8fc;
}

aside.nav ul.local li a {
	padding: 15px;
	display: block;
	color: #003d7d;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
}

aside.nav ul.local > li:first-child {
	border-top: 1px solid #c6d5e4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

aside.nav ul.local > li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

aside.nav ul.local li ol {
	margin-bottom: 5px;
}

aside.nav ul.local li ol li a {
	padding: 5px 15px 5px 30px;
}

aside.nav ul.local li ol li a::before {
	content: "\f0c8";
	position: absolute;
	left: 15px;
	font-family: 'FontAwesome';
	font-size: 5px;
	line-height: 13px;
	color: #658BB4;
}

aside.nav ul.local li ol li.dropdown ol {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #C3D3E3;
	width: 200px;
}

aside.nav ul.local li ol li.dropdown > a::after {
	content: "\f0da";
	position: relative;
	font-family: 'FontAwesome';
	color: #B41019;
	left: 5px;
}

aside.nav ul.local li ol li.dropdown:hover ol {
	display: block;
}

aside.nav ul.local li ol li.dropdown ol li a::before {
	display: none;
}

aside.nav ul.local li ol li.dropdown ol li a {
	padding: 10px 15px 0;
}

aside.nav ul.local li ol li.dropdown ol li:last-child a {
	padding: 10px 15px;
}

aside.nav ul.local li ol li.dropdown ol li a:hover {
	text-decoration: underline;
}

aside.nav ul.local li ol li.dropdown ol li.dropdown a::after {
	display: none;
}

aside.nav ul.local li ol li.dropdown ol li.dropdown ol {
	display: none;
}

aside.nav.local-responsive {
	padding-top: 20px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

/*==== Sidebar Button ====*/
a.sidebar-btn {
	position: relative;
	padding: 15px 5px 15px 40px;
	margin: 25px 0;
	display: block;
	border: 1px solid #96b8db;
	border-radius: 10px;
	color: #000000;
	line-height: 1.2;
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ffffff;
	background-color: #c0cbd5;
	background-image: -webkit-linear-gradient(to bottom, #dfebf7 0%, #c0cbd5 100%);
	background-image:      -o-linear-gradient(to bottom, #dfebf7 0%, #c0cbd5 100%);
	background-image:         linear-gradient(to bottom, #dfebf7 0%, #c0cbd5 100%);
}

a.sidebar-btn:hover {
	background-color: #97adc7;
	background-image: -webkit-linear-gradient(to bottom, #dfebf7 0%, #97adc7 100%);
	background-image:      -o-linear-gradient(to bottom, #dfebf7 0%, #97adc7 100%);
	background-image:         linear-gradient(to bottom, #dfebf7 0%, #97adc7 100%);
}

a.sidebar-btn span { display: block }

a.sidebar-btn span:first-of-type {    
	color: #003d7d;
	font-family: "Avenir LT W01 85 Heavy", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #ffffff;
}

a.sidebar-btn::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 15px;
	background: url('images/button-left-arrow.png') no-repeat;
	width: 17px;
	height: 17px;
	display: block;
}

/*==== Bordered List ====*/
ul.bordered-list {
	background: #6885a3;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 15px 15px 4px;
	color: #fff;
	line-height: 1.2;
}

ul.bordered-list li {
	margin-left: 30px;
	padding-left: 0;
	margin-bottom: 5px;
}

ul.bordered-list li p { margin: 0 }

ul.bordered-list li a 		{ color: #fff }
ul.bordered-list li a:hover { text-decoration: underline }

ul.bordered-list li ul,
ul.bordered-list li ol {
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 20px;
}

ul.bordered-list li ul li {
	margin-left: 0;
	list-style-type: disc;
}

ul.bordered-list li ol li {
	margin-left: 0;
	list-style-type: inherit;
}

/*==== Address List ====*/
ul.address {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.address li {
	display: block;
	margin-bottom: 10px;
}

ul.address li span { display: block }

ul.address li span:first-of-type {
	font-weight: bold;
	color: #b22222;
}

/*==== Side Panel ====*/
.side-panel {
	background: #f9fbfc;
	border: 1px solid #d9e2ec;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}

.side-panel p { margin: 0 }

.side-panel h3 { margin-bottom: 7px }

.side-panel p a {
    color: #b21019;
    border-bottom: 1px solid #b21019;
}

.side-panel p a:hover {
	text-decoration: none;
    color: #e13f48;
    border-bottom: 1px solid #e13f48;
}

/*==== Homepage Header Slider ====*/
.header-slider {
	position: relative;
	width: 100%;
	height: 497px;
	left: 0;
	right: 0;
	overflow: hidden;
}

.header-slider .slide .slide-content {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: url('images/homepage_blue_gradient.png') repeat-y left top / 100% auto;
}

.header-slider .slide .item {
	overflow: hidden;
}

.header-slider .slide .item img {
	position: relative;
	top: 0;
	left: 50%;
	width: auto;
	height: auto;
	min-height: 101%;
	min-width: 101%;
	max-width: none;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.header-slider .slide .slide-content p {
	position: relative;
	width: 70%;
	margin-bottom: 0;
	line-height: 1.2;
	padding: 20px 0 30px 50px;
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
	font-size: 17px;
	text-shadow: 1px 1px 0 #333333;
	z-index: 10;
	color: #fff;
}

.header-slider .slide .carousel.slide {
	position: inherit;
}

.header-slider .slide .slide-content p a.button {
	margin-top: 20px;
}

.header-slider .slider-pager {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 32px;
	z-index: 50;
	text-align: center;
	background: none;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
}

.header-slider .slider-pager ol.pager-dots.carousel-indicators {
	margin-left: inherit;
	list-style: inherit;
	margin-left: inherit;
	padding-left: inherit;
	position: absolute;
	text-align: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	margin-top: 3px;
}

.header-slider .slider-pager ol.pager-dots.carousel-indicators li {
	background: #fff;
	border-radius: 100%;
	border: 0;
	width: 12px;
	height: 12px;
	padding: 1px;
	display: inline-block;
	cursor: pointer;
}

.header-slider .slider-pager .pager-dots.carousel-indicators li.active { background: #B21019 }

.header-slider .slider-pager .stock-results {
	z-index: 100;
	position: absolute;
	top: 0;
	height: 100%;
	right: 2%;
}

.header-slider .slider-pager .stock-results a {
	color: #fff;
	font-size: 11px;
}

/*==== Homepage Lower Content ====*/
.homepage-lower {
	position: relative;
	left: -6px;
	width: calc(100% + 12px);
	padding: 0;
	background: #fbfcfd;
	background-image: -webkit-linear-gradient(to bottom, #fbfcfd 0%, #acc0d5 100%);
	background-image:      -o-linear-gradient(to bottom, #fbfcfd 0%, #acc0d5 100%);
	background-image:         linear-gradient(to bottom, #fbfcfd 0%, #acc0d5 100%);
}

.homepage-lower::before,
.homepage-lower::after {
	content: "";
	position: absolute;
	top: -6px;
	width: 6px;
	height: 6px;
}

.homepage-lower::before {
	background: url('images/lower-shadow-left.png') no-repeat right bottom;
	left: 0;
}

.homepage-lower::after {
	background: url('images/lower-shadow-right.png') no-repeat left bottom;
	right: 0;
}

.homepage-lower h2 {
	margin-bottom: 10px;
}

.homepage-lower .lower-left,
.homepage-lower .lower-right {
	padding-top: 20px;
}

.homepage-lower .lower-left {
	border-right: 1px solid #ccc;
}

/*==== Homepage Lower Navigation ====*/
ul.home-nav {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

ul.home-nav li {
	width: calc(100% / 4);
	min-height: 88px;
	float: left;
	-webkit-flex: 1, 1, 1;
	-moz-flex: 1, 1, 1;
	-ms-flex: 1, 1, 1;
	-o-flex: 1, 1, 1;
	flex: 1, 1, 1;
}

ul.home-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 28px 2% 28px 5%;
	color: #333;
	border-right: 1px solid rgba(186, 202, 219, 0.8);
	border-left: 1px solid rgba(230, 235, 242, 0.8);
}

ul.home-nav li:first-child a { border-left: 0 }
ul.home-nav li:last-child a  { border-right: 0 }

ul.home-nav li a:hover {
	background: #F9FAFC;
	background-image: -webkit-linear-gradient(to bottom, #F9FAFC 0%, #90A8C3 100%);
	background-image:      -o-linear-gradient(to bottom, #F9FAFC 0%, #90A8C3 100%);
	background-image:         linear-gradient(to bottom, #F9FAFC 0%, #90A8C3 100%);
}

ul.home-nav li a img {
	float: left;
	width: 56px;
}

ul.home-nav li a span {
	width: calc(100% - 56px);
	display: inline-block;
	padding: 3px 0 0 15px;
	line-height: 1.5em;
}

ul.home-nav li a span strong {
	display: block;
	text-transform: uppercase;
	color: #003d7d;
	font-size: 12px;
	margin-bottom: 5px;
}

/*==== Homepage Services List ====*/
ul.services {
	list-style: none;
	margin: 0 -10px 0;
	padding: 0;
}

ul.services li {
	position: relative;
	float: left;
	margin: 0 10px 0;
	width: calc(100% / 4.01 - 20px);
	min-width: 100px;
	height: 130px;
	overflow: hidden;
	border-radius: 8px;
}

ul.services li img {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

ul.services li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    text-shadow: 1px 1px 0 #000000;
    z-index: 100;
	background: rgba(0, 61, 125, 0.7);
}

ul.services li a:hover {
	background: rgba(0, 61, 125, 0.6);
}

ul.services li span {
	z-index: 100;
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 5px;
	display: block;
	padding-right: 20px;
}

/*==== Biography Slider ====*/
.bio-slider {
	background: #f9fbfc;
	border: 1px solid #d9e2ec;
	border-radius: 10px;
	min-height: 250px;
	padding: 0;
	position: relative;
	width: 100%;
}

.bio-slider .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 25px 10px;
}

.bio-slider .slide h3 { margin-bottom: 0}

.bio-slider .slide p:first-of-type { 
	font-size: 12px;
	color: #003d7d;
}

.bio-slider::after {
	z-index: 1000;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 80%;
	height: 5px;
	display: block;
	margin: 0 auto;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background-image: -webkit-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image: 	   -o-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image:  		  radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
}

.bio-slider img {
	float: right;
	margin: 20px 0 15px 20px;
	border-radius: 10px;
}

.bio-slider h3 { margin: 0 }

.bio-slider .right-arrow,
.bio-slider .left-arrow {
	position: absolute;
	background: #f9fbfc none repeat scroll 0 0;
	border: 1px solid #d9e2ec;
	cursor: pointer;
	height: 34px;
	top: 50%;
	width: 18px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.bio-slider .left-arrow {
	left: -17px;
	border-radius: 250px 0 0 250px;
	border-right: 0;
}

.bio-slider .right-arrow {
	right: -17px;
	border-radius: 0 250px 250px 0;
	border-left: 0;
}

.bio-slider .right-arrow i.fa,
.bio-slider .left-arrow i.fa {
	position: absolute;
	right: 0;
	top: 50%;
	color: #C7D4E2;
	font-size: 17px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.bio-slider .right-arrow i.fa {
	right: auto;
	left: 1px;
}

.bio-slider .right-arrow.active i.fa,
.bio-slider .left-arrow.active i.fa {
	color: #003d7d;
}

.bio-slider .right-arrow.active:hover i.fa,
.bio-slider .left-arrow.active:hover i.fa {
	color: #002868;
}

ul.bio-slider-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bio-slider-list li {
	float: left;
	width: calc(100% / 3.01);
	color: #a3a3a3;
	font-size: 11px;
	font-style: italic;
	cursor: pointer;
}

ul.bio-slider-list li:hover,
ul.bio-slider-list li:hover strong {
	color: #003d7d;
}

ul.bio-slider-list li.active,
ul.bio-slider-list li.active strong {
	color: #003d7d;
}

ul.bio-slider-list li strong {
	color: #a3a3a3;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

ul.bio-slider-list li span {
	width: 100%;
	max-width: 150px;
	display: block;
	margin-bottom: 20px;
}

/*==== Accordian ====*/
.accordian { 
	margin-bottom: 10px;
	clear: both;
}

.accordian .title {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:  0 0 0 15px;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 10px;
	background-color: #F3F6F8;
	background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #eef2f6 100%);
	background-image:      -o-linear-gradient(to bottom, #ffffff 0%, #eef2f6 100%);
	background-image:         linear-gradient(to bottom, #ffffff 0%, #eef2f6 100%);
}

.accordian .title.active {
	background-color: #F3F6F8;
	background-image: -webkit-linear-gradient(to bottom, #F3F6F8 0%, #D3DEE9 100%);
	background-image: 	   -o-linear-gradient(to bottom, #F3F6F8 0%, #D3DEE9 100%);
	background-image:  		  linear-gradient(to bottom, #F3F6F8 0%, #D3DEE9 100%);
}

.accordian .title::after {
	z-index: 200;
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #326397;
	width: 40px;
	height: 36px;
	display: block;
	border-left: 1px solid #ccc;
}

.accordian .title.active::after { content: "-" }
.accordian .dropdown { display: none }

.accordian .dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: calc(100% / 2.1);
	margin-bottom: 20px;
	font-size: 11px;
}

.accordian .dropdown ul li { padding-right: 3px; }

.accordian .dropdown ul li:first-child {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.accordian.col3 .dropdown ul { width: calc(100% / 3.1) }

/*==== Services Menu ====*/
.services-menu span.service {
	background: #f9fbfc;
	display: block;
	border: 1px solid #d9e2ec;
	border-radius: 18px;
	margin-bottom: 25px;
	padding: 25px 25px 40px;
	position: relative;
	width: 100%;
	min-height: 307px;
}

.services-menu span.service::after {
	background-image: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90%);
	background-image: 	   -o-radial-gradient(ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90%);
	background-image:         radial-gradient(ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90%);
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	content: "";
	display: block;
	height: 5px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 80%;
	z-index: 1000;
}

.services-menu span.service:hover {
	background: #fdfdfd;
}

.services-menu a {
	color: inherit;
}

.services-menu span.service span.service-figure {
	display: block;
	position: relative;
	width: 100%;
	height: 95px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 25px;
}

.services-menu span.service span.service-content {
	display: block;
	margin-bottom: 15px;
}

.services-menu span.service span.service-more {
	position: absolute;
	left: 25px;
	bottom: 20px;
	display: block;
	font-weight: bold;
	color: #b21019;
}

.services-menu span.service:hover span.service-more {
	color: #e13f48;
}

.services-menu span.service span.service-figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.services-menu span.service span.service-figure span.service-title {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 61, 125, 0.7);
}

.services-menu span.service:hover span.service-figure span.service-title {
	background: rgba(0, 61, 125, 0.6);
}

.services-menu span.service span.service-figure span.service-title span {
	position: absolute;
	bottom: 9px;
	left: 13px;
	max-width: 100px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 1px 1px 0 #000000;
	z-index: 8;
}

/*==== Callouts ====*/
figure.callout {
	overflow: hidden;
	height: 170px;
	position: relative;
	background: url('images/callout_bg.png') repeat-x top center / auto 100%;
	border-radius: 15px;
    margin-bottom: 25px;
    line-height: 17px;
}

figure.callout img {
	position: absolute;
	top: 0;
	right: 230px;
	width: auto;
	height: auto;
	min-width: 101%;
	min-height: 101%;
	max-height: 115%;
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.95);
}

figure.callout figcaption {
	position: relative;
	width: 230px;
	height: 100%;
	float: right;
    color: #ffffff;
    font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000;
}

figure.callout figcaption p { 
	margin-bottom: 0;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

/*==== Sidebar ====*/
.sidebar { padding-left: 0 }

/*==== Tables ====*/
.table-responsive { border: 0 }

table.default {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 12px;
	min-width: 400px;
	overflow-x: auto;
}

table.default thead {
	background-color: #003B79;
	background-image: -wekkit-linear-gradient(to bottom, #003B79 0%, #002145 100%);
	background-image: 	   -o-linear-gradient(to bottom, #003B79 0%, #002145 100%);
	background-image: 		  linear-gradient(to bottom, #003B79 0%, #002145 100%);
	color: #fff;
}

table.default tbody tr { background: #f2f2f2 }

table.default tbody tr:hover { background: #fbfbfb }

table.default tbody tr td {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

table.default tbody tr td:first-child { border-left: 1px solid #d2d2d2 }
table.default tbody tr td:last-child { border-right: 1px solid #d2d2d2 }

table.default tbody tr td,
table.default thead tr th {
	vertical-align: top;
	padding: 2% 0 3% 15px;
	width: calc(100% - (120px * 2));
}

table.default tbody tr td,
table.default thead tr th {
	width: calc(100% - (200px + 250px));
}

table.default thead tr th {
	padding: 2% 0 5px 0;
	text-align: center;
	vertical-align: bottom;
}

table.default.products thead tr th {
	text-align: center;
	vertical-align: middle;
}

table.default thead tr th span { padding-left: 15px }

table.default tbody tr td:first-child,
table.default thead tr th:first-child,
table.default tbody tr td:last-child,
table.default thead tr th:last-child {
	width: 120px;
}

table.default.products tbody tr td:first-child,
table.default.products thead tr th:first-child {
	width: 200px;
}

table.default.products tbody tr td:last-child,
table.default.products thead tr th:last-child {
	width: 250px;
}

table.default tbody tr td:first-child {
	color: #003d7d;
	font-weight: bold;
}

table.default a {
	font-weight: bold;
    margin-bottom: 3px;
	border-bottom: 1px solid #b21019;
}

table.default tbody tr td:last-child a:hover { border-bottom: 1px solid #e13f48 }

table.default thead tr th span {
	border-left: 1px solid #001a35;
	border-right: 1px solid #004892;
	min-height: 18px;
	margin-top: 7px;
	display: block;
}

table.default thead tr th:first-child span {
	border-left: 0;
	text-align: left;
}

table.default thead tr th:last-child span {
	border-right: 0;
	text-align: left;
}

table.default.auto tbody tr td,
table.default.auto thead tr th span {
	text-align: left;
}

table.default.minimal tbody tr td {
	padding: 2% 0 2% 15px;
}

table.default.minimal thead tr th,
table.default.minimal tbody tr td {
	width: calc((100% - 170px) / 2);
}

table.default.minimal thead tr th:last-child,
table.default.minimal tbody tr td:last-child {
	width: 170px;
}

table.default.courses thead tr th,
table.default.courses tbody tr td {
	width: auto;
}

table.default.courses thead tr th:nth-child(2),
table.default.courses tbody tr td:nth-child(2) {
	width: 150px;
}

table.default.courses thead tr th:last-child,
table.default.courses tbody tr td:last-child {
	width: 300px;
	padding-right: 15px;
}

/*==== Locations Table ====*/
.locations,
.locations .location,
.locations .location .title,
.locations .location .floating-heading,
.locations .location .heading {
	position: relative;
	width: 100%;
}

.locations .location .contents .content,
.locations .location .title,
.locations .location .heading {
	padding: 15px 15px 5px;
	clear: both;
}

.locations .location .contents {
	position: relative;
}

.locations .location .floating-heading { 
	position: relative;
	top: 0;
	z-index: 500;
}

.locations .location .title { background: #fff }

.locations .location .heading {
	background-color: #003b79;
	background-image: -webkit-linear-gradient(to bottom, #003b79 0%, #002145 100%);
	background-image:      -o-linear-gradient(to bottom, #003b79 0%, #002145 100%);
	background-image:         linear-gradient(to bottom, #003b79 0%, #002145 100%);
}

.locations .location .contents::after,
.locations .location .content::after,
.locations .location .heading::after {
	content: "";
	position: relative;
	clear: both;
	display: block;
	width: 100%;
}

.locations .location .contents .content {
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	color: #333333;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
}

.page-template-template-corporate-locations-db .locations .location .contents { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.page-template-template-corporate-locations-db .locations .location .contents .content.p1 {
	-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1;
	-ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%;
}
.page-template-template-corporate-locations-db .locations .location .contents .content.p2 {
	-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2;
	-ms-flex-order: 2; -webkit-order: 2; order: 2; width: 100%;
}
.page-template-template-corporate-locations-db .locations .location .contents .content.p3 {
	-webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3;
	-ms-flex-order: 3; -webkit-order: 3; order: 3; width: 100%;
}
.page-template-template-corporate-locations-db .locations .location .contents .content.p4 {
	-webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4;
	-ms-flex-order: 4; -webkit-order: 4; order: 4; width: 100%;
}
.page-template-template-corporate-locations-db .locations .location .contents .content.p5 {
	-webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5;
	-ms-flex-order: 5; -webkit-order: 5; order: 5; width: 100%;
}
.page-template-template-corporate-locations-db .locations .location .contents .content.p6 {
	-webkit-box-ordinal-group: 6; -moz-box-ordinal-group: 6;
	-ms-flex-order: 6; -webkit-order: 6; order: 6; width: 100%;
}


.locations .location .contents .content:hover {
	/* background: #fbfbfb; */
}

.locations .location .contents .content a[data-lightbox] {
	text-decoration: underline;
	font-weight: bold;
}

.locations .location ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.locations .location ul li {
	float: left;
	width: calc(100% / 3.02);
	padding: 0 15px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.locations .location ul li:first-child  { color: #003d7d }

.locations .location ul li span,
.locations .location ul li:first-child strong {
	display: block;
}

.locations .location ul li:first-child  { padding-left: 0  }
.locations .location ul li:last-child 	{ padding-right: 0 }

.locations .location .heading ul li {
	border-left: 1px solid #001a35;
	border-right: 1px solid #004892;
}

.locations .location ul li:first-child  { border-left: 0  }
.locations .location ul li:last-child 	{ border-right: 0 }

.locations .location ul li a.show-popup,
   .locations .location ul li a.show-map { color: #B21019; text-decoration: underline; display: block; }
.locations .location ul li:first-child a span.cdata { display: none; }
.locations .location ul li .show-popup { display: block; margin-top: 12px;}

.locations .location .heading ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.locations .location .heading ul li {
	color: #fff;
	font-weight: bold;
	-webkit-flex: 1, 1, 1;
	-moz-flex: 1, 1, 1;
	-ms-flex: 1, 1, 1;
	-o-flex: 1, 1, 1;
	flex: 1, 1, 1;
}

.locations .location .contents .content .loc-wrapper {
	cursor: pointer;
	padding: 16px 20px;
}

.locations .location .contents .content .loc-wrapper p { margin-bottom: 20px; } 
.locations .location .contents .content .loc-wrapper li + li p { margin-bottom: 0px; } 
.locations .location .contents .content .loc-wrapper li + li + li p { margin-bottom: 20px; } 

.locations .location .contents .content .map-wrapper {
	overflow: hidden;
	width: 100%;
	display: none;
	margin: 0;
	padding: 0 20px 20px;
}
.locations .location .contents .content.no-map .show-map { display: none; }
.locations .location .contents .content .loc-wrapper .mgr_d { margin: 14px 6px 0 0; }

#lomodal { position: fixed; height: 100%; width: 100%; background: rgba(0,0,0,0.7); top: 0; left: 0; z-index: 99989; }
#lomodal #lomo_content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 99992;
							width: 750px; height: 600px; max-height: 90vh; max-width: 80vh; 
							background-color: #fff; border: 3px solid #003D7D; border-radius: 20px; padding: 20px; }
#lomodal #lomo_content .lomoclo { position: absolute; width: 28px; height: 28px; top: 10px; right: 12px; border: 1px solid #C8D3E3; 
							color: #337ab7; font-size: 17px; background-color: #f3f7f8; border-radius: 14px; text-align: center; 
							z-index: 99998; cursor: pointer; }
#lomodal #lomo_content .info { -webkit-columns: 100px 2; -moz-columns: 100px 2; columns: 100px 2; margin-top: 1em; }
#lomodal #lomo_content h2 { font-size: 28px; color: #B41019; margin-bottom: 1em; }
#lomodal #lomo_content .info h5 { color: #001F59; font-size: 14px; margin-top: 10px; font-weight: bold; line-height: 1.4em; }
#lomodal #lomo_content .info h5:first-child { margin-top: -1em; }
#lomodal #lomo_content .info ul li { font-size: 13px; color: #333; }

.sidebar-btn { margin-top: 12px; }
.sidebar-btn input { width: 100%; opacity: 0.8; }
.sidebar-btn input:hover { opacity: 1; }


/*==== Search Box ====*/
.search-box {
	position: relative;
	width: 100%;
	height: 65px;
	display: block;
	border-radius: 10px;
	margin: 5px 0 30px;
	padding: 0 15px;
	background: #003B79;
	background-image: -webkit-linear-gradient(to bottom, #003B79 0%, #002348 100%);
	background-image: 	   -o-linear-gradient(to bottom, #003B79 0%, #002348 100%);
	background-image:  		  linear-gradient(to bottom, #003B79 0%, #002348 100%);
}

.search-box select,
.search-box button,
.search-box input {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.search-box select,
.search-box input[type="text"] {
	width: calc(100% - (80px + 50px));
	left: 15px;
}

.search-box select {
	border: 0;
}

.search-box select,
.search-box select option {
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
	padding: 2px;
}

.search-box button {
	background: none;
	border: 0;
	right: 10px;
	padding: 0 16px;
	width: 80px;
}

.search-box button span {
	background: url('images/search_locations_btn_sprite.png') repeat-x left -47px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
    font-size: 12px;
	padding: 0 3px;
    height: 34px;
    line-height: 36px;
    display: block;
    position: relative;
    text-transform: lowercase;
    text-shadow: 1px 1px 0 #4e050a;
}

.search-box button span::before,
.search-box button span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 16px;
	height: 34px;
}

.search-box button span::before {
	background: url('images/search_locations_btn_sprite.png') no-repeat left 1px;
	left: -16px;
}

.search-box button span::after {
	background: url('images/search_locations_btn_sprite.png') no-repeat left -97px;
	right: -16px;
}

.search-box button:hover span 			{ background-position: left -201px 	}
.search-box button:hover span::before 	{ background-position: left -148px 	}
.search-box button:hover span::after 	{ background-position: left -259px 	}

.search-box button:active span 			{ background-position: left -377px 	}
.search-box button:active span::before 	{ background-position: left -318px 	}
.search-box button:active span::after 	{ background-position: left -435px 	}

.search-box.tabbed { margin-top: 0 }

.tab-wrapper {
	width: 100%;
	overflow: hidden;
}

.search-tabs {
	width: 120%;
	min-width: 200px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.search-tabs span {
	color: #fff;
	width: 65px;
	text-align: center;
	display: inline-block;
	padding: 10px 0 5px;
	background: #003C7B;
	border-radius: 10px 10px 0 0;
}

.search-tabs span:first-of-type {
	background: none;
	text-transform: uppercase;
	color: #003d7d;
	margin-right: 5px;
	text-align: left;
	font-weight: bold;
	width: auto;
}

.search-tabs span.tab 		{ cursor: pointer }
.search-tabs span.active 	{ background: #001A35 }

/*==== Search Results ====*/
.search-page-results {
	width: 80%;
}

.search-page-results input[type="text"] {
	background: #f5f5f5;
    background-image: -webkit-linear-gradient(to bottom , #f5f5f5 0%, #ffffff 100%);
    background-image:      -o-linear-gradient(to bottom , #f5f5f5 0%, #ffffff 100%);
    background-image:         linear-gradient(to bottom , #f5f5f5 0%, #ffffff 100%);
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #666666;
    font-size: 14px;
    min-height: 33px;
    padding-left: 8px;
    padding-top: 3px;
    margin-top: 7px;
    float: left;
    width: calc(100% - 150px);
}

.search-page-results button {
	background: none;
	border: none;
	float: right;
	padding: 0;
}

.search-page-results button span {
	position: relative;
	color: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	margin: 0 25px;
	padding: 0 25px;
	display: block;
	background: url('images/cta_sprite.png') repeat-x left -64px;
}

.search-page-results button span::before,
.search-page-results button span::after {
	position: absolute;
	content: " ";
	top: 0;
	width: 25px;
	display: block;
	height: 100%;
}

.search-page-results button span::before {
	left: -25px;
	background: url('images/cta_sprite.png') no-repeat left top;
}

.search-page-results button span::after {
	right: -25px;
	background: url('images/cta_sprite.png') no-repeat left -134px;
}

.search-page-results button:hover span { background-position: left -275px }
.search-page-results button:hover span::before { background-position: left -212px }
.search-page-results button:hover span::after { background-position: left -355px }

.search-page-results button:active span { background-position: left -502px }
.search-page-results button:active span::before { background-position: left -425px }
.search-page-results button:active span::after { background-position: left -577px }

/*==== Default Form ====*/
form.default {
	width: 100%;
	font-size: 14px;
}

form.default input[type=email],
form.default input[type=tel],
form.default input[type=text],
form.default select,
form.default textarea {
	width: 100%;
	display: block;
	color: #555;
	line-height: 2;
	padding: 5px 10px;
	min-height: 33px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(to bottom, #f5f5f5 0%, #fff 100% );
	background-image: 	   -o-linear-gradient(to bottom, #f5f5f5 0%, #fff 100% );
	background-image:  		  linear-gradient(to bottom, #f5f5f5 0%, #fff 100% );
}

form.default textarea {
	height: 100px;
}

form.default select {
	padding: 10px 5px;
}

form.default button {
	background: none;
	border: none;
	float: right;
}

form.default button span {
	position: relative;
	color: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	margin: 0 25px;
	padding: 0 25px;
	display: block;
	background: url('images/cta_sprite.png') repeat-x left -64px;
}

form.default button span::before,
form.default button span::after {
	position: absolute;
	content: " ";
	top: 0;
	width: 25px;
	display: block;
	height: 100%;
}

form.default button span::before {
	left: -25px;
	background: url('images/cta_sprite.png') no-repeat left top;
}

form.default button span::after {
	right: -25px;
	background: url('images/cta_sprite.png') no-repeat left -134px;
}

form.default button:hover span { background-position: left -275px }
form.default button:hover span::before { background-position: left -212px }
form.default button:hover span::after { background-position: left -355px }

form.default button:active span { background-position: left -502px }
form.default button:active span::before { background-position: left -425px }
form.default button:active span::after { background-position: left -577px }

form.default .wpcf7-list-item {
	display: block;
	padding: 5px 0;
}

form.default .wpcf7-list-item label {
	font-weight: normal;
}

form.default .wpcf7-list-item label span.wpcf7-list-item-label {
	padding-left: 15px;
}

form.default .wpcf7-response-output {
	clear: both;
	margin-top: 30px;
}

/*==== Footer ====*/
footer {
	position: relative;
	margin: 0 auto 10px;
	width: calc(100% - 30px);
}

footer.homepage-footer { width: calc(100% - 18px) }

footer ul.footer-nav {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #E5E5E5;
}

footer::before {
	content: "";
	position: relative;
	background: url('images/lower_gradient.png');
	width: 100%;
	height: 151px;
	display: block;
}

section.homepage-content::after,
footer::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 80%;
	height: 5px;
	display: block;
	margin: 0 auto;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background-image: -webkit-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image: 	   -o-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image:  		  radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
}

footer ul.footer-nav {
	position: relative;
	padding: 5px 20px;
}

footer ul.footer-nav::before {
	position: absolute;
	left: 50%;
	bottom: 100%;
	content: "";
	display: block;
	z-index: 1;
	width: 90%;
	height: 6px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background-image: -webkit-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image: 	   -o-radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
	background-image:  		  radial-gradient( ellipse, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 90% );
}

footer ul.footer-nav li {
	display: inline-block;
	padding: 1px;
}

footer ul.footer-nav li a {
	display: block;
	padding: 0 10px;    
	color: #003d7d;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
}

footer ul.footer-nav li a:hover { color: #333 }

footer.homepage-footer ul.footer-nav::before { display: none }

footer.homepage-footer::before {
	display: none;
}

/*==== Buttons ====*/
a.button {
	display: table;
	color: #fff;
	position: relative;
	min-height: 30px;
	text-transform: none;
	color: #ffffff;
	font-family: "Avenir LT W01 65 Medium", Arial, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 0 #000000;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

a.button::before,
a.button::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 19px;
	height: 100%;
	float: left;
}

a.button.red {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 10px 19px;
	background: url('images/homepage_button_sprite.png') repeat-x center -48px;
}

a.button.red::before {
	left: -19px;
	background: url('images/homepage_button_sprite.png') no-repeat;
}

a.button.red::after {
	right: -19px;
	background: url('images/homepage_button_sprite.png') no-repeat left -100px;
}

a.button.red:hover 			{ background-position: 0 -206px }
a.button.red:hover::before 	{ background-position: 0 -152px }
a.button.red:hover::after 	{ background-position: 0 -271px }
a.button.red:active 		{ background-position: 0 -385px }
a.button.red:active::before { background-position: 0 -329px }
a.button.red:active::after 	{ background-position: 0 -443px }

/*==== Utility ====*/
br.divider {
	clear: both;
	margin: 15px 0 15px;
	width: 100%;
	display: block;
	line-height: 1;
}

ul li.divider {
	width: 100% !important;
	clear: both !important;
	height: 0 !important;
	margin: 0 !important;
}

.no-margin 			{ margin: 0 !important }
.no-padding			{ padding: 0 !important }
.margin-bottom-30 	{ margin-bottom: 30px }

p.footnote { font-style: italic }

i.clearfix {
	clear: both;
	width: 100%;
	height: 0;
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.wrap::after {
	position: relative;
	content: "";
	clear: both;
	width: 100%;
	display: block;
}

.fixed { 
	position: fixed !important;
	left: auto;
	top: 0;
}

img.featured-image {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 25px;
	border-radius: 10px;
}

.heightAuto { height: auto !important }

.visible { display: block !important }

/*==== News List ====*/
ul.news,
ul.news ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

ul.news a {
	display: inline;
	border-bottom: 1px solid #b21019;
}

ul.news a {	border-bottom: 1px solid #e13f48 }

ul.news > li { margin-bottom: 10px }
ul.news > li:first-child { margin-top: 12px }
ul.news > li:last-child { margin-bottom: 0 }
ul.news > li ol li:first-child { margin-bottom: 5px }

/*==== Address ====*/
address {
	font-style: normal;
	display: block;
	margin-bottom: 25px;
}

address span {
	display: block;
}

/*==== Sitemap ====*/
ul.sitemap {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.sitemap ul,
ul.sitemap ol {
	padding-left: 10px;
	margin-bottom: 0;
	list-style: none;
}

ul.sitemap li::before{
	content: "\f0da";
	position: relative;
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #b21019;
}

ul.sitemap a 		{ border-bottom: 1px solid #b21019 }
ul.sitemap a:hover 	{ border-bottom: 1px solid #e13f48 }

ul.sitemap li {
	padding: 5px 0;
}

ul.sitemap > li > a {
	font-weight: bold;
	font-size: 14px;
}

/*==== Contact List ====*/
ul.contact-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.contact-list li {
	display: block;
	width: calc(100% / 2.1);
	float: left;
}

ul.contact-list li:nth-child(odd) {
	padding-right: 3px;
}

ul.contact-list li:nth-child(odd) {
	clear: left;
}

ul.contact-list li h4 { margin: 0 }

/*==== Lightbox ====*/
#lightbox-underlay {
	display: none;
	position: fixed;
	z-index: 99999999999999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	cursor: pointer;
}

#lightbox-wrapper {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999999999999;
	height: 90%;
	width: 90%;
	max-width: 820px;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #003D7D;
	padding: 40px 13px 40px 40px;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.lightbox-content {
	display: none;
	width: 100%;
	height: 100%;
}

.lightbox {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

#lightbox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #EAF2F9;
	border-radius: 50%;
	padding: 10px;
	color: #003D7D;
	cursor: pointer;
}

.lightbox-locations { padding-right: 20px }

.lightbox-locations h1 { margin-bottom: 40px }

.lightbox-locations .info,
.lightbox-locations .weather-box {
	padding: 0;
}

.lightbox-locations .info {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	font-size: 13px;
	padding-right: 20px;
}

.lightbox-locations .info h5 {
	color: #001F59;
	font-weight: bold;
}

.lightbox-locations .info ul { padding-left: 20px }

.lightbox-locations .weather-box .weather {
	width: 100%;
	background: #003D7D url('images/locations-weather-sidebar-bg.png') repeat-x left top;
	color: #fff;
	padding: 20px;
	border-radius: 0 0 15px 15px;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

.lightbox-locations .weather-box.no-image .weather { 
	border-radius: 15px;
	min-height: 500px;
}

.lightbox-locations .weather-box img { 
	border-radius: 15px 15px 0 0;
	width: 100%;
}

.lightbox-locations .weather-box .weather h4 {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.lightbox-locations .weather-box .weather dl {
	margin: 0;
	padding: 0;
}

.lightbox-locations .weather-box .weather dt,
.lightbox-locations .weather-box .weather dd {
	display: inline-block;
}

/*==== ACF Map ====*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}

/*==== Keyframes ====*/

/*= Show Search Bar =*/
@-webkit-keyframes search-show {
	from 	{ top: 0 	},
	to 		{ top: 100% }
}

@keyframes search-show {
	from 	{ top: 0 	},
	to 		{ top: 100% }
}

.search-show {
	top: 100%;
	-webkit-animation: search-show 0.18s ease;
			animation: search-show 0.18s ease;
}

/*= Hide Search Bar =*/
@-webkit-keyframes search-hide {
	from 	{ top: 100%	},
	to 		{ top: 0	}
}
@keyframes search-hide {
	from 	{ top: 100%	},
	to 		{ top: 0	}
}

.search-hide {
	top: 0;
	-webkit-animation: search-hide 0.18s ease;
			animation: search-hide 0.18s ease;
}

/*= Lower Search Ribbon =*/
@-webkit-keyframes ribbon-lower {
	from 	{ top: -96px	},
	to 		{ top: -30px 	}
}

@keyframes ribbon-lower {
	from 	{ top: -96px	},
	to 		{ top: -30px 	}
}

.ribbon-lower {
	top: -30px;
	-webkit-animation: ribbon-lower 0.18s ease;
			animation: ribbon-lower 0.18s ease;
	-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
			transform: translateY(10px);
}

.ribbon-lower:hover {
	-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
			transform: translateY(10px);
}

/*= Raise Search Ribbon =*/
@-webkit-keyframes ribbon-raise {
	from 	{ top: -30px },
	to 		{ top: -96px }
}

@keyframes ribbon-raise {
	from 	{ top: -30px },
	to 		{ top: -96px }
}

.ribbon-raise {
	-webkit-animation: ribbon-raise 0.18s ease;
			animation: ribbon-raise 0.18s ease;
}


/* New Sidebar Menu */
ul.local.sidebar-menu li ul.sub-menu {
    display: none;
}
ul.local.sidebar-menu li.current_page_item.menu-item-has-children > ul.sub-menu,  ul.local.sidebar-menu li.current-page-ancestor > ul.sub-menu {
    display: block;
}
ul.local.sidebar-menu ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 5000;
}
ul.local.sidebar-menu li ul.sub-menu {
    margin-bottom: 5px;
}
ul.local.sidebar-menu li ul.sub-menu li a {
    padding: 5px 15px 5px 30px;
}
ul.local.sidebar-menu li ul.sub-menu li a::before {
    content: "\f0c8";
    position: absolute;
    left: 15px;
    font-family: 'FontAwesome';
    font-size: 5px;
    line-height: 13px;
    color: #658BB4;
}
ul.local.sidebar-menu li > ul.sub-menu li > ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #C3D3E3;
    width: 200px;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children {
    position: relative;
}
ul.local.sidebar-menu li > ul.sub-menu li.current_page_item.menu-item-has-children > ul.sub-menu {
    display: none;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children.current-menu-parent > a::after,
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children.current_page_item > a::after {
    content: "\f0da";
    position: relative;
    font-family: 'FontAwesome';
    color: #B41019;
    left: 5px;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children.current-menu-parent:hover > ul.sub-menu,
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children.current_page_item:hover > ul.sub-menu {
    display: block;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a::before {
    display: none;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a {
    padding: 10px 15px 0;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li:last-child a {
    padding: 10px 15px;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a:hover {
    text-decoration: underline;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li > a::after {
    display: none;
}
ul.local.sidebar-menu li > ul.sub-menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    display: none;
}
ul.local.sidebar-menu li.menu-item-has-children.current-menu-item:hover, aside.nav ul.local > li.current_page_parent:hover, aside.nav ul.local > li.current-page-ancestor:hover {
    background: #f4f8fc;
}
ul.local.sidebar-menu li.menu-item-has-children > ul.sub-menu > li:hover {
    background: #C3D3E3;
}

.g-recaptcha > div { float: right; margin-bottom: 1.2em;  }

@media print {
  a[href]:after {
    content: none !important;
  }
}