/*!
THEME NAME: SheScales
THEME URI: https://www.shescales.com
DESCRIPTION: Responsive Theme 2020
VERSION: 1.0
AUTHOR: Rain the Growth Agency
AUTHOR URI: https://www.rainforgrowth.com
*/
*{margin:0;padding:0;box-sizing:border-box;outline:0;-webkit-tap-highlight-color:transparent!important;-moz-osx-font-smoothing:grayscale}
body{font-family:BrownLLWeb,Helvetica,Arial,sans-serif;position:relative;right:0;transition:.3s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
html{overflow-x:hidden}
img{max-width:100%}
.no-scroll{overflow:hidden}
@media screen and (min-width:1200px){
.ss-container{max-width:1200px}
}
@media(max-width:1499px)and (min-width:1200px){
.ss-container-home{max-width:900px}
}
h2{font-size:42px;color:#144867;font-weight:700}
@media screen and (max-width:575px){
h2{font-size:32px}
}
@media screen and (max-width:374px){
h2{font-size:28px}
}
h3{font-size:16px;color:#fff;font-weight:700;text-transform:uppercase}
a{color:#144867;font-weight:400}
a:focus,a:hover{color:#144867}
p{color:#414442;font-weight:300;font-size:16px}
@media screen and (max-width:767px){
p{font-size:18px}
}
p strong{color:#144867}
.ss-yellow-img-tag{position:relative}
.ss-yellow-img-tag:before{content:"";position:absolute;background-color:#ecff7e;height:60px;top:0;left:50%;width:80%;transform:translate(-50%,-50%);z-index:1}
@media screen and (max-width:575px){
.ss-yellow-img-tag:before{height:10vw}
}
.ss-yellow-img-tag.animate-draw-right:before{content:"";position:absolute;background-color:#ecff7e;height:40px;top:-20px;width:0;transform:none}
@media screen and (max-width:575px){
.ss-yellow-img-tag.animate-draw-right:before{height:10vw}
}
.ss-yellow-img-tag-special{position:relative}
.ss-yellow-img-tag-special:before{content:"";position:absolute;background-image:url(images/global/yellow-ribbon-small.png);height:60px;top:0;left:0;width:100%;transform:translateY(-50%);max-width:416px}
@media screen and (max-width:575px){
.ss-yellow-img-tag-special:before{height:10vw;max-width:100%}
}
.ss-yellow-img-tag-right{position:relative}
.ss-yellow-img-tag-right:before{content:"";position:absolute;background-color:#ecff7e;height:0;top:50%;right:0;width:40px}
.ss-yellow-img-tag-rightTop{position:relative}
.ss-yellow-img-tag-rightTop:before{content:"";position:absolute;background-color:#ecff7e;height:0;top:50%;right:0;width:40px}
@media screen and (max-width:991px){
.ss-yellow-img-tag-rightTop:before{background-color:#ecff7e;height:60px!important;top:-30px!important;left:25%;right:unset;width:0}
}
@media screen and (max-width:991px)and (max-width:575px){
.ss-yellow-img-tag-rightTop:before{height:40px!important;top:-20px!important}
}
.ss-btn{background-color:#144867;color:#fff;text-decoration:none;text-transform:uppercase;border:1px solid #144867;font-weight:700;font-size:16px;width:100%;max-width:170px;padding:10px 0;display:flex;justify-content:center;transition:all .3s ease-in-out;border-radius:0}
.ss-btn:focus,.ss-btn:hover{background-color:#fff;color:#144867;text-decoration:none;outline:0}
.ss-btn-white{color:#144867;background-color:#fff;border:1px solid #fff}
.ss-btn-white:focus,.ss-btn-white:hover{color:#fff;background-color:#144867}
.ss-btn:disabled{background-color:#ccc;border-color:#ccc}
.ss-btn:disabled:focus,.ss-btn:disabled:hover{background-color:#ccc;border-color:#ccc;color:#fff}
.slick-arrow:before{display:none}
.slick-prev{background-image:url(images/global/icon-arrow.svg);transform:rotate(90deg);left:0;width:21px}
@media screen and (max-width:767px){
.slick-prev{left:0!important}
}
.slick-prev:focus,.slick-prev:hover{background-image:url(images/global/icon-arrow.svg)}
.slick-next{background-image:url(images/global/icon-arrow.svg);left:50px;right:unset;transform:rotate(-90deg);width:21px}
@media screen and (max-width:767px){
.slick-next{left:unset!important;right:0!important}
}
.slick-next:focus,.slick-next:hover{background-image:url(images/global/icon-arrow.svg)}
.slick-next,.slick-prev{background-size:contain;background-repeat:no-repeat;background-position:center;top:110%}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{background-size:contain;background-repeat:no-repeat;background-position:center}
form input[type=email],form input[type=text],form select{padding:0 10px;border-radius:0;height:40px;background-color:#f0f4f6;border:1px solid #f0f4f6;color:#414442}
form input[type=email]:focus,form input[type=text]:focus,form select:focus{border-color:#144867}
form input[type=email]:focus::-moz-placeholder,form input[type=text]:focus::-moz-placeholder,form select:focus::-moz-placeholder{color:transparent}
form input[type=email]:focus::placeholder,form input[type=text]:focus::placeholder,form select:focus::placeholder{color:transparent}
form select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(images/global/icon-caret.svg);background-repeat:no-repeat;background-position:calc(100% - 10px) 50%;background-size:15px}
form textarea{padding:10px;border-radius:0;background-color:#f0f4f6;border:1px solid #f0f4f6;color:#414442;-webkit-appearance:none;-moz-appearance:none;appearance:none}
form textarea.ss-error-message{border-color:#cf1818!important;margin-top:0!important;background-image:url(images/global/error.svg);background-repeat:no-repeat;background-position:calc(100% - 10px) calc(0% + 10px);background-size:20px}
form textarea:focus{border-color:#144867}
form textarea:focus::-moz-placeholder{color:transparent}
form textarea:focus::placeholder{color:transparent}
form input[type=checkbox]{display:none}
form label{font-weight:300;margin:20px 0 5px 0}
form label.ss-error-message{margin-top:0;font-size:14px;color:#cf1818}
form input{-webkit-appearance:none;-moz-appearance:none;appearance:none}
form input.ss-error-message{border-color:#cf1818!important;color:#414442!important;margin-top:0!important;background-image:url(images/global/error.svg);background-repeat:no-repeat;background-position:calc(100% - 10px) 50%;background-size:20px}
::-moz-placeholder{color:#737875;opacity:1;font-weight:300}
::placeholder{color:#737875;opacity:1;font-weight:300}
:-ms-input-placeholder{color:#737875;font-weight:300}
::-ms-input-placeholder{color:#737875;font-weight:300}
.ss-pattern-bot{position:relative}
.ss-pattern-bot:before{content:"";background-image:url(images/global/yellow-ribbon.png);width:100%;height:50px;position:absolute;bottom:0;transform:translateY(50%);background-repeat:no-repeat;background-position:center}
.ss-pattern-top{position:relative}
.ss-pattern-top:before{content:"";background-image:url(images/global/yellow-ribbon.png);width:100%;height:50px;position:absolute;top:-25px;background-repeat:no-repeat;background-position:center}
.ss-video-container{width:100%;padding-top:56.25%;height:0;position:relative}
.ss-video-container iframe{width:100%;height:100%;position:absolute;top:0;left:0}
.ss-close{background-image:url(images/global/icon-close.svg);background-size:cover;position:absolute;top:-53px;right:15px;width:38px;height:38px}
@media screen and (max-width:767px){
.ss-close{width:19px;height:19px;top:unset;bottom:-58px;transform:translateX(50%);right:50%}
}
.ajax-loader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.5);display:none}
.icon-check-mark{height:25px;width:25px;border:1px solid #144867;position:relative;margin-right:5px}
input:checked+span:before{content:"";background-color:#144867;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(images/global/checkmark.png);background-repeat:no-repeat;background-position:center}
@media screen and (max-width:767px){
.col-no-padd-mobile{padding:0}
}
.grecaptcha-badge{visibility:hidden!important}
.fade-up{opacity:0;transform:translateY(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-up.in-view{opacity:1;transform:translateY(0)}
.fade-up-siblings.in-view .fade-sibling{opacity:1;transform:translateY(0)}
.fade-up-siblings .fade-sibling{opacity:0;transform:translateY(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-up-siblings .fade-sibling:nth-of-type(1){transition-delay:.1s}
.fade-up-siblings .fade-sibling:nth-of-type(2){transition-delay:.2s}
.fade-up-siblings .fade-sibling:nth-of-type(3){transition-delay:.3s}
.fade-up-siblings .fade-sibling:nth-of-type(4){transition-delay:.4s}
.fade-up-siblings .fade-sibling:nth-of-type(5){transition-delay:.5s}
.fade-left{opacity:0;transform:translateX(-6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-left.in-view{opacity:1;transform:translateX(0)}
.fade-left-siblings.in-view .fade-sibling{opacity:1;transform:translateX(0)}
.fade-left-siblings .fade-sibling{opacity:0;transform:translateX(-6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-left-siblings .fade-sibling:nth-of-type(1){transition-delay:.1s}
.fade-left-siblings .fade-sibling:nth-of-type(2){transition-delay:.2s}
.fade-left-siblings .fade-sibling:nth-of-type(3){transition-delay:.3s}
.fade-left-siblings .fade-sibling:nth-of-type(4){transition-delay:.4s}
.fade-right{opacity:0;transform:translateX(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-right.in-view{opacity:1;transform:translateX(0)}
.fade-right-siblings.in-view .fade-sibling{opacity:1;transform:translateX(0)}
.fade-right-siblings .fade-sibling{opacity:0;transform:translateX(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.fade-right-siblings .fade-sibling:nth-of-type(1){transition-delay:.1s}
.fade-right-siblings .fade-sibling:nth-of-type(2){transition-delay:.2s}
.fade-right-siblings .fade-sibling:nth-of-type(3){transition-delay:.3s}
.fade-right-siblings .fade-sibling:nth-of-type(4){transition-delay:.4s}
.fade-right-long{transform:translateX(8.25rem)}
.in-view .animate-draw-down:before{height:50%;top:25%;right:-20px;transition:height 1.5s ease}
.in-view .animate-draw-right:before{left:10%;transition:width 1.5s ease;width:80%}
@media screen and (max-width:575px){
.in-view .animate-draw-right:before{height:40px}
}
.in-view .animate-draw-downRight:before{height:50%;top:25%;right:-20px;transition:height 1.5s ease}
@media screen and (max-width:991px){
.in-view .animate-draw-downRight:before{right:unset;left:10%;transition:width 1.5s ease;width:80%}
}
@media screen and (max-width:575px){
.in-view .animate-draw-downRight:before{height:40px}
}
@keyframes scroll{
0%{transform:translateY(0)}
100%{transform:translateY(10px)}
}
.ss-header{padding:0 30px;position:fixed;top:0;left:0;right:0;width:100%;z-index:99;height:150px}
@media screen and (max-width:991px){
.ss-header{padding:0 15px}
}
.ss-header-animate{transition:all .3s ease-in-out}
.ss-header-animate .ss-header__container-logo{transition:all .3s ease-in-out;width:230px}
.ss-header-animate .ss-header__container-logo-active{transition:all .3s ease-in-out}
.ss-header__container{height:100%;display:flex;align-items:center;position:relative;justify-content:space-between}
.ss-header__container a{display:flex;align-items:center;letter-spacing:1px}
.ss-header__container a.nav-active{text-shadow:0 0 .65px #144867,0 0 .65px #144867}
.ss-header__container-logo-active{opacity:0;position:absolute;left:0}
.ss-header__container-menu-icon{position:relative;height:26px;width:35px;display:flex;align-items:center;cursor:pointer}
@media screen and (min-width:992px){
.ss-header__container-menu-icon{display:none}
}
.ss-header__container-menu-icon i{width:35px;height:3px;background-color:#144867;position:absolute;transition:all .3s ease-in-out}
.ss-header__container-menu-icon i:before{content:"";background-color:#144867;width:35px;height:3px;top:-9px;position:absolute;transition:all .3s ease-in-out}
.ss-header__container-menu-icon i:after{content:"";background-color:#144867;width:35px;height:3px;top:9px;position:absolute;transition:all .3s ease-in-out}
.ss-header__container-menu-icon-active i{background-color:rgba(0,0,0,0)}
.ss-header__container-menu-icon-active i:before{transform:rotate(45deg);top:0}
.ss-header__container-menu-icon-active i:after{transform:rotate(-45deg);top:0}
.ss-header__container-menu-items{z-index:9999}
@media screen and (max-width:991px){
.ss-header__container-menu-items{position:absolute;top:70px;margin-left:-30px;width:calc(100% + 60px);visibility:hidden;opacity:0;transition:all .3s ease-in-out;height:100vh;background-color:rgba(0,0,0,.5)}
}
.ss-header__container-menu-items ul{list-style:none;display:flex;margin:0}
@media screen and (max-width:991px){
.ss-header__container-menu-items ul{flex-direction:column;height:calc(50vh - 70px);background-color:#fff}
}
.ss-header__container-menu-items ul li{display:flex}
@media screen and (min-width:992px){
.ss-header__container-menu-items ul li:not(:last-of-type){margin-right:30px}
}
@media screen and (max-width:991px){
.ss-header__container-menu-items ul li{padding:0 30px;border-bottom:1px solid #d9d9d9;height:100%}
}
.ss-header__container-menu-items ul li a{color:#144867;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}
@media screen and (max-width:991px){
.ss-header__container-menu-items ul li a{font-size:20px;height:100%;width:100%;margin-top:0}
}
@media screen and (max-width:374px){
.ss-header__container-menu-items ul li a{font-size:18px}
}
.ss-header__container-menu-items ul li a:hover{text-shadow:0 0 .65px #144867,0 0 .65px #144867}
.ss-header__container-menu-items-active{visibility:visible;opacity:1}
@media screen and (max-width:991px){
.ss-header{background-color:#fff;height:70px;border-bottom:1px solid #d9d9d9}
.ss-header .ss-header__container-logo{width:100px!important}
}
body.page-home header.ss-header-active,body:not(.page-home) header{background-color:#fff;height:70px;border-bottom:1px solid #d9d9d9}
body.page-home header.ss-header-active .ss-header__container-logo,body:not(.page-home) header .ss-header__container-logo{width:115px}
body.page-home header.ss-header-active ul li a,body:not(.page-home) header ul li a{color:#144867}
@media screen and (min-width:992px){
body.page-home header.ss-header-active ul li a,body:not(.page-home) header ul li a{font-size:14px}
}
body.page-home header.ss-header-active ul li a:hover,body:not(.page-home) header ul li a:hover{text-shadow:0 0 .65px #144867,0 0 .65px #144867}
.ss-space-for-nav{height:70px}
div.homeBanner{display:none}
.page-home.showHomeBanner div.homeBanner{position:fixed;top:0;left:0;right:0;background-color:#ecff7e;height:70px;z-index:99;display:block;text-align:center}
.page-home.showHomeBanner div.homeBanner .box{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;max-width:720px;height:100%}
.page-home.showHomeBanner div.homeBanner .box .left{width:180px;padding-left:20px}
.page-home.showHomeBanner div.homeBanner .box .left a.ss-btn{position:relative;top:50%;transform:translate(0,-50%);width:100%;max-width:180px}
.page-home.showHomeBanner div.homeBanner .box .right{width:calc(100% - 180px);padding:0 20px;text-align:left}
.page-home.showHomeBanner div.homeBanner .box .right p{font-size:16px;line-height:20px;font-weight:400;color:#144867;margin-bottom:0;position:relative;top:50%;transform:translate(0,-50%)}
.page-home.showHomeBanner div.homeBanner .box .right br{display:none}
@media(max-width:768px){
.page-home.showHomeBanner div.homeBanner .box{max-width:480px}
.page-home.showHomeBanner div.homeBanner .box .right br{display:block}
}
@media(max-width:480px){
.page-home.showHomeBanner div.homeBanner .box{max-width:340px}
.page-home.showHomeBanner div.homeBanner .box .left{width:150px!important;padding-left:15px}
.page-home.showHomeBanner div.homeBanner .box .left a.ss-btn{font-size:14px;max-width:150px}
.page-home.showHomeBanner div.homeBanner .box .right{width:calc(100% - 150px);padding:0 15px}
.page-home.showHomeBanner div.homeBanner .box .right p{font-size:14px;line-height:20px}
.page-home.showHomeBanner div.homeBanner .box .right br{display:none}
}
.page-home.showHomeBanner header.ss-header{top:70px}
@media screen and (min-width:1200px){
.page-home.showHomeBanner .ss-home-hero{padding-top:210px}
.page-home.showHomeBanner .ss-home-hero .ss-home-hero-image-img{top:90px}
.page-home.showHomeBanner .ss-home-hero .container .row-arrow{top:calc(100vh - 270px)}
}
@media screen and (max-width:991px){
.page-home.showHomeBanner .ss-home-hero{padding-top:190px}
}
@media screen and (min-width:1200px){
.page-home.showHomeBanner .ss-home-about-bot{padding-top:136px}
.page-home.showHomeBanner .ss-home-about-bot .ss-container-home{max-width:1140px}
}
.ss-newsletter{padding:100px 0 150px}
@media screen and (max-width:991px){
.ss-newsletter{padding:100px 0 100px}
}
.ss-newsletter .mc-field-group{display:flex;flex-direction:column;width:100%}
.ss-newsletter-home__col-top h2{font-size:26px;margin-bottom:25px}
@media screen and (max-width:1499px){
.ss-newsletter-home__col-top h2{font-size:22px}
}
@media screen and (max-width:1199px){
.ss-newsletter-home__col-top h2{font-size:24px}
}
@media screen and (max-width:991px){
.ss-newsletter-home__col-top h2{margin-bottom:25px;font-size:28px}
}
.ss-newsletter-home__col-bot{transition-delay:.2s}
.ss-newsletter-home__col-bot-form{display:flex}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-form{flex-direction:column}
}
.ss-newsletter-home__col-bot-form .ss-btn{padding:7px 0;margin:29px 0 0 15px}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-form .ss-btn{margin-left:0}
}
.ss-newsletter-home__col-bot-left{width:50%;display:flex;padding-right:15px}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-left{flex-direction:column;width:100%;padding:0}
}
.ss-newsletter-home__col-bot-left .mc-field-group{display:flex;flex-direction:column;width:100%}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-left .mc-field-group{margin-bottom:15px}
}
.ss-newsletter-home__col-bot-left .mc-field-group:first-of-type{margin-right:0}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-left .mc-field-group:first-of-type{margin-right:0}
}
.ss-newsletter-home__col-bot-left .mc-field-group:last-of-type{margin-left:15px}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-left .mc-field-group:last-of-type{margin-left:0}
}
.ss-newsletter-home__col-bot-right{width:50%;padding-left:15px;display:flex;align-items:flex-start}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-right{padding:0;width:100%;align-items:flex-end}
}
@media screen and (max-width:991px){
.ss-newsletter-home__col-bot-right{flex-direction:column}
}
.ss-newsletter-small{background-color:#ecff7e;padding:30px}
@media screen and (max-width:991px){
.ss-newsletter-small{margin-top:50px}
}
.ss-newsletter-small .container{max-width:100%;padding:0}
.ss-newsletter-small .container .row{margin:0}
.ss-newsletter-small input[type=email],.ss-newsletter-small input[type=text]{background-color:#fff}
.ss-newsletter-small__col-top{padding:0}
.ss-newsletter-small__col-top h2{padding-bottom:0!important}
.ss-newsletter-small__col-top h2:before{display:none}
.ss-newsletter-small__col-bot{padding:0}
.ss-newsletter-small__col-bot-form{flex-direction:column}
.ss-newsletter-small__col-bot-left{width:100%;flex-direction:column;padding:0}
.ss-newsletter-small__col-bot-left .mc-field-group{margin:15px 0 0 0}
.ss-newsletter-small__col-bot-right{width:100%;flex-direction:column;padding:0;display:flex;align-items:flex-end}
.ss-newsletter-small__col-bot-right .mc-field-group{margin:15px 0 0 0!important}
.ss-newsletter-small__col-bot-right .ss-btn{padding:7px 0;margin:25px 0 0 0}
.ss-newsletter-wide{margin:10px auto 130px;padding:0}
.ss-newsletter-wide input[type=email],.ss-newsletter-wide input[type=text]{background-color:#fff}
.ss-newsletter-wide .row{flex-direction:column;align-items:center;max-width:calc(50% - 15px);position:relative;margin:0 auto}
@media screen and (max-width:991px){
.ss-newsletter-wide .row{max-width:100%}
}
.ss-newsletter-wide .row:before{content:"";background-color:#ecff7e;position:absolute;width:100%;height:calc(100% + 60px);top:-30px}
.ss-newsletter-wide__col-top{padding:0 30px}
.ss-newsletter-wide__col-top h2{padding-bottom:0!important;font-size:22px}
.ss-newsletter-wide__col-top h2:before{display:none}
.ss-newsletter-wide__col-bot{padding:0 30px}
.ss-newsletter-wide__col-bot-form{flex-direction:column}
.ss-newsletter-wide__col-bot-left{width:100%;display:flex;flex-direction:row;padding:0}
@media screen and (max-width:575px){
.ss-newsletter-wide__col-bot-left{flex-direction:column}
}
.ss-newsletter-wide__col-bot-left .mc-field-group{margin:15px 0 0 0!important;width:50%}
@media screen and (max-width:575px){
.ss-newsletter-wide__col-bot-left .mc-field-group{width:100%}
}
@media screen and (min-width:576px){
.ss-newsletter-wide__col-bot-left .mc-field-group:first-of-type{padding-right:15px}
}
@media screen and (min-width:576px){
.ss-newsletter-wide__col-bot-left .mc-field-group:last-of-type{padding-left:15px!important}
}
.ss-newsletter-wide__col-bot-right{width:100%;flex-direction:column;padding:0;display:flex;align-items:flex-end}
.ss-newsletter-wide__col-bot-right .mc-field-group{margin:15px 0 0 0!important}
.ss-newsletter-wide__col-bot-right .ss-btn{padding:7px 0;margin:25px 0 0 0}
.ss-newsletter label{margin-top:0}
body.single-profile .ss-footer{display:none}
.ss-footer{background-color:#144867;padding:100px 0;position:relative;transition:all .5s ease-in-out}
.ss-footer:before{content:"";background-image:url(images/global/yellow-ribbon.png);width:100%;height:50px;position:absolute;top:0;transform:translateY(-50%);background-repeat:no-repeat;background-position:center}
@media screen and (max-width:991px){
.ss-footer:before{height:66px;background-size:cover}
}
.ss-footer-active{padding:100px 0 600px}
.ss-footer-copyright{color:#fff;margin:0;padding-top:50px}
@media screen and (max-width:1199px){
.ss-footer-copyright{font-size:13px}
}
@media screen and (max-width:991px){
.ss-footer-copyright{font-size:16px}
}
@media screen and (max-width:575px){
.ss-footer-copyright{font-size:14px}
}
@media screen and (max-width:374px){
.ss-footer-copyright{font-size:12px}
}
@media screen and (max-width:991px){
.ss-footer__col-left{padding-bottom:25px}
}
.ss-footer__col-left img{max-width:200px}
.ss-footer__col-right{display:flex;justify-content:space-between}
@media screen and (max-width:991px){
.ss-footer__col-right{flex-direction:column}
}
.ss-footer__col-right-links{width:100%;display:flex;align-items:center;padding-right:75px}
@media screen and (max-width:1199px){
.ss-footer__col-right-links{padding-right:25px}
}
@media screen and (max-width:991px){
.ss-footer__col-right-links{padding:0}
}
.ss-footer__col-right-links ul{position:relative;justify-content:flex-end}
@media screen and (max-width:991px){
.ss-footer__col-right-links ul{flex-direction:column;padding-bottom:25px}
}
.ss-footer__col-right-links ul li{position:relative}
@media screen and (min-width:992px){
.ss-footer__col-right-links ul li:not(:last-of-type){margin-right:30px}
}
@media screen and (max-width:991px){
.ss-footer__col-right-links ul li{padding-bottom:25px}
}
.ss-footer__col-right-social{width:100%;max-width:150px;display:flex;align-items:center}
.ss-footer__col-right-social ul{display:flex;justify-content:space-between}
@media screen and (min-width:992px){
.ss-footer__col-right-social ul li:not(:last-of-type){margin-right:10px}
.ss-footer__col-right-social ul li:hover img{opacity:.6}
}
.ss-footer__col-right-social ul li img{width:auto;height:22px;transition:opacity .2s}
.ss-footer__col-right ul{list-style:none;display:flex;margin:0;width:100%}
.ss-footer__col-right ul li button{border:none;background-color:rgba(0,0,0,0)}
.ss-footer__col-right ul li a,.ss-footer__col-right ul li button{color:#fff;text-transform:uppercase;transition:all .3s ease-in-out;letter-spacing:1px;font-size:14px}
@media screen and (max-width:1199px){
.ss-footer__col-right ul li a,.ss-footer__col-right ul li button{font-size:13px}
}
@media screen and (max-width:991px){
.ss-footer__col-right ul li a,.ss-footer__col-right ul li button{font-size:16px}
}
@media screen and (max-width:575px){
.ss-footer__col-right ul li a,.ss-footer__col-right ul li button{font-size:14px}
}
@media screen and (max-width:374px){
.ss-footer__col-right ul li a,.ss-footer__col-right ul li button{font-size:12px}
}
.ss-footer__col-right ul li a:hover,.ss-footer__col-right ul li button:hover{text-decoration:none;text-shadow:0 0 .65px #fff,0 0 .65px #fff}
.ss-footer__col-right ul li a:focus,.ss-footer__col-right ul li button:focus{outline:0}
.ss-footer__col-right ul li a.js-footer-contact-active,.ss-footer__col-right ul li button.js-footer-contact-active{text-shadow:0 0 .65px #fff,0 0 .65px #fff}
.ss-footer__col-right ul li button#ot-sdk-btn{border:none!important;color:#fff!important;padding:0!important;line-height:1.5!important;font-size:14px!important}
@media screen and (max-width:1199px){
.ss-footer__col-right ul li button#ot-sdk-btn{font-size:13px!important}
}
@media screen and (max-width:991px){
.ss-footer__col-right ul li button#ot-sdk-btn{font-size:16px!important}
}
@media screen and (max-width:575px){
.ss-footer__col-right ul li button#ot-sdk-btn{font-size:14px!important}
}
@media screen and (max-width:374px){
.ss-footer__col-right ul li button#ot-sdk-btn{font-size:12px!important}
}
.ss-footer__col-right ul li button#ot-sdk-btn:hover{background:0 0!important;text-shadow:0 0 .65px #fff,0 0 .65px #fff!important}
.ss-footer__form{width:100%;z-index:1;display:none;max-width:600px}
@media screen and (min-width:992px){
.ss-footer__form{width:560px;left:-200px}
}
@media screen and (min-width:1200px){
.ss-footer__form{width:560px;left:-130px}
}
@media screen and (max-width:1199px){
.ss-footer__form{max-width:565px}
}
@media screen and (max-width:991px){
.ss-footer__form{max-width:100%}
}
@media screen and (min-width:992px){
.ss-footer__form{position:absolute}
}
.ss-footer__form input.ss-error-message,.ss-footer__form textarea.ss-error-message{border-color:#ecff7e!important;border-width:4px!important}
.ss-footer__form label.ss-error-label{color:#ecff7e;margin-bottom:0!important}
.ss-footer__form-content{display:flex}
@media screen and (max-width:991px){
.ss-footer__form-content{flex-direction:column}
}
.ss-footer__form-content-inner{width:50%}
@media screen and (max-width:991px){
.ss-footer__form-content-inner{width:100%}
}
.ss-footer__form-content-inner:first-of-type{margin-right:15px}
@media screen and (max-width:991px){
.ss-footer__form-content-inner:first-of-type{margin:0}
}
.ss-footer__form-content-inner:last-of-type{margin-left:15px}
@media screen and (max-width:991px){
.ss-footer__form-content-inner:last-of-type{margin:0}
}
.ss-footer__form-content-inner label{color:#fff;display:flex}
.ss-footer__form-content-inner input{height:42px;width:100%}
.ss-footer__form-content-inner-recaptcha{margin:0!important;width:100%}
.ss-footer__form-content-inner-recaptcha p{color:#fff;font-size:12px;line-height:14px}
.ss-footer__form-content-inner-recaptcha p a{color:#ecff7e!important;font-size:inherit!important;line-height:inherit!important;text-transform:none!important}
.ss-footer__form-content-inner-textarea{margin:0!important;width:100%}
.ss-footer__form-content-inner-textarea textarea{width:100%}
.ss-footer__form .ss-btn{margin-top:25px;float:right}
.ss-home-hero{position:relative;padding:100px 0 50px;height:100vh;width:100%!important;min-height:725px}
@media screen and (max-width:991px){
.ss-home-hero{padding:125px 0 0;height:auto}
}
.ss-home-hero-image{position:absolute;max-width:667px;right:10vw;display:flex;align-items:center;height:100%;width:100%;top:0}
@media screen and (max-width:1499px){
.ss-home-hero-image{max-width:45vw}
}
@media screen and (max-width:991px){
.ss-home-hero-image{display:none}
}
.ss-home-hero-image-img{margin-left:15px;position:relative;top:50px}
.ss-home-hero-image-img img{max-width:600px;width:100%}
.ss-home-hero-bg{width:100%;position:absolute;top:0;background-image:url(images/home/hero/hero-bg-desktop.png);background-size:1350px;background-position:bottom right;background-repeat:no-repeat;padding:100px 0 50px;height:100vh;min-height:725px}
@media screen and (max-width:991px){
.ss-home-hero-bg{background-image:url(images/home/hero/pattern.jpg);background-size:cover;background-position:bottom right;height:100%;min-height:100vh;padding:100px 0 0;opacity:.4}
}
.ss-home-hero__column-top{display:flex;align-items:center;justify-content:center;margin-bottom:15px;z-index:9}
@media screen and (min-width:992px){
.ss-home-hero__column-top{display:none}
}
.ss-home-hero__column-top img{max-width:560px;width:100%}
@media screen and (max-width:991px){
.ss-home-hero__column-top img{max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}
}
@media screen and (max-width:767px){
.ss-home-hero__column-top img{max-height:360px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}
}
@media screen and (max-width:991px){
.ss-home-hero__column-bot{height:100%}
}
.ss-home-hero__img-mobile{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:422px}
@media screen and (max-width:575px){
.ss-home-hero__img-mobile{width:85vw;max-width:350px}
}
@media screen and (min-width:992px){
.ss-home-hero__img-mobile{display:none}
}
@media screen and (max-width:991px){
.ss-home-hero__col-right{display:none}
}
.ss-home-hero__col-right.in-view .animate-draw-down:before{height:50%;top:25%;right:-20px;transition:height 1.5s ease}
.ss-home-hero__col-right.in-view .animate-draw-right:before{width:25%}
.ss-home-hero__col-right img{position:relative}
.ss-home-hero .container{height:100%;position:relative}
.ss-home-hero .container .row{height:100%;align-items:center;z-index:80}
.ss-home-hero .container .row-arrow{position:absolute;top:calc(100vh - 175px);align-items:flex-end;height:auto}
@media screen and (max-width:991px){
.ss-home-hero .container .row-arrow{display:none!important;bottom:unset;top:calc(100vh - 200px)}
}
.ss-home-hero .container h1{font-size:80px;font-weight:700;color:#144867;margin-right:15px}
@media screen and (max-width:1499px){
.ss-home-hero .container h1{font-size:55px}
}
@media screen and (max-width:991px){
.ss-home-hero .container h1{font-size:36px}
}
.ss-home-hero .container h2{font-weight:700;color:#144867;margin-right:15px}
.ss-home-hero .container #ss-home-hero-arrow{position:relative}
.ss-home-hero .container #ss-home-hero-arrow img{animation:scroll .35s ease-in alternate infinite;width:21px}
@media screen and (min-width:992px){
.ss-home-hero-title-initial{position:absolute;top:0;z-index:1}
}
@media screen and (max-width:991px){
.ss-home-hero-title-initial{margin-top:20px}
}
.ss-home-hero-title-initial h2{font-size:32px}
@media screen and (max-width:1499px){
.ss-home-hero-title-initial h2{font-size:26px}
}
@media screen and (max-width:991px){
.ss-home-hero-title-initial h2{font-size:22px}
}
.ss-home-hero-title-secondary{position:relative}
@media screen and (min-width:992px){
.ss-home-hero-title-secondary-content{opacity:0;transform:translateX(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1);z-index:1}
.ss-home-hero-title-secondary-content.in-view{opacity:0}
}
@media screen and (max-width:991px){
.ss-home-hero-title-secondary-content{margin-top:30px}
}
.ss-home-hero-title-secondary-content h2{font-size:26px;position:relative}
@media screen and (max-width:991px){
.ss-home-hero-title-secondary-content h2{font-size:20px}
}
.ss-home-hero-title-secondary-content h2:before{content:"“";position:absolute;left:-14px}
.ss-home-hero-title-secondary-content h3{color:#414442;text-transform:unset;margin-bottom:15px}
.ss-home-hero-title-secondary-content a{display:flex;align-items:flex-start}
.ss-home-hero-title-secondary-content a span{font-size:10px;margin-top:-4px;margin-right:5px}
.ss-home-hero-title-secondary-content a img{width:73px}
.ss-home-services{padding:150px 0;position:relative}
.ss-home-services-bg{width:100%;height:100%;position:absolute;top:0}
@media screen and (max-width:767px){
.ss-home-services-bg{top:-40px}
}
.ss-home-services-bg:before{content:"";background:#144867;max-width:1310px;width:80vw;height:calc(100% - 150px);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
@media screen and (max-width:1499px){
.ss-home-services-bg:before{width:76vw;left:52%}
}
@media screen and (max-width:1199px){
.ss-home-services-bg:before{max-width:991px;width:calc(100% + 30px)}
}
@media screen and (max-width:991px){
.ss-home-services-bg:before{width:737px}
}
@media screen and (max-width:767px){
.ss-home-services-bg:before{max-width:calc(100% - 50px);left:48%}
}
.ss-home-services-bg:after{content:"";background:#ecff7e;max-width:1295px;width:80vw;height:calc(100% - 150px);position:absolute;left:calc(50% + 60px);bottom:calc(50% - 60px);transform:translate(-50%,50%);z-index:-1}
@media screen and (max-width:1499px){
.ss-home-services-bg:after{width:76vw}
}
@media(max-width:1115px){
.ss-home-services-bg:after{left:50%}
}
@media screen and (max-width:1199px){
.ss-home-services-bg:after{max-width:991px;width:calc(100% + 30px)}
}
@media screen and (max-width:991px){
.ss-home-services-bg:after{width:737px;left:calc(50% + 30px);bottom:calc(50% - 30px)}
}
@media screen and (max-width:767px){
.ss-home-services-bg:after{max-width:calc(100% - 30px)}
}
@media only screen and (min-width:992px)and (max-width:1499px){
.ss-home-services .ss-container{padding-left:60px}
}
@media screen and (max-width:991px){
.ss-home-services{padding:100px 0 100px}
.ss-home-services .ss-container{padding-left:40px}
}
@media screen and (max-width:767px){
.ss-home-services{padding:60px 0 120px}
.ss-home-services .ss-container-home{padding-left:20px;padding-right:40px}
}
@media screen and (max-width:575px){
.ss-home-services__column-top{padding-left:30px;padding-right:30px}
}
.ss-home-services__column-top h2{color:#fff}
.ss-home-services__column-top p{max-width:60%;color:#fff;margin:25px 0}
@media screen and (max-width:991px){
.ss-home-services__column-top p{max-width:100%}
}
@media screen and (max-width:991px){
.ss-home-services__column-bot:nth-child(-n+2){margin-bottom:10px}
}
@media screen and (max-width:767px){
.ss-home-services__column-bot{display:flex;align-items:flex-start}
}
@media screen and (max-width:575px){
.ss-home-services__column-bot{padding-left:30px;padding-right:30px}
.ss-home-services__column-bot:not(:last-of-type){margin-bottom:10px}
}
.ss-home-services__column-bot:nth-child(1){transition-delay:.2s}
.ss-home-services__column-bot:nth-child(2){transition-delay:.3s}
.ss-home-services__column-bot:nth-child(3){transition-delay:.4s}
.ss-home-services__column-bot:nth-child(4){transition-delay:.5s}
.ss-home-services__column-bot p{color:#fff}
.ss-home-services__column-bot-image{margin-bottom:15px;display:flex;align-items:flex-start;justify-content:flex-start}
.ss-home-services__column-bot-image img{height:31px}
@media screen and (max-width:767px){
.ss-home-services__column-bot-image img{height:auto;width:40px;min-width:40px}
}
@media screen and (max-width:767px){
.ss-home-services__column-bot-image{margin-right:15px;margin-bottom:0}
}
.ss-home-cohort{padding:100px 0 60px}
@media screen and (max-width:767px){
.ss-home-cohort{padding:0 0 15px}
}
.ss-home-cohort__col-title h2{font-size:60px;margin-bottom:60px}
@media screen and (max-width:991px){
.ss-home-cohort__col-title h2{font-size:50px}
}
@media screen and (max-width:767px){
.ss-home-cohort__col-title h2{max-width:320px;margin-bottom:30px}
}
.ss-home-cohort__col-tile:nth-of-type(2){transition-delay:.1s}
.ss-home-cohort__col-tile:nth-of-type(3){transition-delay:.2s}
@media screen and (max-width:991px){
.ss-home-cohort__col-tile:nth-child(n+3){margin-top:30px}
}
@media screen and (max-width:767px){
.ss-home-cohort__col-tile:nth-child(n+2){margin-top:30px}
}
.ss-home-cohort__col-tile-wrp{background-color:#f5f5f5;position:relative;display:flex;align-items:center;justify-content:center}
.ss-home-cohort__col-tile-wrp .ss-home-cohort__col-tile-initial{padding:5px}
.ss-home-cohort__col-tile-wrp:hover .ss-home-cohort__col-tile-initial{opacity:0;visibility:hidden}
.ss-home-cohort__col-tile-wrp:hover .ss-home-cohort__col-tile-hover{opacity:1;visibility:visible}
.ss-home-cohort__col-tile-initial{position:absolute;transition:.3s ease;max-width:90%;max-height:90%}
.ss-home-cohort__col-tile-hover{z-index:1;transition:.3s ease;opacity:0;visibility:hidden}
.ss-home-brands{padding:60px 0 50px}
@media screen and (max-width:767px){
.ss-home-brands{padding:15px 0 50px}
}
.ss-home-brands__col-title h2{margin-bottom:120px}
@media screen and (max-width:767px){
.ss-home-brands__col-title h2{font-size:32px;margin-bottom:50px}
}
.ss-home-brands__col-brands{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}
.ss-home-brands__col-brands li{display:flex;flex-direction:row;justify-content:center;width:25%;max-height:160px;padding:40px 60px}
.ss-home-brands__col-brands li img{display:block;max-width:100%;max-height:120px;margin:0 auto;transition:opacity .2s ease-in-out}
.ss-home-brands__col-brands li img.icon-square{height:80px}
.ss-home-brands__col-brands li a:hover img{opacity:.3}
@media screen and (max-width:1499px){
.ss-home-brands__col-brands li{padding:20px 40px}
}
@media screen and (max-width:991px){
.ss-home-brands__col-brands li{width:33.33%;padding:40px 30px}
}
@media screen and (max-width:767px){
.ss-home-brands__col-brands li{width:50%;padding:40px}
}
.ss-home-ready-to-scale{margin:50px 0;position:relative;height:500px;display:flex;align-items:center}
@media screen and (max-width:991px){
.ss-home-ready-to-scale{height:auto;display:flex;flex-direction:column;margin:0;padding:50px 0}
}
.ss-home-ready-to-scale-bg-left{background-image:url(images/home/ready-to-scale/ready-to-scale.jpg);height:100%;width:calc(50% + 30px);position:absolute;top:-25px;left:0;background-size:cover;background-position:center}
@media screen and (max-width:991px){
.ss-home-ready-to-scale-bg-left{display:none}
}
.ss-home-ready-to-scale-bg-right{background-color:#144867;height:100%;width:calc(50% + 30px);position:absolute;bottom:-15px;right:0;z-index:-1}
@media screen and (max-width:991px){
.ss-home-ready-to-scale-bg-right{width:100%;bottom:0;height:calc(100% - 50px)}
}
@media screen and (max-width:991px){
.ss-home-ready-to-scale__col-right{padding-top:30px}
}
.ss-home-ready-to-scale__col-right .fade-sibling:nth-of-type(1),.ss-home-ready-to-scale__col-right .fade-sibling:nth-of-type(2){padding-bottom:15px}
.ss-home-ready-to-scale__col-right h2{color:#fff;font-size:62px}
@media screen and (max-width:1499px){
.ss-home-ready-to-scale__col-right h2{font-size:46px;max-width:400px}
}
@media screen and (max-width:767px){
.ss-home-ready-to-scale__col-right h2{font-size:36px;max-width:325px}
}
.ss-home-ready-to-scale__col-right p{color:#fff}
.ss-home-ready-to-scale-img{width:100%}
@media screen and (min-width:992px){
.ss-home-ready-to-scale-img{display:none}
}
.ss-home-team{padding-top:50px;position:relative;background-image:linear-gradient(0deg,#d4dfe6 0,#f1f5fa 100%)}
.ss-home-team:before{content:"";background-color:#f5f5f5;position:absolute;width:100%;height:calc(100% + 100px);top:-100px;z-index:-2}
.ss-home-team__col-title{z-index:10}
.ss-home-team__col-title h3{color:#414442;font-size:16px;text-transform:unset;font-weight:700}
.ss-home-team__col-title-default{transition:.3s ease}
.ss-home-team__col-title-default-tap{font-weight:400;font-size:16px}
@media screen and (min-width:992px){
.ss-home-team__col-title-default-tap{display:none}
}
.ss-home-team__col-title-jane,.ss-home-team__col-title-michelle,.ss-home-team__col-title-sue{opacity:0;position:absolute;top:0;transition:.3s ease}
.ss-home-team__col-members{display:flex;justify-content:center;width:100%;margin:0 auto;position:relative;max-width:1342px;height:800px}
@media screen and (max-width:1499px){
.ss-home-team__col-members{max-width:992px;height:591px}
}
@media screen and (max-width:1199px){
.ss-home-team__col-members{max-width:960px;height:572px}
}
@media screen and (max-width:991px){
.ss-home-team__col-members{max-width:720px;height:430px}
}
@media screen and (max-width:767px){
.ss-home-team__col-members{max-width:540px;height:322px}
}
@media screen and (max-width:575px){
.ss-home-team__col-members{max-width:100%;height:59.8vw}
}
.ss-home-team__col-members .image-team-jane,.ss-home-team__col-members .image-team-michelle,.ss-home-team__col-members .image-team-sue{position:absolute;top:0;right:0;left:0;bottom:0;-o-object-fit:cover;object-fit:cover;transition:.3s ease;z-index:1}
.ss-home-team__col-members .image-team-jane.inactive,.ss-home-team__col-members .image-team-michelle.inactive,.ss-home-team__col-members .image-team-sue.inactive{opacity:0}
.ss-home-team__col-members .image-team-bg{position:absolute;top:0;right:0;left:0;bottom:0;-o-object-fit:cover;object-fit:cover;z-index:-1;opacity:.5}
.ss-home-team__col-members a{position:absolute;z-index:10;bottom:0}
.ss-home-team__col-members a#team-sue{width:30%;left:8%;height:650px}
@media screen and (max-width:1499px){
.ss-home-team__col-members a#team-sue{height:475px}
}
@media screen and (max-width:1199px){
.ss-home-team__col-members a#team-sue{height:460px}
}
@media screen and (max-width:991px){
.ss-home-team__col-members a#team-sue{height:350px}
}
@media screen and (max-width:767px){
.ss-home-team__col-members a#team-sue{height:260px}
}
@media screen and (max-width:575px){
.ss-home-team__col-members a#team-sue{height:47vw}
}
.ss-home-team__col-members a#team-michelle{width:27%;left:38%;height:750px}
@media screen and (max-width:1499px){
.ss-home-team__col-members a#team-michelle{height:550px}
}
@media screen and (max-width:1199px){
.ss-home-team__col-members a#team-michelle{height:525px}
}
@media screen and (max-width:991px){
.ss-home-team__col-members a#team-michelle{height:390px}
}
@media screen and (max-width:767px){
.ss-home-team__col-members a#team-michelle{height:290px}
}
@media screen and (max-width:575px){
.ss-home-team__col-members a#team-michelle{height:54vw}
}
.ss-home-team__col-members a#team-jane{width:25%;left:65%;height:775px}
@media screen and (max-width:1499px){
.ss-home-team__col-members a#team-jane{height:575px}
}
@media screen and (max-width:1199px){
.ss-home-team__col-members a#team-jane{height:550px}
}
@media screen and (max-width:991px){
.ss-home-team__col-members a#team-jane{height:410px}
}
@media screen and (max-width:767px){
.ss-home-team__col-members a#team-jane{height:310px}
}
@media screen and (max-width:575px){
.ss-home-team__col-members a#team-jane{height:57vw}
}
@media only screen and (min-width:1500px){
.ss-home-board .container{max-width:1200px}
}
@media only screen and (min-width:1200px)and (max-width:1499px){
.ss-home-board .container{max-width:1200px;padding-left:160px}
}
@media only screen and (min-width:992px)and (max-width:1199px){
.ss-home-board .container{max-width:960px}
}
.ss-home-board .board-intro{display:flex;align-items:stretch;margin-left:auto;margin-right:auto}
.ss-home-board .board-intro .col-left,.ss-home-board .board-intro .col-right{display:block}
@media screen and (min-width:992px){
.ss-home-board .board-intro{flex-direction:row;flex-wrap:nowrap}
.ss-home-board .board-intro .container{width:930px}
.ss-home-board .board-intro .col-left,.ss-home-board .board-intro .col-right{width:50%;padding-top:130px;padding-bottom:60px}
}
@media screen and (max-width:991px){
.ss-home-board .board-intro{flex-direction:column;align-items:flex-start}
.ss-home-board .board-intro .col-left,.ss-home-board .board-intro .col-right{width:100%;padding-top:80px;padding-bottom:40px}
.ss-home-board .board-intro .col-right{display:none}
}
.ss-home-board .board-carousel{margin-bottom:60px}
.ss-home-board .board-carousel .slides{opacity:0;height:0}
.ss-home-board .board-carousel .slides.slick-initialized{opacity:1;height:auto}
.ss-home-board .board-carousel .slides .slide{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start}
.ss-home-board .board-carousel .slides .slide .block{width:25%;margin:0 20px 0}
.ss-home-board .board-carousel .slides .slide .block:first-of-type{margin-left:0}
.ss-home-board .board-carousel .slides .slide .block:last-of-type{margin-right:0}
.ss-home-board .board-carousel .slides .slide .block img{width:100%;height:auto}
.ss-home-board .board-carousel .slides .slide .block h3{font-weight:500;color:#144867;text-transform:none}
.ss-home-board .board-carousel .slides .slide .block div.company{font-weight:400;color:#144867}
.ss-home-board .board-carousel .slides .slide .block div.title{font-weight:300;color:#144867}
.ss-home-board .board-carousel .slides .slide .block a.linkedin{display:block;background:url(images/home/board-of-advisors/icon-linkedin.svg);background-size:100%}
.ss-home-board .board-carousel .slides .slick-next,.ss-home-board .board-carousel .slides .slick-prev{width:30px;height:30px;position:absolute;top:-40px;z-index:10}
.ss-home-board .board-carousel .slides .slick-next{left:auto;right:0}
.ss-home-board .board-carousel .slides .slick-prev{left:0;right:auto}
.ss-home-board .board-carousel .slides .slick-disabled{opacity:0;pointer-events:none}
@media only screen and (min-width:992px)and (max-width:1199px){
.ss-home-board .board-carousel{margin-bottom:40px}
.ss-home-board .board-carousel .slides{margin-left:50px;margin-right:50px}
.ss-home-board .board-carousel .slides .slide .block{margin:0 10px 0}
}
@media screen and (max-width:991px){
.ss-home-board .board-carousel{margin-bottom:0}
.ss-home-board .board-carousel .slides .slide{flex-wrap:wrap;justify-content:center}
.ss-home-board .board-carousel .slides .slide .block{width:50%;margin:0}
}
@media only screen and (min-width:992px){
.ss-home-board .board-carousel .slides .slide .block img{margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block h3{font-size:20px;line-height:20px;margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block div.company{font-size:14px;line-height:14px;margin-bottom:5px}
.ss-home-board .board-carousel .slides .slide .block div.title{font-size:14px;line-height:14px;margin-bottom:10px}
.ss-home-board .board-carousel .slides .slide .block a.linkedin{width:18px;height:18px}
}
@media only screen and (min-width:768px)and (max-width:991px){
.ss-home-board .board-carousel .slides .slide .block{margin-bottom:40px}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(odd){padding:0 20px 0 0}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(even){padding:0 0 0 20px}
.ss-home-board .board-carousel .slides .slide .block img{margin-bottom:30px}
.ss-home-board .board-carousel .slides .slide .block h3{font-size:24px;line-height:24px;margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block div.company{font-size:16px;line-height:16px;margin-bottom:5px}
.ss-home-board .board-carousel .slides .slide .block div.title{font-size:16px;line-height:16px;margin-bottom:10px}
.ss-home-board .board-carousel .slides .slide .block a.linkedin{width:24px;height:24px}
}
@media only screen and (min-width:576px)and (max-width:767px){
.ss-home-board .board-carousel .slides .slide .block{margin-bottom:30px}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(odd){padding:0 15px 0 0}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(even){padding:0 0 0 15px}
.ss-home-board .board-carousel .slides .slide .block img{margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block h3{font-size:20px;line-height:20px;margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block div.company{font-size:16px;line-height:16px;margin-bottom:6px}
.ss-home-board .board-carousel .slides .slide .block div.title{font-size:16px;line-height:16px;margin-bottom:8px}
.ss-home-board .board-carousel .slides .slide .block a.linkedin{width:20px;height:20px}
}
@media only screen and (max-width:575px){
.ss-home-board .board-carousel .slides .slide .block{margin-bottom:20px}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(odd){padding:0 10px 0 0}
.ss-home-board .board-carousel .slides .slide .block:nth-of-type(even){padding:0 0 0 10px}
.ss-home-board .board-carousel .slides .slide .block img{margin-bottom:15px}
.ss-home-board .board-carousel .slides .slide .block h3{font-size:18px;line-height:18px;margin-bottom:15px}
.ss-home-board .board-carousel .slides .slide .block div.company{font-size:14px;line-height:14px;margin-bottom:5px}
.ss-home-board .board-carousel .slides .slide .block div.title{font-size:14px;line-height:14px;margin-bottom:5px}
.ss-home-board .board-carousel .slides .slide .block a.linkedin{width:14px;height:14px}
}
.ss-home-board .board-carousel-controls{width:100%}
.ss-home-board .board-carousel-controls #carouselControl{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;background:#edebed;outline:0;opacity:1;transition:all ease-in-out .2s}
.ss-home-board .board-carousel-controls #carouselControl:hover{opacity:1}
.ss-home-board .board-carousel-controls #carouselControl:focus{outline:0}
.ss-home-board .board-carousel-controls #carouselControl::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:100px;height:10px;background:#f2fba7;cursor:pointer;border:0 transparent!important;outline:0!important}
.ss-home-board .board-carousel-controls #carouselControl::-ms-thumb{width:10px;height:10px;background:#f2fba7;cursor:pointer;border:1px solid #b3b3b3}
.ss-home-board .board-carousel-controls #carouselControl::-moz-range-thumb{width:10px;height:10px;background:#f2fba7;cursor:pointer;border:1px solid #b3b3b3}
.ss-home-board .board-carousel-controls #carouselControl:focus::-webkit-slider-runnable-track{background:#edebed;outline:0}
.ss-home-board .board-carousel-controls #carouselControl::-ms-track{width:100%;cursor:pointer;background:rgba(0,0,0,0);border-color:transparent;color:transparent}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_1::-webkit-slider-thumb{width:100%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_1::-ms-thumb{width:100%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_1::-moz-range-thumb{width:100%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_2::-webkit-slider-thumb{width:50%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_2::-ms-thumb{width:50%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_2::-moz-range-thumb{width:50%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_3::-webkit-slider-thumb{width:33.33%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_3::-ms-thumb{width:33.33%}
.ss-home-board .board-carousel-controls #carouselControl.showSlides_3::-moz-range-thumb{width:33.33%}
.ss-home-inspired{padding-top:100px;padding-bottom:0;position:relative}
@media screen and (max-width:991px){
.ss-home-inspired{padding-top:40px}
}
.ss-home-inspired__col-left{display:flex;flex-direction:column;justify-content:center}
.ss-home-inspired__col-left p.fade-sibling{transition-delay:0s!important}
.ss-home-inspired__col-left-btn{transition-delay:.5s!important}
@media screen and (min-width:1200px){
.ss-home-inspired__col-left h2{margin-bottom:20px;max-width:300px}
.ss-home-inspired__col-left-btn{margin-top:10px}
}
@media screen and (max-width:991px){
.ss-home-inspired__col-left h2{margin-top:25px;max-width:375px}
}
@media only screen and (min-width:1500px){
.ss-home-inspired .container{max-width:1200px}
.ss-home-inspired__col-left{padding:0 120px 0 15px}
}
@media only screen and (min-width:1200px)and (max-width:1499px){
.ss-home-inspired .container{max-width:1200px}
.ss-home-inspired__col-left{padding:0 60px 0 160px}
}
.ss-home-inspired__img{display:flex;justify-content:center;align-items:center}
@media screen and (max-width:991px){
.ss-home-inspired__img img{height:400px;-o-object-fit:cover;object-fit:cover;width:100%;-o-object-position:top;object-position:top}
}
.ss-home-inspired #js-about-video{display:none;position:relative}
@media screen and (max-width:991px){
.ss-home-inspired #js-about-video a.ss-close{bottom:-30px;z-index:99}
}
.ss-home-inspired #stats{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch}
.ss-home-inspired #stats .box{width:50%}
.ss-home-inspired #stats .box:nth-of-type(odd){padding-right:30px}
.ss-home-inspired #stats .box .figure{color:#144867;font-weight:700;font-size:80px}
.ss-home-inspired #stats .box p{color:#414442}
@media screen and (max-width:991px){
.ss-home-inspired #stats{margin-top:20px}
}
@media screen and (max-width:575px){
.ss-home-inspired #stats{margin-top:40px}
.ss-home-inspired #stats .box{width:100%;padding:0}
.ss-home-inspired #stats .box .figure{font-size:60px;line-height:64px}
}
.ss-home-social{padding:260px 0 150px;position:relative;display:flex;align-items:center}
.ss-home-social.errorIG{opacity:0!important;height:20px!important;padding:0!important;overflow:hidden!important}
@media screen and (max-width:991px){
.ss-home-social{flex-direction:column;padding:80px 0 50px}
}
.ss-home-social__background{width:calc(50% - 15px);background-color:#ecff7e;height:calc(100% - 150px);position:absolute;top:120px;left:0}
@media screen and (max-width:991px){
.ss-home-social__background{width:100%;height:calc(50% + 50px);top:50px}
}
@media screen and (min-width:992px){
.ss-home-social .row{flex-wrap:nowrap}
}
.ss-home-social__col-left{display:flex;flex-direction:column;justify-content:center;z-index:1}
.ss-home-social__col-left h2{font-size:62px;max-width:275px;line-height:1}
@media screen and (max-width:1499px){
.ss-home-social__col-left h2{font-size:51px}
}
@media screen and (max-width:1199px){
.ss-home-social__col-left h2{font-size:52px}
}
@media screen and (max-width:991px){
.ss-home-social__col-left h2{max-width:400px;font-size:42px}
}
@media screen and (max-width:374px){
.ss-home-social__col-left h2{font-size:36px}
}
.ss-home-social__col-left h3{font-size:26px;text-transform:unset;color:#144867}
@media screen and (max-width:1199px){
.ss-home-social__col-left h3{font-size:22px}
}
@media screen and (max-width:991px){
.ss-home-social__col-left h3{margin-bottom:25px}
}
@media screen and (max-width:575px){
.ss-home-social__col-left h3{font-size:20px}
}
@media screen and (max-width:374px){
.ss-home-social__col-left h3{font-size:18px}
}
.ss-home-social__col-right{transition-delay:.2s}
.ss-home-social__col-right-container{width:100%;padding-left:40%;position:absolute;padding-right:10px}
@media screen and (max-width:1499px){
.ss-home-social__col-right-container{padding-left:42%}
}
@media screen and (max-width:991px){
.ss-home-social__col-right-container{position:static;padding-left:15px}
}
@media screen and (max-width:575px){
.ss-home-social__col-right-container{padding-right:15px}
}
.ss-home-social__col-right .slick-slide{margin:0 10px;width:360px;height:auto!important;position:relative;display:block}
.ss-home-social__col-right .slick-slide img.tile{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.ss-home-social__col-right .slick-slide img.logo{position:absolute;top:10px;right:10px;width:30px;height:30px}
@media screen and (max-width:575px){
.ss-home-social__col-right .slick-slide{width:280px;margin:0 20px}
.ss-home-social__col-right .slick-slide img.logo{width:20px;height:20px}
}
@media screen and (max-width:420px){
.ss-home-social__col-right .slick-slide{width:320px}
}
.ss-home-social__col-right .slick-list{padding:0 15% 0 0;margin:0 -10px}
@media screen and (max-width:575px){
.ss-home-social__col-right .slick-list{padding:0!important;margin:0}
}
.ss-home-social__col-right .slick-track{height:360px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}
@media screen and (max-width:575px){
.ss-home-social__col-right .slick-track{height:280px}
}
@media screen and (max-width:420px){
.ss-home-social__col-right .slick-track{height:320px}
}
.ss-home-nav{position:fixed;top:50%;transform:translateY(-50%);left:30px;display:none}
@media screen and (max-width:1199px){
.ss-home-nav{display:none!important}
}
.ss-home-nav ul{list-style:none;margin-bottom:0}
.ss-home-nav ul li{margin:10px 0;overflow:hidden}
.ss-home-nav ul li a{color:#144867;position:relative;padding-left:23px;transform:translateX(-23px);display:block;transition:.3s}
.ss-home-nav ul li a:hover{text-decoration:none;transform:translateX(0);font-weight:700}
.ss-home-nav ul li a:hover:before{content:"";height:2px;width:12px;display:block;background-color:#144867;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.ss-home-nav ul li a.nav-active{font-weight:700;transform:translateX(0)}
.ss-home-nav ul li a.nav-active:before{content:"";height:2px;width:12px;display:block;background-color:#144867;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.ss-apply{padding:50px 0 75px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:height .4s linear;position:relative;height:700px}
@media screen and (max-width:991px){
.ss-apply{height:auto;padding:25px 0 100px}
}
.ss-apply-bg-color{position:absolute;width:350px;height:450px;background-color:#ecff7e;right:0;z-index:-1}
@media screen and (max-width:1499px){
.ss-apply-bg-color{width:250px;height:375px}
}
@media screen and (max-width:1199px){
.ss-apply-bg-color{width:150px;height:275px}
}
@media screen and (max-width:991px){
.ss-apply-bg-color{top:unset;bottom:150px}
}
@media screen and (max-width:575px){
.ss-apply-bg-color{bottom:45vw;width:25vw;height:35vw}
}
.ss-apply__form{padding:100px 0 150px}
@media screen and (max-width:991px){
.ss-apply__form{padding:50px 0 75px}
}
.ss-apply__form-success{display:block}
.ss-apply__form-success .ss-yellow-img-tag-special:before{max-width:none}
.ss-apply__form-success-thankyou{display:none}
.ss-apply__form-success-thankyou .ss-yellow-img-tag-special:before{max-width:none}
.ss-apply__form-success-thankyou-container{height:100%;display:flex;flex-direction:column;justify-content:center}
.ss-apply__form-success-thankyou-form-top{width:100%;display:flex}
@media screen and (max-width:767px){
.ss-apply__form-success-thankyou-form-top{flex-wrap:wrap}
}
.ss-apply__form-success-thankyou-form-top .mc-field-group{width:50%}
@media screen and (max-width:767px){
.ss-apply__form-success-thankyou-form-top .mc-field-group{width:100%}
}
@media screen and (min-width:768px){
.ss-apply__form-success-thankyou-form-top .mc-field-group:last-of-type{margin-left:15px}
}
.ss-apply__form-success-thankyou-form-bot{width:100%}
.ss-apply__form-success-thankyou-form-bot .mc-field-group{width:100%}
.ss-apply__form-success-thankyou-form-bot .ss-btn{margin-top:20px}
.ss-apply__form-enrollment-closed .ss-yellow-img-tag-special:before{max-width:none}
.ss-apply__form-col-right{position:relative}
@media screen and (max-width:991px){
.ss-apply__form-col-right{display:none;padding:50px 15px}
}
.ss-apply__form-col-right-bg{position:absolute;height:450px;width:350px;background-color:#ecff7e;right:-75px;top:200px}
@media screen and (max-width:1499px){
.ss-apply__form-col-right-bg{right:0}
}
@media screen and (max-width:1199px){
.ss-apply__form-col-right-bg{right:-15px}
}
@media screen and (max-width:991px){
.ss-apply__form-col-right-bg{right:0}
}
@media screen and (max-width:767px){
.ss-apply__form-col-right-bg{height:400px}
}
@media screen and (max-width:575px){
.ss-apply__form-col-right-bg{height:90vw;top:45vw;width:90%}
}
@media screen and (max-width:575px){
.ss-apply__form-col-right img{width:100%}
}
.ss-apply__form-field{width:100%;display:flex;flex-direction:column}
.ss-apply__form-field-checkbox{flex-direction:row;align-items:center;margin-top:0}
.ss-apply__form-field-checkbox label{cursor:pointer;display:flex;align-items:center;margin-top:5px}
.ss-apply__form-field label:not(.sub){font-size:1.08rem}
.ss-apply__form-field label.sub{margin:5px 0 0;font-style:italic;font-size:.9rem}
.ss-apply__form-field .form-upload-multiple{display:none}
.ss-apply__form-field-attachedItem{background-color:#f0f4f6;color:#144867;height:50px;display:flex;align-items:center;padding:0 15px;position:relative;margin-top:15px}
.ss-apply__form-field-attachedItem span.icon{display:inline-block;margin-right:15px;width:15px;height:60px;background-image:url(images/global/attachment.svg);background-position:center center;background-size:15px;background-repeat:no-repeat}
.ss-apply__form-field-attachedItem a{width:19px;height:19px;top:50%;transform:translateY(-50%)}
.ss-apply__form-row{display:flex}
@media screen and (max-width:767px){
.ss-apply__form-row{flex-direction:column}
}
.ss-apply__form-row-field{display:flex;flex-direction:column;width:50%}
@media screen and (max-width:767px){
.ss-apply__form-row-field{width:100%}
}
@media screen and (min-width:768px){
.ss-apply__form-row-field:first-of-type{margin-right:15px}
.ss-apply__form-row-field:last-of-type{margin-left:15px}
}
.ss-apply__form-row-heading{width:100%;margin-top:40px;border-bottom:1px solid #f0f4f6}
.ss-apply__form-row-heading h3{color:#144867}
.ss-apply__form input[type=email],.ss-apply__form input[type=text],.ss-apply__form select{height:40px;width:100%;background-color:#f0f4f6;border-color:#f0f4f6}
.ss-apply__form input[type=email]:focus,.ss-apply__form input[type=text]:focus,.ss-apply__form select:focus{border-color:#144867}
.ss-apply__form textarea{background-color:#f0f4f6;border-color:#f0f4f6}
.ss-apply__form textarea:focus{border-color:#144867}
.ss-apply__form label#apply_label_upload span{font-style:italic;font-size:90%}
.ss-apply__form label#apply_input_upload-error{display:none}
.ss-apply__form label#apply_input_upload-error.show{display:block}
.ss-apply__form label.ss-error-message{margin:0!important}
.ss-apply__form .ss-apply__form-field.legal{padding-top:10px}
.ss-apply__form .ss-apply__form-field.legal p,.ss-apply__form .ss-apply__form-field.legal p *{font-size:12px;line-height:12px}
.ss-apply__form-submit-container{margin-top:25px;display:flex}
@media screen and (max-width:991px){
.ss-apply__form-submit-container{justify-content:space-between}
}
.ss-apply__form-submit-container .ss-btn:not(:last-of-type){margin-right:30px}
.ss-apply-animate{opacity:0;transform:translateY(6.25rem);transition:all 1.5s cubic-bezier(.23,1,.32,1)}
.ss-apply-animate-in-view{opacity:1;transform:translateY(0)}
.ss-ir-hero{height:350px;background-image:url(images/insights-resources/ir-bg-desktop.png);background-size:cover;background-position:top center;display:flex;align-items:center}
@media screen and (max-width:767px){
.ss-ir-hero{height:175px}
}
.ss-ir-hero h1{color:#144867;font-weight:700;font-size:42px}
@media screen and (max-width:575px){
.ss-ir-hero h1{font-size:30px}
}
@media screen and (max-width:374px){
.ss-ir-hero h1{font-size:26px}
}
.ss-ir-content{padding:0 0 100px}
.ss-ir-content__col-left h2{font-size:22px;margin-bottom:0;padding-bottom:25px;padding-top:25px}
@media screen and (min-width:992px){
.ss-ir-content__col-left h2{display:none}
}
.ss-ir-content__col-left-menu{display:flex;margin:0;width:100%;padding-bottom:42px}
@media screen and (max-width:991px){
.ss-ir-content__col-left-menu{display:none}
}
.ss-ir-content__col-left-menu-container{display:flex;width:100%;position:relative;padding-top:50px}
.ss-ir-content__col-left-menu-container:before{content:"";position:absolute;bottom:0;left:0;background-color:#ecff7e;width:100%;height:7px}
.ss-ir-content__col-left-menu-container #insights-authors-dropdown img{transition:all .3s ease-in-out;width:15px;margin-left:10px}
.ss-ir-content__col-left-menu-container #insights-authors-dropdown.articles-dropdown-active img{transform:rotate(180deg)}
@media screen and (max-width:991px){
.ss-ir-content__col-left-menu-container{padding-top:0}
}
.ss-ir-content__col-left-menu-container-outer{height:76px}
.ss-ir-content__col-left-menu-container-outer-sticky{background-color:#fff;z-index:1}
.ss-ir-content__col-left-menu-container-outer-sticky.ss-ir-content-fixed{position:fixed}
.ss-ir-content__col-left-menu-container-outer-sticky.ss-ir-content-relative{position:relative}
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown{position:absolute;left:450px}
@media screen and (min-width:992px){
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown{display:none}
}
@media screen and (max-width:991px){
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown{left:unset;top:-48px;display:flex;align-items:center;right:0}
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown:hover{text-decoration:none}
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown span{margin-right:15px;text-transform:uppercase;color:#144867}
}
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown img{transition:all .3s ease-in-out;width:15px}
.ss-ir-content__col-left-menu-container #mobile-articles-dropdown.articles-dropdown-active img{transform:rotate(180deg)}
.ss-ir-content__col-left-submenu{position:absolute;left:0;border:1px solid #d9d9d9;top:50px;display:none;z-index:9}
.ss-ir-content__col-left-submenu li{background-color:#f5f5f5;margin:0!important;width:200px;display:flex}
.ss-ir-content__col-left-submenu li:not(:last-of-type){border-bottom:1px solid #d9d9d9}
.ss-ir-content__col-left-submenu li a{width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center;color:#fff!important;background-color:#144867;padding:0 15px}
.ss-ir-content__col-left-submenu li a:hover{background-color:#f5f5f5;color:#144867!important}
.ss-ir-content__col-left ul{list-style:none}
@media screen and (max-width:767px){
.ss-ir-content__col-left ul{padding-bottom:25px}
}
.ss-ir-content__col-left ul li{position:relative}
.ss-ir-content__col-left ul li:not(:last-of-type){margin-right:25px}
.ss-ir-content__col-left ul li a{font-size:14px;color:#144867;text-transform:uppercase;transition:all .3s ease-in-out}
.ss-ir-content__col-left ul li a:focus,.ss-ir-content__col-left ul li a:hover{text-decoration:none;text-shadow:0 0 .65px #144867,0 0 .65px #144867}
.ss-ir-content__col-left .element-item{border-bottom:1px solid #d9d9d9;width:100%}
.ss-ir-content__col-left .element-item-hidden{display:none!important}
.ss-ir-content__col-left-list{display:flex;align-items:flex-start;padding:40px 0;min-height:260px}
@media screen and (max-width:991px){
.ss-ir-content__col-left-list{min-height:auto}
}
@media screen and (max-width:767px){
.ss-ir-content__col-left-list{padding:20px 0}
}
.ss-ir-content__col-left-list-image{margin-top:5px;margin-right:30px;width:150px}
@media screen and (max-width:575px){
.ss-ir-content__col-left-list-image{margin-right:15px;width:100px}
}
.ss-ir-content__col-left-list-image img{width:150px;max-width:150px}
@media screen and (max-width:575px){
.ss-ir-content__col-left-list-image img{width:100px;max-width:100px}
}
.ss-ir-content__col-left-list a h3{font-size:26px;transition:all .3s ease-in-out;color:#144867;text-transform:unset}
@media screen and (max-width:767px){
.ss-ir-content__col-left-list a h3{font-size:22px}
}
@media screen and (max-width:575px){
.ss-ir-content__col-left-list a h3{font-size:16px}
}
.ss-ir-content__col-left-list p{font-size:14px}
.ss-ir-content__col-left-list p:last-of-type{margin-bottom:0}
.ss-ir-content__col-left-list-content{margin-top:40px;margin-bottom:20px}
.ss-ir-content__col-left-list-signature{font-weight:700;margin-bottom:0;line-height:12px}
.ss-ir-content__col-right h2{font-size:22px;margin-bottom:0;padding-bottom:20px!important;position:relative}
.ss-ir-content__col-right h2:before{content:"";position:absolute;bottom:0;left:0;background-color:#ecff7e;width:100%;height:7px}
.ss-ir-content__col-right-title h2{display:block;padding-top:48px;min-height:115px;margin-bottom:18px}
@media screen and (max-width:991px){
.ss-ir-content__col-right-title h2{padding-top:60px;min-height:auto;margin-bottom:0}
}
.ss-ir-content__col-right-list-content{margin-bottom:25px}
.ss-ir-content__col-right-list{padding:25px 0;border-bottom:1px solid #d9d9d9}
.ss-ir-content__col-right-list h3,.ss-ir-content__col-right-list h3>a{font-size:22px;font-weight:700;color:#144867;text-transform:unset}
@media screen and (max-width:767px){
.ss-ir-content__col-right-list h3,.ss-ir-content__col-right-list h3>a{font-size:22px}
}
@media screen and (max-width:575px){
.ss-ir-content__col-right-list h3,.ss-ir-content__col-right-list h3>a{font-size:16px}
}
.ss-ir-content__col-right-list p{font-size:14px;margin-bottom:0}
.ss-ir-content__col-right-list-signature{font-weight:700;margin-bottom:5px}
.ss-ir-content__mobileMenu{position:fixed;bottom:0;background-color:rgba(0,0,0,.5);width:100%;border-top:1px solid #d9d9d9;display:none;height:100%;z-index:100}
.ss-ir-content__mobileMenu-wrapper{height:100%;display:flex;align-items:flex-end}
.ss-ir-content__mobileMenu-wrapper-inner{width:100%;background:#fff}
.ss-ir-content__mobileMenu-submenu-container{flex-direction:column}
.ss-ir-content__mobileMenu h2{font-size:22px;text-align:center;margin:15px 0}
.ss-ir-content__mobileMenu ul{margin:0;height:100%;max-height:50vh;overflow-y:auto}
.ss-ir-content__mobileMenu ul#js-insights-mobile-submenu{display:none}
.ss-ir-content__mobileMenu ul#js-insights-mobile-submenu li{background-color:#ebebeb}
.ss-ir-content__mobileMenu ul li{display:flex}
.ss-ir-content__mobileMenu ul li a{color:#144867;width:100%;text-align:center;font-size:22px;padding:15px 0;border-top:1px solid #d9d9d9}
.ss-ir-content__mobileMenu ul li a:focus,.ss-ir-content__mobileMenu ul li a:hover{text-decoration:none}
@media screen and (max-width:767px){
.ss-ir-content__mobileMenu ul li a{font-size:16px}
}
.ss-ir-content__mobileMenu ul li a#insights-authors-dropdown img{margin-left:5px;width:15px;transition:all .3s ease-in-out}
.ss-ir-content__mobileMenu.show-author a#insights-authors-dropdown img{transform:rotate(180deg)}
.ss-ir-content__mobileMenu-close{bottom:0;width:100%;height:80px;background-color:#144867;display:flex;justify-content:center;align-items:flex-start;padding-top:15px;background-image:url(images/global/icon-close-white.svg);transform:unset;background-position:center 50%;background-size:22px;background-repeat:no-repeat;position:static}
.ss-ir-content__mobileMenu-submenu{display:none}
.ss-ir-detail{display:flex;align-items:center;padding:50px 0;position:relative}
@media screen and (max-width:991px){
.ss-ir-detail{padding:30px 0 20px}
}
.ss-ir-detail__col{display:flex;flex-direction:column;align-items:center}
.ss-ir-detail-bg-top{background-image:url(images/insights-resources/ir-detail-bg-desktop.png);background-size:cover;background-repeat:no-repeat;position:absolute;background-position:bottom;top:0;width:100%;height:350px}
@media screen and (max-width:991px){
.ss-ir-detail-bg-top{height:175px}
}
.ss-ir-detail-bg-left{position:absolute;background-color:#ecff7e;height:70vh;width:30vh;left:0;bottom:5%;max-height:600px;max-width:255px;z-index:-1}
@media screen and (max-width:991px){
.ss-ir-detail-bg-left{display:none}
}
.ss-ir-detail-bg-right{position:absolute;background-color:#ecff7e;height:70vh;width:20vh;right:0;top:25%;max-height:600px;max-width:150px;z-index:-1}
@media screen and (max-width:991px){
.ss-ir-detail-bg-right{display:none}
}
.ss-ir-detail h1{color:#144867;font-weight:700;font-size:42px;margin:25px 0 40px}
@media screen and (max-width:1199px){
.ss-ir-detail h1{font-size:34px;margin:15px 0 20px}
}
@media screen and (max-width:767px){
.ss-ir-detail h1{font-size:28px;margin:10px 0 25px}
}
.ss-ir-detail p{margin:0 auto 20px}
.ss-ir-detail p.ss-ir-detail__author-signature{font-weight:400}
.ss-ir-detail p.ss-ir-detail__author-date{margin-bottom:0}
.ss-ir-detail img{margin-bottom:15px}
.ss-ir-detail__author,.ss-ir-detail__content,.ss-ir-detail__published{position:relative;width:100%;max-width:570px}
@media screen and (max-width:1199px){
.ss-ir-detail__author,.ss-ir-detail__content,.ss-ir-detail__published{max-width:450px}
}
@media screen and (max-width:991px){
.ss-ir-detail__author,.ss-ir-detail__content,.ss-ir-detail__published{max-width:100%}
}
.ss-ir-detail__author{margin:0 auto;min-height:60px}
.ss-ir-detail__author img{position:absolute;left:0;top:0;width:60px;filter:grayscale(100%)}
.ss-ir-detail__author div{min-height:60px;margin-left:80px;display:flex;flex-direction:column;justify-content:center}
.ss-ir-detail__author div p{width:100%;font-size:14px;line-height:16px;margin-bottom:0;text-align:left}
.ss-ir-detail__author-border{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;margin-top:25px;padding:25px 0;min-height:110px}
.ss-ir-detail__author-border img{top:25px}
.ss-ir-detail__published{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;margin:25px auto 25px}
.ss-ir-detail__published p{margin:15px 0}
.ss-ir-detail__published p,.ss-ir-detail__published p a{font-size:14px;line-height:16px}
.ss-ir-detail__content blockquote{margin:0 auto 15px}
@media screen and (max-width:767px){
.ss-ir-detail__content blockquote{margin:0 30px 15px}
}
.ss-ir-detail__content blockquote,.ss-ir-detail__content blockquote p{position:relative;font-size:32px;line-height:1.3;color:#144867;font-weight:700}
@media screen and (max-width:991px){
.ss-ir-detail__content blockquote,.ss-ir-detail__content blockquote p{font-size:26px}
}
@media screen and (max-width:767px){
.ss-ir-detail__content blockquote,.ss-ir-detail__content blockquote p{font-size:22px}
}
.ss-ir-detail__content blockquote p:before{content:"“";position:absolute;left:-20px}
@media screen and (max-width:767px){
.ss-ir-detail__content blockquote p:before{left:-15px}
}
.ss-ir-detail__content blockquote p:after{content:"”"}
.ss-ir-detail__content .wp-caption{position:relative;margin-top:50px;margin-bottom:20px}
@media screen and (min-width:1200px){
.ss-ir-detail__content .wp-caption{width:770px!important;left:-100px}
}
@media screen and (max-width:1199px){
.ss-ir-detail__content .wp-caption{width:600px!important;left:-75px}
}
@media screen and (max-width:991px){
.ss-ir-detail__content .wp-caption{width:100%!important;left:0}
}
.ss-ir-detail__content .wp-caption:before{content:"";position:absolute;background-color:#ecff7e;height:60px;top:0;left:50%;width:80%;transform:translate(-50%,-50%);z-index:1}
@media screen and (max-width:575px){
.ss-ir-detail__content .wp-caption:before{height:8vw}
}
.ss-ir-detail__content .wp-caption img{height:auto}
.ss-ir-detail__content .wp-caption .wp-caption-text{text-align:center;font-size:14px}
.ss-ir-detail__content img{display:block}
.ss-ir-detail__content img.aligncenter{margin-left:auto;margin-right:auto}
.ss-ir-detail__content img.alignleft{float:left;margin-right:10px;margin-bottom:10px}
.ss-ir-detail__content img.alignright{float:right;margin-left:10px;margin-bottom:10px}
.ss-ir-detail__content ul{padding-left:20px}
.ss-ir-detail__content ul,.ss-ir-detail__content ul *{font-weight:300}
.ss-ir-detail__content ul>*{margin-bottom:10px}
.ss-ir-detail .ss-newsletter{background-color:#ecff7e;margin-top:50px;padding:25px 15px}
.ss-ir-detail .ss-newsletter .container{max-width:100%;padding:0}
.ss-ir-detail .ss-newsletter .container .row{margin:0}
.ss-ir-detail .ss-newsletter__col-top{padding:0}
.ss-ir-detail .ss-newsletter__col-top h2{padding-bottom:0}
.ss-ir-detail .ss-newsletter__col-top h2:before{display:none}
.ss-ir-detail .ss-newsletter__col-bot{padding:0}
.ss-ir-detail .ss-newsletter__col-bot-form{flex-direction:column}
.ss-ir-detail .ss-newsletter__col-bot-left{width:100%;flex-direction:column;padding:0}
.ss-ir-detail .ss-newsletter__col-bot-left .mc-field-group{margin:15px 0 0 0}
.ss-ir-detail .ss-newsletter__col-bot-right{width:100%;flex-direction:column;padding:0;align-items:flex-end}
.ss-ir-detail .ss-newsletter__col-bot-right .mc-field-group{margin:15px 0 0 0}
.ss-ir-detail .ss-newsletter__col-bot-right .ss-btn{margin-left:0}
.ss-ir-related{background-color:#f5f5f5;padding:75px 0 100px}
@media screen and (max-width:991px){
.ss-ir-related{padding:50px 0 150px}
}
.ss-ir-related h2{font-size:22px;margin-bottom:50px}
@media screen and (max-width:767px){
.ss-ir-related h2{margin-bottom:25px}
}
.ss-ir-related__slider .slick-slide{margin:0 15px}
.ss-ir-related__slider .slick-list{margin:0 -15px}
@media screen and (max-width:575px){
.ss-ir-related__slider .slick-list{padding:0!important;margin:0}
}
.ss-ir-related__slider .slick-list img{width:100%}
.ss-ir-related__slider .slick-list h3{color:#144867;font-size:26px;text-transform:unset;margin:15px 0}
@media screen and (max-width:767px){
.ss-ir-related__slider .slick-list h3{font-size:18px}
}
.ss-ir-related__slider .slick-list p{font-size:14px;margin:0}
.ss-ir-social{position:fixed;top:50%;transform:translateY(-50%);padding-left:30px;display:none}
@media screen and (max-width:991px){
.ss-ir-social{display:block;position:static}
}
.ss-ir-social h4{color:#144867;font-size:16px;text-transform:uppercase;margin:7px 0;font-weight:700}
.ss-ir-social__link-container{display:flex;flex-direction:column}
.ss-ir-social__link-container a{margin:3px 0;transition:all .3s ease-in-out;padding-left:22px;transform:translateX(-32px);display:flex;align-items:center}
.ss-ir-social__link-container a:hover{text-decoration:none;text-shadow:0 0 .65px #144867,0 0 .65px #144867;transform:translateX(0)}
.ss-ir-social__link-container a:hover svg{opacity:1}
.ss-ir-social__link-container a svg{width:22px;height:22px;margin-left:-22px;opacity:0;transition:all .3s ease-in-out}
.ss-ir-social__link-container a svg path{fill:#144867}
.ss-ir-social__link-container a span{margin-left:10px}
.ss-ir-social-static{position:static}
.ss-ir-social-mobile{transform:unset;padding:0 0 50px;top:unset}
.ss-ir-social-mobile .ss-ir-social__col{display:flex;justify-content:space-between}
.ss-ir-social-mobile .ss-ir-social__col h4{margin:0;display:flex;align-items:center;font-weight:700;margin-right:30px}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container{flex-direction:row;width:100%;justify-content:flex-start}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a{padding:0;transform:unset;transition:none;margin-right:20px}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a svg{margin-left:0;opacity:1}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a svg path{fill:#144867}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a img{display:block}
.ss-ir-social-mobile .ss-ir-social__col .ss-ir-social__link-container a span{display:none}
.ss-cohort-hero{position:relative;padding:50px 0 25px}
@media screen and (max-width:767px){
.ss-cohort-hero{padding:30px 0 25px}
}
.ss-cohort-hero:after,.ss-cohort-hero:before{content:"";width:100%;position:absolute;left:0;z-index:-1}
.ss-cohort-hero:before{background-color:#ecff7e;height:390px;top:0}
@media screen and (max-width:767px){
.ss-cohort-hero:before{height:215px}
}
.ss-cohort-hero:after{background-image:url(images/global/pattern.svg);height:100px;top:410px;background-position:center;background-size:cover}
@media screen and (max-width:767px){
.ss-cohort-hero:after{height:55px;top:230px}
}
.ss-cohort-hero__col-title h1{text-align:center;color:#144867;font-weight:700;font-size:80px}
@media screen and (max-width:991px){
.ss-cohort-hero__col-title h1{font-size:56px}
}
@media screen and (max-width:767px){
.ss-cohort-hero__col-title h1{font-size:30px;text-align:left;align-self:flex-start}
}
.ss-cohort-hero__col-title h2{text-align:center;font-weight:400;font-size:40px;margin-bottom:50px}
@media screen and (max-width:991px){
.ss-cohort-hero__col-title h2{font-size:32px}
}
@media screen and (max-width:767px){
.ss-cohort-hero__col-title h2{font-size:24px;text-align:left;align-self:flex-start;margin-bottom:30px}
}
.ss-cohort-hero__col-title-img{margin-bottom:20px}
.ss-cohort-hero__col-title-social a:not(:last-of-type){margin-right:20px}
@media screen and (max-width:767px){
.ss-cohort-hero__col-title-social a:not(:last-of-type){margin-right:15px}
}
@media screen and (max-width:767px){
.ss-cohort-hero__col-title-social a img{max-width:22px}
}
.ss-cohort-content{margin-bottom:100px;position:relative}
.ss-cohort-content:after,.ss-cohort-content:before{content:"";position:absolute;background-color:#ecff7e;width:250px;height:600px;z-index:-1}
@media screen and (max-width:1499px){
.ss-cohort-content:after,.ss-cohort-content:before{width:200px}
}
@media screen and (max-width:1199px){
.ss-cohort-content:after,.ss-cohort-content:before{width:100px}
}
@media screen and (max-width:991px){
.ss-cohort-content:after,.ss-cohort-content:before{display:none}
}
.ss-cohort-content:before{right:0;top:-150px}
.ss-cohort-content:after{left:0;top:50%;transform:translateY(-50%)}
.ss-cohort-content__col-logo-wrapper{margin-bottom:50px;max-height:180px;max-width:400px}
@media screen and (max-width:767px){
.ss-cohort-content__col-logo-wrapper{margin-bottom:30px;height:100px}
}
.ss-cohort-content__col-logo{max-width:100%;max-height:100%}
.ss-cohort-content__col h2{margin-bottom:20px}
@media screen and (max-width:767px){
.ss-cohort-content__col h2{font-size:38px}
}
.ss-cohort-content__col h3{color:#144867;font-size:26px;line-height:1.38;font-weight:700;text-transform:none;margin-bottom:20px}
.ss-cohort-content__col p{margin-bottom:30px}
@media screen and (max-width:767px){
.ss-cohort-content__col p{font-size:16px}
}
.ss-cohort-content__col p a{font-weight:inherit;color:inherit;text-decoration:underline}
.ss-cohort-content__col p a:hover{text-decoration:none}
.ss-cohort-content__col-info{list-style:none;margin-bottom:30px}
.ss-cohort-content__col-info li{font-weight:300;font-size:16px;line-height:24px}
.ss-cohort-content__col-info li a{font-weight:300}
.ss-general-hero{height:350px;background-image:url(images/insights-resources/ir-bg-desktop.png);background-size:cover;background-position:top center;display:flex;align-items:center}
@media screen and (max-width:767px){
.ss-general-hero{height:175px}
}
.ss-general-hero h1{color:#144867;font-weight:700;font-size:42px}
@media screen and (max-width:575px){
.ss-general-hero h1{font-size:30px}
}
@media screen and (max-width:374px){
.ss-general-hero h1{font-size:26px}
}
.ss-general-content{padding:60px 0 100px}
.ss-general-content h2{font-size:22px;margin-bottom:0;padding-bottom:25px;padding-top:25px}
@media screen and (min-width:992px){
.ss-general-content h2{display:none}
}
/*# sourceMappingURL=style.css.map */
