/*
<!-- Add to Head -->
<script src="https://use.fontawesome.com/7724a86ee8.js"></script>
<link href="http://zolacreative.com/global_pictures/z-grid.css" type="text/css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans:300,300i,400,600,700" rel="stylesheet"> 

font-family: 'Crimson Text', serif;
font-family: 'Open Sans', sans-serif;

*/

@charset "utf-8";
/* CSS Document */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, html { 
	overflow-x: hidden; 
	overflow-y: auto;
	font-family: sans-serif;
	font-weight: 400;
min-height: 2560px;
}
div, .dropmenudiv > a {
	font-family: sans-serif;
	font-weight: 400;
}
b, strong { 
	font-weight: 700;
}
img {
	border: 0;
}
*:focus {
	outline: none;
}
map {
	line-height: 0%;
	outline: none;
}
.mobile {
	display: none!important;
}
a:link, a:visited, .sidegraphic_blog_link a, .c2cSide::before {
	color: #1b3a5e;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:active {
	color: #222222;
}

a.btn, a.btn:link, a.btn:visited {
	display: inline-block;
	height: 60px;
	padding: 0 24px;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	background-color: #4a4f6c;
}
a.btn:hover, a.btn:active {
	background-color: #99878f;
}
a.btn:after {
	content: "\f101";
	padding-left: 10px;
	font-family: FontAwesome;
}


/*Headline Formatting*/
.PageTitle, h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6, .blog_specific_title, .ContactUsToday, .sidegraphic_blog_link {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #1a4883;
}
.PageTitle, h1, .h1 {/*Page Headline (i.e. WELCOME)*/
	font-size: 36px;
}
.PageTitle {
    margin-top: 40px;
}
h2, .h2 {    
	font-size: 32px;
}
h3, .h3, .ContactUsToday { 
	font-size: 24px;
}
h4, .h4, h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}

/*Content Formatting*/
p, li, label {    
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 18px; 
	line-height: 200%;
	color: #222222;
}
p {
	margin: 10px 0 10px 0;
}
li {
	line-height: 150%;
	margin-bottom: 10px;
}

/*Side Blog Posts Style*/
.sidegraphic_blog_link {
    margin: 0 auto 10px auto;
    width: 298px;
    line-height: 140%;
    font-size: 18px;
}
.sidegraphic_blog_link a {
    font-size: 16px !important;
    text-transform: none;
}

/*Click to Call Style*/
.c2cSide {
	display: block;
	width: 298px;
	margin: 0 auto;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
}
.c2cSide:before{
	content: "\f098";
	padding-right: 8px;
	font-family: FontAwesome;
}
span {
	font: inherit;
}

