@charset "utf-8";
/* CSS Document */
body, html { 
    overflow-x: hidden; 
    overflow-y: auto; 
}
strong, bold, b {
      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: #042d5f;
}
a:hover, a:active {
    color: #222222;
}
/*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 {
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 298px;
    margin: 0 auto;
}
.c2cSide::before{
    font-family: FontAwesome;
    content: "\f098";
    padding-right: 8px;
}

/*Headline Formatting*/
.PageTitle, h1, h2, h3, h4, h5, .blog_specific_title, .ContactUsToday, .sidegraphic_blog_link {
    color: #042d5f;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.PageTitle, h1 {/*Page Headline (i.e. WELCOME)*/
    font-size: 36px;
    padding-top:40px;
}
h2 {    
    font-size: 32px;
}
h3{ 
    font-size: 24px;
}
h4, h5 {
    font-size: 20px;
}
.ContactUsToday {
    font-size: 24px;
    line-height: 125%;
    margin: 10px 0 6px 0;
}

/*Content Formatting*/
p, li, label, .blog_specific_post, .blog_specific_post div,  .blog_specific_post span, .sPara, .dropmenudiv a, .blog_archive_email_link, .blog_archive_rss_link {    
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px; 
font-weight: 300;
    line-height: 200%;
}
span {
    font: inherit;
}

/*Secton Code*/
section{
    width: 1920px;
    margin-left: -415px;
    padding: 60px 0;
    overflow: auto; 
    background-position: bottom;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
section > div:first-of-type{ 
    width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 701;
}
section h2:first-of-type, section h1:first-of-type{
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
section.home-intro{
    background-color: #e9f2ff;
    background-image:url('/global_pictures/intro-bg.jpg');
    background-size: 2560px 1280px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    transform-style: inherit;
}
section.split {
    background-image:url('/global_pictures/split-bg.png');v
}
section.split .half {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}
.half strong {text-transform: uppercase;}

section.split .half:first-of-type {
   padding: 0 50px 0 0;
}
.half h2, section half:first-of-type h2 {
    text-align: left !important;
}
section.split .half:first-of-type + .half {
    padding: 0 0 0 50px;
    float: right;
}
.half:first-of-type + .half * {
	color: #fff;
}
.half .fa, .half i {
	color: #e9aa30 !important;
	width: 20px;
	float: left;
	margin: 0 6px 20px 0;
}
.half:first-of-type + .half h2 {
    margin-bottom: 0;
    text-align: left;
}
.half { 
    text-align: left;
}
.half p {font-size: 24px; line-height: 32px; margin: 0;}
.half iframe{
	width: 100%;
}
/* 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*/
.lennington_menu {               
    height: 60px;
    background: transparent;
}
.chromestyle ul {
    text-align: center;
}
.chromestyle ul li {   
    font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
    font-size: 18px;
    display: inline;
    margin: 0;
}
.chromestyle ul li a { 
    padding: 18px 28px 18px;
    margin: 0;
    font: inherit; 
    color: #fff;    
    text-decoration: none;
    line-height: 60px; /* = lennington_menu height */
    text-transform: initial;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
    background: #888888 none;   
    color: #fff; 
}
.dropmenudiv { 
    position: absolute;
    top: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom-width: 1px;
    font-weight: normal;
    font-size: 16px; 
    line-height: 24px;
    z-index: 1000;
    background: #fff none; 
    min-width: 218px;
    width: auto;
    visibility: hidden;
    opacity: .95;
    box-shadow: 2px 2px 4px #555555;
}
.chromemenu_imageseperator {    
    display: none;
}
.dropmenudiv a { 
    display: block;
    padding: 4px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #222222;
}
.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #042d5f;
     color: #fff;
}
/*END OF LENNINGTON MENU*/

/*Footer*/
footer {
    margin: 60px 0 0 0;
    width:100%;
    height:auto;
    min-height: 95px;
    display: block;
    background: #fff;
}
.footerLogo { float: right }
footer > div:first-of-type{ 
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 701;
}
footer p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 40px 0 40px 0;
    margin: 0;
}
footer a:link, footer a:visited{
    text-decoration: none;
color: #222222;
}
footer a:hover, footer a:active {
    text-decoration: underline;
}
footer a[href*="facebook"]::after{
    content:"\f09a";
    font-family: FontAwesome;
    padding-left: 6px;
}

.header-contact-info {
	position: absolute;
	right: 0;
	top: 24px;
	margin: 0;
	cursor: default;
}
.header-contact-info li {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #042d5f;
	line-height: 22px;
	display: inline-block;
	text-align: right;
	border-right: 1px solid;
	margin-right: 15px;
	padding: 1px 15px 0 0;
}
.header-contact-info li:nth-child(2) {
	padding: 0;
	margin: 0;
	border: 0;
}
.header-contact-info li:before {
	content: "Within USA";
	font-weight: 700;
	font-size: 14px;
	display: block;
	line-height: 90%;
	color: #888888;
	text-transform: uppercase;
}
.header-contact-info li:nth-child(2):before {
	content: "international";
}
.header-news-btn, .header-news-btn:link, .header-news-btn:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	width: 353px;
	height: auto;
	display: inline-block;
	background: #042d5f;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 73px;
}
.header-news-btn:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #e3e3e3;
    font-size: 38px;
    position: absolute;
    right: 30px;
    line-height: 100%;
}
.header-news-btn:hover {
	background: #e3e3e3;
	color: #222222;
}
.header-news-btn:hover:before {
	color: #222222;
}
/*Retina Logo*/
#logoTop {
	display: block;
	position: absolute;
	width: 380px;
	height: 93px;
	background-size: 380px;
	background-image: url("/global_pictures/logoRetina.png");
	z-index: 800;
	-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;
	left: 0;
	top: 27px;
}
#logoTop: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-slogan {
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 392px;
	left: 169px;
	text-transform: uppercase;
	cursor: default;
}
.header-slogan:after {
	content: "Experience Matters When You Need Great Results";
	display: block;
	text-transform: none;
	color: #e9aa30;
	font-weight: 300;
	font-size: 32px;
	line-height: 252%;
	letter-spacing: 1.5px;
}
.home-cta a, .home-cta a:link, .home-cta a:visited {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin: 0 15px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	background: #042d5f;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.home-cta a span {
	display: block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 20px 0;
	margin: 36px 15px;
}
.home-cta a:hover {
	background: #888888;
}

/*Accessibility Links Position*/
.ContentArea_Content > div:nth-child(1) {
    margin: 0;
    position: absolute;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

/*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;
}
/* Two Column */
.ContentArea_Background {
    width: 70% !important;
    display: inline-block;
    float: left;
}
.MenuLeft_Background {
    width: 30% !important;
    display: inline-block;
    float: left;
}
/*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: 1260px;
}
}*/
.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 380px !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 380px;
    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;}