@charset "utf-8";
/* CSS Document */

#rev {
	display: block;
	position: absolute;
	overflow: hidden;
	left: -650px;
	top: 0px;
height:1156px;width:2560px;
z-index: -1;
}

.logo { 
  font-family: 'Catamaran', sans-serif;
  font-size: 46px;
  line-height: 1.2;
  text-decoration: none;
  color: #e2a71c !important;
  text-transform: uppercase; }

.logo small {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0.09em;
}


body, html { 
    overflow-x: hidden; 
    overflow-y: auto; 
}
img {
    border:0;
}
*:focus {
    outline: 0;
}
map {
    line-height: 0%;
    outline: none;
}

a:link, a:visited {
    color: #193f71;
}
a:hover, a:active {
    color: #222222;
}

.PageTitle, h1 {/*Page Headline (i.e. WELCOME)*/
    font-size: 36px;
    color: #193f71;
    font-weight: 400;
    font-family: 'Adamina', serif;
    padding-top:40px;
}
h2{    
    font-size: 32px;
    color: #193f71;
    font-weight: 400;
    font-family: 'Adamina', serif;
}
h3{ 
    font-size: 24px;
    color: #193f71;
    font-weight: 400;
    font-family: 'Adamina', serif;
}
h4, h5 {
    color: #193f71;
    font-weight: 400;
    font-family: 'Adamina', serif;
}
.ContactUsToday {
    font-size: 24px;
    line-height: 205%;
    color: #193f71;
    font-weight: 400;
    font-family: 'Adamina', serif;
}
p, li, label, .blog_specific_post, .blog_specific_post div,  .blog_specific_post span, .sPara{    
    color: #222222;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px; 
    line-height:200%;
}
span {
    font: inherit;
}



/*Secton Code*/
section{
    width: 2560px;
    margin-left: -675px;
    padding: 60px 0;
    overflow: auto; 
    background-position: bottom;
}



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;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

section.call {
	background-color: rgba(25,63,113,.7);
}

ul.cta {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 1260px;
	height: auto;
	background-color: #e4e4e4;
}
ul.cta li {
	list-style: none;
	display: inline-block;
	width: 20%;
	float: left;
	text-align: center;
	height: auto;
	font-family: 'Catamaran', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}