/*Header*/
header {
/* Fixed Menu Styles */
position: fixed;
top: 0;
width: 100%;
height: 176px;
background: rgba(255,255,255,0.85);
z-index: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header > div:first-of-type{ 
	position: relative;
	z-index: 2;
	width: 1140px;
	margin: 0 auto;
}
header:after {
	content: "";
	display: table;
	clear: both;
}
/*Retina Logo*/
.header-logo {
	display: block;
	position: relative;
	z-index: 601;
left: 0;
top: 22px;
width: 337px;
height: 131px;
	background-image: url("/global_pictures/logoRetina.png");
background-repeat: no-repeat;
	background-size: 337px;
}
.header-logo:hover {
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,.5));
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.5));
}
.header-contact {
	position: absolute;
	display: block;
	right: 15px;
	top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 144%;
	letter-spacing: 3px;
	color: #5c5c60;
    text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-contact  a {	
width: 282px;
    height: auto;
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    background: #d0ae30;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
}

.header-contact a:after {
	content:">";
	padding-left: 10px;
}
/* Fixed Menu Styles */
.fixed-header.header-small { height: 120px; }
.header-small .header-contact {
    position: absolute;
    display: block;
    right: 15px;
    top: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 134%;
    letter-spacing: 3px;
    color: #5c5c60;
    text-align: center;
}
.header-small .header-contact a {
    width: 234px;
    height: auto;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background: #d0ae30;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
}
.header-small .header-logo { background-size: 200px; background-repeat: no-repeat; }

.header-contact  a:hover { background: #5c5c60; }

/*Footer*/
footer {
	display: block;
	z-index: 1;
	width:100%;
	height:auto;
	min-height: 95px;
	padding: 30px 0;
	margin: 60px 0 0 0;
	background: url("/global_pictures/footerBtm.png") no-repeat top;
}
footer:before, footer:after {
	content: "";
	display: table;
	clear: both;
}
footer > div:first-of-type{ 
	position: relative;
	z-index: 2;
	width: 1140px;
	margin: 0 auto;
}
footer p {
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	padding: 0;
	margin: 0;
}
footer a:link, footer a:visited{
	text-decoration: none;
}
footer a:hover, footer a:active {
	text-decoration: underline;
}

/*Secton Code*/
section{
	position: relative;
	z-index: 1;
	width: 1920px;
	margin-left: -383px;
	padding: 60px 0;
	overflow: auto; 
	background-position: bottom;
}
section:after {
	content: "";
	display: table;
	clear: both;
}
section > div:first-of-type{ 
	position: relative;
	z-index: 2;
	width: 1140px;
	margin: 0 auto;
}
section h2:first-of-type, section h1:first-of-type{
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
section.parallax{
	background: #fff url(/global_pictures/AAA.png) no-repeat center bottom;
	background-size: 1920px 1280px;
	background-attachment: fixed;
	transform-style: inherit;
}

/* Section Fix for iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { section {
	background-attachment: scroll !important;
	background-position: 50% 80% !important;
}
}

/*Drop down Menu*/
/* Fixed Menu Styles */
.lennington_menu {  
	position: fixed; 
top: 176px;
	z-index: 610;
	width: 1920px;             
	height: 56px;
	background: rgba(92,92,96,.95);
	margin-left: -390px;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: initial;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chromestyle ul {
    max-width: 1140px;
    margin: auto;
}

.chromestyle ul li {   
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 20px;
	display: inline;
	margin: 0;
}

.chromestyle ul li a { 
	display: inline-block;
	padding: 0 16px;
	margin: 0;
	font: inherit; 
	color: #fff;    
	text-decoration: none;
	line-height: 56px; /* = lennington_menu height */
	text-transform: initial;
}
/* Fixed Menu Styles */
.lennington_menu.header-small {
   top: 120px;
    height: 40px;
}
.lennington_menu.header-small .chromestyle ul li a {
    line-height: 40px;
}
.header-small .chromestyle ul li { font-size: 16px; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
	background: #1b3a5e none;   
	color: #fff; 
}
.dropmenudiv { 
	visibility: hidden;
	position: fixed; /* default value = absolute */
	z-index: 1000;
	top: 0;
	min-width: 250px;
	width: auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom-width: 1px;
	font-weight: normal;
	font-size: 16px; 
	line-height: 170%;
	background: rgba(255,255,255,0.95) none; 
	box-shadow: 2px 2px 4px #555555;
}
.chromemenu_imageseperator {    
	display: none;
}
.dropmenudiv a { 
	display: block;
	padding: 6px;
	border-bottom: 0;
	text-decoration: none;
	color: #222222;
}
.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
	background-color: #1b3a5e;
	color: #fff;
}
/*END OF LENNINGTON MENU*/


/*responsive video embeds*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Helper Classes */
.flx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flx-between {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flx-around {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.img-float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.img-float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.txt-center {
	text-align: center
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.txt-justify {
	text-align: justify;
}
.txt-nowrap {
	white-space: nowrap;
}
.txt-lower {
	text-transform: lowercase;
}
.txt-upper {
	text-transform: uppercase;
}
.txt-cap {
	text-transform: capitalize;
}

/*Resize Content Area*/
#aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(1) tbody, #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(1) tr, #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(1) td {
    width: 100%;
    display: inline-block;
}
.PageTitle + div[style="margin-left: 25px; margin-right: 25px;"] {
     margin: 0 !important;
}
/*
// One or Two Column default pages
// Use only one or the other!
One Column 
.ContentArea_Background {
    width: 100% !important;
    display: inline-block;
    float: left;
    padding-right: 15px;
}
.ContentArea_Content {
    width: 1000px;
    margin: 0 auto;
    display: block;
}
.MenuLeft_Background {
    display: none !important;
}*/
/* Two Column */
.ContentArea_Background {
    width: 70% !important;
    display: inline-block;
    float: left;
    padding-right: 15px;
}
.MenuLeft_Background {
    width: 30% !important;
    display: inline-block;
    float: left;
}
#ctl00_panLeftSideMenu > div { margin: 20px auto !important}
#ctl00_panLeftSideMenu > div:first-child { margin-top: 0!important }
#ctl00_panLeftSideMenu > #ctl00_c2c_upClickToCall{margin:0!important; padding: 0; visibility: hidden;}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu { margin: 0 auto 50px auto !important }
/*Resize Blog Page*/
h1.blog_specific_title {
    padding: 0;
    margin: 0;
    font-size: 32px;
}
.blog_archive_email_link, .blog_archive_rss_link{
    font-size: 13px; 
}
/* move to blog head only
@media only screen 
and (min-width : 768px) {
.MenuLeft_Background {
    display: none !important;
}
.ContentArea_Content {
    width: 1140px;
}
}*/
.blog_specific_wrapper {
    width: 70% !important;
    float: left;
}
.blog_archive_menu {
    width: 20% !important;
    float: right;
}

/*Resize Side Form*/
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu{
    width: 300px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu *, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu *:before, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu *:after {
    box-sizing: inherit;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1){
    width: 100%;
    display: inline-block;
    margin: 0 !important;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tr, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) td{
    width: 100%; 
    display: inline-block;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td input, #ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_ContactUsTodaySide_upContactUs_LeftMenu > table:nth-child(1) tbody tr td #ctl00_ContactUsTodaySide_btnSubmitContactUs{
    border-width: 0px;
    width: 100%;
    height: 41px;
    padding: 11px 116px;
    background-color: #595959;
    display: block;
}
/*Newsletter Signup*/
#ctl00_Newsletter_Email_upContactUsNewsletters, .newsletters_table {    
    width: 300px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#ctl00_Newsletter_Email_upContactUsNewsletters *, #ctl00_Newsletter_Email_upContactUsNewsletters *:before, #ctl00_Newsletter_Email_upContactUsNewsletters *:after {
    box-sizing: inherit;
}
#ctl00_Newsletter_Email_txtNewsletterEmail {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_Newsletter_Email_btnNewsletterSubmit {
    border-width: 0px;
    width: 100%;
    height: 41px;
    padding: 11px 116px;
    background-color: #595959;
    display: block;
}
/*Resize Contact Page Form*/
#ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2), #ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2) * {
    width: 100% !important;
    display: inline-block;
    box-sizing: border-box;
}
#ctl00_ContactUsPage_panContactUsDisplayPage_Active > table:nth-child(2) tbody tr td:first-of-type{
    display: block;
}
#ctl00_ContactUsPage_panContactUsDisplayPage_Active input, #ctl00_ContactUsPage_panContactUsDisplayPage_Active  textarea{
    padding: 10px;
    border: 1px solid #ccc;
}
#ctl00_ContactUsPage_btnSubmitRegular {
    border-width: 0px !important;
    padding: 20px 340px !important;
    height: 60px !important;
    margin: 0 auto;
    background-color: #595959;
    box-sizing: border-box;
}

