/*=== Common CSS Starts ===*/

html{-webkit-text-size-adjust:none;font-size:10px;-webkit-font-smoothing:antialiased;}
body{background-color:#ffffff;color:#4a4645;font-family:"proxima-nova", sans-serif;font-size:1.6rem;line-height:2.4rem;}
h1,.h1{font-family:Brandon-Grotesque;font-size:6.6rem; line-height:8.4rem; font-weight:900;font-stretch:normal;font-style:normal; letter-spacing:normal;color:#2f2c2c; text-transform:uppercase; margin:0 0 11px 0;}
h1.small,.h1.small{font-family:Brandon-Grotesque;font-size:5.5rem; line-height:7rem; font-weight:900;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#2f2c2c; text-transform:uppercase;}
h2,.h2{font-family:Brandon-Grotesque;font-size:3.6rem;line-height:5rem;font-weight:900;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#2f2c2c; text-transform:uppercase; margin:0 0 9px 0;}
h3,.h3{font-family:Brandon-Grotesque;font-size:3rem;line-height:3.8rem;font-weight:normal;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#2f2c2c; margin:0 0 4px 0;}
h4,.h4{font-family:"proxima-nova", sans-serif;font-size:2.2rem;line-height:3rem;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#2f2c2c; margin: 0 0 7px 0;}
h5,.h5{font-family:"proxima-nova", sans-serif;font-size:1.7rem; line-height:2.3rem; font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#2f2c2c; margin: 0 0 6px 0;}
p{font-family:"proxima-nova", sans-serif;font-size:1.6rem;line-height:2.4rem;font-weight:normal;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#4a4645; margin: 0 0 27px 0;}
.right_col p {
    margin: 0 0 10px 0;
}
p.intro,.intro p,h1.intro{font-family:"proxima-nova", sans-serif;font-size:2rem; line-height:3rem; color:#4a4645;}
p.quote{font-family:"proxima-nova", sans-serif;font-size:2.6rem; line-height:3.6rem;color:#4a4645;font-style:italic;}
a{color:#1b5073;}
a:hover{color:#1b5073;}
a:focus{color:#103955;text-decoration:none;}
.mb-50{margin-bottom:50px;}
@media all and (max-width:767px){
body{font-size:1.5rem;line-height:2.2rem;}
  h1,.h1{font-size:4.2rem;line-height:5.6rem;}
  h1.small,.h1.small{font-size:4.2rem;line-height:5.6rem;word-wrap: break-word;}
  h2,.h2{font-size:2.8rem;line-height:3.8rem;}
  h3,.h3{font-size:2.6rem;line-height:3.2rem;}
  h4,.h4{font-size:1.8rem;line-height:2.4rem;}
  h5,.h5{font-size:1.5rem;line-height:2rem;}
  p{font-size:1.5rem;line-height:2.2rem;}
  p.intro, .intro p{font-size:1.7rem;line-height:2.6rem;}
  p.quote{font-size:18rem;line-height:2.4rem;}
}
@media all and (max-width:420px){
h1,.h1{font-size:3.6rem;line-height:4.6rem;}
h1.small,.h1.small{font-size:3.6rem;line-height:4.6rem; }
}
.container-fluid{max-width:1320px;}

body.loginActivated{overflow: hidden}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 207, 49, 1); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 207, 49, 0.5); 
}
.invisible{
  position: absolute;
  left: -9999999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: visible !important;
}
.sktmain.visible{
	position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: hidden;	
  visibility: visible !important;
  z-index: 11;
  background: #FFCF31;
  padding: 10px;
}
.sktmain.visible> a{
	color: #2f2c2c;
}
.visuallyhidden{
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
position: absolute;
}
/*=== Common CSS Ends ===*/

/*=== CTA Button CSS Starts ===*/

.navCta{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;padding:14px 40px 12px 11px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;position:relative;min-width: 280px;border-radius:28px}
/*.navCta:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;background-color:#efefef;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;-webkit-transform:scale(0.5, 1);transform:scale(0.5, 1);border-radius:28px}
.navCta:hover::before, .navCta:focus::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}*/
.navCta:hover, .navCta:focus{background:#efefef;}
.navCta span{z-index:1}
.navCta .icon{font-size:3.2rem;margin-right:12px;}
.regularCtaBorder{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;font-size:17px;font-weight:600;line-height:1.18;padding:19px 32px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:29px;border:solid 1.5px #ffcd00;position:relative;}
/*.regularCtaBorder:before{content:'';position:absolute;top:0;left:0;width:101%;height:100%;z-index:-1;opacity:0;background-color:#ffcf31;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;-webkit-transform:scale(0.5, 1);transform:scale(0.5, 1);border-radius:29px}*/
.regularCtaBorder:hover{border:solid 1.5px #ffcf31}
/*.regularCtaBorder:hover::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}*/
.regularCtaBorder span{z-index:1}
.langIcon{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;background:#efefef;font-size:1.4rem;font-weight:normal;line-height:1.71;padding:0 12px;border-radius:14px;position:relative;color: #2f2c2c;}
.langIcon .icon{margin-right:5px;}
.langIcon:hover,.langIcon:focus, .langIcon.active{text-decoration:none;color: #2f2c2c;background:#e3e3e3;}
/*.langIcon::before{content:'';position:absolute;top:0;left:0;width:101%;height:100%;z-index:0;opacity:0;background-color:#e3e3e3;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;-webkit-transform:scale(0.5, 1);transform:scale(0.5, 1);border-radius:14px;}
.langIcon.active::before{background-color:#ffcf31;opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);z-index:1;}
.langIcon:hover::before, .langIcon:focus::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);z-index:1;}
.langIcon span, .searchIcon span{z-index:1}*/
.searchIcon{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;background:#efefef;font-size:1.4rem;font-weight:normal;line-height:1.71;padding:5px;border-radius:14px;position:relative;}
.searchIcon:hover, .searchIcon:focus, .searchIcon.active{background:#e3e3e3}
/*.searchIcon::before{content:'';position:absolute;top:0;left:0;width:101%;height:100%;z-index:0;opacity:0;background-color:#e3e3e3;opacity:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;-webkit-transform:scale(0.5, 1);transform:scale(0.5, 1);border-radius:14px;}
.searchIcon:hover{text-decoration:none;}
.searchIcon.active::before{background-color:#ffcf31;opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);z-index:1;}
.searchIcon:hover::before, .searchIcon:focus::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);z-index:1;}*/

.rightArrowLink{font-size: 1.7rem;font-weight: 600;line-height: 1.18;text-decoration: none;color: #2f2c2c;}
.rightArrowLink:hover{text-decoration: none}
.rightArrowLink span.icon {font-size: 1.2rem;margin-right: 18px;color: #ffcf31}
.rightArrowLink:hover span, .rightArrowLink:focus span{color: #1b5073}

/*=== CTA Button CSS Ends ===*/

/*=== Header CSS Starts ===*/

header{position: fixed;top: 0;z-index: 10;width: 100%;background: #ffffff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;opacity: 1; visibility: visible}
header.nav--sticky.nav--up{top: -100px;}
/*=== Header Right Signpost CSS Starts ===*/

.signpost_wrapper a{display:inline-block}
.signpost_content_wrapper{margin-top:8px;}
.signpost_image_wrapper img{box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.signpost_content_wrapper p.link{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;font-size:1.7rem;font-weight:600;line-height:2.3rem;height: 40px;}
.signpost_content_wrapper p.link span.icon{margin-right:18px;font-size:2.3rem;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.signpost_wrapper > a:hover p.link > span.icon {
    padding: 8px;
    background: #ffcf31;
    border-radius: 30px;
    margin-right: 10px;
}
.signpost_wrapper a:hover img{-webkit-transform:scale(1.03);transform:scale(1.03);box-shadow:0 10px 44px 0 rgba(0, 0, 0, 0.3);}

/*=== Header Right Signpost CSS Ends ===*/

/*=== Header First Level CSS Starts ===*/
@media (max-width: 1150px) {
#bottom_nav_wrapper > div > div.bottom_nav_level_1.level1{margin: 0 8px;}
#bottom_nav_wrapper > div > div.bottom_nav_level_1.level1 > a{font-size: 1.5rem;}
}
.header_wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;padding:0 40px;min-height:100px;border-bottom: 1px solid #e3e3e3;position:relative;}
#MainWrapper.mainOverlay .header_wrapper{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
#MainWrapper.mainOverlay #bottom_nav_wrapper > div > div.level1 > div{z-index: -1;}
#MainWrapper.mainOverlay #bottom_nav_wrapper > div > div.level1 > div.bottom_nav_login_container.active.removeZindex{z-index: -10;}
.header_wrapper .logo_wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;min-height:100px;}
.header_wrapper .logo_wrapper img{width:220px;}
.nav_wrapper{min-height:100px;}
.nav_wrapper ul{padding:0}
.nav_wrapper ul li{list-style:none;}
#top_nav_wrapper{height:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-ms-flex-line-pack:center !important;align-content:center !important;}
#bottom_nav_wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-ms-flex-line-pack:center !important;align-content:center !important;height:60px;}
#top_nav_wrapper ul{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;margin-bottom:0;background:#fff;}
#top_nav_wrapper > ul > li.level1{padding:0 11px}
#top_nav_wrapper > ul > li.level1 a{font-size:1.4rem;font-weight:normal;line-height:1.5;color:#4a4645;text-decoration:none;}
#top_nav_wrapper > ul > li.level1 > a{position:relative;}
#top_nav_wrapper > ul > li.level1 > a::before{content:"";position:absolute;left:51%;right:51%;bottom:-3px;background:#ffcd00;height:2px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:2px;}
#top_nav_wrapper > ul > li.level1 > a:hover::before, #top_nav_wrapper > ul > li.level1 > a:focus::before, #top_nav_wrapper .ul_top_nav_level_1 li.level1 > a.current::before{left:-2px;right:-2px;}
/*=== Header First Level CSS Ends ===*/

/*=== Header Second Level CSS Starts ===*/

#bottom_nav_wrapper ul{margin-bottom:0}
#bottom_nav_wrapper > div{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}
#bottom_nav_wrapper > div > div.level1 > div{display:none;position:absolute;width:100%;left:0;background:#f6f6f6;top:100px;z-index: 2;}
#bottom_nav_wrapper > div > div.level1 > div.bottom_nav_container::before{content: '';position: absolute;width: 30%;height: 100%;background: #fff;top: 0;right: 0;}
#bottom_nav_wrapper > div > div.level1 > div.bottom_nav_login_container{position:fixed;}
#bottom_nav_wrapper > div > div.level1{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;margin:0 20px;height:70px;}
#bottom_nav_wrapper > div > div.level1.login_wrapper{margin-right: 0}
#bottom_nav_wrapper > div > div.bottom_nav_level_1.level1.login_wrapper{padding-right: 0}
#bottom_nav_wrapper > div > div.bottom_nav_level_1.level1.login_wrapper > a{padding: 7.5px 15px;}
#bottom_nav_wrapper div a{font-weight:600;color:#2f2c2c;font-size:1.7rem;line-height:1.18;text-decoration:none}
#bottom_nav_wrapper .bottom_nav_container a.close_ico_menu {
    position: absolute;
    right: 35px;
    top: 35px;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
}
#bottom_nav_wrapper .bottom_nav_container a.close_ico_menu:hover, #bottom_nav_wrapper .bottom_nav_container a.close_ico_menu:focus {
    background: #efefef;
}
#bottom_nav_wrapper > div > div.level1 > a{position:relative;}
#bottom_nav_wrapper .bottom_nav_level_1 .bottom_nav_level_1.level1 > .bottom_nav_container{display: none !important}
#bottom_nav_wrapper .bottom_nav_level_1 .bottom_nav_level_1.level1 > .bottom_nav_container.show{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}
#bottom_nav_wrapper > div > div.level1 > a:not(.login-Icon)::before{content:"";position:absolute;z-index:0;left:51%;right:51%;bottom:-18px;background:#ffcd00;height:4px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:2px;}
#bottom_nav_wrapper > div > div.level1:hover > a:not(.login-Icon)::before, #bottom_nav_wrapper > div > div.level1 > a:not(.login-Icon):hover::before, #bottom_nav_wrapper > div > div.level1 > a:not(.login-Icon):focus::before, #bottom_nav_wrapper > div > div.level1 > a.current::before{left:-9px;right:-9px;}
#bottom_nav_wrapper > div > div.level1:hover > div.bottom_nav_container, #bottom_nav_wrapper > div > div.level1 > a:hover + div.bottom_nav_container, div.bottom_nav_container.makeItOpen{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}
#bottom_nav_wrapper > div > div.level1 > div .left_panel.has_seprater{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;/*-ms-flex-pack:distribute !important;justify-content:space-around !important;*/-ms-flex-line-pack:start !important;align-content:flex-start !important;flex-grow:4;padding:32px 0 52px 0;height:auto;padding-left: 16.66%;}
#bottom_nav_wrapper > div > div.level1 > div .left_panel.has_seprater > div, #bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column){width: 50%}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column){display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;z-index:0;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;flex-grow:4;height:337px;padding:50px 0 0 0;padding-left: 16.66%;}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column).double_item > div {
    width: calc(100% / 2);
}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column).double_item > div > div.has_children:not(:first-child){
	margin-top: 17px
}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column).long_menu.three_item > div {
	width: calc(100% / 3);
}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column).long_menu.three_item > div > div.has_children:not(:first-child){
	margin-top: 17px
}
#bottom_nav_wrapper > div > div.level1 > div .left_panel:not(.has_seprater):not(.three_column).long_menu{padding-left: 20px;padding-right: 20px;}
#bottom_nav_wrapper > div > div.level1 > div .left_panel.three_column{padding-top: 51px;height: 340px;}
#bottom_nav_wrapper > div > div.level1 > div .right_panel{flex-grow:1;background:#fff;padding:45px 24px;}
#bottom_nav_wrapper > div > div.level1 > div .right_panel li.rigth_panel_list_item {margin-bottom: 2px;}
#bottom_nav_wrapper div.level2.isTag span{font-size:1.4rem;font-weight:normal;line-height:1.5;color:#4a4645;margin-bottom:23px;display:inline-block;}
#bottom_nav_wrapper .bottom_nav_column.first_column.only_column .bottom_nav_level_2.level2.has_children:not(:first-child) {
    margin-top: 17px;
}
#bottom_nav_wrapper div.level2 a{font-size:2.0rem;font-weight:600;line-height:2.6rem;margin-bottom:10px;display:inline-block;}
#bottom_nav_wrapper div.level2:not(.isButton) a:hover, #bottom_nav_wrapper div.level2:not(.isButton) a.current, #bottom_nav_wrapper div.level3 a.current, #bottom_nav_wrapper div.level3 a:hover, #bottom_nav_wrapper div.level2:not(.isButton) a:focus, #bottom_nav_wrapper div.level3 a:focus {color: #1b5073;}
/*#bottom_nav_wrapper div.level2.has_children{margin-top:17px;}*/
#bottom_nav_wrapper div.level2.isButton{margin-top:19px;margin-bottom: 20px}
#bottom_nav_wrapper div.level2.isButton a{padding:11px 27px;font-size:1.7rem;font-weight:600;line-height:1.18;}
#bottom_nav_wrapper div.level3 a{font-size:1.6rem;font-weight:normal;line-height:2.0rem;display:inline-block;margin-bottom: 6px;}
#bottom_nav_wrapper .bottom_nav_column.first_column.only_column{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important;width:100%;height: 250px;}
#MainWrapper.mainOverlay::before {content: '';background: #000000;width: 100%;height: 100%;position: fixed;z-index: 2;opacity: 0.23;}

/*=== Header Second Level CSS Ends ===*/

/*=== Upper Header CSS Starts ===*/

.languages_wrapper, .search_wrapper{background:#ffcf31;min-height:100px;}
.upperHeader .row{min-height:100px;}
.languages_wrapper .language_label span, .language_list ul.list li a{font-size:1.7rem;font-weight:600;color:#2f2c2c;}
.language_close{text-align: center}
.language_list ul{margin:0;padding:0;list-style:none;padding:0 98px 0 15px;}
.language_list ul.list li a{text-decoration:none;position:relative;}
.language_list ul.list li a::before{content:"";position:absolute;left:51%;right:51%;bottom:-3px;background:#ffffff;height:2px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:2px;}
.language_list ul.list li a:hover::before, .language_list ul.list li a.current::before{left:-13px;right:-13px;}
.languages_wrapper .language_label .icon{font-size:2.7rem;margin-right:21px;}
.language_switcher{padding:0 8px;}
a.closeUpperHeader{text-decoration:none;text-decoration: none;
height: 52px;
width: 52px;
text-align: center;
line-height: 64px;
border-radius: 100%;
display: block;transition: all 0.2s ease-in-out}
a.closeUpperHeader:hover{background: #ecbf2d;}
a.closeUpperHeader > span.icon{font-size: 2.3rem;font-weight: 600;}
.upperHeader{min-height:0;height:0;opacity:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.upperHeader.activated{height:100px;min-height:100px;opacity:1;}

.search_wrapper .searchTextboxContainer{width: 100%;padding: 0 33px 0 42px;}
.search_wrapper .searchTextboxContainer #searchTextbox{background: none;border: 0;border-bottom: 2px solid #ecbf2d;width: 100%;font-size: 1.7rem;font-weight: 600;}
.search_label .icon{font-size: 2.7rem;}
.search_label .icon::before{color: #2f2c2c}

.mobi_login_wrapper.enabledAlert, body.alertEnabled #mmenu {
    top: 310px;
}
@media (max-width: 768px) {
	#alertWindow.alert_wrapper.enabled{height: 312px;}
    #alertWindow.alert_wrapper .row {min-height: 312px;}
    #alertWindow.alert_wrapper .alert_text {padding: 0 20px;}
    #alertWindow.alert_wrapper .alert_close{font-size: 16px;}
    
    .mobi_login_wrapper.enabledAlert, body.alertEnabled #mmenu {top: 391px;}
}

#alertWindow.enabled {
  min-height: 232px;
  background: #1b5073;
  overflow: auto;
  z-index: 9999;
  position: relative;
  opacity: 1;
  height: 232px;
}
#alertWindow p {
  color: #fff;
  margin-bottom: 18px;
}
#alertWindow p.h4{
  margin: 0;
}

#alertWindow .row{
  min-height: 232px;
}
.internetexplorer11 #alertWindow .row{
  height: 232px;
}
#alertWindow .alert_icon{
  margin-bottom: 16px;
}

#alertWindow .alert_icon .icon{
  font-size: 46px;
}
#alertWindow .container-fluid{
  position: relative
}
#alertWindow .alert_close{
  color: #fff;
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 36px;
}
#alertWindow a.regularCtaBg{
	padding: 11px 24px;
}
#alertWindow.disabled {
  min-height: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
body.alertEnabled header{position: absolute;top:232px;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
body.alertEnabled .main_content_wrapper{-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
body.alertEnabled #bottom_nav_wrapper > div > div.level1 > div.bottom_nav_login_container{position: absolute;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
body.alertEnabled header.nav--sticky.nav--up{top: 232px;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}

body.ip3-edit.alertEnabled header, body.ip3-edit.alertEnabled header.nav--sticky.nav--up{top: 480px;}
body.ip3-edit #alertWindow.enabled{z-index: 10;}

@media (max-width: 768px) {
body.alertEnabled header{top: 313px;}
body.alertEnabled header.nav--sticky.nav--up{top: 313px;-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
}

/*=== Upper Header CSS Ends ===*/

/*=== Header Navigation Login CSS Starts ===*/

.bottom_nav_login_container{padding: 36px 0 20px;}
.bottom_nav_login_container.active.addPad {padding-bottom: 96px;}
#bottom_nav_wrapper .login_close {position: absolute;right: -10px; top:-10px;height: 43px;width: 43px;text-align: center;line-height: 48px;border-radius: 100%;}
#bottom_nav_wrapper .login_close:hover{background: #e3e3e3;}
.login_list_container .login_list li{padding: 0 36px;height: 40px;}
#bottom_nav_wrapper .login_list li a{font-size: 2.0rem;font-weight: 600;line-height: 1.3;position:relative}
.login_list_container .login_list li a::before{content: "";position: absolute;z-index: 0;left: 51%;right: 51%;bottom: -8px;background:#ffcf31;height: 4px;-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;border-radius: 2px;}
.login_list_container .login_list li a:hover::before, .login_list_container .login_list li a:focus::before, .login_list_container .login_list li a.active::before {left: -15px;right: -15px;}
.login_content_container {padding-top: 67px;display: none;}
.login_content_container.active {
    display: block;
}
.left_content_wrapper .user_id{margin-bottom: 18px}
.left_content_wrapper .password{margin-bottom: 23px}
.left_content_wrapper .chk_remmber{margin-bottom: 27px;display: none;}
.left_content_wrapper .chk_remmber span.text{margin-left: 12px;font-size: 1.6rem;font-weight: normal;line-height: 1.5;color: #4a4645;}
.left_content_wrapper .login_btn{margin-bottom: 13px;}
.left_content_wrapper .login_btn .smallCtaBg{width: 100%;text-align: center; padding: 18px 19px;}
.left_content_wrapper .login_btn .smallCtaBg .icon{width: 100%;}
.left_content_wrapper .bottom_links p{text-align: center;margin-bottom: 5px;}
#bottom_nav_wrapper .left_content_wrapper .bottom_links a{font-size: 1.4rem;font-weight: normal;line-height: 1.5;color: #4a4645}
#bottom_nav_wrapper .left_content_wrapper .bottom_links a:hover, #bottom_nav_wrapper .left_content_wrapper .bottom_links a:focus{color: #1b5073}
#bottom_nav_wrapper .right_content_wrapper .flood_button a{padding-left: 5px;padding-right: 5px;color: #ffffff;width: 100%;text-align: center; display: inline-block;}
.right_content_wrapper .flood_button{margin-bottom: 25px}
.bottom_nav_login_container .form-control {font-style: italic;}

.login_content{display: none;animation: fadeOut ease 1s;-webkit-animation: fadeOut ease 1s;-moz-animation: fadeOut ease 1s;-o-animation: fadeOut ease 1s;-ms-animation: fadeOut ease 1s;}
.login_content.active{display: flex;animation: fadeIn ease 1s;-webkit-animation: fadeIn ease 1s;-moz-animation: fadeIn ease 1s;-o-animation: fadeIn ease 1s;-ms-animation: fadeIn ease 1s;}
.login_wrapper > a.smallCtaBorder.active::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.login_wrapper > a.smallCtaBorder.active{border: solid 1.5px #ffcf31;}
@keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-moz-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-webkit-keyframes fadeIn {0% {opacity:0;}100% {opacity:1;}}
@-o-keyframes {0% {opacity:0;}100% {opacity:1;}}
@-ms-keyframes {0% {opacity:0;}100% {opacity:1;}}

@keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-moz-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-o-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}
@-ms-keyframes fadeOut {0% {opacity:1;}100% {opacity:0;}}

/*=== Header Navigation Login CSS Ends ===*/

@media (min-width: 991px) {
.header_wrapper{display: flex !important}
.mobi_header_wrapper{display: none !important}
}
@media (max-width: 991.98px) {
.header_wrapper{display: none !important}
.mobi_header_wrapper{display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;min-height: 78px;padding: 0 20px 0 30px;position: relative; z-index:10;border-bottom: 1px solid #e3e3e3;}

/*=== Mobile Menu and Header CSS Starts ===*/

.mobi_header_wrapper .logo_wrapper img{width: 170px;}
#mm-1 .mm-navbar.mm-navbar_sticky {display: none;}
.mobi_level_1.level1 > a, .mobi_level_2.level2.is_main_point > a, .mobi_level_3.level3.is_main_point > a {font-weight: 600;font-size: 2.0rem;line-height: 2.0rem;color: #2f2c2c;}
.mobi_level_3.level3 > a{font-size: 1.5rem; line-height: 2.2rem; color: #4a4645; padding: 5px 0 7px 0}
.mobi_level_2.level2.isTag > span{font-size: 1.3rem;font-weight: normal;line-height: 1.62;color: #4a4645}
.mobi_level_2.level2 > a{font-size: 1.7rem;font-weight: 600;line-height: 1.18;color: #2f2c2c;padding:7px 0px}
.mobi_level_2.level2:not(.is_main_point), .mobi_level_3.level3:not(.is_main_point) {padding-left: 29px;}
.mobi_nav_level_2.level2.isButton {max-width: 210px;margin: 10px 0 16px 30px;}
.mobi_nav_level_2.level2.isButton .regularCtaBorder{padding: 11px 32px;}
#mmenu .mm-navbar__title {font-size: 1.3rem;font-weight: normal;line-height: 1.62;color: #4a4645;}
.mburger.active{--mb-bar-width: 0.6;background: #ffcf31;border-radius: 50px;}
.mburger{--mb-bar-width: 0.8;--mb-button-size: 35px;margin-left: 3px;}
    
.mobi_login_wrapper{position: fixed;width: 100%;top: 78px;background:#f6f6f6;left: 0;display: none;}
.mobi_login_wrapper.addBottom{bottom: 0;    padding-bottom: 100px;overflow-y: scroll;overflow-x: hidden;}
.mobi_login_container .login_list li a{font-size: 1.7rem;font-weight: 600;line-height: 1.18;position: relative;text-decoration:none;color: #2f2c2c;}
.mobi_login_container .login_list_container .login_list li a::before{bottom: -3px;height: 2px;}
.mobi_login_container .login_list_container .login_list li a:hover::before, .mobi_login_container .login_list_container .login_list li a.active::before{left: -6px;right: -6px;}
.mobi_login_container .login_content_container{padding-top: 10px;}
.mobi_login_container .login_list{margin-top: 20px;}
.mobi_login_container ul{padding: 0; margin: 0; list-style: none;}
.mobi_login_container .login_content.active{padding: 0 43px;flex-direction: column;align-content: center;}
.mobi_login_container .ctaWithIcon{padding: 18px 37px;}
.mobi_login_container .login_list_container .login_list li{padding: 0 27px;}
.mobi_login_container .bottom_links a{font-size: 1.4rem;line-height: 1.5;font-weight: normal;color: #4a4645;text-decoration: none}
.mobi_login_container .bottom_links a:hover{color: #1b5073}
.mobi_login_container .right_content_wrapper .flood_button{margin-top: 15px;    text-align: center;}
.mobi_collapser .smallCtaBorder.login-Icon.active::before {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.mobi_collapser .smallCtaBorder.login-Icon.active .icon::before{content: "\e90d";font-size: 11px;font-weight: bold;}
.mobi_bottom_quicklink_list .navCta:before{display: none}

      /*=== Mobile Menu and Header CSS Ends ===*/
}
  
@media (max-width: 768px) {
	.mobi_login_container .login_content.active{padding: 0;}
}
  
  /*=== Header CSS Ends ===*/
  
  /*=== Half width Module CSS starts ===*/
  
  .half_width_holder_wrapper {position: relative;}
  .half_width_holder_wrapper.has_top_border{border-top: 1px solid #e3e3e3}
  .half_width_holder_wrapper.has_bottom_border { border-bottom: 1px solid #e3e3e3;}
  .half_width_holder_wrapper.has_divider::before {content: '';position: absolute;height: 100%;width: 1px;background: #e3e3e3;top: 0;left: 50%;}
    
    /*=== Half width Copy with Link ===*/
    
    .half_width_copy_and_link_wrapper h2{text-transform: uppercase;margin-bottom: 14px;}
    .half_width_copy_and_link_wrapper .copy_description p{margin-bottom: 23px;}
    
    /*=== Half width Copy with Link ===*/
    
    /*=== Half width Open Position ===*/
    
    .half_width_open_positions_wrapper ul{list-style: none;margin: 0;padding: 0;}
    /*.half_width_open_positions_wrapper ul li p{margin: 0; max-width:92%;}*/
    .half_width_open_positions_wrapper ul li p{margin: 0;}
    .half_width_open_positions_wrapper ul li p.title{width: 100%}
    .half_width_open_positions_wrapper ul li a.catFeaturedBlock{padding: 26px 26px 19px 25px;}
    .half_width_open_positions_wrapper ul li.removeB a.catFeaturedBlock {border-bottom: 1px solid transparent;}
    .half_width_open_positions_wrapper ul li a:hover > p.circleArrowCta::after{opacity: 1;-webkit-transform: translateY(-50%) scale(1, 1);transform: translateY(-50%) scale(1, 1);}
    .half_width_open_positions_wrapper ul li a:hover > p.circleArrowCta > .icon::after{left: 12px;}
    .half_width_open_positions_wrapper ul li a:hover > p.circleArrowCta > .icon::before{right: 22px;width: 22px;}
    .half_width_open_positions_wrapper ul li span.title{font-size: 2.2rem;font-weight: 600;line-height: 1.36;}
    .half_width_open_positions_wrapper ul li span.location{font-size: 1.4rem;font-weight: normal;line-height: 2.1rem;}
    /*.half_width_open_positions_wrapper ul li span.icon{margin-right: 2px;}*/
    
    /*=== Half width Open Position ===*/
    
    /*=== Half width Client Review ===*/
    
    .half_width_rating_wrapper .rating_title h2{margin-bottom: 16px}
    .half_width_rating_wrapper .rating_star ul{color:#ffcf31;list-style: none;padding: 0;margin: 0;font-size: 2.6rem}
    .half_width_rating_wrapper .rating_wrapper .rating{margin-right: 22px}
    .half_width_rating_wrapper .rating_wrapper .rating p{font-family: Brandon-Grotesque;font-size: 7.5rem;line-height: 7.0rem;letter-spacing: 0;font-weight: normal;font-style: normal;color:#2f2c2c;margin: 0}
    .half_width_rating_wrapper .total_rating p{font-size: 1.4rem;line-height: 2.1rem;margin: 0}
    .half_width_rating_wrapper .rating_star ul li {margin-right: 6px;font-size: 2.4rem;}
    .half_width_rating_wrapper .rating_link{margin-top:24px}
    .half_width_rating_wrapper .total_rating{margin-top: 10px;}
    
    /*=== Half width Client Review ===*/
    
    /*=== Half width Diamond Council ===*/
    
    .diamond_council_wrapper .diamond_council_image img{width: 354px;}
    .diamond_council_wrapper .diamond_council_image {margin-bottom: 9px;}
    .diamond_council_wrapper .diamond_council_description p {margin-bottom: 23px;}
    
    /*=== Half width Diamond Council ===*/
    @media (max-width: 767.98px) {
    .half_width_open_positions_wrapper ul li a.catFeaturedBlock{padding: 17px 0px 17px 0px; background: transparent;}
    .half_width_open_positions_wrapper ul li a.catFeaturedBlock .circleCta{right:0;}
    /*.half_width_open_positions_wrapper ul li p {max-width: 79%;}*/
    .half_width_holder_wrapper.has_divider .half_width_bottom_feature{padding-top:50px; padding-bottom:50px;}
    .half_width_holder_wrapper.has_divider .half_width_bottom_feature:first-child{padding-top:0;}
    .half_width_holder_wrapper.has_divider .half_width_bottom_feature:last-child{padding-bottom:0;}
    .half_width_holder_wrapper.has_divider::before {height: 1px;width: 100%;top: 50%;left: 0; display:none;}
    .half_width_holder_wrapper.has_divider .half_width_bottom_feature:before {content: '';height: 1px;width: 100%;background: #e3e3e3;position: absolute;left: 0;top: 0;}
    .half_width_holder_wrapper.has_divider .half_width_bottom_feature:first-child:before{display:none;}
    .half_width_holder_wrapper{/*min-height: 503px;*/}
    .half_width_holder_wrapper > .container-fluid, .half_width_holder_wrapper .row{min-height: inherit;}
    .half_width_holder_wrapper .row > div:first-child {margin-bottom: 35px;}
  }
  /*=== Half width Module CSS Ends ===*/
  
  /*==== Pay My Bill Module CSS Starts ====*/

.pay_my_bill_content_wrapper {margin-bottom: 40px;}
.pay_my_bill_list_wrapper {padding-top: 35px;}
.pay_my_bill_list_wrapper > .pay_my_bill_list_content_wrapper {flex: 0 0 50%;margin-bottom: 25px;}
.pay_my_bill_list_content_wrapper .number p {font-size: 5rem;line-height: 5.2rem;margin: 0;font-family: Brandon-Grotesque;font-weight: 900;position: relative}
.pay_my_bill_list_content_wrapper .number p span{color: #ffcf31;}
.pay_my_bill_list_content_wrapper .number{min-width: 70px;}
.pay_my_bill_list_content_wrapper .content .button{margin-bottom: 12px;}
.pay_my_bill_list_content_wrapper .content {margin-top: 23px;}
.pay_my_bill_list_content_wrapper .content .title > p.h4{margin-bottom: 17px;}
.pay_my_bill_list_content_wrapper .content .description > p {margin-bottom: 20px;}
.pay_my_bill_list_content_wrapper .content {margin-top: 23px;}
.pay_my_bill_content_wrapper .bottom_content > p {margin: 0;}
.pay_my_bill_content_wrapper .bottom_content {padding: 15px 26px;background: #efefef;border-radius: 6px;}

@media (max-width: 767.98px) {
.pay_my_bill_list_wrapper > .pay_my_bill_list_content_wrapper {flex: 0 0 100%;}
}

  /*==== Pay My Bill Module CSS Ends ====*/
  
  /*=== Footer CSS Starts ===*/
  
  footer .footer_top_logo_wrapper img{width: 220px}
  footer .footer_bottom_left_logo{min-width:70px; margin:0 40px 0 0;}
  footer .footer_bottom_right_logo img{max-width:105px;}
  footer .footer_wrapper{min-height: 359px;padding: 53px 0;border-top: 1px solid #e3e3e3}
  footer .footer_links_wrapper ul{list-style: none;padding: 0;margin: 0;}
  footer .footer_links_wrapper ul li{margin-bottom: 5px;}
  footer .footer_links_wrapper ul li:last-child{margin-bottom: 0}
    footer .footer_links_wrapper ul li a{font-size: 1.4rem;font-weight: normal;line-height: 1.57;color: #4b4645; text-decoration: none}
    footer .footer_bottom_wrapper{background: #103955; min-height: 57px}
    
    footer .footer_social_links_wrapper ul{padding: 0;margin: 0;list-style: none;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-pack: justify !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}
    footer .footer_social_links_wrapper p{font-size: 2.2rem;font-weight: 600;line-height: 1.36;margin-bottom: 17px;}
    footer .footer_social_links_wrapper ul li a{font-size: 2.0rem;color:#2f2c2c;text-decoration: none;background:#efefef;border-radius: 27px;width: 46px;height: 46px;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-pack: center !important;-ms-flex-pack: center !important;justify-content: center !important;-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;position:relative; z-index:0;}
    footer .footer_social_links_wrapper ul li a:hover, footer .footer_social_links_wrapper ul li a:focus{background:#ffcf31}
    /*footer .footer_social_links_wrapper ul li a::before{content: '';position: absolute;top: 0;left: 0;width: 101%;height: 100%;z-index: 0;opacity: 0;background-color:#e3e3e3;opacity: 0;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);border-radius: 27px;}
    footer .footer_social_links_wrapper ul li a:hover::before, footer .footer_social_links_wrapper ul li a:focus::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);z-index: 1;background: #ffcf31}*/
    footer .footer_social_links_wrapper ul li a span.icon{z-index: 1}
    footer .footer_social_links_wrapper ul li a span.text{font-size: 0}
    
    footer .footer_download_wrapper ul{padding: 0;margin: 0;list-style: none;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}
    footer .footer_download_wrapper ul li{margin-right: 10px;}
    footer .footer_download_wrapper ul li a img {width: 113px;height: 100%;background: #000;border-radius: 6px;}
    footer .footer_download_wrapper > p {font-size: 1.4rem;margin-bottom: 10px;}
    
    footer .footer_bottom_wrapper p.copyright{font-size: 1.4rem;font-weight: normal;line-height: 1.5;color: #fff; margin: 0}
    footer .footer_bottom_wrapper .right_content p{margin: 0}
    footer .footer_bottom_wrapper .right_content p a{font-size: 1.4rem;font-weight: normal;line-height: 1.5;color: #fff; text-decoration: none}
    footer .footer_bottom_wrapper .right_content p a:hover{color: #fff}
    footer .footer_third_section {padding: 6px 0 19px 0;}
    
    .f-h-225{min-height: 250px}
    .f-h-57{min-height: 57px}
    
    .internetexplorer11 .f-h-225{height: 250px}
    .internetexplorer11 .f-h-57{height: 57px}
    
    @media (max-width: 1024px) {
    footer .footer_social_links_wrapper ul li a{font-size: 1.4rem;width: 35px;height: 35px;}
  }
  @media (max-width: 991.98px) {
  footer .footer_top_logo_wrapper img{width: 180px;}
  footer .footer_social_links_wrapper ul li a{font-size: 1.4rem;width: 30px;height: 30px;}
  footer .footer_bottom_left_logo{min-width:70px; margin:20px 40px 20px 0;}
  footer .footer_bottom_right_logo img{margin-right:10px;}
}
@media (max-width: 767.98px) {
.f-h-225 {min-height: 125px;}
.internetexplorer11 .f-h-225{height: 125px}
footer .footer_wrapper{padding: 35px 0;}
footer .footer_social_links_wrapper {margin-bottom: 30px;}
footer .footer_social_links_wrapper p{font-size: 1.8rem;line-height: 1.33;    margin-bottom: 10px;}
footer .footer_social_links_wrapper ul{-webkit-box-pack: start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}
footer .footer_links_wrapper ul li{margin-bottom: 3px;}
footer .footer_links_wrapper ul li a{font-size: 1.3rem;line-height: 1.62;}
footer .footer_first_section {margin-bottom: 25px;}
footer .footer_wrapper .footer_social_links_wrapper ul li a{font-size: 2.7rem;width: 56px;height: 56px;}
footer .footer_social_links_wrapper ul li {margin-right: 19px;}
footer .footer_download_wrapper > p{font-size: 1.2rem;line-height: 1.75}
footer .footer_third_section {padding: 0;margin-top: 30px;}
}

/*=== Footer CSS Ends ===*/

/*=== Staging Hidden Elements ===*/
form[name = "Mainform2"]{display:none !important;}
/*body > div[style="width: 100%; display: inline-block; padding: 5px 10px; box-sizing: border-box; background-color: #ffffff;"]{display:none !important;}*/
/*=== Staging Hidden Elements ===*/

/*===== Quote Module ======*/

.quote_content_wrapper {text-align: center;}
.quote_icon{margin-top: 50px;}
.quote_icon > p {font-size: 14.1rem;margin: 0;color: #ffcf31;}
.quote_middle_content > p {font-size: 2.0rem;line-height: 3.0rem;}

/*===== Quote Module ======*/

/*===== BOD CSS Starts ======*/

.leadership-member-tab-wrapper > ul > li > a,
.leadership-member-card .member-info p.member-name,
.key-info-heading,
.key-info-item .key-info-item-title{
  font-weight:600;
}

/*font colors*/
.leadership-member-tab-wrapper > ul > li > a,
.leadership-member-card .member-info p.member-name,
.leadership-member-content-inner .member-title,
.key-info-heading,
.key-info-item .key-info-item-title{
  color:#2f2c2c;
}

.leadership-member-tab-wrapper > a{
  color:#4a4645;
}

/*Module - Leadership Member*/
.leadership-member-tab-wrapper {
  margin-bottom: 58px;
}
.leadership-member-tab-wrapper > a{
  display:none;
  border: 1px solid #d7d7d7;
  padding: 16px 48px 16px 16px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.leadership-member-tab-wrapper > a::after {
  content: "\e90f";
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 11px;
  border-radius: 50%;
  font-family: 'icomoon' !important;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  line-height: 35px;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.leadership-member-tab-wrapper > a:hover,
.leadership-member-tab-wrapper > a.open{
  border:1.5px solid #4a4645;
}
.leadership-member-tab-wrapper > a:hover:after,
.leadership-member-tab-wrapper > a.open:after{
  background: #efefef;
}
.leadership-member-tab-wrapper > a.open:after{
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.leadership-member-tab-wrapper > ul{
  display:flex;
  padding: 0;
  list-style: none;
}

.leadership-member-tab-wrapper > ul > li{
  display: block;
  width: 100%;
  padding: 0 2px;
}
.leadership-member-tab-wrapper > ul > li > a{
  font-size: 2.2rem;
  line-height: 1.36;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  text-decoration:none;
}
.leadership-member-tab-wrapper > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e3e3e3;
  left: 0;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.leadership-member-tab-wrapper > ul > li.current > a:after,
.leadership-member-tab-wrapper > ul > li > a:hover:after,
.leadership-member-tab-wrapper > ul > li > a:focus:after{
  background: #ffcf31;
}

.leadership-category-content{
  display:none;
}
.leadership-category-content.current{
  display:block;
}
.leadership-member {
  padding: 0 20px;
  width: 25%;
  margin-bottom: 40px;
}
.leadership-member .leadership-member-content{
  display:none;
}
.leadership-member .leadership-member-card {
  height: 100%;
}
.leadership-member .leadership-member-card > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 26px 20px 34px;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  background:#ffffff; 
  text-align: center;
  color: #2f2c2c;
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease;
}
.leadership-member .leadership-member-card > a:hover{
	box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.23);
}
.leadership-member .leadership-member-card > a::after {
  content: "\e90d";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  padding: 9px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease;
}
.leadership-member .leadership-member-card .member-img {
  width: 100%;
  display: block;
  margin: 0 auto 28px;
  border: solid 4px #ffcd00;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease;
  max-width: 198px;
  /*for old images*/
  height: 198px;
  position: relative;
  overflow: hidden;
}
.leadership-member .leadership-member-card .member-img > img {
  display: inline-block;
  width: 100%;
  min-height: 190px;
  max-width: inherit;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  margin: auto;
  min-width: 253px;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
  
}
.leadership-member .leadership-member-card .member-info p.member-name{
  font-size:2.2rem;
  line-height:1.36;
  margin-bottom:0
}

/*BOD Card Normal State Hover Effect*/
.leadership-member .leadership-member-card > a:hover .member-img, .leadership-member .leadership-member-card > a:focus .member-img{
  -webkit-transform: scale(1.041);
  transform: scale(1.041);
}
.leadership-member .leadership-member-card > a:hover:after, .leadership-member .leadership-member-card > a:focus:after{
  background:#ffcf31;
}

/*BOD Card Open State*/
.leadership-member .leadership-member-card > a.open{
  background: #ffcf31;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.23);
}
.leadership-member .leadership-member-card > a.open .member-img{
  border-color:#ffffff;
}
.leadership-member .leadership-member-card > a.open:after{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #fff;
}

/*BOD Card Open State Hover Effect*/
.leadership-member .leadership-member-card > a.open:hover:after{
  background:#ffffff;
}

.leadership-member-content-inner{
  position:relative;
  padding-top: 0;
  padding-bottom: 38px;
}
.leadership-desktop-content {
    margin-top: 38px;
}
.leadership-member-content-inner > *{
  margin-bottom:24px;
}
.leadership-member-content-inner .btn-close-content {
  position: absolute;
  right: -77px;
  font-size: 19px;
  display: inline-block;
  padding: 12px;
  line-height: 19px;
  margin: 0;
  height: 43px;
  width: 43px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  top: 39px;
  text-decoration:none;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease;
  color: #2f2c2c;
}
.leadership-member-content-inner .btn-close-content:hover{
  background: #e3e3e3;
}
.leadership-member-content-inner .member-title{
  font-size:3rem;
  line-height:1.27;
  font-family: "brandon-grotesque";
}

/*key information*/
.key-info-heading{
  font-size:2.2rem;
  line-height:1.36;
  padding-top: 14px;
  margin-bottom: 13px;
}
.key-info-item .key-info-item-title{
  font-size:1.7rem;
  line-height:1.35;
  margin-bottom: 7px;
}
.key-info-item .key-info-item-content {
  margin-bottom: 15px;
}
.key-info-item .key-info-item-content > :last-child {
  margin-bottom: 0;
}

@media all and (max-width:1024px){
  .leadership-member-content-inner .btn-close-content{
    right: -39px;
  }
}
@media all and (max-width:767px){
  .leadership-member-tab-wrapper{
    max-width:290px;
  }
  .leadership-member-tab-wrapper > a{
    display:block;
  }
  .leadership-member-tab-wrapper > ul{
    display:none;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #d7d7d7;
    background:#ffffff;
    padding: 8px 0;
    border-radius:3px;
    overflow:hidden;
  }
  .leadership-member-tab-wrapper > ul > li{
    padding:0;
  }
  .leadership-member-tab-wrapper > ul > li > a{
    font-size: 1.6rem;
    line-height:1.5;
    display:inline-block;
    width:100%;
    font-weight:normal;
    color: #4a4645;
    text-align:left;
    padding:9px 18px;
  }
  .leadership-member-tab-wrapper > ul > li > a:after{
    display:none;
  }
  .leadership-member-tab-wrapper > ul > li.current > a,
  .leadership-member-tab-wrapper > ul > li > a:hover{
    background:#e3e3e3;
  }
  
  .rad-introtext{
    font-size:1.7rem;
    line-height:1.53;
  }
  
  .leadership-member-content-inner{
    padding-top:0px;
    padding-bottom: 40px;
  }
  
  .leadership-member-content-inner .btn-close-content{
    display:none;
  }
  
  .leadership-member-content-inner .member-title{
    font-size:2.6rem;
    line-height:1.23;
  }
  .key-info-heading{
    font-size:1.8rem;
    line-height:1.33;
  }
  .key-info-item .key-info-item-title{
    font-size:1.5rem;
    line-height:1.33;
  }
}

.nojs .snapdown-title p:after{display:none;}
.nojs .leadership-member-tab-wrapper{
  display:none;
}
.nojs .leadership-category-content{
  display:block
}
.nojs .leadership-member{
  width:100%;
}
.nojs .leadership-member .leadership-member-card > a{
  box-shadow:none;
  background:transparent;
}
.nojs .leadership-member .leadership-member-content{
  display: block;
}
.nojs .leadership-member .leadership-member-content .leadership-member-content-inner{
  padding-top:30px;
  padding-bottom:30px;
}
.nojs .leadership-member-content-inner .btn-close-content{
  display:none;
}
.nojs .leadership-member .leadership-member-card > a::after{
  display:none;
}

/*===== BOD Css Ends ======*/

/*===== Investor Signpost ======*/

.investor_signpost_image {border-radius: 6px;background-position: center center;background-size: cover;margin: 0 0 20px 0;}
.investor_signpost_title_wrapper.sTag .signpost_tag {font-size: 1.4rem;line-height: 2.1rem;margin: 0;background: #efefef;border-radius: 12.5px;text-align: center;padding: 2px 13px;}
.investor_signpost_title_wrapper.sTag > p{margin: 0}
.investor_signpost_item {min-height: 395px;margin-bottom: 40px;}
.investor_signpost_description > p {margin: 0;}
.investor_signpost_title_wrapper.sTag {margin-bottom: 12px;}
.investor_signpost_description {margin-bottom: 20px;}
.investor_signpost_description.event_desc a.circleCta::before{font-size: 3.2rem;color: #4a4645;}
.investor_signpost_description.event_desc a.circleCta:hover, .investor_signpost_description.event_desc a.circleCta:focus{background: none}
.investor_signpost_item.investor_grey_signpost {background: #f6f6f6;border-radius: 6px;text-align: center;padding: 38px 0 35px;}
.investor_signpost_item .ticker_wrapper {padding: 22px 0 43px 0;}

.investor_signpost_item.email_alert .investor_signpost_description{min-height:220px; padding:0 20px;}
.investor_signpost_item.email_alert .investor_signpost_description .icon{margin:0 auto 12px; display:table; font-size:3.2rem; }
.investor_signpost_description .email_alert_desc{font-size:2rem; line-height:3rem;}


@media (max-width: 768px){
	.investor_signpost_item{min-height: auto;}
}
@media (max-width: 767.98px) {
.investor_signpost_item.email_alert .investor_signpost_description {
    min-height: inherit;
    padding: 20px 20px;
}
}
/*===== Investor Signpost ======*/

/*===== Left Side slider CSS =====*/

.left_slide_content_wrapper {position: fixed;top: 0;background: #ffffff;bottom: 0;padding-top: 220px;width: 300px;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;z-index: 10;}
.left_slide_content_wrapper.pushToTop {padding-top: 100px;}
.left_slide_content_wrapper ul {list-style: none;padding: 0 0 20px 0;margin: 0;}
.left_slide_action_links_wrapper ul.action_links li a {font-weight: 600;color: #2f2c2c;font-size: 1.7rem;line-height: 1.18;text-decoration: none;}
.more_in_this_category_title{padding: 17px 20px;border-top: 1px solid #e3e3e3;box-shadow: 10px 14px 17px -16px rgba(0, 0, 0, 0.25);}
.more_in_this_category_title > p {margin: 0;}
.more_in_this_category_title > p.d-flex{margin-right: 27px;}
.more_in_this_category_title > p .dot {height: 3px;width: 3px;background-color: #2f2c2c;border-radius: 50%;margin-bottom: 6px;}

.left_slide_section_links ul.left_side_links li {font-size: 1.4rem;line-height: 2.2rem;letter-spacing: 0;}
.left_slide_section_links ul.left_side_links li a {color: #4b4645;text-decoration: none;padding: 8px 5px 8px 50px;display: block;}
.left_slide_section_links ul.left_side_links li a:hover, .left_slide_section_links ul.left_side_links li a:focus, .left_slide_section_links ul.left_side_links li a.active{background: #f6f6f6}
/*.left_slide_section_links ul.left_side_links{max-height: 250px;}*/
.left_slide_content_wrapper .left_slide_section_links, .left_slide_content_wrapper .more_in_this_category_title > p{opacity: 1;transition: all 0.2s ease-out;clear: both;overflow: hidden;white-space: nowrap;}
.left_slide_content_wrapper .action_links > li a span.text{opacity: 1;transition: all 0.2s ease-out;clear: both;display: inline-block;overflow: hidden;white-space: nowrap;}

.left_slide_content_wrapper.inActive{width: 62px;overflow: hidden;}
.left_slide_content_wrapper.inActive .action_links > li a span.text{opacity: 0;transition: all 1s ease-in-out;}
.left_slide_content_wrapper.inActive .navCta{padding: 14px 14px 12px 16px;}
.left_slide_content_wrapper.inActive .navCta .icon{margin-right: 0;}
.left_slide_content_wrapper.inActive .more_in_this_category_title > p{display: none; opacity: 0;transition: opacity 1s ease-out;}
.left_slide_content_wrapper.inActive .more_in_this_category_title{padding: 0;box-shadow: none;}
.left_slide_content_wrapper.inActive .more_in_this_category_title > p.d-flex{margin: 0;padding: 25px 20px 17px 30px;opacity: 1;}
.left_slide_content_wrapper.inActive .left_slide_section_links{display:none; opacity: 0;transition: opacity 1s ease-out;}
.main_content_wrapper {
  position: relative;
  z-index: 1;
}
article.main_content_wrapper.lActive::before {
  content: '';
  background: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.23;
  -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
}
body.bodyOhidden{overflow: hidden}

/*===== Left Side slider CSS =====*/


/*=== Find an Agent Page ===*/

.find-an-agent-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.find-an-agent-tabs ul li {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.find-an-agent-tabs ul li a {
  color: #2f2c2c;
  text-decoration: none;
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.find-an-agent-tabs ul li a::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 1px;
  right: 1px;
  bottom: -0px;
  background: #e3e3e3;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 2px;
}

.find-an-agent-tabs ul li a:hover::before, .find-an-agent-tabs ul li a:focus::before, .find-an-agent-tabs ul li.current a::before {
  background: #ffcf31;
}
.find-an-agent-content.js-content > div{
  display: none;
  padding: 45px 0;
}
.find-an-agent-content.js-content > div:first-child{
  display: block;
}
.right-actual-content > div {
  margin-bottom: 20px;
}
.right-actual-content > div.error .selectBox-dropdown {
  border: 1px solid red;
}
.find-an-agent-content .left-icon-content {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 18px;
}
.find-an-agent-content .left-icon-content > .icon{
  background: #efefef;
  display: inline-block;
  padding: 14px;
  border-radius: 50px;
}
.find-an-agent-content .right-actual-content .submission p.submitBtn{text-align: center}
.find-an-agent-content.js-content {max-width: 400px;margin: 0 auto;}
.find-an-agent-content .checkbox {
    margin: 0 0 27px 0;
}
.agent-fetched-data > div {
    margin-bottom: 30px;
}
.agent-fetched-data .inv-responsive-table-wrapper > table.inv-responsive-table:first-child {
    display: none;
}
.agent-fetched-data > p {
    color: red;
}
/*==== Find an Agent ====*/

/*=== Snapdown with image ===*/
.snapdown_image_content_inner {
  display: none;
}
.snapdown_image_card .btn-close-content{
  margin-bottom: 0
}
.snapdown_image_card .btn-open-content .snapdown_image{
  /*border: 4px solid transparent;*/
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.snapdown_image_card .btn-open-content.hvr .snapdown_image {
 /* border: 4px solid #ffcf31;*/
  border-radius: 6px; 
}
.snapdown_image_card .btn-open-content.hvr .snapdown_image > img{
  border-radius: 3px;
   border: 4px solid #ffcf31;
}
.snapdown_image > img {
  border-radius: 6px; transition: 0.2s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.snapdown_image_text .btn-close-content > span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px;
  border-radius: 50px;
}
.snapdown_image_card .btn-open-content:hover .snapdown_image_text > .btn-close-content > span,
.snapdown_image_card .btn-open-content:focus .snapdown_image_text > .btn-close-content > span,
.snapdown_image_card .btn-open-content.hvr .snapdown_image_text > .btn-close-content > span{
  background: #ffcf31;
}
.snapdown_image_card .btn-open-content.hvr .snapdown_image_text > .btn-close-content > span{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.snapdown_image_card .snapdown_image_text {
  margin-top: 14px;
  padding: 0 0 0 6px;
}
.snapdown_item_wrapper {
  margin-bottom: 40px;
}
.snap-row-wrapper .snap-content-row{
  margin-top: 10px;
  padding: 0;
}
.snapdown_with_image_wrapper .snap-content-row ul{margin-bottom:40px;}
@media (max-width: 767px){
	.snapdown_image > img{
    	width: 100%;
    }
}



.fadethisimg {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fadethisimg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*=== Snapdown with image ===*/

/*=== Right Column Starts ===*/

.social-link-box-module .social_links_box ul li a{font-size: 1.8rem;width: 46px;height: 46px;}
.two_column_wrapper .right_col{padding-top: 75px;}
.right_col > section {margin-bottom: 25px;}
.right_col .signpost_with_link_wrapper{border-top: none;}
.right_col .business_signpost_box{margin: 0}
.right_col .signpost_with_link_wrapper .business_signpost_image{height: 190px;}
.right_col .inquiries_content > p {margin-bottom: 0;word-break: break-all;}
.right_col .inquiries_content > p .icon {margin-right: 11px;}
.right_col .inquiries_wrapper > p.h4 {margin-bottom: 10px;}
.right_col .inquiries_content {margin-bottom: 20px;}

.right_col .email_alerts_content > p {margin-bottom: 0;}
.right_col .email_alerts_wrapper > p.h4 {margin-bottom: 10px;}
.right_col .email_alerts_content {margin-bottom: 20px;}
.right_col .rad-link{font-size:1.7rem; line-height:2rem; color:#2f2c2c; font-weight:600; padding:0 0 0 26px; position:relative; margin:0 0 3px 0; display:inline-flex;}
.right_col .rad-link:before{content: "\e90f"; position:absolute; left:0; top:0; font-family: 'icomoon'; color:#ffcf31; font-size:1.0rem;}
.right_col .rad-link:hover,.right_col .rad-link:hover:before{color:#1b5073; text-decoration:none;}
.right_col .cta-top{margin-bottom:10px;}
@media (min-width: 991px) and (max-width: 1200px){
	.right_col .social-link-box-module .social_links_box ul li a{font-size: 1.5rem;width: 35px;height: 35px;}
    .right_col .regularCtaBg{font-size: 16px;padding: 18px 25px;}
}
@media (max-width: 991px){
	.right_col .image_and_copy img{width: 100%}
    .right_col .recent-stories-module .recent-stories-item-image{height: 250px;}
    .right_col .social_links_box ul{margin: 0}
    .two_column_wrapper .right_col{padding-bottom: 45px;}
}

/*=== Right Column Ends ===*/

#auto-top-link{ display:none; position: fixed;bottom: 5px;right: 10px;color: #000;background-color: #f5f5f5;font-weight: normal;text-decoration: none;border-radius: 50px;margin: 0;height: 55px;width: 40px;z-index: 999999;border: solid 2px #ffcd00;background: #fff}
#auto-top-link:hover{background: #ffcf31}
#auto-top-link > span{position: absolute;bottom: 16px;margin: 0 auto;width: 100%;text-align: center;transform: rotate(270deg);}
@media (max-width: 767px){
	footer #auto-top-link{display: none !important;}
}

.map-icon {
    height: 20px;
    width: 20px;
    background: url(/~/media/images/S/Selective-Clone-V2/css/sprite1.png) no-repeat -751px -329px;
    display: inline-block;
}

.rad-caption { font-size:2rem; line-height: 2.6rem; }
.checkbox label:focus-within { outline: 2px solid #4a4645 !important; outline-offset: 1px; }