ul.cta li a {
	color: #fff;
	text-decoration: none;
	background-image: url(ctaSprite.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 155px;
	background-position: 50% 0px;
	height: auto;

}
ul.cta li a:hover {
	-webkit-filter: hue-rotate(160deg) drop-shadow(0 3px 4px rgba(0,0,0,.4));
	filter: hue-rotate(160deg) drop-shadow(0 3px 4px rgba(0,0,0,.4));
}
.cta > li:nth-child(2) > a:nth-child(1) {
	background-position: 50% -300px;
}
.cta > li:nth-child(3) > a:nth-child(1) {
	background-position: 50% -600px;
}
.cta > li:nth-child(4) > a:nth-child(1) {
	background-position: 50% -900px;
}
.cta > li:nth-child(5) > a:nth-child(1) {
	background-position: 50% -1200px;
}
section.split {
    background-image:url('splitBG.jpg');
	background-size: 2560px 1280px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transform-style: inherit;
}

section.split .half {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

section.split .half:first-of-type {
    padding-right: 50px;
}
section.split .half:first-of-type h2
{width: 306px;
margin: 0 auto;}

section.split .half:first-of-type + .half {
    padding-left: 50px;
float: right;
}

.half:first-of-type + .half h2 {
    margin-bottom: 0;
}

.half *:first-of-type { 
    text-align: left;
}

section.test {
	background-color: #193f71;
	background-image: url(cycleBG.jpg);
	background-size: 2560px 1280px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transform-style: inherit;
}
section.test * {
	color: #fff;
}
section.test h2 {
	text-align: center;
	color: #e2a71c
}

/* Section Fix for iPad */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* STYLES GO HERE */
section {
	background-attachment: scroll !important;
	background-position: 50% 80% !important;
}
}
.cycle-slideshow {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}
.cycle-slideshow .cycle-slide {
	list-style: none;
	text-align: center;
	width: 100%;
}
.cycle-slide h4 {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Catamaran', sans-serif;
	margin: 0 0 25px 0;
}
.cycle-slide h4::before {
	content: "\f10d";
	font-family: FontAwesome;
	color: #e2a71c;
	padding-right: 22px;
	font-size: 64px;
}
.cycle-slide h4::after {
	content: "";
	display: block;
	width: 134px;
	height: 2px;
	background: #e2a71c;
	margin: 0 auto;
	margin-top: 12px;
}
.cycle-slide p {
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
	margin-top: 4px;
	text-align: left;
}
.pager {
	text-align: center;
	font-size: 46px !important;
color: #fff !important;
}
.pager span {
	font-size: 46px;
	padding: 10px;
	cursor: pointer;
color: #fff !important;
}
.pager span:hover {
	color: #e2a71c !important;
}
.pager span.cycle-pager-active {
	color: #e2a71c !important;
}
a.btn.viewAll {
	width: 251px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
a.btn.viewAll:hover {
 background-color:
}

.atty{padding: 0; 	list-style: none;  height: auto;}

.atty li {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    line-height: 120%;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.atty img {margin-bottom: 20px;}

.atty li em {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
}
.atty li a{
color: #193f71; text-decoration: none;
}
.atty li a:hover{
color:#e2a71c !important}


section.contact {
	background-color: #193f71;
	background-image: url(contactBG.jpg);
	background-size: 2560px 1280px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transform-style: inherit;
}
section.contact h2{color: #e2a71c;}
section.contact iframe{width: 100%;
border: 0;
height: 330px;}
/* Fix for iPad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { /* STYLES GO HERE */
section{  background-attachment: scroll !important;
    background-position: 50% 80% !important; }
}
/*Drop down Menu*/
.lennington_menu {               
    height: 44px;
    background: transparent;
}
.chromestyle ul {

}
.chromestyle ul li {   
    font-family: 'Catamaran', sans-serif;
font-weight: 300;
    font-size: 19px;
    display: inline;
    margin: 0;
}
/*.chromestyle ul li::after{
    content:"|";
    color: #e1e1e1;
}*/
.chromestyle ul li a { 
    padding: 8px 28px 5px;
    margin: 0;
    font: inherit; 
    color: #fff;    
    text-decoration: none;
    line-height: 44px; /* = lennington_menu height */
    text-transform: initial;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
    background: #e2a71c none;   
    color: #193f71; 
}
.dropmenudiv { 
    position: absolute;
    top: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom-width: 1px;
    font-weight: normal;
    font-size: 16px; 
    line-height: 30px;
    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: 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #222222;
}
.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #193f71;
     color: #fff;
}
/*END OF LENNINGTON MENU*/

/*Footer*/
footer {
    margin: 60px 0 0 0;
    width:100%;
    height:auto;
    /*min-height: 165px;*/
    display: block;
    background: #e2a71c;
}
footer p {
color: #fff;
    font-size: 16px;
    line-height: 25px;
font-weight: 300;
    text-align: left;
    /*width: 1260px;*/
    margin: 0 auto;
    padding: 36px 0 20px 0;
}
footer a:link, footer a:visited{
    text-decoration: none;
}
footer a:hover, footer a:active {
    text-decoration: underline;
}

footer  div:first-of-type{ 
    width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 701;
}

ul.soc{padding: 0;
margin: 30px 0 0 0;
float: right;}
ul.soc li{list-style: none; display: inline-block; padding: 6px;}
ul.soc li a{text-decoration: none;}

/*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;
}

#tel {
    font-family: 'Catamaran', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #e2a71c;
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
    line-height: 80%;
}
#tel span{
	font-size: 16px;
	font-weight: 300;
color: #fff;
text-transform: uppercase;
}

#contact {
display: block;
position: absolute;
font-family: 'Catamaran', sans-serif;
font-size: 21px;
font-weight: 300;
color: #e2a71c !important;
text-transform: uppercase;
top: 40px;
right: 0;
line-height: 90%;
text-decoration: none;
}

#contact:hover{color: #fff !important;}

#contact::after{
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 13px;
}

#slogan {
    font-family: 'Adamina', serif;
    font-size: 78px;
    line-height: 87px;
    color: #fff;
    position: absolute;
    top: 256px;
    left: 317px;
    letter-spacing: 5px;
z-index: 2;
}


#slogan span {
font-size: 91px;
display: block;}

#slogan::before {
    content: "";
    width: 226px;
    height: 226px;
    display: inline-block;
    background-color: rgba(226,167,28,.6);
    position: absolute;
    z-index: -1;
    left: -92px;
    top: -40px;
}


#slogan p{
color: #fff;
font-size: 20px;
letter-spacing: 0;
width: 700px;}

/*Retina Logo*/
#logoTop {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
  /*  background-size: 400px;
    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;
    margin-left: 0;
    top: 36px;
}
#logoTop:hover {
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,.75));
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.75));
}

/*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);
}


/*Click to Call Style*/
.c2cSide {
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
.c2cSide::before{
    font-family: FontAwesome;
    content: "\f098";
    padding-right: 8px;
    color: #e2a71c;
}
.c2cSide:hover{
    text-shadow: 1px 2px 3px 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}

#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){position: relative;}

a.btn {
	font-size: 21px;
	font-weight: 300;
	font-family: 'Catamaran', sans-serif;
	color: #fff !important;
	background-color: #193f71;
	text-decoration: none;
	height: 59px;
	line-height: 59px;
	display: inline-block;
	text-align: center !important;
}
a.btn:hover {
	background-color: #e2a71c;
color: #193f71
}
a.btn::after {
	font-family: FontAwesome;
	content: "\f0a9";
	padding-left: 12px;
}
a.btn.top{width: 230px;}

a.btn.test{width: 230px;
background-color: #e2a71c;}
a.btn.test:hover{background-color: #fff; color: #193f71 !important;}

/*responsive video embeds*/

.videoWrapper::before{
content:"";
display: block;
width: 100%;
clear: both;}
.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%;
}