/*Resize Consultation Request Form*/
#ctl00_Consultation_Request_panFillInFields {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;	
}
#ctl00_Consultation_Request_panFillInFields *, #ctl00_Consultation_Request_panFillInFields *:before, #ctl00_Consultation_Request_panFillInFields *:after {
  box-sizing: inherit;
}
#ctl00_Consultation_Request_panFillInFields .div_field label {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 18px;
}
.div_field {
    overflow: visible !important;
}
#ctl00_Consultation_Request_panFillInFields select, #ctl00_Consultation_Request_panFillInFields input, #ctl00_Consultation_Request_panFillInFields textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
}
input#ctl00_Consultation_Request_btnSubmit {
    padding: 20px 340px;
    width: 100% !important;
    height: 60px !important;
    margin: 0 auto;
    background-color: #595959;
}
/*Submit Hover ALL*/
input[id*="Submit"]:hover {
box-shadow: 1px 2px 8px rgba(0,0,0,.45);
}

/*Hide extra <br/> and platform footer links*/
#aspnetForm > table:nth-child(13), #aspnetForm > br:nth-child(14), #aspnetForm > br:nth-child(12),.ContentArea_Content > div:nth-child(3) > br:nth-child(3){display: none;}

/*Force Empty Content to width: 100%*/
#ctl00_panContentArea > table:nth-child(2), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1), #ctl00_panContentArea > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), .contentTable > tbody:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)
{width: 100% !important; max-width: 100% !important}

.contentTable > tbody:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1), .contentTable > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) 
{width: 100% !important; max-width: 100% !important; display: inline-block}

/*Set Header img td to position:relative*/
#aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1), #aspnetForm > table:nth-child(11) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {position: relative;}


.ContentArea_Content > div:nth-child(1){display: none;}