/* Minification failed. Returning unminified contents.
(226,82858): run-time error CSS1039: Token not allowed after unary operator: '-bgimg'
(226,83218): run-time error CSS1039: Token not allowed after unary operator: '-bgimg'
(235,19615): run-time error CSS1039: Token not allowed after unary operator: '-bgimg'
(235,19937): run-time error CSS1039: Token not allowed after unary operator: '-bgimg'
(242,8736): run-time error CSS1039: Token not allowed after unary operator: '-bgimg'
 */

html{-webkit-text-size-adjust: 100%;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

div, img, p, a, ul,h1, h2, h3, h4, h5, h6, form, input, select, textarea, label { padding:0; margin:0; }
article, aside, figure, figcaption, footer, header, hgroup, nav, section { display:block; margin:0; padding:0 }
img { max-width: 100%; border:none; display:block; }

a { text-decoration:none; color:#000; /*transition:all 200ms ease 0s; -moz-transition:all 200ms ease 0s; -webkit-transition:all 200ms ease 0s; -o-transition:all 200ms ease 0s; -khtml-transition:all 200ms ease 0s; -ms-transition:all 200ms ease 0s;*/}
a:hover{ color: #0d6a71; text-decoration:none; }
a, a:hover, a:active, a:visited {
    text-decoration:none!important;
}
/**{        
    You just need this if you are only concerned with android and not desktop browsers.
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

input:focus, textarea:focus{
	outline:none;
}

ul { list-style-type:none; }
ul li{list-style:none;}

p{ color: #424242; margin-bottom: 20px; }
/*::-moz-selection { background:#a3b6ca; color:#fff;}
::-webkit-selection { background:#a3b6ca; color:#fff;}
::-ms-selection { background:#a3b6ca; color:#fff;}
::selection { background:#a3b6ca; color:#fff;}
::-webkit-input-placeholder {color:#939296; font-weight:300}
::-moz-placeholder {color:#939296; font-weight:300;  opacity:0.9}
:-ms-input-placeholder {color:#939296; font-weight:300}
input[type="text"]::-ms-clear {display: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color: none!important;}
*/
.group:before, .group:after{ content:""; display:table; }
.group:after{ clear:both; }
.group {zoom:1;}
.clear{clear:both}

input[type='text'], textarea, input[type='password'], input[type='email'], input[type='tel'] {
    border-radius: 15px;
    background-color: #829db7;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 400; /*Changed from 500 after Chrome update*/
    padding: 6px 18px;
}

input[type='text']:focus, textarea:focus, select:focus {
    outline:none;
}
textarea{ resize: none; }

input[type='submit'] {
  background-color: #0c626e;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.frm-get-help input[type='submit']:hover {
  background-color: #f4b913; color: #000; 
}


input#inputLinkedIn:-webkit-autofill, input#inputPassword:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #829db7 inset;
     -webkit-text-fill-color: #fff;
}

input#inputEmail:-webkit-autofill, input#inputOrganization:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(233, 233, 232, 0.9) inset;
     -webkit-text-fill-color: #424242;
}

#inputPassword{ background-color: #829db7; color: #fff; }
#inputEmail, #inputOrganization{ color: #000; }

/*Override Bootstrap value of 500*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb, .breadcrumb a {
    color: #eaeaea;
    font-size: 14px;
}

.breadcrumb .active {
    text-decoration: underline;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li:not(:last-child):after {
    content: "/";
    color: #eaeaea;
    padding-right: 5px;
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
    }
}

body{padding:0;margin:0;font-family:'Oswald',sans-serif;font-weight:300;font-size:15px;color:#404040;}.visuallyhidden{border:0 none;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;padding:0 !important;}::-webkit-input-placeholder{color:#fff;}::-moz-placeholder{color:#fff;}:-ms-input-placeholder{color:#fff;}:-moz-placeholder{color:#fff;}.page-margin{padding:80px 0 0 0;}.page-margin.bio-detail-page-margin{padding-bottom:3px;}h1{color:#05345c;font-size:44px;margin-bottom:5px;}#pageWrapper{position:relative;overflow:hidden;}#header-wrapper{position:fixed;background-color:#fff;width:100%;z-index:10;box-shadow:0 0 10px 3px rgba(30,30,30,.55);}#header-wrapper .row-eq-height{align-items:flex-end;}#header-wrapper+*{margin-top:94px;}:target::before{content:"";display:block;height:98px;margin-top:-98px;}#header-wrapper .nav-container{position:inherit;}.logo-wrapper,.global-search-wrapper,#nav-wrapper{display:inline-block;}.logo-mobile-wrapper,.logo-wrapper ul li{float:left;margin-right:5px;}.logo-mobile-wrapper,.logo-wrapper ul li.seperator{text-align:center;}.logo-mobile-wrapper,.logo-wrapper ul li.seperator img{display:inline-block;float:none;}.logo-wrapper{padding:17px 0 10px;width:315px;}.logo-wrapper img{width:110px;}.logo-mobile-wrapper{height:96px;}.logo-wrapper ul li.hundYearLogo{height:96px;}.logo-wrapper ul li.hundYearLogo a{float:left;margin-top:20px;}.logo-mobile-wrapper{display:none;padding-top:15px;}.right-float{float:right;padding-top:15px;}#nav-wrapper ul.first-level>li>a,.frm-global-search .close-menu a{font-size:14px;font-weight:400;}.global-search .close-menu a:hover,.global-search .close-menu a.selected{color:#0d6a71;}#manage-links{float:right;position:relative;top:35px;z-index:99999;}#manage-links ul li{float:left;margin-left:35px;}#manage-links ul li a{background:url(../images/dark-plus.gif) no-repeat center 23px;color:#374e7d;font-size:15px;font-weight:400;display:inline-block;height:58px;text-transform:capitalize;}#manage-links ul li a.icon-yellow{background-image:url(../images/icon-plus-yellow.png);}#manage-links ul li a.icon-light-blue{background-image:url(../images/icon-plus-lightblue.png);}#manage-links ul li a.icon-dark-blue{background-image:url(../images/icon-plus-darkblue.png);}#manage-links ul li a.icon-green{background-image:url(../images/icon-plus-green.png);}#manage-links ul li a.icon-light-blue:hover,#manage-links ul li a.icon-dark-blue:hover,#manage-links ul li a.icon-green:hover{background-image:url(../images/icon-plus-yellow.png);}#manage-links ul li a:hover{color:#f3b506;}.mobile-nav{display:none;float:right;}.mobile-nav a{display:block;font-size:20px;line-height:21px;}.page-shift{position:relative;right:216px;}.nav-search-wrapper{padding-top:10px;}#nav-wrapper{margin-top:0;}#nav-wrapper li{list-style:none;}#nav-wrapper li>a{color:#424242;}#nav-wrapper li>a:hover,#nav-wrapper li>a:focus,#nav-wrapper li>a.selected{color:#000;}#nav-wrapper .first-level>li{text-transform:uppercase;letter-spacing:1px;}#nav-wrapper .first-level>li>.sub-menu{left:0;}#nav-wrapper ul ul ul>li:before{content:none;}.sub-menu{background-color:#fff;display:none;color:#fff;white-space:nowrap;z-index:99999;}.sub-menu li a{padding:10px 20px;display:block;text-transform:none;font-size:12px;}.sub-menu li a.selected,.sub-menu li a:hover{background-color:#ffdd7f;}.sub-menu .sub-menu{left:auto;right:0;top:0;}.sub-menu .nav-parent{color:#000;font-weight:500;text-transform:uppercase;text-decoration:underline !important;}.global-search-wrapper{float:right;margin-right:15px;}#mobile-nav-footer{width:100%;flex-grow:1;display:flex;align-items:flex-end;}#mobile-nav-footer .inner{background-color:#182751;text-align:center;width:100%;padding:20px;}#mobile-nav-footer .inner a{color:#fff;}.close-menu{margin:10px 30px 30px 10px;float:right;width:90%;}.close-menu a{float:right;text-indent:-9999px;}.close-menu a{background:url(../images/icon-cross.png) no-repeat right 0;color:#fff;display:inline-block;line-height:22px;padding-right:35px;text-transform:capitalize !important;}.submenu-pattern-arrow{position:absolute;width:48px;height:17px;left:0;top:65px;}.submenu-pattern-arrow a{display:block;}#globalSearch input[type="submit"].btn-global-search{cursor:pointer;float:left;margin-top:0;text-indent:-999999px;width:23px;height:21px;border:none;}.back-head{display:none;padding:10px 20px;}.back-head .backMenu{font-size:12px;}.back-head a.backMenu:hover,.back-head a.backMenu:focus{color:#000;}.featured-content-title{color:#000;font-size:13px;margin-bottom:10px;}.featured-container{padding:15px 0;}.featured-container .inner{white-space:normal;}.featured-container .item{width:48%;padding:20px 15px;text-transform:none;}.featured-container .item:nth-child(n+3){margin-top:15px;}.featured-container .item a{color:#fff;font-size:14px;}.featured-container .item a:hover{text-decoration:underline !important;}.nav-btn{margin-right:20px;float:right;}.nav-btn .arrow-btn{padding:5px 10px;}.close-mobile-menu{display:none;}.menuOpen .open-mobile-menu{display:none;}.menuOpen .close-mobile-menu{display:block;}.homepage-banner{background-size:cover;background:#0d6a71;background-repeat:no-repeat;background-position:left top;position:relative;}.homepage-banner .container{min-height:700px;}.homepage-banner .col-sm-12{position:static;}.column-div .col-box-3{float:left;width:33.33%;}.column-div .col-box-4{float:left;width:25%;}.ImageLoader{width:0%;height:5px;position:absolute;background:#f3b506;}.homepage-banner-image{position:absolute;top:0;left:0;width:100%;height:100%;}.contact-wrapper{position:absolute;right:-280px;top:155px;z-index:10;width:320px;}.contact-tab{float:left;padding-top:0;width:40px;}.contact-tab ul li{margin-bottom:10px;position:relative;}.contact-tab ul li a{color:#fff;display:block;border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;-o-border-radius:10px 0 0 10px;height:112px;text-transform:uppercase;}.contact-tab ul li a:hover,.contact-tab ul li a.selected{background-color:#05345c;}.contact-tab ul li a span{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);line-height:18px;font-size:14px;left:-31px;position:absolute;top:22px;width:105px;font-weight:400;zoom:1\9;direction:tb-rl\9;transform-origin:50% 50%;-ms-transform-origin:50% 50%;}.contact-tab .btn-contact{background:#f3b506 url(../images/icon-btn-contact.png) no-repeat 17px bottom;}.contact-tab .btn-subscribe{background:#829db7 url(../images/icon-btn-subscribe.png) no-repeat 15px bottom;}.contact-tab .btn-subscribe span{top:16px;}.contact-tab-content,.subscribe-tab-content{background:#05345c;float:left;padding:10px 0 10px 0;width:280px;border-radius:0 0 0 10px;-moz-border-radius:0 0 0 10px;-webkit-border-radius:0 0 0 10px;-o-border-radius:0 0 0 10px;display:none;}.subscribe-tab-content{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;min-height:234px;}.subscribe-tab-content .inner-content{padding:22px 33px 38px 33px;color:#fff;}.subscribe-tab-content .inner-content h3{text-transform:uppercase;font-size:18px;line-height:28px;margin-bottom:0;}.subscribe-tab-content .inner-content p{color:#fff;font-size:15px;line-height:17px;font-family:'Lato',sans-serif;font-weight:300;}.subscribe-tab-content .subscription{margin-top:20px;position:relative;}.subscribe-tab-content .subscribe-search{background-color:#0c626e;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border:none;color:#fff;font-size:14px;float:right;margin-top:10px;padding:2px 20px;margin-right:4px;text-transform:uppercase;}.subscribe-tab-content .subscribe-search:hover{background-color:#f3b506;color:#000;}.subscription input[type='text']{padding:6px 18px 6px 18px;background:#fff;color:#424242;text-transform:none;}.contact-tab-content ul{margin:0 25px;}.contact-tab-content ul li{border-bottom:1px solid #fff;}.contact-tab-content ul li:last-child{border-bottom:0 solid #fff;}.contact-tab-content ul li a{display:block;padding:20px 0;text-align:center;text-transform:uppercase;color:#fff;font-weight:400;font-size:18px;}.contact-tab-content ul li .icon{margin-bottom:5px;display:inline-block;text-align:center;}.contact-tab-content span{display:block;}.contact-tab-content .social-link{display:block;width:100%;clear:both;float:left;margin-bottom:5px;}.contact-tab-content .social-link ul li{border:none;}.contact-tab-content .social-link ul li a{padding:0;}.contact-tab-content .social-link ul{margin:0;}.contact-tab-content .social-link ul li{margin-right:8px;}.contact-tab-content ul li a:hover{color:#f3b506;}.contact-wrapper.mobile-only{display:none;}#footer-wrapper{background-color:#fff;padding:35px 0 20px 0;position:relative;z-index:1;margin-top:20px;}#footer-wrapper .accordion-item{font-size:9pt;margin-bottom:5px;}#footer-wrapper .accordion-item-head{font-size:11pt;letter-spacing:1px;}#footer-wrapper .social-media-links{margin-top:30px;}#footer-wrapper .social-media-links a{display:inline-block;margin-right:4px;}#footer-wrapper .social-media-links a:last-child{margin-right:0;}.hlb-logo{text-align:center;margin-top:20px;}.footer-logo{text-align:center;}.footer-logo img{max-width:140px;}.footer-nav{font-size:16px;font-weight:400;padding:15px 0 15px 15px;border-bottom:1px solid #bdbbba;}.footer-link-block{display:block;}.img-bio{position:fixed;z-index:1;}.privacy-link{margin-bottom:7px;}.privacy-link ul li{float:left;border-right:1px solid #404040;padding:0 10px;margin-bottom:10px;}.privacy-link ul li:first-child{padding-left:0;}.privacy-link ul li:last-child{border:none;}.privacy-link ul li a{color:#404040;display:block;font-size:14px;font-weight:400;line-height:14px;text-transform:capitalize;}.privacy-link ul li a:hover{color:#0d6a71;}.copyright,.copyright p{color:#404040;font-family:'Lato',sans-serif;font-size:12px;font-weight:400;margin-top:10px;}.social-link{margin-top:15px;}.social-link ul li{float:left;margin-right:18px;}.social-link ul li:last-child{margin-right:0;}.social-link ul li a{height:28px;display:inline-block;overflow:hidden;}.desktop-view{display:block;}.mobile-view{display:none;}#footer-wrapper.fixedFooter{bottom:0;position:fixed;width:100%;}.count-wrapper{background-color:#e8e8eb;padding:25px 0;}.carausel-box .col-sm-4{padding-left:0;padding-right:0;}.award-slider{position:relative;}.award-slider .owl-dots{left:22px;position:absolute;top:4px;z-index:1;}.award-slider .owl-theme .owl-dots .owl-dot span{background-color:#fff;width:18px;height:18px;margin-left:6px;margin-right:6px;}.award-slider .owl-theme .owl-dots .owl-dot.active span,.award-slider .owl-theme .owl-dots .owl-dot:hover span{background-color:#f3b506;}.award-slider span{color:#fff;font-family:'Lato',sans-serif;font-size:20px;}.item-inner{position:relative;background-size:cover;background-repeat:no-repeat;background-position:0 0;padding:20px;min-height:360px;}.item-inner .item-cont{position:absolute;left:20px;bottom:20px;right:60px;z-index:4;}.item-inner .item-cont p,.video-wrapper .video-inner p{margin-right:15px;}.item-inner .item-cont p,.item-inner .item-cont p span.carausel-txt,.item-inner .item-cont p a,.video-wrapper .video-inner p a,.video-wrapper .video-inner p{color:#fff;font-size:24px;font-weight:400;line-height:26px;}.item-inner .item-cont p span.carausel-txt{font-family:'Oswald',sans-serif;}.item-inner a:hover .item-cont p span.carausel-txt{color:#f3b506;}.item-inner .item-cont p a:hover,.video-wrapper .video-inner p a:hover{color:#f3b506;}.hover-pattern,.color-box-pattern{background:url("../images/pattern-bg-black.png") repeat-x scroll 0 bottom;height:100%;left:0;position:absolute;top:0;width:100%;}.color-box-pattern{background:none;}.award-slider .owl-theme .item:hover .hover-pattern{background:url("../images/pattern-bg-black.png") repeat-x scroll 0 bottom;transition:all ease .2s;-moz-transition:all ease .2s;-webkit-transition:all ease .2s;}.hover-pattern-new{background:url("../images/eide-search-head-lightbg.png") repeat scroll 0 bottom;height:100%;left:0;position:absolute;top:0;width:100%;z-index:3;}.video-wrapper{background-size:cover;background-repeat:no-repeat;background-position:0 0;padding:20px;position:relative;min-height:360px;}.video-wrapper .video-inner{position:absolute;left:20px;bottom:20px;right:60px;z-index:4;}.icon-video{margin-bottom:20px;}.icon-video a{height:53px;width:53px;display:inline-block;}.count-wrapper p{color:#2f4f7e;font-size:22px;font-weight:400;line-height:26px;margin-right:20px;margin-bottom:0;word-wrap:break-word;}.count-wrapper p span{font-weight:300;font-family:'Lato',sans-serif;}.count-wrapper .txt-dark-blue{color:#2f4f7e;}.count-wrapper .txt-light-blue{color:#829db7;}.count-wrapper .txt-green{color:#0d6a7f;}.count-wrapper .txt-grey{color:#404040;}.backMenu{display:none;}.eide-search{position:absolute;margin:0 auto;top:50%;left:50%;width:835px;margin-left:-418px;margin-top:-55px;}.byCatSearch{margin:0 0 10px 30px;}.byCatSearch ul li{float:left;margin-right:20px;}.byCatSearch ul li a{color:#fff;background:url(../images/icon-yellow-arrow-dn.png) no-repeat 0 7px;font-size:14px;font-weight:400;padding-left:20px;text-decoration:none;}.byCatSearch ul li a.selected{background-image:url(../images/icon-yellow-arrow-up.png);}.eide-select,.eide-select-list,.eide-like-search{background:rgba(65,95,131,.7);padding:7px 10px 7px 17px;border-radius:40px;-moz-border-radius:40px;-webkit-border-radius:40px;-o-border-radius:40px;box-shadow:1px 1px 4px #242424;-moz-box-shadow:1px 1px 4px #242424;-webkit-box-shadow:1px 1px 4px #242424;-o-box-shadow:1px 1px 4px #242424;}.eide-select{padding:15px 25px;display:table;width:100%;}.eide-select-list{border-radius:0 0 20px 20px;-moz-border-radius:0 0 20px 20px;-webkit-border-radius:0 0 20px 20px;-o-border-radius:0 0 20px 20px;box-shadow:1px 1px 4px #242424;-moz-box-shadow:1px 1px 4px #242424;-webkit-box-shadow:1px 1px 4px #242424;-o-box-shadow:1px 1px 4px #242424;margin:0 35px;position:absolute;left:0;padding-bottom:40px;padding-top:15px;right:0;z-index:2;}.eide-select .expand-icon{background:url(../images/icon-down.png) no-repeat 0 0;cursor:pointer;float:left;width:34px;height:34px;margin:9px 10px 0 0;display:table-cell;background-position:left center;margin-bottom:0;float:none;margin:0;}.eide-select .expand-icon.selected{background-image:url(../images/icon-up.png);}.eide-select .txt-eide,.eide-select .txtbox-search-eide,.eide-select .txt-eide-only{float:left;color:#fff;font-size:32px;font-weight:400;margin-right:5px;text-transform:uppercase;}.eide-select .txt-eide{width:19%;}.eide-select .txt-eide-only{cursor:default;width:87%;font-size:35px;width:100%;vertical-align:middle;padding-left:10px;padding-right:10px;float:none;}.eideLikeGo{padding:5px 6px;box-sizing:border-box;vertical-align:middle;color:#fff;font-size:28px;display:inline-block;font-weight:bold;float:right;text-transform:uppercase;border-left:1px solid #ccc;display:table-cell;float:none;vertical-align:middle;}.eideLikeGo:hover{color:#f3b506;}.eide-select .txtbox-search-eide{width:63%;margin-right:2%;}.eide-select .txtbox-search-eide input[type="text"]{background:none;border:none;color:#fff;float:left;font-family:'Oswald',sans-serif;font-size:32px;padding:0;text-transform:uppercase;width:97%;}.btn-area{border-left:1px solid #6c6c6c;float:left;width:8%;}.btn-area input[type='button']{background:none;border:none;font-family:'Oswald',sans-serif;font-size:35px;color:#fff;cursor:pointer;float:right;}.eide-select-list{display:none;}.eide-select-list ul li{color:#fff;border-bottom:1px solid #fff;}.eide-select-list ul li a{color:#fff;display:block;font-size:25px;font-weight:300;border-bottom:1px solid #fff;line-height:55px;}.eide-select-list ul li a:hover,.eide-select-list ul li a.selected{color:#f3b506;}.eide-select-list ul li a:last-child{border:none;}#ebSearch .mCSB_scrollTools .mCSB_draggerRail,#ebSearch .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;}#ebSearch .mCSB_scrollTools .mCSB_draggerRail{background-color:#999;}.ebSearch-cont{width:auto;height:175px;}.frm-global-search{display:none;background-color:#fff;position:absolute;left:0;right:0;top:94px;z-index:9999;padding:0 0 40px 0;box-shadow:0 3px 5px 3px rgba(30,30,30,.3);}.frm-global-search .frm-global-search-label{color:#fff;font-size:15px;margin:0 0 13px 43px;text-transform:uppercase;display:block;font-weight:bold;line-height:1.1;}.frm-global-search-inner{margin-top:50px;display:flex;align-items:flex-end;flex-wrap:wrap;}.frm-global-search-inner input[type="text"]{outline:0;border-radius:0;border-bottom:1px solid #bdbbba;background-color:transparent;width:70%;color:#000;font-size:60pt;caret-color:#febd11;flex-grow:1;}.frm-global-search-inner input[type="text"]::-webkit-input-placeholder{color:#bdbbba;}.frm-global-search-inner input[type="text"]::-moz-placeholder{color:#bdbbba;}.frm-global-search-inner input[type="text"]:-ms-input-placeholder{color:#bdbbba;}.frm-global-search-inner .search-results-container{width:100%;display:none;}.frm-global-search-inner .search-results-container span{margin-left:10px;}.frm-global-search-inner input[type="submit"].btn-global-search-big{background-image:url(../images/search-box-sprite.png);background-repeat:no-repeat;background-position:-2px -30px;width:75px;height:24px;cursor:pointer;float:right;text-indent:-999999px;border:none;margin-bottom:5px;}.frm-global-search-inner input[type="submit"].btn-global-search-big.filled{background-position:-2px -2px;}#contact-subscribe-link{float:left;margin-top:55px;width:100%;display:none;}#contact-subscribe-link ul li a{color:#fff;display:block;font-size:17px;line-height:50px;padding-left:30px;text-transform:uppercase;}#contact-subscribe-link ul li a:hover{color:#000;}#contact-subscribe-link ul li a.icon-contact-m{background:url(../images/icon-contact-sm.png) no-repeat 100% 14px #f3b506;}#contact-subscribe-link ul li a.icon-subscribe-m{background:url(../images/icon-subscribe-sm.png) no-repeat 100% 14px #719bb7;}.bio-details-page .col-sm-7{padding-top:25px;}.bio-info{margin-bottom:45px;}.bio-info h1 span.designation{font-size:18px;font-family:'Lato',sans-serif;font-weight:300;}.bio-info h2{font-size:28px;font-weight:300;color:#05345c;}.bioImageFix{top:10px;}.note{margin-bottom:30px;}.note p{color:#05345c;font-size:17px;font-weight:400;}.note p span{font-size:20px;text-transform:uppercase;}.contact-info{border-top:1px solid #bcbec0;border-bottom:1px solid #bcbec0;padding:7px 0;margin-bottom:40px;}.contact-info ul li{float:left;margin-right:12px;}.contact-info ul li a{display:inline-block;height:26px;overflow:hidden;}.contact-info ul li a.phone-no{color:#05345c;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:26px;}.contact-info ul li.phone-no a{color:#05345c;display:block;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:30px;word-break:break-all;height:auto;}.contact-info ul li.phone-no a:hover,.contact-info ul li a.phone-no:hover{color:#0d6a71;}.bio-categorize-det .bio-categorize-menu{margin-bottom:30px;}.bio-categorize-det .bio-categorize-menu ul li{float:left;border-right:1px solid #cdcecf;padding:0 25px;}.bio-categorize-det .bio-categorize-menu ul li:first-child{padding-left:0;}.bio-categorize-det .bio-categorize-menu ul li:last-child{border-right:0;padding-right:0;}.bio-categorize-det .bio-categorize-menu ul li a{color:#404040;font-size:16px;font-weight:400;}.bio-categorize-det .bio-categorize-menu ul li a:hover,.bio-categorize-det .bio-categorize-menu ul li a.selected{border-bottom:4px solid #0d6a71;color:#0d6a71;text-decoration:none;}.bio-categorize-det .bio-categorize-cont{font-family:'Lato',sans-serif;font-weight:400;font-size:15px;}.bio-categorize-det .bio-categorize-cont .content-box{display:none;}.bio-categorize-det .bio-categorize-cont .block{margin-bottom:30px;}.bio-categorize-det .bio-categorize-cont h3{color:#000;font-size:15px;font-family:'Oswald',sans-serif;font-weight:400;margin-bottom:5px;}.bio-categorize-det .bio-categorize-cont .block p span{font-weight:700;}.bio-categorize-det .bio-categorize-cont .block ul li{margin-bottom:10px;}.heading-type-one{margin-bottom:20px;text-align:center;}.heading-type-one p,.heading-type-one .heading_small{color:#424242;font-size:20px;font-weight:400;margin-bottom:15px;text-transform:none;}.heading-type-one p span{color:#404040;}.heading-type-one h1,.heading-type-one .heading_1{color:#3c679b;font-size:35px;margin-bottom:20px;text-transform:uppercase;}.heading-type-one ul li{border-right:1px solid #cececf;display:inline-block;padding:0 18px;}.heading-type-one ul li:last-child{border:none;}.heading-type-one ul li a{color:#404040;font-size:20px;font-weight:400;text-transform:uppercase;}.heading-type-one ul li a:hover,.heading-type-one ul li a.selected{color:#0d6a71;border-bottom:2px solid #0d6a71;text-decoration:none;}.service-bio-listing{margin-bottom:25px;}.bio-thumbnail{max-width:250px;margin-bottom:3px;}.bio-thumbnail .inner{border:1px solid #ccc;float:left;}.bio-det h2{line-height:1;}.bio-det h2 a{color:#05345c;text-decoration:none;font-size:20px;}.bio-det h2 a:hover{color:#0d6a71;}.bio-det p{font-family:'Lato',sans-serif;font-weight:400;font-size:16px;}.service-bio-listing .contact-info{border:none;padding:0;}.service-bio-listing .contact-info ul li{width:22px;}.service-bio-listing .contact-info ul li.phone-no{width:auto;}.service-bio-listing .contact-info ul li a.email{float:left;margin-top:4px;height:24px;}.service-bio-listing .contact-info ul li a.phone-no{width:29px;}.service-bio-listing .bio-det p{color:#05345c;font-size:16px;margin-bottom:5px;}.service-bio-filter{margin-bottom:30px;position:relative;}.service-bio-filter input[type='submit']{background:url(../images/icon-search-service-bio.png) no-repeat 0 0;border:none;width:30px;height:30px;text-indent:99px;overflow:hidden;margin-top:3px;}.service-bio-filter input[type='text'],.service-bio-filter .main{box-shadow:0 0 20px #bdbdbd;-moz-box-shadow:0 0 20px #bdbdbd;-webkit-box-shadow:0 0 20px #bdbdbd;-o-box-shadow:0 0 20px #bdbdbd;}.service-bio-pagination{text-align:center;margin-bottom:15px;}.service-bio-pagination>.row{text-align:center;display:inline-block;}.service-bio-filter .dropDownList{width:100%;float:left;visibility:hidden;display:none;position:absolute;top:50px;left:0;z-index:9;margin-top:13px;background-color:#f3f4f4;padding:15px 0;margin-bottom:10px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;}.service-bio-filter .col-sm-4{position:static;}.service-bio-filter.about-people-listing .dropDownList{top:95px;}.service-bio-filter .dropDownList h3{font-size:17px;margin-bottom:7px;color:#05345c;font-weight:400;}.service-bio-filter .dropDownList input[type="checkbox"]{margin-right:8px;display:none;}.service-bio-filter .dropDownList label{background:transparent url(../images/checkboxSprite.png) no-repeat 0 3px;cursor:pointer;font-size:14px;color:#05345c;font-weight:400;padding-left:24px;height:20px;}.service-bio-filter .dropDownList .selected label{background-position:0 -16px;}.dropDownList .card{display:none;}.dropDownList .col-sm-2:nth-child(13n){clear:left;}.service-bio-filter .dropDownList ul,.colWrapper.locationResetAll{margin-bottom:7px;}.searchIndustry .colWrapper ul div{margin-bottom:7px;}.service-bio-filter.search-result-filter .dropDownList ul{margin-bottom:0;}.service-bio-filter .dropDownList ul li{margin-bottom:8px;}.service-bio-filter .close-menu{padding:0;margin:0;}.service-bio-filter .close-menu a{color:#404040;float:right;font-weight:400;background-image:url("../images/close-black.png");text-indent:-9999px;overflow:hidden;}.service-bio-filter .reset-all a{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;float:right;background:#829db7;color:#fff;padding:4px 15px;font-size:15px;font-weight:400;outline:none;}.clearFilter a{float:right;font-size:18px;color:#05345c;background:url("../images/clear-all.png") no-repeat 0 4px;padding-left:30px;}.filterSelectedWrapper{transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0,1,.5,1);float:left;width:100%;}.filterSelectedWrapper.search-Result-filter-wrapper{margin-top:0 !important;}.service-bio-filter .dropDownHead{background:#829db7 url(../images/dropdown-arrow.png) no-repeat 15px 9px;color:#fff;padding:0 5px 0 51px;height:38px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:40px;font-size:18px;cursor:pointer;text-transform:uppercase;width:100%;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;border:#bed600 solid 0;background-color:#829db7;position:relative;}.service-bio-filter .dropDownHead.selected{background-position:15px -39px;background-color:#527ca5;}.service-bio-filter .filSelectedVal{float:left;width:100%;visibility:hidden;}.service-bio-filter .filSelectedVal.open{padding:20px 0;}.service-bio-filter .filSelectedVal ul li{float:left;margin-right:10px;padding:9px 20px;background:#eeedf0;color:#05345c;font-weight:400;border-radius:10px;font-size:16px;margin-bottom:10px;}.removeItem{cursor:pointer;}.total-count{color:#404040;font-family:'Lato',sans-serif;font-size:14px;font-weight:400;margin-right:10px;float:none;text-align:center;display:table-cell;vertical-align:middle;padding-right:10px;}.total-count span{padding:0 2px;}.record-per-page a{color:#404040;margin-right:8px;font-weight:700;font-size:16px;cursor:pointer;}.record-per-page a:hover,.record-per-page a.selected,.record-per-page li.active a,.record-per-page li a:hover{color:#f6c744;}.record-per-page{float:none;margin:0;display:table-cell;}.record-per-page li{display:inline-block;color:#404040;font-weight:700;font-size:16px;}.eide-like-search{display:none;padding-right:20px;}.eide-like-search .inputLikeSearch{background:transparent;color:#fff;border:none;font-size:35px;padding-left:15px;width:93%;}.eide-like-search .btn-like-search-big{background:url(../images/icon-eide-search-big.png) no-repeat 0 0;cursor:pointer;float:right;margin-top:15px;text-indent:-999999px;width:34px;height:33px;border:none;}.icon-hundred-years{text-align:center;display:none;}.icon-hundred-years img{display:inline-block;float:none;}.hiddenArea{display:none;}.read-more a{background:url(../images/read-more.png) no-repeat 0 2px;font-family:"Oswald",sans-serif;font-weight:400;padding-left:23px;}.read-more a.selected{background-position:0 -28px;}.lightbox_common{color:#fff;position:fixed;top:100%;left:0;bottom:0;right:0;z-index:99999;display:none;opacity:0;background-color:#fff;}.fullBackground{position:relative;width:100%;height:100%;padding:100px 0 50px;}.closeBtn{display:none;height:30px;position:fixed;right:40px;top:20px;width:30px;}.hero-bannner-career,.loc-background-img,.insight-banner{background-size:cover;background-repeat:no-repeat;min-height:450px;position:relative;padding:50px 0;}.hero-bannner-career.mobile-only{display:none;min-height:auto;}.hero-bannner-career .hover-pattern-new{z-index:auto;}.career-banner-cont{margin-right:200px;}.career-banner-cont h3{color:#f3b506;font-size:26px;margin-bottom:15px;}.career-banner-cont p{color:#fff;font-family:'Lato',sans-serif;font-size:16px;font-weight:400;}.career-links{margin-top:25px;}.career-links ul li{margin-bottom:30px;}.career-links ul li a{color:#f3b506;font-size:28px;text-transform:uppercase;font-weight:400;line-height:20px;}.career-links ul li .see-more a{background:url(../images/career-arrow-yellow.png) no-repeat 100% 4px;color:#fff;font-size:16px;padding-right:50px;text-transform:capitalize;}.career-links ul li .see-more a:hover{color:#f3b506;}.resouces-at-eb-slider,.new-at-eb-slider{position:relative;padding:30px 0;margin:0 50px;}.resouces-at-eb-slider .owl-dots,.new-at-eb-slider .owl-dots{left:22px;position:absolute;top:4px;z-index:1;}.resouces-at-eb-slider .owl-prev,.resouces-at-eb-slider .owl-next,.new-at-eb-slider .owl-prev,.new-at-eb-slider .owl-next{width:24px;height:27px;text-indent:100px;overflow:hidden;position:absolute;}.resouces-at-eb-slider .owl-prev,.new-at-eb-slider .owl-prev{float:left;background:url(../images/carausel-left-arrow.png) no-repeat 0 0 !important;left:-50px;}.resouces-at-eb-slider .owl-next,.new-at-eb-slider .owl-next{float:right;background:url(../images/carausel-right-arrow.png) no-repeat 0 0 !important;right:-50px;}.resouces-at-eb-slider .owl-carousel .owl-item,.new-at-eb-slider .owl-carousel .owl-item{margin-left:-1px;}.resouces-at-eb-slider .owl-theme .owl-nav,.new-at-eb-slider .owl-theme .owl-nav{float:left;margin-top:10px;position:absolute;top:1px;width:100%;}.resouces-at-eb-slider .item,.new-at-eb-slider .item{border-right:1px solid #bdbfc1;padding-left:20px;padding-right:20px;}.resouces-at-eb-slider .owl-item:last-child .item,.new-at-eb-slider .owl-item:last-child .item{border-right:0 solid #bdbfc1;}.resouces-at-eb-slider p,.new-at-eb-slider p{font-size:20px;font-weight:400;}.resouces-at-eb-slider p a,.new-at-eb-slider p a{color:#424242;}.resouces-at-eb-slider p a:hover,.new-at-eb-slider p a:hover{color:#0d6a71;}.resouces-at-eb-slider h2,.new-at-eb-slider h2{text-transform:uppercase;margin-bottom:50px;}.resouces-at-eb-slider h2{color:#829db7;font-size:26px;margin-bottom:10px;margin-left:20px;font-weight:400;}.new-at-eb-slider h2{color:#65676a;font-family:'Lato','Helvetica Nue',sans-serif;font-size:32px;}.events-slider .owl-theme .owl-nav{top:17px;}.new-at-eb-slider h3{margin-bottom:5px;}.new-at-eb-slider h3 a{color:#424242;font-size:22px;}.new-at-eb-slider h3 a:hover{color:#0d6a71;}.new-at-eb-slider .item-cont p{font-family:'Lato',sans-serif;font-size:15px;font-weight:400;line-height:20px;}.heading-with-viell-all h2{float:left;}.heading-with-viell-all a.see-more{color:#3c679b;font-weight:400;float:right;}.heading-with-viell-all a.see-more:hover{color:#f3b506;}.video-wrapper .video-inner a,.video-wrapper .video-inner span.txt-video{font-size:24px;line-height:26px;color:#fff;font-weight:400;}.item-cont .icon-plus a{display:inline-block;height:9px;width:9px;position:absolute;right:0;bottom:5px;z-index:1;}.green-bg{background-color:#0d6a71;}.dark-blue-bg{background-color:#05345c;}.dark-grey-bg{background-color:#424242;}.light-blue-bg{background-color:#3c679b;}.colored-box{overflow:hidden;}.colored-box .box-inner{padding-bottom:1000px;margin-bottom:-1000px;}.colored-box .col-sm-6,.colored-box .col-sm-4{margin:0;padding:0;}.box-inner .padding-all{margin:55px 45px;}.box-inner .padding-all h3{color:#f3b506;font-size:28px;font-weight:400;margin-bottom:20px;text-transform:uppercase;}.box-inner .padding-all h4{color:#829db7;font-size:16px;font-weight:400;}.box-inner .padding-all p{color:#fff;font-family:'Lato',sans-serif;font-size:16px;font-weight:400;}a.see-more{background:url(../images/career-arrow-yellow.png) no-repeat 100% 2px;color:#fff;font-size:14px;font-weight:400;padding-right:50px;text-transform:capitalize;}a.see-more:hover{color:#f3b506;}.hiring-banner .career-banner-cont{margin-right:120px;}.career-hire-links ul li{margin-bottom:20px;}.career-hire-links ul li a{color:#f3b506;font-size:18px;font-weight:400;font-family:'Lato',sans-serif;line-height:21px;}.career-hire-links ul li .see-more{margin-top:5px;}.career-hire-links ul li .see-more a{background:url("../images/careers-arrow-yellow.png") no-repeat 100% 0;color:#fff;font-family:'Oswald',sans-serif;font-size:18px;font-weight:400;}.career-hire-links ul li .see-more a:hover{color:#f3b506;}.service-solution-page .insight-section{display:block;float:left;width:100%;padding-bottom:20px;}.insight-section-wrapper{padding:30px 15px;}.events-page .insight-section{margin-bottom:20px;}.service-solution-page .insight-section .right{padding:20px 40px;}.solution-content-mobile-visible .view-all-insights{width:100%;text-align:center;margin-top:15px;}.service-solution-page .insight-section .solution-content-mobile-visible .view-all-insights a{float:none;text-align:center;}.view-all-insights a{font-size:16px;line-height:18px;color:#3c679b;float:right;font-weight:400;}.view-all-insights a:hover{color:#0d6a71;}.view-all-insights img{display:inline-block;}.service-solution-page .insight-section h2{font-size:40px;font-weight:400;}.service-solution-page .insight-section h3{color:#0d6a71;font-size:26px;line-height:34px;margin-bottom:10px;font-weight:400;}.service-solution-page .insight-section p{color:#424242;font-family:'Lato',sans-serif;font-size:18px;line-height:26px;margin-bottom:0;}.service-solution-page .insight-section ul{list-style-type:disc;}.service-solution-page .insight-section ul li{list-style-type:disc;margin-left:20px;font-size:16px;line-height:24px;font-family:'Lato',sans-serif;}.service-solution-page .item-inner .item-cont{width:96%;}.service-solution-page .item-inner .item-cont p a,.service-solution-page .video-wrapper .video-inner p a{font-size:32px;}.service-solution-page .video-wrapper .video-inner a{font-size:32px;line-height:37px;color:#fff;font-weight:400;}.service-solution-page .video-wrapper .video-inner a:hover,.video-wrapper .video-inner a:hover{color:#f3b506;}.solution-page-listing{margin:60px 0;float:left;width:100%;display:block;}.solution-page-listing .col-sm-4:last-child{border:none;}.solution-page-listing .solution-listing-col-wrapper{padding:0 35px;}.solution-page-listing .solution-listing-col-wrapper .view-subscribe-btns li{display:inline-block;padding:0 7px;border-right:1px solid #424242;}.solution-page-listing .solution-listing-col-wrapper .view-subscribe-btns li:last-child{border-right:0;}.solution-page-listing .solution-listing-col-wrapper .view-subscribe-btns li:first-child{padding-left:0;}.solution-page-listing .solution-listing-col-wrapper .view-subscribe-btns li a{color:#424242;font-size:16px;}.solution-page-listing .solution-listing-col-wrapper h3{font-size:28px;line-height:30px;color:#65676a;font-weight:400;margin-bottom:20px;text-transform:uppercase;text-align:center;}.solution-page-listing .solution-listing-col-wrapper img{margin:0 auto 16px auto;}.solution-page-listing .solution-listing-col-wrapper li a{color:#3c679b;font-size:18px;line-height:2;}.solution-page-listing .solution-listing-col-wrapper li a:hover{color:#0d6a71;}.solution-page-listing .solution-listing-col-wrapper li{margin-bottom:15px;}.solution-page-listing .solution-listing-col-wrapper .events li{margin-bottom:20px;}.solution-page-listing .solution-listing-col-wrapper .events li a{font-size:18px;}.solution-page-listing .solution-listing-col-wrapper .solution-listing-col{margin-bottom:40px;text-align:center;}.solution-page-listing .solution-listing-col-wrapper .event-date{display:block;font-family:'Lato',sans-serif;font-size:16px;line-height:18px;font-weight:300;}.service-tabbing.stickyMenu{border-bottom:1px solid #000;padding:20px 0;position:fixed;top:0;background:#fff;z-index:1000;width:100%;left:0;}.right-section h3{color:#f3b506;font-size:19px;margin-bottom:20px;text-transform:uppercase;}.all-contacts-section{padding:30px;float:left;width:100%;background:#05345c;color:#fff;}.all-contacts-section h3{float:left;font-size:28px;margin-bottom:12px;color:#f3b506;}.contact-listing .bio-det a{clear:left;display:inline-block;float:left;color:#fff;font-size:16px;font-family:'Lato',sans-serif;}.contact-listing .bio-det h2 a{color:#829db7;font-family:"Oswald",sans-serif;}.contact-listing .bio-det p{float:left;display:block;color:#fff;margin-bottom:0;}.contact-listing .bio-thumbnail{margin-bottom:20px;}.contact-listing li{width:50%;float:left;}.contact-listing .bio-det h2{display:block;float:left;width:100%;}.view-all-contact{background:url("../images/career-arrow-yellow.png") no-repeat 100% 4px;float:right;color:#fff;font-weight:400;padding-right:51px;line-height:23px;}.view-all-contact:hover{color:#f3b506;}.career-banner-cont.mobile-only{display:none;}.view-all-contact img{display:inline-block;vertical-align:middle;}.future-better-planning{min-height:420px;background-size:cover;background-repeat:no-repeat;position:relative;}.better-planning-outer{width:70%;top:50%;left:50%;position:absolute;margin-left:-250px;margin-top:-20px;}.better-planning-outer .view-all{text-align:center;margin-top:15px;}.better-planning-inner{background:rgba(65,95,131,.7);color:#fff;padding:7px 10px 7px 17px;border-radius:40px;-moz-border-radius:40px;-webkit-border-radius:40px;-o-border-radius:40px;box-shadow:1px 1px 4px #242424;-moz-box-shadow:1px 1px 4px #242424;-webkit-box-shadow:1px 1px 4px #242424;-o-box-shadow:1px 1px 4px #242424;}.better-planning-inner p{font-size:24px;font-weight:400;text-transform:uppercase;color:#fff;margin-bottom:0;line-height:34px;text-align:center;}.contact-listing .bio-thumbnail{width:145px;height:135px;}.service-solution .career-banner-cont.mobile-only h3{display:block;}.key-contacts{background:#05345c;min-height:395px;}.right-content-wrapper.contact .key-contacts{min-height:auto;}.right-content-wrapper.contact .key-contact-block:last-child{margin-bottom:0;}.key-contacts h2{color:#f3b506;font-size:28px;margin-bottom:12px;}.key-contacts h3,.key-contacts h3 a{color:#829db7;font-family:"Oswald",sans-serif;font-size:16px;text-transform:uppercase;}.key-contacts h3 a:hover{color:#0d6a71;}.key-contacts .bio-dets p{color:#fff;font-family:"Lato",sans-serif;font-size:16px;font-weight:400;margin-bottom:0;}.key-contacts .bio-dets p a{color:#fff;word-wrap:break-word;}.key-contacts .bio-dets p a:hover{color:#f3b506;}.key-contacts .bio-dets p a.email{background:url(../images/icon-email-lg.png) no-repeat 0 0;width:31px;height:20px;display:inline-block;text-indent:-1000px;overflow:hidden;margin-top:10px;}.key-contacts .bio-dets p a.email:hover{background-position:0 -30px;}.key-contacts .bio-thumbnails{margin-bottom:20px;}.key-contacts .bio-thumbnails .inner{width:145px;}.contact-all-wrapper .col-sm-6.no-mar{margin:0;padding:0;}.key-contacts .padding-all{margin:45px;}.solution-detail-page .left-detail-listing{border-right:1px solid #d4d4d6;margin-top:55px;margin-bottom:50px;}.solution-detail-page{background:#eeedf0;padding:80px 0 0 0;}.solution-detail-page .left-detail-listing li a{color:#404040;padding:5px 0;font-size:15px;line-height:16px;display:inline-block;font-weight:400;}.solution-detail-page .left-detail-listing li a:hover,.solution-detail-page .left-detail-listing li a.selected{color:#3c679b;}.right-detail-content .content-wrapper ul{padding-left:20px;margin:20px 0 20px -4px;}.solution-detail-page .left-detail-listing li{padding-right:10px;margin-bottom:10px;}.solution-detail-page .right-detail-content h2{color:#829db7;font-size:20px;margin-bottom:25px;text-transform:uppercase;}.right-detail-content .content-wrapper{margin-bottom:20px;padding-right:30px;}.right-detail-content h3{color:#000;font-size:16px;line-height:16px;margin-bottom:5px;}.right-detail-content .date{display:block;font-family:'Lato',sans-serif;font-size:14px;}.right-detail-content .content-wrapper p{color:#404040;font-family:"Lato",sans-serif;font-size:15px;font-weight:400;}.right-detail-content .content-wrapper li{color:#404040;list-style-type:disc;font-family:"Lato",sans-serif;font-size:15px;font-weight:400;}.right-detail-content a{color:#3c679b;font-weight:400;}.right-detail-content a:hover{color:#0d6a71;}.right-content-wrapper h4{color:#000;font-size:16px;margin-bottom:10px;}.right-detail-content .right-content-wrapper li{padding-bottom:10px;float:left;}.right-detail-content .right-content-wrapper{margin-bottom:15px;border-bottom:1px solid #d4d4d6;float:left;width:100%;}.right-detail-content .right-content-wrapper:last-child{border-bottom:none;}.right-detail-content .bio-thumbnail,.right-detail-content .bio-det{float:left;width:50%;}.right-detail-content .right-content-wrapper.contact li{margin-bottom:20px;}.right-detail-content .bio-det{padding-left:15px;}.inspired-saving-footer{position:relative;background:#f4b913;padding:20px 0;}.inspired-saving-footer .submenu-pattern-arrow{top:20px;}.inspired-saving-footer .inspired-footer-inner{width:80%;margin-left:10%;}.inspired-saving-footer .inspired-footer-inner p{color:#05345c;font-family:"Lato",sans-serif;font-size:18px;font-weight:400;line-height:22px;}.right-content-wrapper .key-contacts .bio-dets p a:hover{color:#05345c;}.inspired-saving-footer .inspired-footer-inner p span{font-family:"Oswald",sans-serif;font-size:18px;font-weight:400;}.solution-detail-page .key-contacts{background:transparent;}.solution-detail-page .key-contacts .padding-all{margin:0;}.solution-detail-page .key-contacts h2{font-size:16px;color:#000;}.solution-detail-page .bio-thumbnails{float:left;margin-right:20px;}.solution-detail-page .key-contact-block{margin-bottom:20px;float:left;width:100%;}.solution-detail-page .key-contacts .bio-dets p{color:#829db7;}.solution-detail-page .email{background:url(../images/icon-email-lg.png) no-repeat 0 0;width:31px;height:20px;display:inline-block;text-indent:-1000px;overflow:hidden;}.mobile-only{margin-bottom:20px;}.right-content-wrapper .key-contacts h3{margin-bottom:5px;}.right-content-wrapper .key-contacts h3 a{color:#05345c;font-size:15px;}.right-content-wrapper .key-contacts h3 a:hover{color:#0d6a71;}.right-content-wrapper .key-contacts .bio-dets p{color:#05345c;line-height:15px;margin-bottom:5px;}.right-content-wrapper .email{background-image:url("../images/icon-email-lg-blue.png");margin-top:10px;}.right-content-wrapper .key-contacts .bio-dets p a{color:#424242;font-size:14px;}.right-content-wrapper .key-contacts .bio-dets p a.email{background-position:0 -60px;}.right-content-wrapper .key-contacts .bio-dets p a.email:hover{background-position:0 -30px;}.inspires-Us{margin-bottom:20px;}.inspires-Us a{font-size:20px;font-weight:400;font-family:"Oswald";}.privacy-policy .privacy-policy-content{margin-bottom:25px;}.privacy-policy .privacy-policy-content p{font-family:'Lato',sans-serif;font-size:18px;}.privacy-policy .privacy-policy-content h2,.title-subtitle h2{margin-bottom:20px;font-size:24px;}.privacy-policy .privacy-policy-content h3{margin-bottom:10px;font-size:16px;color:#000;}.privacy-policy .privacy-policy-content .left .block{margin-bottom:30px;}.privacy-policy .privacy-policy-content .left .block p{font-size:16px;}.privacy-policy .privacy-policy-content .left .block h2{color:#829db7;font-size:18px;margin-bottom:20px;}.privacy-policy .privacy-policy-content .left .block .privacy-contact{margin-bottom:30px;}.privacy-policy .privacy-policy-content .left .block .privacy-contact p{margin-bottom:3px;}.privacy-policy .privacy-policy-content .left .block .privacy-contact a{color:#05345c;font-family:'Lato',sans-serif;}.privacy-policy .privacy-policy-content .left .block .privacy-contact h2{color:#05345c;font-size:15px;margin-bottom:2px;}.privacy-policy .privacy-policy-content .left .block .privacy-contact h3{color:#05345c;font-size:15px;margin-bottom:2px;}.privacy-policy .privacy-policy-content .right,.insights-right-col{border-left:1px solid #bcbec0;padding-left:15px;min-height:390px;margin-bottom:20px;}.privacy-policy .privacy-policy-content .right a{color:#3c679b;}.privacy-policy .privacy-policy-content .right a:hover{color:#000;}.float-right{float:right;}.location-news-block{min-height:350px;position:relative;}.location-news-block .hover-pattern-new{z-index:auto;}.location-news-wrapper .col-sm-6{padding-left:0;padding-right:0;}.location-news-block{background-repeat:no-repeat;background-position:0 0;background-size:cover;}.padding-40{padding:55px;}.location-news-block h2{color:#f3b506;font-size:28px;margin-bottom:20px;text-transform:uppercase;}.location-news-block p{color:#fff;font-size:24px;font-weight:400;line-height:26px;padding-right:100px;}.location-news-block p a{color:#f3b506;}.location-news-block p a:hover{color:#fff;}.location-news-block .padding-40{position:relative;}.right-detail-content .col-sm-8{padding-bottom:20px;}.service-bio-filter .col-sm-3,.service-bio-filter .col-sm-2{position:static;}.service-bio-filter.events-page-filter .row>.col-sm-3,.service-bio-filter.events-page-filter .row>.col-sm-2{width:19%;}.service-bio-filter.about-people-listing .row>.col-sm-3,.service-bio-filter.about-people-listing .row>.col-sm-2{width:23.75%;}.service-bio-filter.about-people-listing .row>.col-sm-1{width:5%;}.service-bio-filter.events-page-filter .col-sm-1{width:5%;}.insight-listings-page{margin:5px 0 30px 0;}.insight-listings-page .col-sm-3{padding-right:5px;}.sort-by-wrapper{float:left;width:100%;display:block;margin:20px 0;}.sort-by-wrapper .left p{font-family:'Lato',sans-serif;font-weight:400;}.sort-by-wrapper .sortByText{font-size:18px;font-weight:400;font-family:'oswald',sans-serif;float:left;}.sort-by-service,.sort-by-industry{float:left;}.sort-by-service .dropDownHead,.sort-by-industry .dropDownHead{background-image:url(../images/drop-down-arrow-sm.png);padding:0 26px 0 0;background-repeat:no-repeat;background-position:100% 1px;margin:0 10px;color:#000;font-size:16px;font-family:'Lato',sans-serif;font-weight:400;}.sort-by-wrapper h3{color:#747474;font-size:22px;line-height:24px;text-transform:uppercase;}.sort-by-service{width:116px;}.save-money.sort-by-service{width:auto;position:relative;}.sort-by-service .stylish-select-right,.sort-by-service.save-money span.selected{background:#fff url("../images/drop-down-arrow-sm.png") no-repeat 100% center;color:#404040;padding:0 30px 0 10px;margin:0 5px 0 0;height:27px;line-height:25px;text-transform:none;font-size:16px;font-family:'Lato',sans-serif;font-weight:400;display:block;cursor:pointer;}.sort-by-service.save-money .listings{position:absolute;z-index:99;background:#829db7;margin:0 15px;max-height:275px;color:#fff;overflow:auto;margin:10px 0;right:0;width:226px;}.sort-by-service.save-money .listings li{line-height:25px;text-transform:none;font-size:16px;font-family:'Lato',sans-serif;font-weight:400;display:block;cursor:pointer;padding:5px 10px;}.sort-by-service.save-money .listings li:hover,.sort-by-service.save-money .listings li.active{color:#fff;background:#658bb0;cursor:pointer;}.sort-by-service .stylish-select{height:27px;}.sort-by-service.save-money .stylish-select-right{background-position:96% center;}.sort-by-service ul.listing{margin:0 10px;top:27px;width:150px;}.insights-filter{width:100%;float:left;display:block;margin-top:30px;margin-bottom:0;}.insight-inner{min-height:290px;background-size:cover !important;background-repeat:no-repeat !important;background-color:#808080;padding:20px;position:relative;margin-bottom:20px;}.insight-item-cont{position:absolute;bottom:20px;width:80%;}.insight-item-cont span{color:#bdbbba;font-size:18px;display:block;font-weight:400;text-transform:uppercase;}.insight-item-cont p a,.insight-item-cont p span.txt-insignt,.insight-item-cont p span.headLine{color:#fff;font-size:18px;line-height:20px;font-weight:400;text-transform:capitalize;}.insight-inner a:hover .insight-item-cont p span.txt-insignt{color:#f3b506;}.insight-banner-overlay{background:url("../images/insight-banner-overlay-mobile.png") repeat-x scroll 0 bottom;height:100%;left:0;position:absolute;top:0;width:100%;}.insight-banner-content p{margin-bottom:0;}.insight-pages{margin-top:20px;}.insight-pages .key-contacts{background:none;}.insight-pages .key-contacts h2{color:#000;font-size:20px;margin-bottom:15px;}.insight-pages .key-contacts .padding-all{margin:0;}.insight-pages .key-contacts p,.insight-pages .key-contacts p a{color:#000;}.insight-pages .key-contacts .bio-thumbnails{float:left;margin-right:10px;border:1px solid #bcbec0;}.insight-pages .key-contacts .bio-thumbnails a{display:block;}.insight-pages .listings .col-sm-6{width:100%;margin-bottom:20px;}.insight-pages .listings .col-xs-6{width:100%;}.insight-pages .view-all-contact{color:#3c679b;}.insight-pages .view-all-contact:hover{color:#000;}.insight-pages .key-contacts h3{margin-bottom:0;}.insight-pages .key-contacts h3 a,.insight-pages .bio-dets span{color:#05345c;}.insight-pages .bio-dets span{font-family:'Lato',sans-serif;}.watch-now{margin-top:20px;}.watch-now a{font-size:18px;color:#829db7;font-weight:400;}.watch-now a:hover{color:#000;}.related-content p a{color:#3b679b;}.related-content p a:hover{color:#0d6a71;}.insight-page-filter.service-bio-filter .col-sm-3,.insight-page-filter.service-bio-filter .col-sm-2{width:23.75%;}.insight-page-filter.service-bio-filter .col-sm-1{width:5%;}.related-content-inners{margin-bottom:20px;}.related-content-inners:last-child{margin-bottom:0;}.privacy-policy .privacy-policy-content .related-content-inners h3{margin-bottom:0;}.insight-print{margin-right:2px;}.insight-banner{background-position:center;color:#ffffd9;}.insight-banner h1,.insight-banner p,.insight-banner span{color:#ffffd9;}.insight-content-margin{margin-top:20px;}.about-firm-det .better-planning-inner p{font-size:12px;line-height:15px;}.about-firm-det .future-better-planning{min-height:140px;}.about-firm-det .future-better-planning{margin-bottom:15px;}.firm-status .block{margin-bottom:20px;}.firm-status .block p{margin:0;}.firm-status .block p.head{font-size:23px;color:#3c679b;font-weight:700;line-height:25px;text-transform:uppercase;margin-right:160px;}.firm-status .block p.head span{display:block;font-size:17px;color:#3c679b;font-family:'Oswald',sans-serif;line-height:20px;line-height:20px;text-transform:uppercase;}.firm-status .block p.year{font-size:19px;color:#05345c;font-weight:700;line-height:21px;}.firm-status .block span{font-size:15px;font-weight:400;color:#424242;font-family:'Lato',sans-serif;line-height:17px;text-transform:capitalize;}.firm-status .block.green p.head,.firm-status .block.green p.head span{color:#0d6a71;}.firm-status .block.green p.head{font-size:29px;line-height:31px;}.about-firm-det .count-wrapper{background:#f4b913;position:relative;}.about-firm-det .count-wrapper .submenu-pattern-arrow{top:34px;}.about-firm-det .count-wrapper .txt-dark-blue,.about-firm-det .count-wrapper .txt-light-blue,.about-firm-det .count-wrapper .txt-green,.about-firm-det .count-wrapper .txt-grey{color:#05345c;}.right-detail-content .tab-content,.right-detail-content .tab-content-mem{display:none;}.right-detail-content .tab-content.selected,.right-detail-content .tab-content-mem.selected{display:block;}.insight-page-head{position:relative;}.insight-page-head span{color:#424242;display:inline-block;font-size:16px;font-weight:400;}.insight-page-head h1{color:#05345c;font-size:32px;}.title-subtitle h1{color:#05345c;font-size:28px;}.title-subtitle h2{color:#3c679b;font-size:24px;margin-bottom:5px;}.privacy-policy .insight-page-head p,.privacy-policy .insight-page-head p a,.insight-page-head p{color:#05345c;font-size:16px;font-family:'Oswald',sans-serif;font-weight:400;}.privacy-policy .insight-page-head p span{font-family:'lato',sans-serif;font-weight:300;}.print-share-wrapper{display:table;}.insight-page-head h2{font-size:22px;margin:10px 0;color:#424242;}.insight-page-head p,.insight-page-head .author-details a,.insight-page-head .author-details span{color:#152a4b;}.insight-page-head .author-details{margin-bottom:10px;}.insight-page-head .author-details span{display:inline;}.insight-page-head .author-details a{border-bottom:1px solid #182751;padding:0 3px;}.insight-page-head .author-details a:hover{background-color:#182751;color:#fff;}.insight-page-head .author-details p{margin-bottom:5px;}.img-cont{margin-right:20px;margin-top:8px;}.related-content{border-bottom:1px solid #d4d4d6;float:left;margin-bottom:15px;width:100%;position:relative;}.related-content:last-child{border:none;}.related-content .view-all{position:absolute;right:0;top:0;}.related-content .view-all a.see-more{color:#3c679b;}.related-content .view-all a.see-more:hover{color:#000;}.related-content h3{color:#000;font-size:16px;margin-bottom:10px;}.related-content ul li{margin-bottom:10px;}.related-content ul li a{color:#3c679b;font-weight:400;line-height:20px;}.related-content.rc ul li a{text-transform:uppercase;}.related-content ul li a:hover{color:#0d6a71;}.related-content ul li p{font-size:15px !important;}.related-content .see-more-wrapper{margin-bottom:10px;}.related-content .see-more-wrapper a{color:#3c679b;}.related-content .see-more-wrapper a:hover{color:#000;}.related-content-inners h3{margin-bottom:0;}.insight-page .insight-listings-page .col-sm-4{padding-left:0;padding-right:0;}.insight-page .insight-listings-page .insight-item-cont{right:58px;}.insight-page .sort-by-wrapper{float:none;}.lightbox_common h1{margin-bottom:10px;font-size:30px;}.videoFrame{border:20px solid #f1f1f1;height:400px;}.related-content .register-button{margin-bottom:20px;}.related-content .register-button .button-inner{margin:0;}.right-block{border-left:1px solid #bcbec0;padding-left:15px;}.register-button .button-inner{display:inline-block;font-size:24px;padding:20px 28px 20px 40px;background:#0d6a71 url("../images/register-icon.png") no-repeat 15px 16px;color:#fff;border-radius:8px;margin-top:15px;}.register-button .button-inner:hover{background-color:#05345c;}.register-button a{color:#fff;font-size:16px;color:#fff;font-weight:400;line-height:22px;text-transform:uppercase;display:inline-block;}.switch{position:relative;display:inline-block;width:70px;height:34px;}.switch input{display:none;}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}.slider:before{position:absolute;content:"";height:34px;width:34px;left:0;bottom:0;background-color:#0d6a71;-webkit-transition:.4s;transition:.4s;z-index:78;}input:checked+.slider{background-color:#ccc;}input:focus+.slider{box-shadow:0 0 1px #2196f3;left:10px;}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);background-color:#3c679b;left:10px;}.slider.round{border-radius:34px;}.switch span{z-index:1;position:relative;top:8px;left:8px;float:left;font-size:14px;text-transform:capitalize;color:#fff;}.switch span.no-text{float:right;left:auto;right:8px;}.slider.round:before{border-radius:50%;}.eligibilty-text{vertical-align:middle;float:left;padding-right:7px;font-weight:400;margin-top:8px;}.insight-item-cont .links li{float:left;margin-right:10px;}.insight-item-cont .links li a{padding-right:10px;border-right:1px solid #fff;color:#fff;font-size:16px;line-height:16px;display:inline-block;font-weight:400;text-transform:capitalize;}.insight-item-cont .links li a:hover{color:#f3b506;}.insight-item-cont .links li:last-child a{border-right:0;}.insight-item-cont p{margin-bottom:0;}.insight-item-cont p a:hover,.insight-item-cont p a span:hover,.insight-inner a:hover p span.headLine{color:#f3b506;}.service-solution-page.events-page .insight-section h3{margin-bottom:0;}.service-solution-page.events-page .insight-section h2{margin-bottom:5px;}.events-page .insight-item-cont{bottom:10px;}.date{font-size:18px;font-weight:300;line-height:18px;margin-bottom:10px;display:block;}.insight-item-cont span.date{text-transform:none;font-size:14px;font-weight:300;}.service-solution-page .insight-section .enent-page h2{font-size:20px;color:#0d6a71;line-height:22px;}.service-solution-page .insight-section .enent-page h3{font-size:40px;color:#000;margin:0 100px 5px 0;line-height:40px;}.save-money-page .career-banner-cont{margin-right:250px;}.save-money-page .career-banner-cont h3{margin-bottom:25px;}.save-money-page .view-all-insights{margin-top:4px;float:left;width:auto;}.save-money-page .view-all-insights img{padding-left:8px;}.save-money-page .view-all-insights a{font-size:16px;}.related-services{display:block;margin-top:20px;float:left;margin-bottom:30px;width:100%;}.related-services h5{color:#3c679b;font-size:20px;line-height:20px;margin-bottom:5px;}.related-services h5 a{color:#3c679b;}.clearleft{clear:left;}.related-services h5 a:hover{color:#0d6a71;}.related-services .serviceListing{margin-bottom:20px;border-bottom:1px solid #bcbec0;padding-bottom:15px;margin-right:40px;}.related-services .col-sm-6 .serviceListing:last-child{border-bottom:0;padding-bottom:0;}.related-services ul{padding-right:40px;}.related-services p{font-family:"Lato",sans-serif;font-size:16px;}.LoadMoreList{float:left;width:100%;text-align:center;display:inline-block;margin-bottom:30px;}.LoadMoreList span{background:#3c679b;color:#fff;padding:5px 10px;float:none;text-align:center;cursor:pointer;font-size:18px;line-height:18px;}.get-help-wrapper{background-repeat:no-repeat;background-size:cover;min-height:600px;padding:70px 0 50px 0;}.frm-get-help{margin-right:100px;}.frm-get-help input[type='text'],.frm-get-help .main,.frm-get-help textarea{background:rgba(233,233,232,.9);color:#424242;}.frm-get-help .stylish-select-right{background:url(../images/dropdown-arrow-dn-fh.png) no-repeat left center;color:#424242;}.frm-get-help .stylish-select-right.upArr{background-image:url(../images/dropdown-arrow-up-fh.png);}.frm-get-help .frm-block{margin-bottom:15px;}.frm-get-help .frm-block p{color:#fff;font-family:"Lato",sans-serif;font-weight:300;font-size:16px;}.frm-get-help .frm-block ul{margin-left:30px;}.frm-get-help .frm-block ul li{margin-bottom:5px;font-family:"Lato",sans-serif;list-style:disc;font-weight:300;font-size:16px;}.frm-get-help .frm-block ul li a{font-family:"Lato",sans-serif;font-weight:300;font-size:16px;}.get-help-menu{border-right:1px solid #bcbec0;margin-right:120px;}.get-help-menu ul li a{color:#fff;font-size:18px;text-transform:capitalize;}.get-help-menu ul li a:hover,.get-help-menu ul li a.selected{color:#f3b506;}.frm-get-help input[type='submit']{font-size:20px;float:right;}.frm-get-help input[type='submit']:hover{background-color:#f4b913;color:#000;}.frm-get-help label{color:#fff;font-family:"Oswald",sans-serif;font-size:16px;font-weight:300;}.help-comment{background:transparent;padding:10px 34px 10px 0;border-radius:40px;-moz-border-radius:40px;font-size:20px;line-height:22px;color:#fff;margin:50px 150px 0 0;}.help-comment p,.help-comment p a{color:#fff;}.help-comment p a:hover{color:#f3b506;}.frm-get-help fieldset{margin-top:10px;}.frm-get-help legend{margin-top:10px;}.required-field textarea.form-control{border-radius:15px;background:rgba(233,233,232,.9);border:none;font-size:18px;color:#000;font-weight:400;padding:6px 18px;}.text-left{color:#000 !important;font-size:20px !important;font-weight:400 !important;}.validation-summary-errors{display:none;}.field-validation-error{color:#f00 !important;font-size:16px;font-weight:400;font-family:"Lato",sans-serif;display:block;}.locations-wpapper{color:#fff;}.locations-wpapper p{color:#ccc;font-size:19px;font-weight:400;margin-bottom:25px;text-transform:capitalize;}.locations-wpapper .block{margin-bottom:15px;}.locations-wpapper ul li a{color:#ccc;font-size:16px;text-transform:capitalize;}.locations-wpapper ul li a:hover{color:#f3b506;}.locations-wpapper h3{font-size:20px;text-transform:uppercase;}.locations-wpapper .international{border-top:2px solid #808080;padding-top:15px;color:#f3b504;}.about-location .career-banner-cont{margin-right:40px;}.about-location .career-banner-cont h2{color:#f3b506;font-size:26px;margin-bottom:20px;}.location-banner-wrapper{padding-bottom:15px;border-bottom:1px solid #000;margin-bottom:15px;}.loc-background-img{border-bottom:10px solid #febc11;text-align:center;}.loc-background-img h1{color:#fff;text-transform:uppercase;}.loc-background-img h2{color:#febc11;margin-bottom:15px;}.loc-contact-us,.get-directions{text-align:center;margin-top:30px;}.loc-contact-us h3,.loc-contact-us li{margin-bottom:7px;font-family:"Lato",sans-serif;color:#424242;}.loc-contact-us li,.get-directions{font-size:18px;}.get-directions{font-family:"Lato",sans-serif;}.loc-contact-us ul li span a,.loc-contact-us ul li span span{margin-left:30px;}.about-locations-wpapper p{color:#fff;font-family:"Lato",sans-serif;font-size:16px;line-height:20px;margin-right:75px;}.about-locations-wpapper a{color:#829db7;font-weight:400;}.about-locations-wpapper a:hover{color:#0d6a71;}.location-details h2{color:#829db7;font-size:26px;margin-bottom:10px;}.location-details p,.location-details p a{color:#fff;font-size:16px;font-family:"Lato",sans-serif;}.location-details p a:hover{color:#f3b506;}.map-container{margin-top:20px;}#individual-map{border:3px solid #edebeb;height:130px;width:200px;}.map-border{border:2px solid #febc11;margin-top:30px;}.gMap{min-height:350px;width:100%;}.location-contact-block h2{color:#f3b506;font-size:20px;font-weight:300;margin-bottom:12px;text-transform:uppercase;}.location-contact-block h3 a,.location-contact-block h3{color:#829db7;font-family:"Oswald",sans-serif;font-size:16px;display:block;line-height:18px;}.location-contact-block h3 a:hover{color:#0d6a71;}.location-contact-block .bio-dets{float:left;}.location-contact-block .bio-dets p{color:#fff;font-family:"Lato",sans-serif;font-size:16px;font-weight:400;margin-bottom:0;}.location-contact-block .bio-dets p a{color:#fff;font-weight:300;word-wrap:break-word;}.location-contact-block .bio-dets p a.email{background:url(../images/icon-email-lg.png) no-repeat 0 0;width:31px;height:20px;display:inline-block;text-indent:-1000px;overflow:hidden;margin-top:10px;}.location-contact-block .bio-dets p a.email:hover{background-position:0 -30px;}.location-contact-block .bio-thumbnails{float:left;margin-right:10px;width:146px;}.contact-all-wrapper .col-sm-6.no-mar{margin:0;padding:0;}.location-contact-block{margin-top:20px;}.location-contact-block .padding-all{margin:45px;}.location-btns{margin-top:20px;}.loc-staff-btn,.loc-careers-btn{background-color:#095e68;color:#fff;padding-left:15px;padding-right:15px;min-width:120px;}.location-btns .btn span{font-size:18px;}.loc-staff-btn:hover,.loc-careers-btn:hover{background-color:#182851;color:#fff;}.loc-careers-btn{margin-left:35px;}.loc-community-txt{background-color:#cde2f2;margin-top:15px;padding:30px 0;}.loc-body-content a{color:#0a5d67;}.loc-community-txt,.loc-body-content{font-family:"Lato",sans-serif;font-size:20px;margin-bottom:40px;padding-left:100px;padding-right:100px;}.loc-about-us-community{text-align:center;color:#65676a;margin-bottom:30px;}.two-col-layout .col-sm-6{padding-left:0;padding-right:0;}.two-col-layout .locations-det-wpapper{background-repeat:no-repeat;background-size:cover;min-height:420px;padding:30px;position:relative;}.two-col-layout .locations-det-wpapper .hover-pattern-new{z-index:auto;}.two-col-layout .locations-wpapper h3{font-size:13px;}.two-col-layout .locations-wpapper ul li a{font-size:14px;}.two-col-layout .better-planning-inner p{font-size:22px;}.new-video-wrapper{background-color:#e8e8eb;padding:25px 0;}.new-video-wrapper h3{font-size:24px;margin-bottom:15px;text-transform:uppercase;}.new-video-wrapper .date{font-size:14px;font-family:"Lato",sans-serif;font-weight:300;}.new-video-wrapper .related-content ul{margin-right:85px;}.new-video-wrapper .video-area.related-content ul{margin-right:10px;}.new-video-wrapper .related-content ul li{margin-bottom:15px;}.new-video-wrapper .related-content ul li a:hover{color:#000;}.video-block .thumb{float:left;height:105px;margin-right:15px;position:relative;width:105px;}.video-block .thumb .video-icon{position:absolute;top:43px;left:43px;width:25px;height:25px;z-index:1;}.video-block .thumb-cont{float:left;width:55%;}.new-video-wrapper .related-content .view-all a.see-more{font-size:14px;background-position:100% 2px;}.about-firm-dets.count-wrapper p{font-size:19px;}.search-by-alphabet{text-align:center;margin-bottom:20px;}.search-by-alphabet li{display:inline-block;}.search-by-alphabet li a{color:#3c679b;font-size:20px;line-height:22px;font-weight:400;text-transform:uppercase;display:inline-block;padding:0 9px;}.search-by-alphabet li a:hover,.search-by-alphabet li a.selected{color:#000;}.search-by-alphabet li a.selected{text-decoration:underline !important;}.search-by-alphabet li a.all-listing{border-left:1px solid #000;color:#3c679b;}.search-by-alphabet li a.all-listing:hover,.search-by-alphabet li a.all-listing.selected{color:#000;}.about-people-page .heading-type-one{margin-bottom:30px;}.search-by-alphabet ul{float:none;display:inline-block;text-align:center;}.about-people-page .service-bio-filter .dropDownList{top:80px;}.about-people-listing .people-thumbnail{position:relative;border:1px solid #ccc;border-left:0;}.about-people-listing .bio-detail{position:absolute;top:0;left:0;background:rgba(0,0,0,.6);padding-top:50px;padding-bottom:40px;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in;}.about-people-listing .col-sm-3:hover .bio-detail{opacity:1;cursor:pointer;}.about-people-listing .bio-detail .detail-inner-container{display:table;width:90%;height:100%;padding-left:10%;box-sizing:border-box;}.about-people-listing .bio-detail .detail-inner{vertical-align:middle;display:table-cell;}.about-people-listing .bio-detail .detail-inner span{font-size:20px;line-height:20px;}.about-people-listing .bio-detail .detail-inner p{color:#fff;font-size:17px;line-height:22px;}.about-people-listing .bio-detail .detail-inner p.pos{font-family:"Lato","sans-serif";}.about-people-listing .bio-detail .detail-inner a{color:#829db7;font-size:16px;line-height:20px;}.service-bio-filter.about-people-filter .col-sm-3,.service-bio-filter.about-people-filter .col-sm-2{width:23.75%;}.service-bio-filter.about-people-filter .col-sm-1{width:5%;}.search-by-alphabet li a.disabled{pointer-events:none;cursor:default;opacity:.6;}.location-details a.see-more{background-position:100% 3px;}.dropDownList .colWrapper ul{margin-bottom:20px;}.search-result-page .eide-like-search{display:block;width:650px;margin:0 auto;padding:2px 10px 2px 17px;}.search-result-page .eide-like-search .btn-like-search-big{margin-top:8px;}.search-result-page .eide-like-search .inputLikeSearch{font-size:24px;}.featured-result{background:#f1f1f1;margin-top:60px;}.featured-result.service-solution-page .insight-section h3{font-size:22px;line-height:24px;margin-bottom:10px;color:#829db7;}.featured-result.service-solution-page .insight-section h2{font-size:24px;line-height:30px;margin-bottom:7px;}.featured-result.service-solution-page .insight-section h4{color:#0d6a71;font-size:18px;line-height:20px;}.service-solution-page .insight-section p{font-size:16px;line-height:20px;}.search-result-list{display:block;float:left;width:100%;}.search-result-list li{padding:10px 0;border-top:1px solid #bcbec0;}.search-result-list li:last-child{border-bottom:1px solid #bcbec0;}.search-result-list .type{color:#0d6a71;font-size:16px;line-height:20px;text-transform:uppercase;font-weight:400;}.search-result-list h4{font-size:20px;line-height:24px;color:#000;}.search-result-list .event-date{font-size:16px;font-family:"Lato","sans-serif";line-height:18px;font-weight:300;}.search-result-list p{font-size:16px;line-height:18px;color:#000;font-family:"Lato","sans-serif";font-weight:400;}.search-result-pagination{display:block;margin-top:15px;float:right;margin-bottom:40px;}.result-count-wrapper span{font-family:"Oswald","Sans-serif";font-size:18px;font-weight:400;}.about-people-pagination{margin:20px 0;}.result-count-wrapper .pull p{font-family:"Lato","Sans-serif";}.service-bio-filter.search-result-filter .dropDownList{position:relative;top:0;margin-top:0;max-height:400px;overflow:auto;}.service-bio-filter.search-result-filter .dropDownHead,.service-bio-filter.search-result-filter .datepic{margin-bottom:15px;}.filter-mobile{float:left;margin-top:3px;display:none;}.filter-mobile span{padding:4px 18px;background:#0d6a71;border-radius:10px;color:#fff;text-align:center;text-transform:uppercase;font-size:16px;}.sort-wrap{float:right;}.insight-filter-container .sort-by-container{margin-top:10px;}.service-bio-filter.search-result-filter input[type='submit']{float:right;}.mobile-filter-text{display:none;}.mobile-filter-text h5{float:left;font-size:16px;line-height:16px;margin-bottom:20px;}.mobile-filter-text a{float:right;}.service-bio-filter.search-result-filter .col-sm-12.col-md-10{clear:left;}.service-bio-filter.search-result-pagination{float:right;margin-top:15px;margin-bottom:40px;}.search-result-listing-container.insight-filter-container .sort-by-container{width:100%;}.eide-banner,.eide-banner-cont{background-size:cover;background-repeat:no-repeat;background-position:0 -80px;min-height:480px;padding:50px 0;margin-bottom:40px;position:relative;}.eide-banner .col-sm-7{padding-top:20px;}.eide-banner h1{color:#d8d7d7;font-size:90px;font-weight:700;font-family:"Lato","Sans-serif";letter-spacing:-5px;line-height:90px;margin-bottom:0;}.eide-banner h1 span{color:#8c867a;}.eide-banner h2{color:#fff;font-size:25px;margin-bottom:40px;}.eide-banner .hover-pattern-new{z-index:inherit;}.eide-banner p{color:#fff;font-family:"Lato","Sans-serif";font-size:18px;font-weight:300;}.eide-banner h3{color:#f3b506;font-family:"Lato","Sans-serif";font-weight:700;font-size:20px;margin-bottom:20px;}.eide-banner h2,.eide-banner h3,.eide-banner p{margin-left:5px;}.related-content-el p{color:#3c679b;font-weight:400;margin-bottom:0;}.related-content-el a{font-family:"Lato","Sans-serif";}.eide-banner-cont.mobile-only{display:none;}.nav-search-wrapper span.txt-tag-line{color:#3c679b;float:left;margin:4px 10px 0 0;border-right:1px solid #ccc;line-height:1;padding-right:10px;font-size:14px;font-weight:400;text-transform:uppercase;}.service-bio-filter.about-people-filter .filSelectedVal .col-sm-2{width:16.66666667%;}.result-count-wrapper.sort-by-wrapper{margin-bottom:5px;}.container.related-service .related-services{width:100%;}.no-item-message{text-align:center;font-size:23px;font-weight:400;}.share-link{position:relative;}.share-link.hover{overflow:visible;}.share-link .social-link{position:absolute;right:-11px;top:-25px;z-index:1;width:243px;background:#05345c;padding:13px 9px 10px 9px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;display:none;}.share-link.hover .share-link{display:block;}.ie9 .owl-theme .disabled.owl-nav+.owl-dots{z-index:3;}.frm-get-help h3{color:#f3b506;margin-bottom:15px;}.frm-get-help .frm-block label{margin-bottom:5px;}.contact-all-wrapper .future-better-planning{min-height:417px;}.insight-cont{font-family:"Lato","Sans-serif";font-size:20px;line-height:1.3;}.service-solution-page .insight-section .insight-cont p{font-family:"Lato","Sans-serif";font-size:20px;line-height:22px;}.inner-content a:hover h2{color:#0d6a71;}.minLengthRequired{width:100%;float:left;color:#3c679b;font-size:14px;margin-top:3px;padding-left:7px;font-weight:400;}.ui-widget-content.ui-autocomplete{border:none;}.ui-widget-content.ui-autocomplete .ui-corner-all{border-radius:0;}.ui-widget-content.ui-autocomplete.globalautosuggest{position:static;background:transparent;color:#000;}.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper,.ui-autocomplete.ui-menu .ui-menu-item a{padding:5px 10px;font-family:"Oswald","Sans-serif";color:#000;font-weight:300;}.ui-widget-content.ui-autocomplete .ui-state-active,.ui-widget-content.ui-autocomplete .ui-widget-content .ui-state-active,.ui-widget-content.ui-autocomplete .ui-widget-header .ui-state-active,.globalautosuggest.ui-menu .ui-menu-item a.ui-state-hover,.globalautosuggest.ui-menu .ui-menu-item a.ui-state-active{font-weight:300;background:#ffdd7f;cursor:pointer;border:none;color:#000;font-weight:300;margin:0;}.ui-menu.ui-autocomplete .ui-menu-item:last-child{border:none;}.video-inner .item-cont{margin-bottom:14px;}.video-wrapper a:hover .video-inner .item-cont span.txt-video{color:#f3b506;}#eligbleCPE{width:20px;background:transparent url(../images/checkboxSprite.png) no-repeat 0 3px;cursor:pointer;font-size:14px;color:#05345c;font-weight:400;padding-left:24px;height:20px;margin-top:9px;}#eligbleCPE.selected{background-position:0 -17px;}#eligbleCPE input{display:none;}.custome-key-contact .key-contact-block .bio-thumbnails{float:left;margin-right:29px;}.custome-key-contact .key-contact-block .bio-thumbnails .inner{width:220px;}.custome-key-contact .key-contacts h3 a{font-size:22px;}.custome-key-contact.contact-all-wrapper .col-sm-5.no-mar,.custome-key-contact.contact-all-wrapper .col-sm-7.no-mar{margin:0;padding:0;}ul.record-per-page li.active a,.solution-detail-page .left-detail-listing li a.selected{pointer-events:none;cursor:default;}.mainLoader{position:absolute;z-index:9;background:rgba(0,0,0,.5);width:100%;height:100%;}.search-result-list .LoadingData{position:absolute;z-index:9;width:100%;top:0;background:#fff;}.mainLoader img{position:absolute;left:50%;width:100px;height:100px;top:50px;}.addthis_inline_share_toolbox{width:191px;}.tag-line{background:#05345c;color:#fff;display:none;text-align:center;font-weight:400;padding:5px 0;}.tag-line a{color:#fff;}.tag-line a:hover{color:#f3b506;}.contact-all-wrapper .key-contacts{min-height:417px;}.privacy-policy-content .col-sm-9 ul,.privacy-policy-content .col-sm-12 ul,.insight-body ul{padding-left:20px;margin:5px 0 20px 20px;overflow:auto;}.privacy-policy-content .col-sm-9 ul>li,.privacy-policy-content .col-sm-12 ul>li{list-style-type:disc;font-family:"Lato","Sans-serif";font-size:18px;margin-bottom:15px;}.insight-body ul>li{list-style-type:disc;margin-bottom:15px;}.privacy-policy-content .col-sm-9 ul>li li,.privacy-policy-content .col-sm-12 ul>li li{list-style-type:circle;font-family:"Lato","Sans-serif";font-size:18px;margin-bottom:5px;}.insight-body ul>li li{list-style-type:circle;margin-bottom:5px;}.privacy-policy-content span,.privacy-policy-content strong{font-family:"Lato","Sans-serif";}.privacy-policy-content .col-sm-9 ol,.privacy-policy-content .col-sm-12 ol,.insight-body ol{padding-left:2em;margin:5px 0 20px -6px;overflow:auto;}.privacy-policy-content .col-sm-9 ol li,.privacy-policy-content .col-sm-12 ol li{font-family:"Lato","Sans-serif";font-size:18px;margin-bottom:15px;margin-left:30px;list-style-position:inside;}.privacy-policy-content .col-sm-9 ol li a,.privacy-policy-content .col-sm-12 ol li a,.privacy-policy-content .col-sm-9 ul li a,.privacy-policy-content .col-sm-12 ul li a{font-family:"Lato","Sans-serif";}.view-all-events{color:#3c679b;}legend,.legend,.legend-large{color:#f3b506 !important;font-family:'Oswald',sans-serif !important;font-size:20px !important;font-weight:400 !important;border:none !important;}.video-area{width:300px;height:185px;float:left;margin:0 20px 20px 0;}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}.privacy-policy .privacy-policy-content .col-sm-9 a,.privacy-policy .privacy-policy-content .col-sm-9 p a,.privacy-policy .privacy-policy-content .col-sm-9 ul li a,.privacy-policy .privacy-policy-content .col-sm-9 ol li a,.right-detail-content .content-wrapper a,.right-detail-content .content-wrapper p a,.right-detail-content .content-wrapper ul li a,.right-detail-content .content-wrapper ol li a,.service-solution-page .insight-section p a,.service-solution-page .insight-section ul li a,.service-solution-page .insight-section ol li a,.insight-body a,.blue-box-links a{color:#0a5d67;text-decoration:underline !important;}.privacy-policy .privacy-policy-content .col-sm-9 a:hover,.privacy-policy .privacy-policy-content .col-sm-9 p a:hover,.privacy-policy .privacy-policy-content .col-sm-9 ul li a:hover,.privacy-policy .privacy-policy-content .col-sm-9 ol li a:hover,.right-detail-content .content-wrapper a:hover,.right-detail-content .content-wrapper p a:hover,.right-detail-content .content-wrapper ul li a:hover,.right-detail-content .content-wrapper ol li a:hover,.service-solution-page .insight-section p a:hover,.service-solution-page .insight-section ul li a:hover,.service-solution-page .insight-section ol li a:hover{color:#65666a;text-decoration:underline !important;}.privacy-policy .privacy-policy-content .col-sm-9 a:visited,.privacy-policy .privacy-policy-content .col-sm-9 p a:visited,.privacy-policy .privacy-policy-content .col-sm-9 ul li a:visited,.privacy-policy .privacy-policy-content .col-sm-9 ol li a:visited,.right-detail-content .content-wrapper a:visited,.right-detail-content .content-wrapper p a:visited,.right-detail-content .content-wrapper ul li a:visited,.right-detail-content .content-wrapper ol li a:visited,.service-solution-page .insight-section p a:visited,.service-solution-page .insight-section ul li a:visited,.service-solution-page .insight-section ol li a:visited,.insight-body a:visited,.blue-box-links a:visited{color:#0a5d67;text-decoration:underline !important;}.insight-body{font-weight:400;}.insight-body a:hover,.blue-box-links a:hover{background-color:#182751;color:#fff;text-decoration:none !important;}.insight-body a,.blue-box-links a{padding:0 2px;}.ind-serv-sol-btn,.insight-subscribe,.insight-body a.ind-serv-sol-btn,.btn-dark-blue,input[type='submit'].btn-dark-blue{border:3px solid #152a4b;background-color:#152a4b;color:#fff;padding:7px;display:inline-block;white-space:nowrap;text-decoration:none !important;}.ind-serv-sol-btn:hover,.insight-subscribe:hover,a.ind-serv-sol-btn:hover,.btn-dark-blue:hover,input[type='submit'].btn-dark-blue:hover{color:#0a5d67;background-color:#fff;}.insight-subscribe{font-size:18px;min-width:200px;}.ind-serv-sol-btn{margin-top:2px;}.btn-dark-blue,input[type='submit'].btn-dark-blue{border-radius:0;font-size:17px;padding:10px 25px;font-family:'Oswald',sans-serif;}.noResult{font-weight:400;font-size:18px;text-align:left;}.map-header{background:#3c679b;padding:8px 0;color:#fff;padding-left:10px;font-size:18px;font-weight:400;text-transform:uppercase;}.map-footer{background:#3c679b;padding:1px 0;}#mapdiv{height:490px;}.Maploader img{position:absolute;z-index:9;left:50%;top:40%;transform:translateY(-50%);}.invalidDate{color:#f00;font-family:'Oswald',sans-serif;font-size:16px;}.removeItem{background:url("../images/cross-black.png") no-repeat 3px 5px;text-indent:-9999px;float:right;width:18px;height:20px;background-size:14px 14px;}.insight-section-background .left img{width:100%;}.datagrid table{border-collapse:collapse;text-align:left;width:100%;}.datagrid{font:normal 12px/150% Verdana,Arial,Helvetica,sans-serif;background:#fff;overflow:hidden;border:3px solid #182751;}.datagrid table td,.datagrid table th{padding:12px 10px;}.datagrid table thead th{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#182751),color-stop(1,#182751));background:-moz-linear-gradient(center top,#182751 5%,#182751 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#182751',endColorstr='#182751');background-color:#182751;color:#fff;font-size:16px;font-weight:bold;border-left:0 solid #65666a;}.datagrid table thead th:first-child{border:none;}.datagrid table tbody td{color:#182751;border-left:1px solid #65666a;font-size:14px;border-bottom:1px solid #65666a;font-weight:normal;}.datagrid table tbody .alt td{background:#ececec;color:#182751;}.datagrid table tbody td:first-child{border-left:none;}.datagrid table tbody tr:last-child td{border-bottom:none;}.related-content .button{margin-bottom:20px;}.related-content .button .button-inner{margin:0;}.button .button-inner{display:inline-block;font-size:20px;padding:10px 18px 10px 20px;background:#0d6a71;color:#fff;border-radius:8px;margin-top:15px;}.insight-body .button .button-inner{color:#fff;text-decoration:none !important;}.button .button-inner:hover{background-color:#05345c;}.button a{color:#fff;font-size:16px;color:#fff;font-weight:400;line-height:18px;text-transform:uppercase;display:inline-block;}.WFFM-Blackfont P,label,legend{color:#000;}.WFFM-large-Legend legend{font-size:29px !important;}.custom-counter,ol.custom-counter{margin-left:20px;padding-right:0;list-style-type:none;text-indent:-2em;}.custom-counter li{counter-increment:step-counter;margin-bottom:20px;}.custom-counter li:last-child{margin-bottom:0;}.custom-counter li::before{content:counter(step-counter);margin-right:5px;font-size:80%;background-color:#65666a;color:#fff;font-weight:bold;padding:3px 8px;border-radius:3px;}.bgimg{background-image:url("https://www.eidebailly.com/-/media/9d8d7b30dccc42d3b175855c373d84c1.ashx");}.popup-wrapper{z-index:20;position:fixed;left:0;bottom:0;padding:10px;}.popup-card{z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:330px;font-size:14px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);margin-top:10px;}.popup-card-image{margin:0 20px 0 0;width:150px;}.popup-close{float:right;position:relative;top:-15px;left:10px;}.popup-title{font-weight:400;margin-bottom:4px;}.popup-content{margin-bottom:4px;}.popup-button{margin:5px 0 0 0;}.popup-button img{display:inline-block;margin-right:4px;}.popup-close button{padding:1px 2px;font-size:18px;border-radius:2px;border:0;background-color:#d7d7d7;line-height:1;margin:4px 0;}.popup-close button:hover{background-color:#b4b4b4;}.eide-modal-wrapper{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100000;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.eide-modal-wrapper .eide-modal-underlay{width:100%;height:100%;z-index:100001;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;cursor:pointer;}.eide-modal-wrapper .eide-modal{background:#fff;width:600px;height:80vh;max-height:740px;overflow-y:auto;margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;border-radius:4px;max-width:90%;z-index:100002;-webkit-box-shadow:0 0 25px rgba(0,0,0,.8);box-shadow:0 0 25px rgba(0,0,0,.8);}.eide-modal-body{padding:15px;overflow-y:auto;}.eide-modal-titlebar{height:20px;}.eide-modal-close button{padding:2px 2px;float:right;font-size:18px;border-radius:2px;border:0;background-color:#d7d7d7;line-height:1;margin:6px 6px;}.eide-modal-video{Width:800px !important;Max-height:500px !important;}.btn-light-blue{background-color:#829db7;color:#fff;border:1px solid #708aa4;}.btn-light-blue:hover,.btn-light-blue:focus{background-color:#99b4ce;color:#fff !important;}.img-stretch{width:100%;}.color-light-blue{color:#569fd2;}.vr_1{margin-bottom:8px;}.vr_2{margin-bottom:16px;}.vr_3{margin-bottom:24px;}.vr_4{margin-bottom:32px;}.btn-green{background-color:#095e68;color:#fff;border-color:#064047;}.btn-green:hover,.btn-green:focus{background-color:#0c7784;color:#fff;}.latest-insights{background-color:#fff;font-family:'Lato','Helvetica Nue',sans-serif;}.latest-insights-item{max-width:450px;display:block;height:100%;}.latest-insights-item-type{font-weight:bold;background:#182751;padding:5px 15px 5px 12px;color:#fff;display:inline-block;font-size:12px;margin-bottom:15px;}a.latest-insights-item:hover{box-shadow:0 2px 8px 0 rgba(30,30,30,.2);}a.latest-insights-item:hover .latest-insights-item-type{background-color:#febd11;color:#182751;}a.latest-insights-item:hover .latest-insights-item-image{background-blend-mode:normal,color;background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.4) 83%),linear-gradient(to bottom,#febd11,#febd11),var(--bgimg);}.latest-insights-item-body{padding:0 10px;position:relative;top:-15px;}.latest-insights-item-title{font-weight:bold;color:#182751;font-size:16px;}.latest-insights-item-date{font-size:12px;color:#182751;}.latest-insights-viewmore{font-size:15px;margin-bottom:24px;padding-right:15px;padding-left:15px;}.latest-insights-item-image{background-image:var(--bgimg);background-size:cover;background-repeat:no-repeat;background-position:center;max-height:160px;}.latest-insights-item-image>img{visibility:hidden;}.latest-insights-item-abstract{font-size:14px;font-weight:400;line-height:24px;color:#000;}.latest-insights-viewmore img{display:inline-block;}@media screen and (max-width:760px){.latest-insights-item-image{margin:0 auto;}}.contacts-horizontal{background-color:#182851;color:#fff;}.contacts-horizontal-heading{text-transform:uppercase;font-size:32px;text-align:center;margin:32px 0;}.contacts-horizontal-image{
/*! float: left; */
margin:0 16px;}.contacts-horizontal-name{text-transform:uppercase;font-size:24px;}.contacts-horizontal-title{color:#d1cfcf;
/*! margin: 12px 0; */
font-size:20px;}.contacts-horizontal-contact{padding-top:18px;}.contacts-horizontal-contactinfo{font-size:18px;}.contacts-horizontal-data a{color:#d1cfcf;}.contacts-horizontal-icon{height:20px;display:inline;position:relative;top:2px;margin-right:6px;}.contacts-horizontal-more{float:right;margin:0 20px 40px 40px;font-size:18px;text-transform:uppercase;font-family:'Oswald',sans-serif;}.contacts-horizontal-more img{display:inline;vertical-align:middle;position:relative;top:-3px;}.contacts-horizontal-more a{color:#fff;}@media screen and (max-width:760px){.contacts-horizontal{text-align:center;}.contacts-horizontal-image img{margin:0 auto 12px auto;}}.client-carousel-caption{font-size:36px;text-transform:uppercase;text-align:center;margin:36px 0;color:#65676a;}.client-carousel-logo img{padding:50px;}.testimonial-carousel{font-family:'Lato','Helvetical Nueue',sans-serif;position:relative;}.testimonial-carousel .testimonial-text{color:#fff;padding:50px 80px;min-height:400px;}.testimonial-carousel .testimonial-text::before{content:"“";font-size:150pt;font-family:'Oswald',sans-serif;position:absolute;top:-35px;left:13px;color:#4d4d4d;}.testimonial-carousel .testimonial-carousel-quote p{font-size:22px;color:#fff;line-height:32px;}.testimonial-carousel .testimonial-carousel-name,.testimonial-carousel .testimonial-carousel-byline{font-weight:bold;font-size:17px;}.testimonial-carousel .carousel-nav{margin-right:50px;position:absolute;bottom:-20px;right:0;z-index:1;}.testimonial-carousel .carousel-nav .owl-prev{margin-right:10px;}.testimonial-carousel .learn-more{color:#fff;font-weight:400;font-size:17px;float:right;margin-top:15px;}.testimonial-carousel .learn-more .arrow-sprite{margin-left:20px;vertical-align:middle;transition:all .1s;}.testimonial-carousel .learn-more:hover{font-weight:700;}.testimonial-carousel .learn-more:hover .arrow-sprite{transform:rotate(-45deg);}.find-a-location{background-color:#cde2f2;color:#65676a;padding:32px;text-align:center;}.find-a-location-caption{font-size:32px;text-transform:uppercase;font-weight:400;margin-right:16px;margin:0 16px;}.find-a-location-selector{position:relative;top:-4px;box-sizing:border-box;}.find-a-location-selector select{padding:3px 51px 3px 3px;margin:0;background:#fff;border:1px solid #000;outline:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%;font-size:18px;height:33px;font-weight:normal;}.find-a-location-selector select::-ms-expand{display:none;}.find-a-location-selector label{font-weight:unset;position:relative;}.find-a-location-selector label:after{font-size:22px;content:'▼';position:absolute;line-height:1.3;right:0;color:#fff;background-color:#095e68;padding:0 8px;top:0;pointer-events:none;height:33px;display:inline-block;vertical-align:middle;}@media screen and (min-width:768px){.owl-nav_side .owl-prev{
/*! width: 15px; */
position:absolute;top:40%;margin-left:-20px;border:0 solid #000;display:block !important;left:0;font-size:36px !important;background-color:transparent !important;opacity:.8;}.owl-nav_side .owl-next:hover,.owl-nav_side .owl-prev:hover{opacity:1;}.owl-nav_side .owl-next{
/*! width: 15px; */
/*! height: 100px; */
position:absolute;top:40%;right:0;display:block !important;border:0 solid #000;font-size:36px !important;background-color:transparent !important;opacity:.5;}}.btn-large{font-size:20px;padding-left:50px;padding-right:50px;}@media screen and (min-width:1366px){.container-fluid_noOuterPadding{padding-left:0;padding-right:0;}}blockquote{border-radius:3px;position:relative;font-style:italic;text-align:center;padding:1rem 1.2rem;width:80%;color:#4a4a4a;margin:1rem auto 2rem;background:#e8e8e8;}blockquote:before,blockquote:after{position:absolute;top:5px;color:#e8e8e8;font-size:100px;font-weight:700;}blockquote:before{content:"“";margin-right:.2em;right:100%;}blockquote:after{content:"”";left:100%;}.eb-modal-btn img{display:inline-block;margin-right:3px;}.modal-header{display:flex;align-items:flex-start;}.modal-header h1,.modal-header h2,.modal-header h3,.modal-header h4,.modal-header h5,.modal-header h6{color:#424242;}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;}.modal-center-vert-helper{display:table;height:100%;width:100%;pointer-events:none;}.modal-center-vert{display:table-cell;vertical-align:middle;pointer-events:none;}.modal-content{width:inherit;max-width:inherit;height:inherit;margin:0 auto;pointer-events:all;}.modal-450{width:450px !important;}.modal-800{max-width:800px !important;}.btn-dark-gray{background-color:#65666a;color:#fff;border:1px solid #111820;}.btn-dark-gray:hover,.btn-dark-gray:focus{background-color:#414245;color:#fff !important;}.justify-center{display:flex;justify-content:center;width:100%;}.people-carousel-item{padding:60px 0 25px 0;}.people-carousel-info{margin-left:15px;}.people-carousel-info,.people-carousel-info p,.people-carousel-info a{color:#fff;}.people-carousel-name{color:#febc11;text-transform:uppercase;}.people-carousel-icon{width:20px !important;display:inline !important;float:left;margin-right:5px;}.people-carousel-img{float:left;}.people-carousel-img img{border:solid #000 1px;width:150px !important;}.people-carousel-btn-container{text-align:center;padding-bottom:50px;position:relative;}.people-carousel-btn{background-color:#569fd2;color:#fff;padding:15px;}.people-carousel-btn:hover{background-color:#182851;color:#fff;}.people-carousel-lg-img .item{max-width:575px;margin-left:auto;margin-right:auto;}.people-carousel-lg-img .item .person-img{border:1px solid #182751;margin:0 auto;width:200px;}.people-carousel-lg-img .nameplate{padding:25px;position:relative;text-align:center;display:inline-block;background-color:#fff;margin-bottom:35px;left:50%;transform:translateX(-50%);}.people-carousel-lg-img .name{font-weight:700;font-size:18px;margin-bottom:0;}.people-carousel-lg-img .name:hover{text-decoration:underline !important;}.people-carousel-lg-img .person-title{font-weight:700;font-size:17px;margin-bottom:0;}.people-carousel-lg-img .phone,.people-carousel-lg-img .email{font-size:16px;margin-left:8px;font-weight:400;}.people-carousel-lg-img .carousel-nav{position:absolute;bottom:0;right:50%;transform:translate(50%,75%);text-align:center;}.people-carousel-lg-img .phone-container{margin-bottom:0;}.people-carousel-lg-img .phone-icon,.people-carousel-lg-img .email-icon{transform:scale(.85);vertical-align:text-bottom;}.view-more-contacts{margin:15px 0 20px 0;padding:0 20px;position:relative;z-index:1;}.view-more-contacts a{font-size:16px;font-weight:400;}.view-more-contacts a img{vertical-align:text-bottom;margin-left:5px;}.carousel-blue-nav .owl-next,.carousel-blue-nav .owl-prev{display:inline-block;background-color:#182751;padding:8px 5px;cursor:pointer;}.carousel-blue-nav .owl-next:hover,.carousel-blue-nav .owl-prev:hover{background-color:#febd11;}.carousel-blue-nav .owl-next.disabled,.carousel-blue-nav .owl-next.disabled:hover,.carousel-blue-nav .owl-prev.disabled,.carousel-blue-nav .owl-prev.disabled:hover{background-color:#d3d3d3;cursor:default;}.carousel-blue-nav .carousel-nav.disabled{display:none;}.contact-icon-phone,.contact-icon-email,.contact-icon-fax{background:url("/Assets/images/contact-icons.png") no-repeat;height:24px;}.contact-icon-phone{background-position:-0 -3px;}.contact-icon-phone:hover{background-position:-0 -29px;}.contact-icon-email{background-position:-0 -55px;}.contact-icon-email:hover{background-position:-0 -80px;}.contact-icon-fax{background-position:-0 -107px;}.cybersec-budget-calc select,.cybersec-budget-calc input{display:block;width:50%;margin-top:3px;background-color:#fff;border:1px solid #ccc;color:#000;}.cybersec-budget-calc .value-display>span{float:right;font-size:18px;font-weight:400;border:1px solid #ccc;padding:10px;border-radius:5px;min-width:100px;min-height:40px;}.cybersec-budget-calc .value-display p{display:inline-block;}.cybersec-budget-calc{font-size:20px;font-family:'Lato',sans-serif;background-color:#f5f5dc;padding:50px;}.overlay-center{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.drop-cap>p:first-of-type::first-letter {font-size:2.2em;font-weight:700;line-height:1em;padding-right:2px;}.lato,.lato p,.lato a,.lato li,.lato span{font-family:'Lato',sans-serif;}.font-18-sm,.font-18-sm p,.font-18-sm a,.font-18-sm li,.font-18-sm span{font-size:18px;}.page-progress-container{left:0;width:100%;z-index:9;height:3px;}.page-progress{background-color:#febd11;height:100%;width:0%;}.page-progress-container.vertical{width:4px;height:100%;background-color:#febd11;position:fixed;}.page-progress-container.vertical .page-progress{height:0%;width:100%;}.page-progress-container.vertical+*{margin-left:4px;}ul ul ul,ul ul ul>li{list-style:none;}ul ul ul>li:before{content:"";border-color:transparent #111;border-style:solid;border-width:.25em 0 .25em .35em;display:block;height:0;width:0;left:-1em;top:1em;position:relative;}.relative{position:relative;}#relatedInsightsCarousel .carousel-indicators{position:static;z-index:auto;margin-left:0;width:100%;margin-bottom:10px;}#relatedInsightsCarousel{margin-bottom:20px;}#relatedInsightsCarousel .carousel-indicators li{height:auto;width:30%;}#relatedInsightsCarousel .carousel-indicators .active{margin:1px;}#relatedInsightsCarousel .carousel-indicators .active img{border:1px solid #152a4b;}.related-preview-overlay{height:100%;width:100%;display:none;position:absolute;}#relatedInsightsCarousel .carousel-indicators .active .related-preview-overlay{display:block;}.related-insights-1{background-image:url("../images/related-insights-1.png");}.related-insights-2{background-image:url("../images/related-insights-2.png");}.related-insights-3{background-image:url("../images/related-insights-3.png");}#relatedInsightsCarousel p{margin-bottom:0;}.related-type{color:#808080;font-size:14px;font-weight:400;}.related-title{color:#000;font-size:16px;font-weight:400;display:inline-block;margin-bottom:30px;}.related-abstract{font-size:13px;}.related-carousel-label{margin-top:20px;margin-bottom:10px;}.related-insights-img{background-position:center;background-size:cover;background-repeat:no-repeat;height:100px;margin-bottom:15px;max-width:250px;}.sub-heading{margin-bottom:15px;font-size:24px;font-weight:400;}.bctt-click-to-tweet{display:block;background-color:#fff;position:relative;border:1px solid #f7931e;-moz-border-radius:4px;border-radius:4px;padding:15px 15px 15px 30px;margin-bottom:1em;}.bctt-ctt-text a{padding:15px 0;margin:15px 0;position:relative;color:#000 !important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;font-size:1.5em;line-height:140%;font-weight:100;text-decoration:none !important;text-transform:none !important;word-wrap:break-word;border-bottom:none !important;}.applicable-ind-serv{margin-top:25px;}.applicable-ind-serv .applicable-desc p{margin-bottom:5px;}.applicable-ind-serv .applicable-desc{margin-bottom:25px;}.mb-component{margin-bottom:60px;}.mt-component{margin-top:60px;}.mb-40{margin-bottom:40px;}.mt-40{margin-top:40px;}.mb-20{margin-bottom:20px;}.mt-20{margin-top:20px;}.mb-15{margin-bottom:15px;}.mt-15{margin-top:15px;}.mb-5{margin-bottom:5px;}.mt-5{margin-top:5px;}.mb-0{margin-bottom:0;}.mt-0{margin-top:0;}#contactUsAccordion .panel-title a{display:block;padding:10px;}#contactUsAccordion .panel-default>.panel-heading{padding:0;}.insight-list{list-style:none !important;padding-left:0;}.insight-list li{position:relative;padding-left:40px;margin-bottom:30px !important;list-style:none !important;}.insight-list li:before{content:'';width:30px;height:10px;position:absolute;background-image:url("https://www.eidebailly.com/Assets/Images/arrows.png");background-size:cover;background-position:center;left:0;top:8px;}table.CookieDeclarationTable{font-family:'Lato';}.insight-callout{padding:30px;margin-bottom:30px;background-color:#182851;border:#febd11;border-style:solid;}.insight-callout p{color:#fff;font-weight:400;line-height:32px;}.insight-callout .callout-icon{width:50px;margin-bottom:15px;}.insight-callout .callout-btn{background-color:#febd11;}.insight-callout .callout-btn,.insight-callout .callout-btn span,.insight-callout .callout-btn div{color:#182851;}.insight-callout .callout-btn:hover{background-color:#fff;}.insight-callout a.callout-link{text-decoration:none !important;color:#febd11;}.insight-callout a.callout-link:hover{text-decoration:underline !important;}.forms-chklist label{display:block;font-weight:300;font-size:16px;font-family:'Lato',sans-serif;}.forms-chklist label input[type=checkbox],.forms-chklist label input[type=radio]{display:inline-block;margin-right:5px;}.forms-chklist label.control-label{font-weight:700;}.form-label{font-size:16px;font-weight:300;font-family:'Lato',sans-serif;}.legend-large{font-size:29px;}.rd-credit-calc{max-width:600px;background-color:#f8f8ff;padding:50px;}.rd-credit-calc .state-credit,.rd-credit-calc .state-no-credit{font-size:14px;font-weight:700;}.rd-credit-calc #rdCalcFinalValue{font-size:22px;background-color:#ff0;padding:5px;}.rd-credit-calc .disclaimer{font-size:13px;}.eb-form input[type='text'],.eb-form textarea,.eb-form input[type='password'],.eb-form input[type='email'],.eb-form input[type='tel'],.eb-form input[type='number'],.eb-form input[type='date']{border-radius:5px;background-color:rgba(233,233,232,.9);border:none;width:100%;font-size:16px;color:#000;padding:12px 18px 12px 10px;font-weight:500;font-family:'Lato',sans-serif;}.eb-form select{font-family:'Lato',sans-serif;font-weight:500;}.eb-form input::-webkit-input-placeholder,.eb-form textarea::-webkit-input-placeholder{color:#999;font-style:italic;}.eb-form input::-moz-placeholder,.eb-form textarea::-moz-placeholder{color:#999;font-style:italic;}.eb-form input:-ms-input-placeholder,.eb-form textarea:-ms-input-placeholder{color:#999;font-style:italic;}.eb-form-control{margin-bottom:15px;margin-top:5px;}.container-extend-left>.container{float:right;}.container-extend-right{float:right;}.container-extend-right>.container{float:left;}.container-extend-left::before,.container-extend-left::after,.container-extend-right::before,.container-extend-right::after{display:table;content:" ";}.container-extend-left::after,.container-extend-right::after{clear:both;}.banner-title,.featured-area{background-size:cover;background-repeat:no-repeat;position:relative;background-position:center;}.banner-title>*,.featured-area>*{position:relative;}.banner-title .inner,.featured-area .inner,.banner-video-title .inner{padding-top:20px;min-height:400px;display:flex;flex-direction:column;justify-content:space-between;}.banner-title .overlay{background-color:rgba(0,0,0,.4);position:absolute;top:0;bottom:0;left:0;right:0;}.banner-title .overlay.dark{background-color:rgba(0,0,0,.6);}.banner-video-title{position:relative;height:400px;}.banner-video-title .overlay{background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(71,71,71,.29) 50%,rgba(0,0,0,.4) 83%);position:absolute;top:0;bottom:0;left:0;right:0;}.banner-video-title .banner-video{position:absolute;right:0;bottom:0;min-width:100%;min-height:100%;z-index:-5;}.banner-video-title>.container{position:absolute;top:0;right:0;}.banner-video-title .container,.banner-video-title .inner{height:100%;min-height:inherit;}.banner-video-title .video-play-pause{position:absolute;top:50px;right:55px;cursor:pointer;}.banner-video-title .play-icon{display:none;}.banner-video-title .banner-title-header h1{font-size:70px;margin-bottom:40px;max-width:600px;}.featured-area .overlay{background-color:rgba(0,0,0,.7);position:absolute;top:0;bottom:0;left:0;right:0;}.featured-area .inner{padding-top:75px;}.featured-area-inner{padding-bottom:75px;}.featured-area-inner h3{font-family:'Lato',sans-serif;font-size:32px;line-height:40px;margin-bottom:20px;}.featured-area-inner p{font-family:'Lato',sans-serif;font-size:16px;line-height:30px;}.featured-area-inner ul{font-family:'Lato',sans-serif;margin-left:30px;font-size:18px;}.featured-area-inner ul li{list-style:disc;margin-bottom:10px;}.featured-area,.featured-area a,.featured-area p,.featured-area span{color:#fff;}.banner-title-header h1,.banner-title-header h2{color:#fff;}.banner-title-header h1{font-size:50px;margin-bottom:20px;letter-spacing:1px;font-weight:300;}.banner-title-header h2{font-family:'Lato',sans-serif;letter-spacing:0;font-size:24px;}.banner-btn-wrapper{margin:15px 50px -22px 0;}.banner-btn,.blue-swirl-btn,.gold-swirl-btn,.arrow-btn,.arrow-btn-gold,input[type='submit'].blue-swirl-btn,input[type='submit'].gold-swirl-btn,input[type='submit'].arrow-btn,input[type='submit'].arrow-btn-gold{min-width:100px;padding:15px;font-weight:400;cursor:pointer;transition:all .2s ease-in;border-radius:0;}.blue-swirl-bg,.blue-swirl-btn{background-image:url(../images/blue-swirl-background-large.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff;}.gold-swirl-bg,.gold-swirl-btn{background-image:url(../images/gold-swirl-background-small.jpg);background-size:cover;background-repeat:no-repeat;color:#182751;}.arrow-btn{color:#fff;background-color:#182751;background-position:right;}.arrow-btn:focus{color:#fff;}.arrow-btn:hover,.arrow-btn-gold,input[type='submit'].arrow-btn-gold{color:#182751;background-color:#febd11;background-image:url(../images/gold-button-arrows.png);background-size:cover;background-repeat:no-repeat;background-position:center;}.blue-swirl-btn:hover{background-image:url(../images/gold-swirl-background-small.jpg);color:#182751;}.blue-text,.blue-text a,.blue-text p,.blue-text span{color:#182751;}.white-text,.white-text a,.white-text p,.white-text span,.white-text li{color:#fff;}.text-card-container{display:grid;grid-auto-rows:1fr;grid-column-gap:25px;grid-row-gap:25px;grid-template-columns:repeat(2,1fr);}.text-card{box-shadow:0 2px 8px 0 rgba(30,30,30,.2);padding:15px;transition:all .2s ease-in;}.text-card:hover,.text-card.selected{background-color:#febd11;box-shadow:none;}.required-label{color:#f00;margin-left:-10px;margin-right:4px;}.chat-form-inner{padding:40px 45px;margin-bottom:25px;}.chat-form-inner input[type='submit']{float:right;position:relative;top:calc(40px + 22px);text-transform:none;font-weight:bold;font-size:15px;}.chat-form-header{text-align:center;font-weight:400;font-size:28px;}.chat-form-subheader{color:inherit;font-size:15px;text-align:center;}.blue-bg-form input:not([type='submit']),.blue-bg-form textarea{outline:0;border-radius:0;border-bottom:1px solid #bdbbba;background-color:transparent;color:#fff;}.blue-bg-form input:not([type='submit'])::-webkit-input-placeholder,.blue-bg-form textarea::-webkit-input-placeholder{color:#bdbbba;}.blue-bg-form input:not([type='submit'])::-moz-placeholder,.blue-bg-form textarea::-moz-placeholder{color:#bdbbba;}.blue-bg-form input:not([type='submit']):-ms-input-placeholder,.blue-bg-form textarea:-ms-input-placeholder{color:#bdbbba;}.blue-bg-form label{color:#fff;font-weight:400;}.blue-bg-form .gold-swirl-btn{color:#182751;border-radius:0;}.blue-bg-form .gold-swirl-btn:hover{color:#fff;}.arrow-sprite{background-image:url(../images/arrow-sprite.png);background-repeat:no-repeat;display:block;}.arrow-sprite.left-blue,.hover-blue:hover .arrow-sprite.left-white,.carousel-blue-nav .owl-prev:hover .carousel-nav-prev{width:25px;height:22px;background-position:-5px -5px;}.arrow-sprite.left-white,.carousel-nav-prev,.carousel-blue-nav .owl-prev.disabled:hover .carousel-nav-prev{width:25px;height:22px;background-position:-5px -37px;}.arrow-sprite.right-blue,.hover-blue:hover .arrow-sprite.right-white,.carousel-blue-nav .owl-next:hover .carousel-nav-next{width:25px;height:22px;background-position:-40px -5px;}.arrow-sprite.right-white,.carousel-nav-next,.carousel-blue-nav .owl-next.disabled:hover .carousel-nav-next{width:25px;height:22px;background-position:-40px -37px;}.contact-sprite{background-image:url(../images/contact-sprite.png);background-repeat:no-repeat;display:inline-block;}.contact-sprite.email-icon{width:21px;height:18px;background-position:-5px -5px;}.contact-sprite.phone-icon{width:20px;height:22px;background-position:-36px -5px;}.component-header{color:#182751;text-transform:uppercase;margin-top:60px;margin-bottom:10px;font-size:24px;letter-spacing:1px;font-weight:500;text-align:center;font-family:'Oswald',sans-serif;}.eide-like-text,.eide-like-pretext{font-size:24pt;}.eide-like-pretext{vertical-align:top;}.eide-like-text{text-decoration:underline !important;font-style:italic;padding:0 7px;display:inline;-ms-transform:skewX(-5deg);transform:skewX(-5deg);}.eide-like-topic{display:inline-block;margin-bottom:20px;}.eide-like-solution{font-size:16pt;letter-spacing:.5px;}.eide-like-nav{position:absolute;top:0;right:-30px;transform:rotate(90deg) translateX(30%);}.eide-like-nav .carousel-control-next{margin-top:5px;}.eide-like-nav .carousel-control-next,.eide-like-nav .carousel-control-prev{display:inline-block;background-color:#182751;padding:8px 5px;cursor:pointer;padding:5px 2px;}.eide-like-nav .carousel-control-next:hover,.eide-like-nav .carousel-control-prev:hover{background-color:#febd11;}.eide-like-nav .arrow-sprite{transform:scale(.72);}.suggestions-btn{display:inline-block;min-width:90%;}#spotlightLoad,#spotlightSuggestions{display:none;}.eide-like-carousel .carousel-inner{padding-right:30px;}.eide-like-carousel .item{transform:none;}.eide-like-carousel .item.left{animation-name:slideInDown;animation-duration:.65s;}.eide-like-carousel .item.left.active{transform:translate(0,0);animation-name:slideOutDown;}.eide-like-carousel .item.right{animation-name:slideInUp;animation-duration:.65s;}.eide-like-carousel .item.right.active{transform:translate(0,0);animation-name:slideOutUp;}.carrot-sprite{background-image:url(../images/carrot-sprite.png);background-repeat:no-repeat;display:block;}.carrot-sprite.down-blue{width:11px;height:6px;background-position:-3px -3px;}.carrot-sprite.down-white{width:8px;height:5px;background-position:-20px -3px;}.carrot-sprite.down-yellow,.carrot-sprite.down-blue:hover{width:11px;height:6px;background-position:-20px -14px;}.carrot-sprite.up-blue{width:11px;height:6px;background-position:-37px -3px;}.carrot-sprite.up-white{width:8px;height:5px;background-position:-3px -15px;}.carrot-sprite.up-yellow,.carrot-sprite.up-blue:hover{width:11px;height:6px;background-position:-37px -15px;}.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;}.inline-block{display:inline-block;}.abstract-header{font-weight:400;line-height:40px;font-size:24pt;}.body-font{font-size:18px;line-height:30px;font-weight:400;}.child-card-header{font-size:18px;font-weight:400;letter-spacing:1px;text-transform:uppercase;}.content-card-carousel .card-img{position:relative;background-image:var(--bgimg);background-size:cover;background-repeat:no-repeat;background-position:center;display:block;min-height:400px;}.content-card-carousel .card-img:hover{background-blend-mode:normal,color;background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.4) 83%),linear-gradient(to bottom,#febd11,#febd11),var(--bgimg);}.content-card-carousel .card-img:hover .text{font-weight:700;}.content-card-carousel .card-img:hover .inner .arrow-sprite{transform:rotate(-45deg);}.content-card-carousel .card-img::before{background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.4) 83%);content:" ";position:absolute;height:100%;width:100%;}.content-card-carousel .item{border-right:1px solid #fff;}.content-card-carousel .inner{min-height:inherit;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:0 30px 35px 30px;}.content-card-carousel .inner .text{color:#fff;font-size:18px;font-weight:400;margin-right:20px;vertical-align:top;line-height:26px;}.content-card-carousel .inner .arrow-sprite{vertical-align:middle;transition:all .1s;}.content-card-carousel .carousel-nav{float:right;margin-right:50px;position:relative;top:-20px;z-index:1;}.content-card-carousel .carousel-nav .owl-prev{margin-right:10px;}.margin-center{margin-left:auto;margin-right:auto;}.accordion-light .panel{background-color:transparent;border-radius:0;border-bottom:1px solid #bdbbba;}.accordion-light .panel-heading{padding-bottom:15px;}.accordion-light .indicator{float:right;margin-top:7px;transition:all .15s ease-in;transform:none;}.accordion-light .collapsed .indicator{transform:rotate(180deg);}.read-more-btn{cursor:pointer;}.read-more-content{display:none;}.default-list{margin-left:40px;margin-bottom:20px;}.default-list li{margin-bottom:5px;}ul.default-list li{list-style:disc;}.no-bg{background:transparent;}.flex{display:flex;}.flex.wrap{flex-flow:wrap;}.flex.flex-col{flex-direction:column;}.flex.spaced{justify-content:space-between;}.flex.end{align-items:flex-end;}.hover-img img:nth-of-type(2){display:none;}.hover-img:hover img:nth-of-type(1){display:none;}.hover-img:hover img:nth-of-type(2){display:block;}
@media only screen and (min-width:1367px){.homepage-banner,.count-wrapper,.carausel-box,.hero-bannner-career,.colored-box,.solution-detail-page,.contact-all-wrapper,.insight-page,.service-solution-page,.insight-listings-page,.two-col.location-news-wrapper,.two-col-layout,.get-help-wrapper,.eide-banner,.latest-insights,.client-carousel,.find-a-location,.container-three,.location-info-wrapper{margin:0 auto;width:1366px;}.insight-page .insight-listings-page .col-sm-4{padding-left:15px;padding-right:15px;}.insight-page .sort-by-wrapper .container{width:1215px;}.eide-banner{margin-bottom:40px;}}@media only screen and (max-width:1091px){#manage-links{right:10px;}.right-float{position:absolute;padding:0;z-index:1002;display:none;top:98px;left:0;right:0;border-top:5px solid #febd11;background-color:#fff;}.nav-search-wrapper .float-right{float:none;}.mobile-nav-container{overflow-y:auto;height:100%;display:flex;flex-direction:column;}#nav-wrapper{margin:0 20px 15px 20px;width:80%;float:none;position:relative;}#nav-wrapper>.first-level>li>a{display:block;}#nav-wrapper .has-subnav::after{content:"▶";float:right;}#nav-wrapper ul li{float:none;margin-left:0;padding:15px 0;border-bottom:1px solid #bdbbba;margin-right:0;}#manage-links{bottom:0;position:relative;z-index:3;float:none;margin-left:1em;}#manage-links ul li{float:none;margin-left:0;margin-bottom:20px;margin-right:0;}#manage-links ul li a{background-position:0 0;height:33px;line-height:33px;padding-left:45px;}.eide-select .txt-eide-only{width:85%;}.mobile-nav{display:block;}.uppernav{display:none;}#header-wrapper .row-eq-height:first-child{-webkit-align-items: center;align-items:center;}#nav-wrapper .sub-menu{background-image:none;min-height:inherit;margin-top:5px;top:0;}#nav-wrapper .sub-menu.current{position:absolute;left:0;right:0;bottom:0;}#nav-wrapper .sub-menu .container{padding-left:0;padding-right:0;width:100%;}.back-head{display:block;}.sub-menu .close-menu{display:none;}.sub-menu li a{padding-right:0;padding-left:0;}#footer-wrapper{padding-top:20px;}#footer-wrapper .right.mobile-view{margin-bottom:10px;float:left;}.privacy-link ul li a,.copyright p{font-size:13px;}.privacy-link{margin-bottom:0;}.contact-wrapper{display:none;}.contact-wrapper.mobile-only{position:relative;right:0 !important;width:100%;top:50px;display:block;float:left;}.right-float .contact-wrapper.mobile-only{margin-bottom:0;}.contact-wrapper.mobile-only .contact-tab{width:100%;}.contact-wrapper.mobile-only .contact-tab ul li a{height:auto;padding:15px 10px;border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-moz-border-radius:0;-o-border-radius:0;}.contact-wrapper.mobile-only .contact-tab ul li{margin-bottom:0;}.contact-wrapper.mobile-only .contact-tab ul li a span{transform:none;-webkit-transform:none;-ms-transform:none;left:15px;width:100%;top:0;position:relative;}.contact-wrapper.mobile-only .contact-tab-content,.contact-wrapper.mobile-only .subscribe-tab-content{width:100%;border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-o-border-radius:0;}.contact-wrapper.mobile-only .subscribe-tab-content .inner-content{padding:20px;margin-right:0;}.back-head.remove-margin{margin-bottom:0;}.contact-wrapper.mobile-only.fixed{top:0;margin-bottom:0;}.right-float.blue-background{background:#05345c;}.contact-wrapper.mobile-only .contact-tab-content .social-link ul li{margin-right:8px;width:20px;height:20px;overflow:hidden;}.contact-wrapper.mobile-only .contact-tab-content .social-link ul li:last-child{margin-right:0;}.contact-tab-content ul li a{padding:10px 0;}.contact-wrapper.mobile-only .contact-tab-content li img{width:80%;}.contact-wrapper.mobile-only .contact-tab-content .social-link ul li img{width:100%;}.hide{display:none;}.contact-wrapper.mobile-only .contact-tab .btn-contact{background:url(../images/icon-contact-sm.png) no-repeat 100% 14px #f3b506;}.contact-wrapper.mobile-only .contact-tab .btn-subscribe{background:url(../images/icon-subscribe-sm.png) no-repeat 100% 14px #719bb7;}.contact-tab-content ul{margin:0 15px;}.subscribe-tab-content .inner-content p,.subscribe-tab-content .inner-content h3{text-align:center;}.subscription input[type='text']{background:#fff;color:#000;font-size:16px;}.frm-global-search{border-top:5px solid #febd11;}.frm-global-search h2{display:none;}.frm-global-search-inner{padding:0 11px;}.frm-global-search-inner input[type="text"]{font-size:20px;padding:6px 5px 6px 0;font-weight:400;}.sub-m{background:url(../images/icon-arrow-menu.png) no-repeat right 5px;padding-right:15px;}.second-level .sub-m{background-position:right 8px;}.eide-search{width:98%;margin:0 2%;}.submenu-pattern-arrow{display:none;}.service-solution-page .insight-section h2{font-size:32px;line-height:34px;}.service-solution-page .insight-section h3{font-size:24px;line-height:26px;margin-bottom:5px;}.solution-page-listing .solution-listing-col-wrapper{padding:0 15px;}.career-banner-cont{margin-right:100px;}.hiring-banner .career-banner-cont{margin-right:100px;}.better-planning-outer{width:80%;}.better-planning-inner p{font-size:20px;}.logo-mobile-wrapper,.logo-wrapper ul li:first-child{height:auto;}.logo-wrapper ul li.hundYearLogo{height:auto;}.solution-detail-page .key-contacts .bio-thumbnails .inner{width:136px;}.save-money-page .career-banner-cont{margin-right:100px;}.nav-search-wrapper span.txt-tag-line{display:none;}.frm-global-search .close-menu{display:none;}.insight-page .insight-listings-page .insight-item-cont{left:29px;}.tag-line{display:block;}}@media only screen and (max-width:1024px){.custome-key-contact .key-contacts .padding-all{margin:30px;}.custome-key-contact .key-contact-block .bio-thumbnails .inner{width:175px;}.custome-key-contact .bio-dets{float:left;}.eide-banner .col-sm-7{width:100%;}.eide-banner,.eide-banner-cont{padding:50px 0 0 0;margin-bottom:0;}}@media only screen and (max-width:991px){.count-wrapper .col-sm-3{margin-bottom:20px;}.bio-categorize-det .bio-categorize-menu ul li{padding:0 13px;}.social-link ul li{margin-right:16px;}.insight-listings-page .col-sm-3{width:33.33%;}.solution-detail-page .bio-thumbnails{float:none;}.filterlistwrap:nth-child(4n+1){clear:left;}.loc-body-content .loc-about-us-community{margin-top:30px;}.insight-page-head .author-details p,.insight-page-head .author-details span{font-size:12px;}.event-details{text-align:center;}.featured-area{background-position:right;}#footer-wrapper .panel-group{margin-bottom:0;}}@media only screen and (max-width:768px){.homepage-banner .container{min-height:380px;}.column-div .col-box-4{margin-bottom:20px;width:50%;}.column-div .col-box-3{float:none;width:auto;}.item-inner,.video-wrapper{min-height:240px;}.item-inner .item-cont p,.video-wrapper .video-inner a{font-size:28px;line-height:30px;}.bio-categorize-det .bio-categorize-menu ul li{padding:0 10px;}.item-inner .item-cont{width:95%;}.privacy-link ul li{margin-right:0;}.solution-content-mobile-visible{margin-top:10px;margin-bottom:20px;}.service-solution-page .carausel-box{float:left;width:100%;}.solution-page-listing{margin-bottom:0;}.service-solution-page .insight-section h3{font-size:20px;line-height:20px;}.service-solution-page .insight-section h2{font-size:28px;line-height:28px;}.service-solution-page .insight-section .right{padding:15px;}.service-solution-page .icon-video{margin-bottom:0;}.insight-inner{min-height:200px;margin-bottom:0;}.insight-listings-page .col-sm-3{width:50%;}.get-help-wrapper{padding-top:20px;}.frm-get-help{margin-right:0;}.frm-get-help .frm-block .col-sm-6{margin-bottom:15px;}.frm-get-help .frm-block .col-sm-6:last-child{margin-bottom:0;}.get-help-menu{margin-right:20px;}.help-comment{margin-right:40px;}.about-people-listing .bio-detail .detail-inner-container{padding-left:30px;padding-right:30px;width:100%;}.service-bio-filter.about-people-listing .row>.col-sm-3,.service-bio-filter.about-people-listing .row>.col-sm-2{width:23%;}.location-news-block .padding-40{padding:30px;}.location-news-block p{padding-right:40px;}.future-better-planning,.two-col-layout .locations-det-wpapper{min-height:450px;}}@media only screen and (max-width:767px){.logo-wrapper,.logo-wrapper img{width:108px;}.right-float{top:94px;}:target::before{content:"";display:block;height:94px;margin-top:-94px;}.homepage-banner .container{min-height:237px;}.column-div .col-box-4{float:none;text-align:center;width:auto;}.count-wrapper{padding:0;}.column-div .col-box-3{float:none;width:auto;}.item-inner,.video-wrapper{min-height:255px;background-position:center center;}.logo-wrapper ul li{width:auto;}.logo-wrapper ul li.seperator,.logo-wrapper ul li.hundYearLogo{display:none;}.desktop-view{display:none;}.mobile-view{display:block;}#footer-wrapper .left,#footer-wrapper .right,#footer-wrapper .right.mobile-view{float:none;}#footer-wrapper .right ul{display:inline-block;}.social-link{text-align:center;}.privacy-link,.copyright{text-align:center;}.privacy-link ul{display:inline-block;}.eide-select .txt-eide-only{font-size:28px;width:83%;}.eide-select .expand-icon{margin-top:3px;}.eide-select-list ul li a{font-size:20px;line-height:30px;padding:7px 0;}.eideLikeGo{font-size:28px;padding:8px 12px;display:table-cell;float:none;vertical-align:middle;}.eide-select{display:table;width:100%;}.count-wrapper .col-sm-3{text-align:center;border-bottom:1px solid #ccc;padding:6px 0;margin-bottom:0;}.count-wrapper .col-sm-3:last-child{border:none;}.item-inner .item-cont p,.video-wrapper .video-inner a{color:#fff;font-size:26px;line-height:28px;margin-right:40px;}.eide-like-search .inputLikeSearch{width:90%;}.item-inner .item-cont p a,.video-wrapper .video-inner p a{font-size:26px;line-height:28px;}.count-wrapper p{font-size:18px;margin-right:0;padding-right:5px;box-sizing:border-box;}.award-slider span{font-size:22px;}.privacy-link ul li a{font-size:14px;}.copyright p{font-size:13px;}.bio-det h2 a{font-size:16px;}.service-bio-listing .bio-det p{font-size:15px;}.byCatSearch{text-align:center;margin-left:0;}.byCatSearch ul{float:none;display:inline-block;}.bio-det-wrapper{border-bottom:1px solid #ccc;margin-bottom:25px;}.bio-det-wrapper .left{float:left;width:55%;padding-top:30px;padding-bottom:15px;}.bio-det-wrapper .right{float:right;width:40%;}.page-margin{padding-top:20px;}.bio-details-page .col-sm-7{padding-top:0;}.contact-info{border:none;margin-bottom:0;}.contact-info ul li:first-child{float:none;}.bio-info{margin-bottom:20px;}.bio-info h1{font-size:24px;}.bio-info h1 span.name{float:left;margin-bottom:5px;padding-right:5px;width:100%;}.bio-info h1 span.designation{float:left;font-size:16px;}.bio-info h2{font-size:18px;font-weight:300;}.note p{font-size:16px;}.note p span{font-size:16px;}.bio-categorize-det{margin-bottom:30px;}.bio-categorize-cont{border-top:1px solid #000;}.bio-categorize-cont h4{background:url(../images/icon-plus-green.png) no-repeat 98% 0;color:#747474;font-family:"Oswald",sans-serif;font-weight:400;font-size:17px;line-height:36px;cursor:pointer;}.bio-categorize-cont h4.selected{background:url(../images/icon-minus-green.png) no-repeat 98% 0;color:#0d6a7f;}.bio-categorize-cont .tab-block{border-bottom:1px solid #000;padding:5px 0;}.bio-categorize-det .bio-categorize-cont .content-box{margin-top:20px;}.service-bio-filter .col-sm-3,.service-bio-filter .col-sm-4,.service-bio-filter .col-sm-1,.service-bio-filter .row>.col-sm-2{margin-bottom:10px;}.heading-type-one h1{font-size:24px;}.heading-type-one ul li{padding:0 17px;}.heading-type-one ul li a{font-size:16px;}.heading-type-one{margin-bottom:35px;}.service-bio-filter input[type='submit']{float:right;margin-right:5px;}.service-bio-listing .col-sm-3{margin-bottom:30px;}.bio-thumbnail{margin-bottom:0;}.service-bio-listing .contact-info ul li:first-child{float:left;}.heading-type-one p{font-size:16px;margin-bottom:10px;}.service-bio-filter .dropDownList{position:relative;margin-top:20px;margin-bottom:20px;top:auto;}.dropDownList ul{margin-bottom:20px;}.service-bio-filter .dropDownList,.service-bio-filter.search-result-filter .dropDownList{max-height:200px;overflow:auto;}.service-bio-filter .dropDownHead{margin:0;}.dropDownList .colWrapper{width:100%;}.service-bio-filter .mCSB_scrollTools .mCSB_draggerRail,.service-bio-filter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;}.service-solution-page .item-inner .item-cont p a,.service-solution-page .video-wrapper .video-inner p a,.service-solution-page .video-wrapper .video-inner a{font-size:26px;line-height:28px;}.solution-page-listing{margin-top:40px;}.solution-page-listing .col-sm-4{border:none;}.solution-listing-col{border-bottom:1px solid #bcbec0;}.solution-page-listing .col-sm-4:last-child .solution-listing-col:last-child{border:none;}.service-solution-page .insight-section h2{font-size:20px;line-height:22px;}.service-solution-page .insight-section h3{font-size:15px;line-height:17px;}.inner-content{margin-right:60px;}.service-solution-page .insight-section p,.service-solution-page .insight-section ul{margin-bottom:20px;}.service-solution-page .insight-section p,.service-solution-page .insight-section ul li{font-size:16px;line-height:18px;margin-bottom:10px;}.solution-page-listing .solution-listing-col-wrapper h3{font-size:20px;margin-bottom:5px;}.solution-page-listing .solution-listing-col-wrapper .solution-listing-col{margin-bottom:20px;}.privacy-policy .privacy-policy-content .right,.insights-right-col{min-height:auto;border:none;padding-left:0;}.career-banner-cont{margin-bottom:30px;}.hero-bannner-career,.loc-background-img,.insight-banner{min-height:inherit;padding:20px 0 20px 0;}.career-links ul li:last-child{margin-bottom:0;}.career-links ul li a{font-size:20px;}.career-banner-cont{margin-right:0;}.new-at-eb-slider{margin:0 13px;}.new-at-eb-slider .owl-next{right:-25px;}.new-at-eb-slider .owl-prev{left:-25px;}.new-at-eb-slider h2{font-size:22px;}.new-at-eb-slider h3 a{font-size:18px;}.new-at-eb-slider .item-cont p{font-size:14px;}.hiring-banner .career-banner-cont{margin-right:0;}.career-hire-links ul li .see-more a{font-size:16px;color:#000;}.box-inner .padding-all h3{font-size:22px;margin-bottom:10px;}.box-inner .padding-all{margin:20px 30px;}.career-banner-cont.mobile-only{min-height:100px;display:table;width:100%;padding:0;background-size:cover;margin-bottom:30px;}.career-banner-cont.mobile-only h3{float:none;font-size:22px;vertical-align:middle;padding:20px;margin-bottom:0;}.service-solution.hiring-banner .career-banner-cont{margin-right:0;}.right-section .col-sm-6{padding-left:0;padding-right:0;}.career-banner-cont.mobile-only{display:block;}.service-solution .career-banner-cont.mobile-only,.hero-bannner-career.mobile-only{position:relative;
/*! z-index: 10; */
}.hero-bannner-career .mobile-only .hover-pattern-new{z-index:-1;height:100%;display:block;}.career-banner-cont.mobile-only h3{color:#fff;}.service-solution .desktop-only,.hero-bannner-career .hover-pattern-new,.about-location .career-banner-cont h2,.eide-banner .desktop-only{display:none;}.hero-bannner-career .career-banner-cont.mobile-only .location-details{display:block;padding:20px 15px;}.about-locations-wpapper p,.location-contact-block .bio-dets p,.location-contact-block .bio-dets p a{color:#424242;}.hero-bannner-career .career-banner-cont.mobile-only .location-details .people-det h2{display:block;}.hero-bannner-career .career-banner-cont.mobile-only .location-details .people-det p{color:#fff;font-weight:300;}.about-location .location-details{display:none;}.location-contact-block .bio-thumbnails{border:1px solid #ccc;}.two-col-layout .locations-det-wpapper{background-image:none !important;padding:15px;}.hero-bannner-career.mobile-only,.hero-bannner-career.mobile-only .hover-pattern-new{display:block;}.hero-bannner-career.mobile-only h2{color:#fff;font-size:24px;}.hero-bannner-career.desktop-only{background:#fff !important;}.hero-bannner-career .career-banner-cont p,.locations-wpapper h3,.locations-wpapper ul li a,.locations-wpapper p{color:#747474;}.hero-bannner-career.service-solution{background:#fff !important;padding-top:10px;padding-bottom:20px;}.service-solution .career-banner-cont p{color:#747474;}.service-solution .career-hire-links ul li a{color:#747474;font-size:16px;}.service-solution .career-hire-links ul li>a{font-weight:700;}.service-solution .career-hire-links ul li .see-more a{color:#3c679b;font-size:18px;}.career-hire-links ul li .see-more{margin-top:2px;}.career-hire-links ul li{margin-bottom:30px;}.right-section h3{color:#000;font-weight:400;}.key-contacts{min-height:auto;}.key-contacts .bio-thumbnails .inner{height:auto;width:110px;}.key-contacts .bio-dets p{font-size:15px;margin-bottom:5px;line-height:15px;}.key-contacts h3{margin-bottom:5px;}.key-contacts h2{font-size:20px;margin-bottom:20px;}.key-contacts .bio-dets p a.email{background:url(../images/icon-email-lg.png) no-repeat 0 0;width:31px;height:20px;display:inline-block;text-indent:-1000px;overflow:hidden;margin-top:0;}.key-contacts .padding-all{margin:15px 30px;}.right-section .col-sm-12{padding-left:0;padding-right:0;}.right-section .col-sm-12 h3{font-family:'Lato',sans-serif;font-size:16px;font-weight:700;padding-bottom:0;margin-top:30px;margin-bottom:15px;}.service-solution h3{display:block;}.solution-detail-page{padding-top:40px;}.solution-detail-page .right-detail-content h3.heading{text-align:center;}.solution-detail-page .key-contacts{min-height:auto;}.solution-detail-page .key-contact-block{width:50%;}.inspired-saving-footer .inspired-footer-inner p,.inspired-saving-footer .inspired-footer-inner p span{font-size:17px;}.privacy-policy .insight-page-head h1{margin-right:20px;font-size:22px;}.privacy-policy .insight-page-head h2{margin-right:20px;font-size:20px;}.privacy-policy .privacy-policy-content p,.font-18-sm,.font-18-sm p,.font-18-sm a,.font-18-sm li,.font-18-sm span{font-size:16px;}img.img-cont{width:150px;}.insight-page .insight-listings-page{margin:0;}.insight-page .sort-by-wrapper .left-section{margin-bottom:0;}.insight-page .insight-listings-page .col-sm-4{padding-left:15px;padding-right:15px;}.privacy-policy-content .left{margin-bottom:30px;}.save-money-page .career-banner-cont{margin-right:50px;}.related-services .col-sm-6 li{border-bottom:1px solid #d4d4d6;}.related-services .col-sm-6:last-child li:last-child{border-bottom:0;}.related-services ul{padding-right:0;}.related-service .sort-by-wrapper .left-section.pull-left,.related-service .sort-by-wrapper .sort-by-container.pull-right{width:auto;margin-bottom:0;}.related-service .sort-by-wrapper{margin:0;}.service-solution-page .insight-section .enent-page h2{font-size:19px;}.service-solution-page .insight-section .enent-page h3{font-size:22px;line-height:23px;margin-right:0;}.inner-content{margin-right:5px;margin-top:8px;}.about-people-listing .bio-detail .detail-inner .text{display:none;}.about-people-listing .bio-detail{top:auto;bottom:0;height:auto;opacity:1;padding-top:0;padding-bottom:0;}.about-people-listing .bio-detail .detail-inner-container{height:auto;padding-top:10px;}.about-people-listing{margin-top:30px;}.padding-40{padding:32px;}.solution-detail-page .left-detail-listing{border:none;margin-bottom:20px;margin:5px 0 20px 40px;display:none;}.right-detail-content .content-wrapper{margin-right:0;}.new-video-wrapper h3{font-size:22px;}.about-locations-wpapper p{margin-right:0;}.map-container{margin-bottom:30px;}.location-contact-block .bio-thumbnails{margin-bottom:10px;}.videoFrame{height:260px;}.right-block{border:none;padding-left:0;}.insight-pages .bio-dets{float:left;}.insight-pages .key-contacts .bio-dets p{font-weight:300;}.insight-pages .key-contacts .bio-thumbnails{margin-bottom:10px;}.service-bio-filter.about-people-filter .col-sm-3,.service-bio-filter.about-people-filter .col-sm-2{width:100%;}.service-bio-filter.about-people-filter .col-sm-1{width:100%;}.locations-det-wpapper .hover-pattern-new{display:none;}.location-contact-block .bio-dets{width:100%;}.two-col-layout .better-planning-inner p{font-size:19px;line-height:21px;}.filter-mobile{display:block;}.search-result-filter{position:absolute;z-index:99;box-shadow:0 1px 8px #000;-webkit-box-shadow:0 1px 8px #000;-moz-box-shadow:0 1px 8px #000;-o-box-shadow:0 1px 8px #000;background:#fff;left:0;top:27px;border-top:1px solid;padding-top:20px;display:none;}.mobile-filter-text{display:block;}.insight-page-filter.service-bio-filter .row>.col-sm-3,.insight-page-filter.service-bio-filter .row>.col-sm-2,.service-bio-filter.events-page-filter .row>.col-sm-3,.service-bio-filter.events-page-filter .row>.col-sm-2{width:100%;}.insight-page-filter.service-bio-filter .row>.col-sm-1,.service-bio-filter.events-page-filter .row>.col-sm-1{width:100%;}.eide-banner{background:#fff !important;margin:0;padding:0;}.eide-banner-cont.mobile-only{display:block;background-position:0 0;margin:0;padding:0;min-height:200px;}.eide-banner h1{color:#343333;font-size:67px;}.eide-banner h1 span{color:#868b84;}.eide-banner h2{color:#343333;font-size:17px;margin-bottom:25px;}.eide-banner h3{color:#b78d2c;}.eide-banner p{color:#424242;font-size:16px;}.eide-banner .col-sm-7{padding:20px 27px 0 26px;}.service-solution .career-banner-cont.mobile-only,.hero-bannner-career.mobile-only{position:relative;
/*! z-index: 10; */
}.hero-bannner-career{background:#fff !important;padding-top:0;padding-bottom:20px;}.career-banner-cont h3{display:none;}.career-banner-cont.mobile-only{position:relative;
/*! z-index: 10; */
}.career-banner-cont.mobile-only h3{display:block;}.career-links{margin:20px 0;}.career-links ul li .see-more a{color:#000;}.colWrapper.locationResetAll ul:last-child{margin-bottom:0;}.filter-mobile{margin-bottom:5px;}.filterlistwrap:nth-child(4n+1),.filterlistwrap:nth-child(3n+1){clear:none;}.filterlistwrap:nth-child(2n+1){clear:left;}.service-bio-filter.about-people-listing .row>.col-sm-3,.service-bio-filter.about-people-listing .row>.col-sm-2{width:100%;}.service-bio-filter.about-people-listing .row>.col-sm-1{width:100%;float:right;}.service-bio-filter.about-people-listing .dropDownList{top:0;}.mob-listing{background:url(../images/icon-plus-green.png) no-repeat 0 0;cursor:pointer;padding-left:40px;margin-bottom:20px;}.mob-listing.selected{background-image:url(../images/icon-minus-green.png);}.mob-listing span{color:#829db7;font-size:20px;font-weight:400;line-height:33px;margin-bottom:25px;text-transform:uppercase;}.dropDownList .close-menu{display:block;}.service-solution-page .insight-section h2{margin-right:0;}.right-detail-content .key-contacts .row{margin:0;}.right-detail-content .key-contacts h3 a,.right-detail-content .key-contacts .bio-dets p,.right-detail-content .key-contacts .bio-dets p a{color:#05345c;}.right-detail-content .key-contacts h3 a:hover,.right-detail-content .key-contacts .bio-dets p a:hover{color:#0d6a71;}.get-help-menu{border:none;margin-bottom:20px;text-align:center;margin-right:0;}.frm-get-help input[type='submit']{font-size:16px;}.help-comment{margin:0 20% 40px;text-align:center;font-size:18px;}.addthis_inline_share_toolbox{right:-14px;}.addthis_inline_share_toolbox .at-resp-share-element.at-mobile .at-share-btn{margin-right:0;}.service-bio-listing-page.search-result-page{min-height:550px;}.dropDownList .colWrapper ul{margin-bottom:0;}.related-services .col-sm-6:nth-last-child(2) .serviceListing{border-bottom:1px solid #bcbec0;padding-bottom:15px;}.insight-print{margin-right:0;}.video-area{width:100%;height:auto;margin-bottom:30px;}#relatedSolutionSection .sort-by-wrapper,#relatedSolutionSection .sort-by-wrapper .left-section{margin-bottom:0;}.loc-community-txt,.loc-body-content{margin-bottom:40px;padding-left:20px;padding-right:20px;}.banner-video-title>.container,.banner-title>.container{width:100%;}.container-extend-left>.container{width:100%;}.latest-insights .row.row-eq-height{justify-content:center;}.latest-insights-item{margin-bottom:40px;}.container-extend-right.carousel-fix{float:none;}.container-extend-right.carousel-fix .container{width:100%;}}@media only screen and (max-width:640px){.eide-select .txt-eide-only{font-size:28px;width:100%;vertical-align:middle;padding-left:10px;padding-right:10px;float:none;}.eide-like-search .inputLikeSearch{font-size:28px;}.eideLikeGo{padding:8px 4px;}.eide-select .expand-icon{display:table-cell;background-position:left center;margin-bottom:0;float:none;margin:0;}.search-result-page .eide-like-search{width:100%;}.search-result-page .eide-like-search .inputLikeSearch{font-size:16px;width:84%;float:left;}.search-result-page .eide-like-search .btn-like-search-big{background-size:65%;margin-top:6px;height:27px;}.featured-result{margin-top:20px;}.ui-widget-content.ui-autocomplete{width:89% !important;}}@media only screen and (max-width:480px){.eide-select .txt-eide-only{font-size:18px;}.eide-select .expand-icon{margin-top:0;height:26px;background-size:100%;}.eide-like-search .inputLikeSearch{width:85%;font-size:18px;}.eide-like-search .btn-like-search-big{margin-top:6px;background-size:82%;height:33px;}.eideLikeGo{padding:0 4px;}.eideLikeGo{font-size:18px;}.service-solution-page .insight-section h3{font-size:18px;line-height:20px;}.service-solution-page .insight-section h2{font-size:22px;line-height:23px;}.service-solution-page .insight-section .right{padding:10px;}.service-solution-page .insight-section .view-all-insights a{font-size:16px;line-height:18px;}.future-better-planning{min-height:280px;}.better-planning-outer{width:90%;top:52%;}.better-planning-inner p{font-size:16px;}.insight-listings-page .col-sm-3{width:100%;}.sort-by-wrapper .left-section,.sort-by-wrapper .sort-by-container{width:100%;}.sort-by-wrapper .left-section{margin-bottom:20px;}.solution-detail-page .key-contacts .bio-thumbnails .inner{width:110px;}.solution-detail-page .key-contacts .bio-thumbnails{margin-bottom:10px;}.location-news-block{min-height:270px;}.location-news-block p{font-size:22px;line-height:24px;padding-right:0;}.location-news-block h2{font-size:22px;}.save-money-page .view-all-insights{float:right;}.about-people-listing .bio-detail .detail-inner p,.about-people-listing .bio-detail .detail-inner a{font-size:14px;line-height:16px;}.contact-info ul li.phone-no a{font-size:14px;}.contact-info ul li{margin-right:6px;}.bio-det h2{margin-bottom:4px;}.service-bio-listing .bio-det p{line-height:1;margin-bottom:0;}.LoadMoreList{margin-bottom:10px;}.ui-widget-content.ui-autocomplete{width:84% !important;}.blogListing p{float:left;}}@media only screen and (max-width:479px){.new-at-eb-slider .item{border:none;}.sort-by-service.save-money .listings{left:0;right:auto;}}@media only screen and (max-width:320px){.inner-content{margin-right:0;}}@media only screen and (min-width:1092px){#nav-wrapper .first-level>li{display:inline-block;margin-right:40px;position:relative;}#nav-wrapper .first-level>li>a{display:inline-block;padding-bottom:30px;border-bottom:5px solid transparent;transition:.2s border-bottom-color ease;}#nav-wrapper .first-level>li>a:hover,#nav-wrapper .first-level>li>a.selected{border-bottom-color:#febd11;}.global-search-wrapper{align-self:flex-end;order:2;float:none;margin-right:0;}.global-search-wrapper a.btn-global-search>img{padding-bottom:30px;border-bottom:5px solid transparent;}.global-search-wrapper a.btn-global-search:hover>img,.global-search-wrapper a.btn-global-search.selected>img{border-bottom-color:#febd11;}.frm-global-search-inner input[type="submit"].btn-global-search-big{margin-bottom:20px;}.nav-btn{order:1;float:none;align-self:flex-end;margin-bottom:30px;margin-right:40px;}.frm-global-search{box-shadow:inset 0 10px 6px -6px rgba(30,30,30,.55),0 3px 5px 3px rgba(30,30,30,.3);}.nav-container{display:flex;justify-content:flex-end;}.sub-menu{position:absolute;box-shadow:inset 0 10px 6px -6px rgba(30,30,30,.55),0 3px 5px 3px rgba(30,30,30,.3);}.sub-menu .sub-menu{transform:translateX(100%);}.sub-menu.bottom{top:auto;bottom:0;box-shadow:0 3px 5px 3px rgba(30,30,30,.3);}.sub-menu.bottom .sub-menu{box-shadow:0 3px 5px 3px rgba(30,30,30,.3);}.sub-menu .has-subnav{padding-right:25px;}.sub-menu .has-subnav::after{content:"▶";position:absolute;right:5px;margin-top:2px;font-size:10px;}.nav-parent{display:none;}.nav-two-column .column{display:inline-block;vertical-align:top;}.nav-two-column .column:nth-child(2){margin-left:30px;}.nav-featured-content{display:flex;}.featured-container{width:315px;}.featured-container .inner{padding:0 10px;border-left:1px solid #bdbbba;}#mobile-nav-footer{display:none;}}@media only screen and (min-width:1091px) and (max-width:1199px){.nav-search-wrapper span.txt-tag-line,.frm-global-search .close-menu a{font-size:13px;}.solution-detail-page .bio-thumbnails{width:100%;}}@media only screen and (min-width:768px) and (max-width:1199px){.filterlistwrap:nth-child(4n+1){clear:left;}}@media only screen and (min-width:768px){.frm-global-search{top:98px;}#header-wrapper+*{margin-top:98px;}.people-carousel-btn-container{bottom:10px;}.loc-background-img h1{margin-top:30px;font-size:70px;}.people-carousel-item{padding-right:50px;padding-left:50px;}.stick-sm{position:fixed;}.insight-content-margin{margin-top:30px;}.insight-banner-overlay{background-image:url("../images/insight-banner-gradient.png");}.insight-banner-content{position:absolute;bottom:0;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:50px;}.container-extend-right{width:calc(((100% - 750px)/2) + 750px);}.container-extend-left{width:calc(((100% - 750px)/2) + 750px);}.banner-title-header h1{font-size:90px;letter-spacing:2px;}.banner-title-header h2{font-size:30px;letter-spacing:-1px;}.component-header{font-size:20px;}.featured-area.container-extend-right .featured-area-inner{margin-left:50px;}.container-extend-right .testimonial-carousel.container,.container-extend-right .testimonial-carousel .img-col{padding-left:0;}.container-extend-right .testimonial-carousel .row{margin-left:0;}.testimonial-carousel .row{display:flex;}.testimonial-carousel .img-col ::before{content:" ";background-image:linear-gradient(to right,transparent 75%,#000 90%);position:absolute;width:100%;height:100%;z-index:1;}.testimonial-carousel .img-col .img-wrap{height:100%;background-image:var(--bgimg);background-repeat:no-repeat;background-size:cover;}.testimonial-carousel .img-col .img-wrap img{display:none;}}@media only screen and (min-width:767px){.two-col-layout .row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.two-col-layout .col-sm-6{display:-webkit-flex;display:-ms-flexbox;display:flex;}.future-better-planning,.two-col-layout .locations-det-wpapper{width:100%;}}@media only screen and (min-width:992px){.map-border{margin-top:-100px;margin-right:50px;}.location-banner-wrapper{padding-bottom:50px;margin-bottom:50px;}.stick-md{position:fixed;}.float-right-md{float:right;}.insight-side-bar{border-left:1px solid #bcbec0;padding-left:15px;}.insight-page-head .blog-author{margin-top:0;}.related-carousel-label h3{font-size:16px;}.related-insights-img{height:160px;margin-bottom:10px;max-width:none;}.related-title{margin-bottom:0;}.modal-800{width:800px !important;}.page-progress-container.vertical{width:32px;}.page-progress-container.vertical+*{margin-left:32px;}.people-carousel-lg-img .item{margin-right:0;}.people-carousel-lg-img .item .person-img{width:100%;border:none;margin:0;}.people-carousel-lg-img .nameplate{border:2px solid #182751;text-align:left;transform:translate(-50%,-50%);}.people-carousel-lg-img .phone-container{margin-bottom:20px;}.people-carousel-lg-img .person-title{margin-bottom:25px;}.people-carousel-lg-img .carousel-nav{transform:translate(50%,50%);}.view-more-contacts{margin:-100px 0 0 0;}.container-extend-right{width:calc(((100% - 970px)/2) + 970px);}.container-extend-left{width:calc(((100% - 970px)/2) + 970px);}.chat-form-header,.chat-form-subheader{text-align:left;margin-left:15px;}.chat-form-header{font-size:40px;}.chat-form-subheader{font-size:22px;}.featured-area .inner{justify-content:flex-end;}.featured-area .overlay{background-color:unset;background-image:linear-gradient(to left,rgba(255,255,255,0),rgba(0,0,0,.7) 50%);}.featured-area.container-extend-right .overlay{background-image:linear-gradient(to left,rgba(255,255,255,0),rgba(71,71,71,.29) 50%,rgba(0,0,0,.7) 83%);}.featured-area-inner{max-width:40%;}.component-header{margin-top:80px;margin-bottom:50px;}.latest-insights-item-image{max-height:none;}.eide-like-text,.eide-like-pretext{font-size:38pt;}.eide-like-solution{font-size:24pt;}.suggestions-btn{min-width:200px;}.footer-logo,.hlb-logo{margin-top:0;}.footer-nav{border-bottom:none;padding-left:0;}.footer-nav+.footer-nav{padding-top:0;}.footer-link-block{display:inline-block;float:right;}#footer-wrapper{margin-top:100px;}.read-more-btn{display:none;}.read-more-content{display:initial;}.banner-video-title .banner-title-header h1{margin-bottom:50px;}}@media only screen and (min-width:1200px){.filterlistwrap:nth-child(4n+1){clear:left;}.insight-callout{margin-left:-50px;}.container-extend-right{width:calc(((100% - 1170px)/2) + 1170px);}.container-extend-left{width:calc(((100% - 1170px)/2) + 1170px);}}@media print{a[href]:after{content:"";}#header-wrapper{position:static;}#header-wrapper+*{margin-top:initial;}.no-print{display:none !important;}.hero-bannner-career,.loc-background-img,.insight-banner,.banner-title{min-height:inherit;padding-bottom:0;}}
