/*
Theme Name: Balderton
Theme URI: https://www.balderton.com/
Description: Theme for Balderton website
Author: DBS
Author URI: http://www.designbystructure.com/
Version: 1.2
*/

@font-face {
  font-family: 'GTWalsheimProRegular';
  src: url('fonts/GTWalsheimProRegular.eot?#iefix') format('embedded-opentype'),  url('fonts/GTWalsheimProRegular.otf')  format('opentype'),
       url('fonts/GTWalsheimProRegular.woff') format('woff'), url('fonts/GTWalsheimProRegular.ttf')  format('truetype'), url('fonts/GTWalsheimProRegular.svg#GTWalsheimProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheimPro-Light';
  src: url('fonts/GTWalsheimPro-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/GTWalsheimPro-Light.otf')  format('opentype'),
       url('fonts/GTWalsheimPro-Light.woff') format('woff'), url('fonts/GTWalsheimPro-Light.ttf')  format('truetype'), url('fonts/GTWalsheimPro-Light.svg#GTWalsheimPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheimPro-CondensedBold';
  src: url('fonts/GTWalsheimPro-CondensedBold.eot?#iefix') format('embedded-opentype'),  url('fonts/GTWalsheimPro-CondensedBold.woff') format('woff'), url('fonts/GTWalsheimPro-CondensedBold.ttf')  format('truetype'), url('fonts/GTWalsheimPro-CondensedBold.svg#GTWalsheimPro-CondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nantes-Bold';
  src: url('fonts/Nantes-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Nantes-Bold.otf')  format('opentype'),
       url('fonts/Nantes-Bold.woff') format('woff'), url('fonts/Nantes-Bold.ttf')  format('truetype'), url('fonts/Nantes-Bold.svg#Nantes-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Walsheim-Bold-Oblique';
  src: url('fonts/GT-Walsheim-Bold-Oblique.eot?#iefix') format('embedded-opentype'),  url('fonts/GT-Walsheim-Bold-Oblique.otf')  format('opentype'),
       url('fonts/GT-Walsheim-Bold-Oblique.woff') format('woff'), url('fonts/GT-Walsheim-Bold-Oblique.ttf')  format('truetype'), url('fonts/GT-Walsheim-Bold-Oblique.svg#Nantes-Bold') format('svg');
  font-weight: bold;
  font-style: italic;
}

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-family: inherit; text-decoration: none;}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after, blockquote:before, blockquote:after{content: "";}
a:hover{text-decoration: none;}
a, input, div, textarea {outline: 0; -webkit-appearance: none;}
p a{color: #000; text-decoration: none; line-height: 1em;}

img{max-width: 100%; height: auto;}
html{box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

h1, h2, h3, h4, h5{line-height: 1em; font-weight: 400; font-family: 'GTWalsheimPro-CondensedBold', sans-serif; color: #000; font-size: 1em;}
body{font: 62.5%/1.3 'GTWalsheimProRegular', sans-serif; color: #000; background: #fff; font-weight: 40; -webkit-font-smoothing: antialiased; }
p, a, span,  li, input, textarea{line-height: 1em; font-weight: 400; font-family: 'GTWalsheimProRegular', sans-serif; color: #000; font-size: 1em;}

body{overflow-x: hidden;}


.container{margin: 0 auto; max-width: 1290px; padding: 0 15px; position: relative;}
.container-s{margin: 0 auto; max-width: 1080px; padding: 0 15px; position: relative;}

.gray{background: #f8f9f8;}

.desktop-hidden{display: none !important;}
.mobile-hidden{display: block !important;}

/*============Submenu============*/
.menu li{
  padding-bottom: 32px;
}

.menu-item-has-children{
  position: relative;
}
.menu-item-has-children:after{
  content: url('img/caret-down-dark.png');
  position: absolute;
  right: -16px;
  top: 3px;
}
.sticky #homeHeader .menu-item-has-children:after{
  content: url('img/caret-down-dark.png');
}
#homeHeader .menu-item-has-children:after{
  content: url('img/caret-down.svg');
}
.menu-item-has-children .sub-menu{
  position: absolute;
  left: 50%;
  top: 50px;
  width: 100%;
  min-width: 250px;
  text-align: left;
  background-color: #fff;
  z-index: 9;
  /* border-top: 5px solid transparent; */
  transform: translate(-50%, 0);
  /* display: none; */
  opacity: 0;
  height: 0;
  overflow: hidden;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);

}
.menu-item-has-children .sub-menu::after{
  content: '\2023';
  position: absolute;
  top: -13px;
  right: 50%;
  transform: translate(50%, 0) rotate(-90deg) scaleY(2);
  color: #fff;
  font-size: 88px;
  text-shadow: 3px 0 4px rgba(0,0,0,0.15);
  z-index: -1;
}
.menu-item-has-children .sub-menu::before{
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
}

.menu li:hover .sub-menu{
  /* display: block; */
  opacity: 1;
  height: auto;
  overflow: visible;
  /* border-top: 5px solid #F54A14; */
}

.menu-item-has-children .sub-menu .menu-item-title{
  position: relative;
  font-family: 'GTWalsheimPro-Light'!important;
  font-size: 17px!important;
  line-height: 23px!important;
}
.menu-item-has-children .sub-menu .menu-item a {
  display: block;
}
.menu-item-has-children .sub-menu .menu-item-title:after{
  content: '';
  background-color: #E8E8E8;
  height: 1px;
  width: calc(100% - 35px);
  position: absolute;
  bottom: 0;
  left: 15px;
}
.menu-item-has-children .sub-menu .menu-item-title:hover{
  background-color: F2F2F2;
  border-left: 5px solid #F54A14;
}

.menu-item-has-children .sub-menu li{
  margin: 0!important;
  padding: 12px 20px 12px 15px;
  /* border-bottom: 1px solid #E8E8E8; */
  width: 100%;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu-item-has-children .sub-menu li:last-child{
  border-bottom: none;
}
.menu-item-has-children .sub-menu li a{
  color: #212029!important;
  font-size: 17px!important;
  line-height: 23px!important;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu-item-has-children .sub-menu li a span.label{
  color:#00C495;
  font-family: 'GTWalsheimPro-Light';
}
.menu-item-has-children .sub-menu li:hover{
  background: #F2F2F2;
}
.menu-item-has-children .sub-menu li{
  border-left: 5px solid #fff;
}
.menu-item-has-children .sub-menu li:hover{
  border-left: 5px solid #F54A14;
}
/* .menu-item-has-children .sub-menu li:hover a{
  color: #F54A14!important;
}

.menu .menu-item-has-children:hover a{
  color: #F54A14;
} */

@media (max-width: 1024px){
  .open-menu #header .logo-light{
    display: block;
    position: absolute;
    z-index: 999;
  }
  .open-menu #homeHeader .headerMenuAndLogo .container{
    padding: 0 22px;
  }
  .menu li{
    padding-bottom: 0;
    -ms-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
  }
  .menu li a{
    -ms-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
  }
  /* .menu li:hover a{
    color: #F54A14!important;
  } */
  .menu-item-has-children .sub-menu{
    overflow: visible;
    opacity: 1;
    height: auto;
    position: static;
    transform: translate(0, 0);
    border-top: 0;
    background-color: transparent;
  }
  .menu-item-has-children .sub-menu li{
    border-bottom: 0;
    padding: 0 16px;
  }
  .menu-item-has-children .sub-menu li a{
    color: #fff!important;
    font-size: 28px!important;
  }
  .menu li:hover .sub-menu{
    border-top: 0;
  }
  .menu-item-has-children .sub-menu .current-menu-item,
  .menu-item-has-children .sub-menu li:hover{
    background-color: transparent;
  }
}

@media (max-width: 767px){
  a[href^="#"]:after{
    display: none;
  }


  .menu li a:after{
    -ms-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
  }

  .menu li:hover a:after{
    background-image: url(img/arrow-right-menu-colored.png)!important;
  }
  .menu li:hover .sub-menu li a:after{
    background-image: url(img/arrow-right-menu.png)!important;
  }

  .menu .menu-item-has-children .sub-menu li a:after{
    background-image: url(img/arrow-right-menu.png)!important;
  }
  .menu .menu-item-has-children .sub-menu li:hover a:after{
    background-image: url(img/arrow-right-menu-colored.png)!important;
  }

  .menu-item-has-children .sub-menu li{
    padding: 0 10px;
  }
  .menu-item-has-children .sub-menu li a{
    padding: 2px 0!important;
    font-size: 16px!important;
    line-height: 28px!important;
  }
}
/*==========End submenu==========*/
/*========= Start footer improvements ===========*/
#footer .menu li{
  padding-bottom: 0;
}
/*========= End footer improvements =============*/
/*========= Start membership =============*/
.membershipModule .investmentsBoxes .boxes .box .back-side{
  position: relative;
  padding: 48px 20px;
  background-color: #EE7D00;

}
.membershipModule .investmentsBoxes .boxes .box .back-side .logo-member{
  position: absolute;
  top: 48px;
  right: 20px;
  width: 27px;
  height: auto;
}
.membershipModule .investmentsBoxes .boxes .box .back-side h3{
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 1.271px;
  color: #fff;
  text-transform: uppercase;
}
.membershipModule .investmentsBoxes .boxes .box .back-side h5{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.105px;
  color: #fff;
}
.membershipModule .investmentsBoxes .boxes .box .back-side h6{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.105px;
  color: #fff;
}
.membershipModule .investmentsBoxes .boxes .box .back-side p{
  margin-top: 40px;
  font-family: 'GTWalsheimPro-Light';
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.135px;
  color: #fff;
}
.membershipModule .investmentsBoxes .boxes .box .boxContent img{
  top: 0;
  right: 20px;
  position: absolute;
  z-index: 9;
  -ms-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important;
}
.membershipModule .investmentsBoxes .boxes .box .boxContent img.caret-right-orange{
  opacity: 1;
}
.membershipModule .investmentsBoxes .boxes .box .boxContent img.caret-right-white{
  opacity: 0;
}
.membershipModule .investmentsBoxes .boxes .box:hover .front-side img.caret-right-orange{
  opacity: 0;
}
.membershipModule .investmentsBoxes .boxes .box:hover .front-side img.caret-right-white{
  opacity: 1;
}

/* banner */
.banner{
  padding-top: 85px;
  padding-bottom: 185px;
}
.banner .inner-banner{
  position: relative;
}
.banner .inner-banner h2 {
  font-size: 38px;
  line-height: 44px;
  font-family: 'Nantes-Bold';
}
.banner .inner-banner h3 {
  font-size: 38px;
  line-height: 44px;
  font-family: 'Nantes-Bold';
  color: #F74900;
}
.banner .inner-banner h4 {
  color: #212029;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 284px;
  line-height: 240px;
  letter-spacing: 0.302px;
  opacity: .04;
  z-index: -1;
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 880px;
  width: auto;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 991px){
  .banner .inner-banner h4 {
    top: 0;
    font-size: 137px;
    line-height: 126px;
  }
}

@media (max-width: 767px){
  .membershipModule .investmentsBoxes .boxes .box .boxContent img{
    width: 6px;
    height: auto;
  }

  .membershipModule .investmentsBoxes .boxes .box:hover .front-side img.caret-right-orange{
    opacity: 1;
  }
  .membershipModule .investmentsBoxes .boxes .box:hover .front-side img.caret-right-white{
    opacity: 0;
  }

  .membershipModule .investmentsBoxes .boxes .box.active .boxContent img.caret-right-orange{
    opacity: 0;
  }
  .membershipModule .investmentsBoxes .boxes .box.active .boxContent img.caret-right-white{
    opacity: 1;
  }

  /* banner */
  .banner {
    padding-top: 55px;
    padding-bottom: 85px;
  }
  .banner .inner-banner h2 {
    font-size: 24px;
    line-height: 35px;
   }
  .banner .inner-banner h3 {
    font-size: 24px;
    line-height: 35px;
   }
   .banner .inner-banner h4 {
    top: 0;
    font-size: 98px;
    line-height: 80px;
   }
}
/*========= End membership =============*/


#header{padding: 32px 0; padding-bottom: 0;}
#header.floatMenu{-webkit-box-shadow: 0px 2px 2px 0px rgba(202,202,202,0.5); -moz-box-shadow: 0px 2px 2px 0px rgba(202,202,202,0.5); box-shadow: 0px 2px 2px 0px rgba(202,202,202,0.5);}
#header .logo{float: left; max-width: 142px;}
#header .logo-light{float: left; max-width: 142px; display: none;}
#header .desktopMenu{
  /* float: right;  */
  margin: 7px 0 0 0;
  text-align: center;
}
#header .desktopMenu li{
  display: inline-block; 
  /* margin: 0 0 0 29px; */
  margin: 0 0 0 34px;
}
#header .desktopMenu li a{font-size: 1.8em; font-family: 'GTWalsheimPro-Light';}
#header .desktopMenu li a:hover, #header .desktopMenu li.active a{color: #f54a14;}
#header .homeLogo{display: none; max-width: 142px;}

#header .desktopMenu ul.menu{
  display: inline-block;
}
#header .desktopMenu .open-search{
  display: inline-block;
  margin-left: 40px;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  cursor: hand;
  background-image: url('img/search-icon-dark.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  float: right;
}

#homeHeader #header .desktopMenu .open-search{
  background-image: url('img/search-icon.png');
}

#header .open-search.light-button,
#header .open-search.dark-button{
  display: none;
}

#header .inner-search {
  opacity: 0;
  height: 0;
  max-width: 1017px;
  margin: 0;
  position: relative;
  transform: translate(0, -300px);
  transition: .2s ease-out 0s;
}
#header .inner-search input{
  padding-bottom: 30px;
  padding-right: 55px;
  width: 100%;
  height: 85px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #979797;
  font-size: 60px;
  line-height: 47px;
  letter-spacing: -0.245px;
  color: #979797;
  font-family: 'Nantes-Bold';
}
#header .inner-search .button{
  padding: 0;
  position: absolute;
  top: 10px;
  right: 0;
  border: none;
  background: transparent;
  cursor: hand;
  cursor: pointer;
}

.inner-search-open{
  /* background: #212029;
  padding-top: 32px;
  margin-top: -32px; */
  position: relative;
}
.headerMenuAndLogo:after{
  content: '';
  padding-top: 32px;
  margin-top: -32px;
  transform: translate(0, -300px);
  transition: .2s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: -1;
}
.inner-search-open:after{
  transform: translate(0, 0);
  background: #212029;
  height: calc(100% + 32px);
}
#header .inner-search-open .inner-search{
  margin: 75px auto;
  opacity: 1;
  height: auto;
  transform: translate(0, 0);
}
#header .inner-search-open .desktopMenu li a{
  color: #fff;
}
#header .inner-search-open .logo-light{
  display: inline-block;
}
#homeHeader #header .logo-light{
  display: none;
}
#header .inner-search-open .logo{
  display: none;
}
#header .inner-search-open .desktopMenu .open-search{
  background-image: url('img/search-icon.png');
}

.sticky #homeHeader #header .inner-search-open .desktopMenu li a{
  color: #fff;
}
.sticky #homeHeader #header .inner-search-open .logo{
  display: none!important;
}
.sticky #homeHeader #header .inner-search-open .logo-light{
  display: inline-block;
}
.sticky #homeHeader #header .desktopMenu .open-search{
  background-image: url('img/search-icon-dark.png');
}
.sticky #homeHeader #header .inner-search-open .desktopMenu .open-search{
  background-image: url('img/search-icon.png');
}
.sticky #header .inner-search-open .logo{
  display: none!important;
}

/*===================Start template-dark reset =====================*/
.page-template-template-dark #header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.page-template-template-dark #header .logo{
  display: none;
}
.page-template-template-dark #header .logo-light{
  display: inline-block;
}
.page-template-template-dark #header .desktopMenu li a{
  color: #fff;
}
.page-template-template-dark #header .desktopMenu li a:hover,
.page-template-template-dark #header .desktopMenu li.active a{
  color: #f54a14;
}
.page-template-template-dark.sticky #header .desktopMenu li a{
  color: #000;
}
.page-template-template-dark.sticky #header .desktopMenu li a:hover,
.page-template-template-dark.sticky #header .desktopMenu li.active a{
  color: #f54a14;
}
.page-template-template-dark.sticky #header .logo-light{
  display: none;
}
/*=================== End template-dark reset ======================*/

/* Start popup */
.search-popup, .search-boxes {
  position: relative;
  background: #FFF;
  padding: 73px 120px;
  width: auto;
  max-width: 1260px;
  margin: 50px auto;
}

.mfp-wrap {
  z-index: 10043;
}

#search-result .mfp-close { 
  top: 0!important;
}

.search-popup .mfp-close{
  display: none;
}
.search-popup h2,
.search-boxes h2{
  font-size: 60px;
  line-height: 47px;
  letter-spacing: -0.245px;
  color: #212029;
  font-family: 'Nantes-Bold';
}

.search-popup h2 span,
.search-boxes h2 span {
  font-family: 'Nantes-Bold';
}

.search-popup hr,
.search-boxes hr{
  margin-top: 35px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #979797;
}
.search-popup h6,
.search-boxes h6{
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0,127px;
  color: #8E8E8E;
  font-family: 'GTWalsheimPro-Light'
}
.search-popup .button,
.search-boxes .button{
  text-transform: uppercase;
}
.search-popup .wrapper-button,
.search-boxes .wrapper-button{
  margin-top: 76px;
  text-align: center;
}

.search-box{
  padding: 45px 0 40px 0;
  border-bottom: 1px solid #979797;
}
.inner-search-box{
  max-width: 665px;
}
.search-box span{
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #F54A14;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 0.013px;
}

.search-box .meta h4,
.search-box .meta h4 span {
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  line-height: 26px;
  color: #000;
}

.search-box h3{
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.027px;
  color: #212029;
  font-family: 'GTWalsheimPro-CondensedBold';
}
.search-box p{
  margin-bottom: 13px;
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.127px;
  color: #212029;
}
/* End popup */


.signupForm{background: #f54914; padding: 80px 0 120px 0;}
.signupForm .left{float: left; width: 46%;}
.signupForm .left h3{font-family: 'Nantes-Bold'; color:#fff; font-size: 4em; letter-spacing: -0.01em; padding: 0 0 24px 0;}
.signupForm .left p{color:#fff; font-family: 'GTWalsheimPro-Light'; font-size: 2.2em; max-width: 454px; line-height: 1.2em; letter-spacing: 0.005em;}
.signupForm .right{float: right; width: 50%;}
.signupForm .right form{padding: 4px 0 0 5px; position: relative;}
.signupForm .right input[type="email"]{color:#fff; border: 1px solid #ffffff; height: 60px; display: block; width: 385px; letter-spacing: 0.013em; margin: 0 0 10px 0; float: left; padding: 0 40px; background: transparent; font-family: 'GTWalsheimPro-Light'; font-size: 1.7em;}
.signupForm .right input[type="submit"]{background: #ffffff; cursor: pointer; color: #f54a14; border: none;  display: block; position: absolute; top: 4px; left: 390px; margin:0 0 0 18px; font-family: 'GTWalsheimPro-CondensedBold'; font-size: 1.8em; height: 60px; padding: 0 29px;}
.signupForm ::-webkit-input-placeholder{color: #fff; opacity: 1 !important;}
.signupForm :-moz-placeholder{color: #fff; opacity: 1 !important;}
.signupForm ::-moz-placeholder{color: #fff; opacity: 1 !important;}
.signupForm :-ms-input-placeholder{color: #fff;}
.signupForm .hs-form-field label{display: none;}
.signupForm .hs-error-msgs{font-size: 1.5em; font-family: 'GTWalsheimPro-Light'; clear: left;}
.signupForm .hs_error_rollup{display: none;}
.signupForm .hs-form-field .hs-error-msgs label{color: #fff; display: block; max-width: 520px;}
.signupForm .hs-form-field .hs-error-msgs label a{color: #fff;}
.signupForm .submitted-message p{font-size: 1.5em; font-family: 'GTWalsheimPro-Light'; font-weight: 300; line-height: 20px; color: #fff; text-align: left;}
.signupForm .submitted-message p:first-child{margin: 46px 0 20px 0;}
.signupForm .legal-consent-container p{font-size: 1.5em; font-family: 'GTWalsheimPro-Light'; font-weight: 300; line-height: 20px; color: #fff; max-width: 390px;
position: absolute; top: 108px; text-align: left;}
.signupForm .legal-consent-container p a{color: #fff; text-decoration: underline; font-family: 'GTWalsheimPro-Light';}

#footer{background: #212029; padding: 50px 0 0 0;}
#footer .container{position: relative;}
#footer .logo{position: absolute; top: 10px; right: 25px; max-width: 124px;}
#footer .col{float: left; width: 212px; margin-bottom: 51px;}
#footer .col:first-child {
  border-right: 1px solid rgba(150,150,150, 0.3);
  margin-right: 70px;
}

@media (max-width: 1100px) {
  #footer .col:first-child {
    margin-right: 30px;
  }
}

#footer .col:last-child{margin-left: 67px;}
#footer .col h4 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-family: 'Nantes-Bold';
  padding: 0 0 21px 0;
}
#footer .col p{font-size: 1.8em; color: #fff; font-family: 'GTWalsheimPro-Light'; letter-spacing: -0.03em; line-height: 1.5em;}
#footer .col ul{}
#footer .col ul li{font-size: 1.8em; line-height: 1.5em;}
#footer .col ul li a {
  color: #fff;
  font-family: 'GTWalsheimPro-Light';
  letter-spacing: -0.03em;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}
#footer .line{opacity: 0.3; background: #969696; height: 1px;}
#footer span{font-family: 'GTWalsheimPro-Light'; font-size: 1.2em; color: #ffffff; padding: 48px 0 52px; display: block;}

#homeHeader{position: absolute; top: 0; left: 0; right: 0; z-index: 3;}
#homeHeader #header .desktopMenu li a{color: #fff;}
#homeHeader #header .logo{display: none;}
#homeHeader #header .homeLogo{display: block; float: left;}
.hero, .hero .slide, .hero .container{/*min-height: 750px;*/ /*height: 100vh;*/}
.hero{position: relative; background: #21202a; overflow: hidden;}
.hero .slide{opacity: 0.5; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.hero h1{width: 100%; font-size: 8em; letter-spacing: -0.12px; padding-bottom: 27px; line-height: 66px; color: #fff; text-transform: uppercase; -ms-flex-pack: center; justify-content: center; margin: 0; word-wrap: break-word;}
.hero h1 span{color: #f54a14; font-family: 'GTWalsheimPro-CondensedBold'; line-height: 66px;}
.hero p{font-family: 'Nantes-Bold'; color: #fff; font-size: 2.2em; letter-spacing: -0.2px; line-height: 26px; position: absolute; bottom: 65px; left: 15px; right: 15px;}
.hero .container{z-index: 1;}
.hero .tableBlock{display: table; width: 100%; height: 100%;}


.homeNews-slider .newsSlider{
  position: relative;
}
.homeNews-slider .newsSliderMainContainer .slick-arrow{
  position: absolute;
  top: 115px;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 37px;
  padding: 0;
  color: #212029;
}
.homeNews-slider .newsSliderMainContainer .slick-arrow.swiper-button-prev{
  left: -40px;
}
.homeNews-slider .newsSliderMainContainer .slick-arrow.swiper-button-next{
  right: -40px;
}

@media all and (max-width: 1380px){

  .homeNews-slider .newsSliderMainContainer .slick-arrow{
    background-color: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 55px;
  }
  .homeNews-slider .newsSliderMainContainer .slick-arrow.swiper-button-prev{
    left: 15px;
  }
  .homeNews-slider .newsSliderMainContainer .slick-arrow.swiper-button-next{
    right: 15px;
  }

}
@media all and (max-width: 1024px){
  .homeNews-slider .newsSliderMainContainer .slick-arrow{
    display: none;
  }
}




.homeSupport{padding: 40px 0 55px 0;}
.homeSupport h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding: 34px 0 38px 0;}
.homeSupport .supportSliderMainContainer{position: relative; margin: 38px 0 0 0;}
.homeSupport .supportSlider{padding: 0 0 0 0;}
.homeSupport .supportSlider .slick-slide{margin: 0 10px;}
.homeSupport .supportSlider .slide{position: relative;}
.homeSupport .supportSlider .slide a{position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1;}
.homeSupport .supportSlider .slide .logo{position: absolute; bottom: 50px; left: 15px; right: 15px; text-align: center;}
.homeSupport .supportSlider .slide .logo img{display: inline-block; max-width: 80%;}
.homeSupport .wrapper{max-width: 1260px; width: 80%; margin: 0 auto; position: relative;}

.homeSupport .supportSliderButtons{position: absolute; top: 0; left: 0; z-index: 2; height: 0; width: 100%;}
.homeSupport .supportSliderButtons button{width: 2000px; position: absolute; top: 0; height: 520px; -webkit-appearance: none;  -moz-appearance: none; appearance: none; outline: none; border: none; display: block; border-radius: 0px; margin: 0; padding: 0; cursor: pointer; background-color: transparent;}
.homeSupport .supportSliderButtons button.slide-next{left: 100%; background-image: linear-gradient(to left, #ffffff 0%, #ffffff 92%, rgba(242, 242, 242, 0) 100%);}
.homeSupport .supportSliderButtons button.slide-prev{right: 100%; background-image: linear-gradient(to right, #ffffff 0%, #ffffff 92%, rgba(242, 242, 242, 0) 100%);}
.homeSupport .supportSliderButtons button::before{content: ""; height: 35px; width: 53px; position: absolute; display: block; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: url("img/home-slide-arrow.svg");}
.homeSupport .supportSliderButtons button.slide-prev::before{-ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotateZ(180deg); right: 40px;}
.homeSupport .supportSliderButtons button.slide-next::before{left: 40px;}

.homeSupport .textAlignCenter{margin: 60px 0 0 0;}

.meetOurTeamHome{padding: 46px 0 50px 0;}
.meetOurTeamHome .slider{width: 57.9%; float: left; padding: 9px 0 0 0;}
.meetOurTeamHome .text{float: right; width: 370px; margin: 0 25px 0 0;}
.meetOurTeamHome .text h2{font-family: 'Nantes-Bold'; color: #211f1f; font-size: 4.4em; letter-spacing: -0.01em; line-height: 1.14em; margin:0 0 50px 0;}
.meetOurTeamHome .text h2 span{font-family: 'Nantes-Bold'; color: #f54a14; display: block;}


.ourBeliefsHome{padding: 55px 0 37px 0;}
.ourBeliefsHome .left{width: 51%; float: left;}
.ourBeliefsHome .left h2{font-family: 'Nantes-Bold'; color: #211f1f; font-size: 4.4em; letter-spacing: -0.01em; line-height: 1.14em; margin:0 0 50px 0;}
.ourBeliefsHome .left h2 span{font-family: 'Nantes-Bold'; color: #f54a14;}
.ourBeliefsHome .right{width: 49%; float: left;}
.ourBeliefsHome .right p{font-size: 2.2em; color: #212029; font-family: 'GTWalsheimPro-Light'; padding-top: 6px; letter-spacing:0.13px; line-height: 1.3em; padding-bottom: 26px; max-width: 515px;}
.ourBeliefsHome .right p a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.ourBeliefsHome .right .button{margin: 23px 0 0 0;}



.homeNews{padding: 36px 0 105px 0;}
.homeNews h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 65px; padding-top: 3px; letter-spacing: -0.021em;}
.homeNews .box{margin-left: 10px !important; margin-right: 10px !important; max-width: 408px;}
.homeNews .wrapper{max-width: 1260px; width: 80%; margin: 0 auto; position: relative;}
.homeNews .newsSliderButtons{position: absolute; top: 0; left: 0; z-index: 2; height: 0; width: 100%;}
.homeNews .newsSliderButtons button{width: 2000px; position: absolute; top: 0; height: 520px; -webkit-appearance: none;  -moz-appearance: none; appearance: none; outline: none; border: none; display: block; border-radius: 0px; margin: 0; padding: 0; cursor: pointer; background-color: transparent;}
.homeNews .newsSliderButtons button.slide-next-news{left: 100%; background-image: linear-gradient(to left, #ffffff 0%, #ffffff 92%, rgba(242, 242, 242, 0) 100%);}
.homeNews .newsSliderButtons button.slide-prev-news{right: 100%; background-image: linear-gradient(to right, #ffffff 0%,#ffffff 92%, rgba(242, 242, 242, 0) 100%);}
.homeNews .newsSliderButtons button::before{content: ""; height: 35px; width: 53px; position: absolute; display: block; top: 34%; -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: url("img/home-slide-arrow.svg");}
.homeNews .newsSliderButtons button.slide-prev-news::before{-ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotateZ(180deg); right: 40px;}
.homeNews .newsSliderButtons button.slide-next-news::before {left: 40px;}
.homeNews .textAlignCenter{margin: 35px 0 0 0;}
.homeNews .news_balderton .box{margin: 0 18px 0 0;}


.overviewModule{padding: 94px 0 87px;}
.overviewModule .left{width: 50%; float: left;}
.overviewModule h1{font-size: 4.4em; line-height: 1.05em; color: #f54a14; font-family: 'Nantes-Bold'; letter-spacing: 1px;}
.overviewModule h2{font-size: 3.7em; line-height: 1.05em; color: #21202c;}
.overviewModule p{color: #8e8e8e; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.013em; font-size: 1.7em; line-height: 1.5em; padding: 3px 0 27px 7px; letter-spacing: 0.013em; max-width: 600px;}
.overviewModule p a{color: #212029; color: #f54a14;  font-family: 'GTWalsheimPro-Light';}
.overviewModule .right{width: 50%; float: left;}

.contactModule{padding: 62px 0 40px 0;}
.contactModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 48px; letter-spacing:-0.021em;}
.contactModule .left{width: 27.5%; float: left;}
.contactModule .middle{width: 30.5%; margin:0 12.3% 0 6.35%; float: left;}
.contactModule .right{width:15%; float: left;}
.contactModule h4{font-size: 1.8em; color: #212029; text-transform: uppercase; letter-spacing: 0.036em; padding: 29px 0 18px 0;}
.contactModule p{font-size: 1.7em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing:0.13px; line-height: 1.52em; padding-bottom: 26px;}
.contactModule p a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.contactModule input[type="text"], .contactModule input[type="email"]{display: block; width: 100%; letter-spacing:0.13px; color: #8e8e8e; font-size: 1.7em; height: 26px; border:1px solid #c6c6c6; height: 60px; padding: 0 30px; font-family: 'GTWalsheimPro-Light'; margin:10px 0;}
.contactModule input[type="submit"]{background: #f54914; color: #fff; letter-spacing: 0.036em; cursor: pointer; text-transform: uppercase; border: none; float: right; height: 60px; font-family: 'GTWalsheimPro-CondensedBold'; font-size:1.8em; margin: 16px 0 0 0px; padding: 0 45px;}
.contactModule ::-webkit-input-placeholder{color: #8e8e8e; opacity: 1 !important;}
.contactModule :-moz-placeholder{color: #8e8e8e; opacity: 1 !important;}
.contactModule ::-moz-placeholder{color: #8e8e8e; opacity: 1 !important;}
.contactModule :-ms-input-placeholder{color: #8e8e8e;}
.contactModule .field.hs-form-field label{display: none;}
.contactModule .hs-error-msgs{font-size: 1.5em; font-family: 'GTWalsheimPro-Light';}
.contactModule .field.hs-form-field .hs-error-msgs label{color: #f54a14; display: block; margin-bottom: 10px;}
.contactModule .field.hs-form-field .hs-error-msgs label a{color: #f54a14;}
.contactModule .contactForm strong{font-weight: normal !important;}
.contactModule .contactForm .hs-richtext{font-size: 1.5em; font-family: 'GTWalsheimPro-Light';font-weight: 300;line-height: 20px;text-align: left;}
.contactModule .contactForm .hs-richtext p{font-size: 1em;}

.ourOfficeModule{padding: 0 0 155px 0;}
.ourOfficeModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding: 34px 0 38px 0; letter-spacing:-0.021em;}
.ourOfficeModule #map{height: 400px; margin: 52px 0 30px 0;}
.ourOfficeModule .image{position: relative; margin: 0 0 30px 0;}
.ourOfficeModule .left{float: left; width: 50%;}
.ourOfficeModule .left .content{padding: 0 10px 0 0;}
.ourOfficeModule .left .image{float: right; display: block;}
.ourOfficeModule .right{float: left; width: 50%;}
.ourOfficeModule .right .content{padding: 0 0 0 10px;}
.ourOfficeModule .right .image{float: left; display: block;}
.ourOfficeModule .imageContent{position: absolute; left: 30px; right: 30px; bottom: 40px; text-align: left;}
.ourOfficeModule .imageContent a{position: absolute; top:0; right: 0; bottom: 0; left: 0;}
.ourOfficeModule .imageContent img{display: inline-block; vertical-align: middle;}
.ourOfficeModule .imageContent span{display: inline-block; letter-spacing: -0.012em; font-family: 'Nantes-Bold'; font-size: 3.3em; color: #fff; vertical-align: middle; padding: 0 0 0 20px;}

.ourTeamModule{padding: 73px 0 120px 0; letter-spacing: 0.036em;}
.ourTeamModule .tab-navigation{}
.ourTeamModule .tab-navigation li{width: 50%; float: left;}
.ourTeamModule .tab-navigation li span{border-bottom: 5px solid #c6c6c6; padding: 0 0 23px 0; color: #c6c6c6; text-transform: uppercase; display: block; font-size: 1.8em; cursor: pointer; font-family: 'GTWalsheimPro-CondensedBold';}
.ourTeamModule .tab-navigation li.active span{display: block; border-bottom: 5px solid #f54914; color: #212029;}
.ourTeamModule .tab-navigation li:first-child span{margin:0 10px 0 0;}
.ourTeamModule .tab-navigation li:last-child span{margin:0 0 0 10px;}
.ourTeamModule .tab-content{padding: 71px 0 0 0;}
.ourTeamModule .tab-content .tab-content-inner{display: none;}
.ourTeamModule .tab-content .tab-content-inner.active{display: block;}
.ourTeamModule .tab-content .tab-content-inner .people{}
.ourTeamModule .tab-content .tab-content-inner .people .item{width: 23.8%; min-height: 325px; display: block; float: left; margin: 0 1.6% 26px 0; position: relative;}
@media all and (min-width: 768px){
  .ourTeamModule .tab-content .tab-content-inner .people .item.noMargin{margin-right: 0;}
}
.ourTeamModule .tab-content .tab-content-inner .people .item a{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.ourTeamModule .tab-content .tab-content-inner .people .item img{width: 100%; max-width: initial;}
.ourTeamModule .tab-content .tab-content-inner .people .item h4{color: #2d2d32; font-family: 'GTWalsheimPro-Light'; font-size: 1.9em; letter-spacing: 0.04em; padding: 15px 0 12px 0;}
.ourTeamModule .tab-content .tab-content-inner .people .item h5{color: #979797; text-transform: uppercase; font-family: 'GTWalsheimPro-Light'; font-size: 1.4em; letter-spacing: 0.1em; line-height: 1.2em;}
.ourTeamModule .filter{}
.ourTeamModule .filter ul{padding: 0 0 43px 0;}
.ourTeamModule .filter ul li{display: block; text-transform: uppercase; float: left; cursor: pointer; color: #4a4a4a; padding: 0 0 7px 0; font-size: 1.8em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.05em; margin:0 56px 0 0;}
.ourTeamModule .filter ul li.active{color: #f54a14; border-bottom: 1px solid #f54a14;}


.investmentsModule{padding: 42px 0 130px 0}
.investmentsModule .filter ul, .relatedNewsModule .filter ul{padding: 0 0 43px 0;}
.investmentsModule .filter ul li, .relatedNewsModule .filter ul li{display: block; position: relative; cursor: pointer; text-transform: uppercase; float: left; color: #4a4a4a; font-size: 1.8em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.05em; margin:0 22px 0 0;}
.investmentsModule .filter ul li.dropdown span, .relatedNewsModule ul li.dropdown span{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.investmentsModule .filter ul li.dropdown img, .relatedNewsModule ul li.dropdown img{margin: 0 0 2px 12px;}
.investmentsModule .filter ul li ul, .relatedNewsModule ul li ul{display: none;}
.investmentsModule .filter ul li ul li, .relatedNewsModule .filter ul li ul li{font-size: 0.8em; display: block; padding: 0; width: 100%; padding: 5px; line-height: 1.3em; text-transform: none;}
.investmentsModule .filter ul li.active ul, .relatedNewsModule .filter ul li.active ul{display: block;}
.investmentsModule .filter ul li.active .active, .relatedNewsModule .filter ul li.active .active{display: none;}
.investmentsModule .filter ul li ul, .relatedNewsModule .filter ul li ul{position: absolute; top: 30px; left: 0; right: -50px; z-index: 1; background: #f8f9f8; padding: 0;}
.investmentsModule .filter{z-index: 10;}
.investmentsModule .filter ul li ul{z-index: 10;}
.investmentsBoxes .boxes{z-index: 9;}
.investmentsBoxes .boxes .box{width: 32.1%; height: 280px; background: #fff; margin: 20px 0; float: left; margin-right: 1.16%; position: relative; transition: all 1s ease-in-out; background-color: transparent;}
.investmentsBoxes .boxes .box .front-side {
  border-radius: 1px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
}

.investmentsBoxes .boxes .box .image_table{display: table; width: 100%; height: 100%; text-align: center; padding: 15px 20px;}
.investmentsBoxes .boxes .box .image_table img{max-width: 60%; max-height: 45%;}
.investmentsBoxes .boxes .box .image{display: table-cell; vertical-align: middle;}
.investmentsBoxes .boxes .box > img{display: table-cell; vertical-align: middle;}
.investmentsBoxes .boxes .box .boxContent{position: absolute; bottom: 20px; left: 0; width: 100%; padding: 0 20px;}
.investmentsBoxes .boxes .box .boxContent img{float: right; right: 10px; top: 6px;}
.investmentsBoxes .boxes .box .boxContent h3{float: left; color: #8e8e8e; font-family: 'GTWalsheimPro-Light'; font-size: 1.5em;}

.investmentsBoxes .boxes .box .back-side {
  position: absolute;
  overflow: hidden;
  background: #6EDBD4;
  color: #FFFFFF;
  text-align: left;
  padding: 64px 20px 0;
  height: 100%;
  width: 99%;
}

.investmentsBoxes .boxes .box .back-side .investment-title {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1.27px;
  font-weight: 400;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
}

.investmentsBoxes .boxes .box .back-side .investment-location {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 14px;
  font-weight: 300;
  font-family: 'GTWalsheimPro-Light';
}

.investmentsBoxes .boxes .box .back-side .investment-text {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.14px;
  line-height: 26px;
  font-family: 'GTWalsheimPro-Light';
}

.investmentsBoxes .boxes .box .back-side .investment-dates {
  position: absolute;
  font-size: 18px;
  letter-spacing: 0.14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  bottom: 14px;
  text-transform: uppercase;
}

.allNewsModule{padding: 35px 0 73px 0;}
.allNewsModule .filter ul{padding: 0 0 43px 0;}
.allNewsModule .filter ul li{display: block; text-transform: uppercase; float: left; cursor: pointer; color: #4a4a4a; padding: 0 0 7px 0; font-size: 1.8em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.05em; margin:0 40px 0 0;}
.allNewsModule .filter ul li.active{color: #f54a14; border-bottom: 1px solid #f54a14;}
.allNewsModule .filter ul li a{color: #4a4a4a; font-family: 'GTWalsheimPro-Light';}
.allNewsModule .filter ul li.active a{color: #f54a14;}

.news_balderton{}
.news_balderton .box{float: left; margin: 0 1.4% 40px 0; position: relative; width: 32.4%;}
.news_balderton .box:nth-child(3n){margin:0 0 40px 0;}
.news_balderton .box h5{color: #f54a14; font-size: 1.7em; font-family: 'GTWalsheimProRegular'; padding: 26px 0 18px 0; letter-spacing: 0.83px;}
.news_balderton .box h4{color: #211f1f; font-size: 21px; font-family: 'GTWalsheimPro-Light'; font-weight: 400; max-width: 340px; letter-spacing: -0.02em; line-height:28px; padding: 0 0 32px 0;}
.news_balderton .box a{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}


@media all and (min-width: 1200px){
  .news_balderton .box .image{height: 328px; overflow: hidden;}
  /*
  .news_balderton .box .hover{
    transition-duration: 0.3s !important;
  }
  .news_balderton .box .hover:hover{
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .news_balderton .box img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline;
  }
  .news_balderton .box:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  */
}


/* Start Module headings */
.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h1{
  margin-bottom: 20px;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.04;
}
.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h2{
font-size: 22px;
line-height: 28px;
letter-spacing: 0.13px;
}

.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h3,
.fl-module-b_microsite_modul_1 .micrositeSection h3,
.fl-module-b_microsite_modul_2 .micrositeSection h3,
.fl-module-b_microsite_modul_3 .micrositeSection h3,
.fl-module-b_microsite_modul_4 .micrositeSection h3,
.fl-module-b_microsite_modul_5 .micrositeSection h3,
.fl-module-b_microsite_modul_6 .micrositeSection h3{
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
}
.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h4,
.fl-module-b_microsite_modul_1 .micrositeSection h4,
.fl-module-b_microsite_modul_2 .micrositeSection h4,
.fl-module-b_microsite_modul_3 .micrositeSection h4,
.fl-module-b_microsite_modul_4 .micrositeSection h4,
.fl-module-b_microsite_modul_5 .micrositeSection h4,
.fl-module-b_microsite_modul_6 .micrositeSection h4{
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}
.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h5,
.fl-module-b_microsite_modul_1 .micrositeSection h5,
.fl-module-b_microsite_modul_2 .micrositeSection h5,
.fl-module-b_microsite_modul_3 .micrositeSection h5,
.fl-module-b_microsite_modul_4 .micrositeSection h5,
.fl-module-b_microsite_modul_5 .micrositeSection h5,
.fl-module-b_microsite_modul_6 .micrositeSection h5{
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}
.fl-module-b_office_hours_module .office-hours-module .office-hours-content .white-editor-blocks  .editor-block h6,
.fl-module-b_microsite_modul_1 .micrositeSection h6,
.fl-module-b_microsite_modul_2 .micrositeSection h6,
.fl-module-b_microsite_modul_3 .micrositeSection h6,
.fl-module-b_microsite_modul_4 .micrositeSection h6,
.fl-module-b_microsite_modul_5 .micrositeSection h6,
.fl-module-b_microsite_modul_6 .micrositeSection h6{
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
/* End Module headings */


.allNewsModule h3{font-size: 40px; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 97px; padding-top: 3px; letter-spacing: -0.021em;}
.allNewsModule .pagination{text-align: center; padding: 37px 0;}
.allNewsModule .pagination ul{text-align: center;}
.allNewsModule .pagination ul li{display: inline-block; text-align: center; font-size: 1.9em; padding: 0 11px; position: relative;}
.allNewsModule .pagination ul li a{color: #211f1f; font-family: 'GTWalsheimPro-Light';}
.allNewsModule .pagination ul li.prev{background: url(img/arrow_left.svg) no-repeat; width: 13px; height: 9px; background-size: auto 100%;}
.allNewsModule .pagination ul li.next{background: url(img/arrow_right.svg) no-repeat; width: 13px; height: 9px; background-size: auto 100%; background-position: top right;}
.allNewsModule .pagination ul li.prev a, .allNewsModule .pagination ul li.next a{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}

.teamProfileModule{padding: 57px 0 3px 0;}
.teamProfileModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 50px; padding-top: 3px; letter-spacing: -0.021em;}
.teamProfileModule .left{float: left; width: 46.5%; margin: 0 3% 0 0;}
.teamProfileModule .left p{font-size: 1.7em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.13px; line-height: 1.52em; padding-bottom: 26px;}
.teamProfileModule .right{float: right; width: 38%;}
.teamProfileModule .right .image{position: relative;}
.teamProfileModule .right .image a{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.teamProfileModule .right .play{position: absolute; top: 50%; left: 50%; margin-top: -47px; margin-left: -47px; background: url(img/play_icon.png) no-repeat; width: 94px; height: 93px;}
.teamProfileModule .right img{}

.contactAndSocial{padding: 21px 0 0 0;}
.contactAndSocial h4{font-size: 1.8em; color: #212029; text-transform: uppercase; letter-spacing: 0.036em; padding: 29px 0 18px 0;}
.contactAndSocial p{font-size: 1.7em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.13px; line-height: 1.52em; padding-bottom: 26px;}
.contactAndSocial p a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.contactAndSocial .col{width: 300px; margin: 0 20px 0 0; float: left;}
.contactAndSocial .col .row{margin: 0 0 54px 0;}

.relatedInvestmentsModule{padding: 67px 0 37px 0;}
.relatedInvestmentsModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 48px; padding-top: 3px; letter-spacing: -0.21px;}
.relatedInvestmentsModule .boxContent h3 {padding-bottom: 0;}
.relatedVideoModule{padding: 37px 0 37px 0;}
.relatedVideoModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 58px; padding-top: 3px; letter-spacing: -0.021em;}
.relatedVideoModule .left{width: 50%; float: left;}
.relatedVideoModule .left .videoContainer{padding: 0 10px 0 0;}
.relatedVideoModule .right{width: 50%; float: left;}
.relatedVideoModule .right .videoContainer{padding: 0 0 0 10px;}
.video{position: relative;}
.video .play{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(img/play-2.png) no-repeat; width: 64px; height: 64px;}
.video a{position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.relatedVideoModule p{font-size: 1.4em; color: #8e8e8e; font-family: 'GTWalsheimPro-Light'; line-height: 26px; letter-spacing: 0.01em; padding: 14px 0;}
.relatedVideoModule p a{color: #f54a14; font-family: 'GTWalsheimPro-Light'; }

.relatedVideoModule .three_videos .videoContainer{padding: 0;}
.relatedVideoModule .three_videos > div{width: 32.4%; margin: 0 1.4% 20px 0; float: left;}
.relatedVideoModule .three_videos > div:nth-child(3n){margin-right: 0;}

.relatedNewsModule{padding: 50px 0 40px 0;}
.relatedNewsModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 54px; padding-top: 3px; letter-spacing: -0.021em;}
.relatedNewsModule .relatedNewsSeparator {width: 100%; height: 40px; }
.relatedNewsModule .tab-navigation li{width: 100%; float: left;}
.relatedNewsModule .tab-navigation li span{border-bottom: 5px solid #c6c6c6; padding: 0 0 23px 0; color: #c6c6c6; display: block; font-size: 1.8em; font-family: 'GTWalsheimPro-CondensedBold';}
.relatedNewsModule .tab-navigation li.active span{display: block; border-bottom: 5px solid #f54914; color: #212029;}
.relatedNewsModule .tab-content{padding: 45px 0 0 0;}
.relatedNewsModule .tab-content .tab-content-inner{display: none;}
.relatedNewsModule .tab-content .tab-content-inner.active{display: block;}
.relatedNewsModule .tab-content .tab-content-inner .news{width: 32.22%; min-height: 250px; padding: 20px 40px 55px; background: #fff; float: left; position: relative; margin: 0 1.58% 20px 0;}
@media all and (min-width: 1025px){
  .relatedNewsModule .tab-content .tab-content-inner .news:nth-child(3n){margin: 0 0 20px 0;}
}

.relatedNewsModule .tab-content .tab-content-inner .news h5{color: #f54a14; font-size: 1.7em; font-family: 'GTWalsheimProRegular'; padding: 23px 0 18px 0; letter-spacing: 0.83px;}
.relatedNewsModule .tab-content .tab-content-inner .news h4{font-family: 'Nantes-Bold'; line-height: 1.3em; font-size: 2.4em; color: #212029;}
.relatedNewsModule .tab-content .tab-content-inner .news span{font-size: 1.2em; text-transform: uppercase; font-family: 'GTWalsheimPro-CondensedBold'; color: #212029; position: absolute; bottom: 29px; left: 40px; right: 40px;}
.relatedNewsModule .tab-content .tab-content-inner .news a{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}


.relatedTweetsModule{padding: 50px 0 56px 0;}
.relatedTweetsModule h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 57px; padding-top: 3px; letter-spacing: -0.021em;}
.relatedTweetsModule .boxes{}
.relatedTweetsModule .boxes .box{width: 32.22%; position: relative; margin: 0 1.66% 60px 0; float: left; background: #fff; padding: 20px 50px 70px 40px;}
.relatedTweetsModule .boxes .box:nth-child(3n){margin-right: 0;}
.relatedTweetsModule .boxes .box h5{color: #f54a14; font-size: 1.7em; text-transform: uppercase; font-family: 'GTWalsheimProRegular'; padding: 26px 0 27px 0; letter-spacing: 0.83px;}
.relatedTweetsModule .boxes .box p{font-size: 1.7em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing:0.13px; line-height: 1.52em; padding-bottom: 26px;}
.relatedTweetsModule .boxes .box p a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.relatedTweetsModule .boxes .box img{float: left; display: block;}
.relatedTweetsModule .boxes .box span{float: left; display: block; font-size: 1.2em; color: #212029; font-family: 'GTWalsheimPro-CondensedBold'; text-transform: uppercase; padding: 2px 0 0 9px;}
.relatedTweetsModule .boxes .box .icon{position: absolute; bottom: 30px; left: 40px; right: 40px;}


.textAlignCenter{text-align: center;}
.button{background: #f54914; color: #ffffff; font-size: 1.8em; font-family: 'GTWalsheimPro-CondensedBold'; padding: 20px 40px 19px 40px; letter-spacing: 0.02em; display: inline-block;}
.mobileMenu{display: none;}

.lastVisitNews{padding: 36px 0 36px 0;}
.lastVisitNews h3{font-size: 4.4em; font-family: 'Nantes-Bold'; color: #212029; padding-bottom: 65px; padding-top: 3px; letter-spacing: -0.021em;}
.lastVisitNews .news_balderton.moreThenThree .box{margin-left: 10px !important; margin-right: 10px !important; max-width: 408px;}
.lastVisitNews .wrapper{max-width: 1260px; width: 80%; margin: 0 auto; position: relative;}
.lastVisitNews .newsSliderButtons{position: absolute; top: 0; left: 0; z-index: 2; height: 0; width: 100%;}
.lastVisitNews .newsSliderButtons button{width: 2000px; position: absolute; top: 0; height: 520px; -webkit-appearance: none;  -moz-appearance: none; appearance: none; outline: none; border: none; display: block; border-radius: 0px; margin: 0; padding: 0; cursor: pointer; background-color: transparent;}
.lastVisitNews .newsSliderButtons button.slide-next-news{left: 100%; background-image: linear-gradient(to left, #ffffff 0%, #f8f9f8 92%, rgba(242, 242, 242, 0) 100%);}
.lastVisitNews .newsSliderButtons button.slide-prev-news{right: 100%; background-image: linear-gradient(to right, #ffffff 0%,#f8f9f8 92%, rgba(242, 242, 242, 0) 100%);}
.lastVisitNews .newsSliderButtons button::before{content: ""; height: 35px; width: 53px; position: absolute; display: block; top: 34%; -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: url("img/home-slide-arrow.svg");}
.lastVisitNews .newsSliderButtons button.slide-prev-news::before{-ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotateZ(180deg); right: 40px;}
.lastVisitNews .newsSliderButtons button.slide-next-news::before {left: 40px;}
.lastVisitNews .textAlignCenter{margin: 35px 0 0 0;}
.lastVisitNews .news_balderton.moreThenThree .box{margin: 0 18px 0 0;}
.lastVisitNews .news_balderton.moreThenThree .box h4{padding-left: 20px; padding-right: 20px;}
.lastVisitNews .news_balderton.moreThenThree .box h5{padding-left: 20px; padding-right: 20px;}


.content700{max-width: 700px; margin: 0 auto; position: relative;}
.content700 p{color: #21202a; font-size: 1.7em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.13px; max-width: 100%; line-height: 1.52em; padding: 0 0 26px 0;}
.content700 p a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.content700 a{color: #f54a14; font-family: 'GTWalsheimPro-Light';}
.content700 p a[target="_blank"]{background: url(img/external_link_icon_2.png) no-repeat; padding: 0 20px 0 0; background-position: right center; font-family: 'GTWalsheimPro-Light';}
.content700 h3{font-size: 2.5em; font-family: 'GTWalsheimPro-CondensedBold'; padding: 0 0 25px 0;}
.content700 ul{padding: 0 0 15px 0;}
.content700 ul li{ font-size: 1.7em; letter-spacing: 0.13px; color:#21202a; line-height: 26px; font-family: 'GTWalsheimPro-Light'; list-style: disc; list-style-position: outside; padding: 0 0 15px 10px; margin: 0 0 0 20px;}
.content700 h1{color: #21202c; font-size: 3.7em; font-family: 'GTWalsheimPro-CondensedBold'; max-width: 670px; padding: 10px 0 21px 0;}
.content700 h2{color: #21202a; font-size: 2.4em; font-family: 'Nantes-Bold'; letter-spacing: -0.11px; color:#21202a; padding: 10px 0 21px 0; line-height: 1.4em;}
.content700 ol{padding: 0 0 15px 0;}
.content700 ol li{ font-size: 1.7em; letter-spacing: 0.13px; color:#21202a; line-height: 26px; font-family: 'GTWalsheimPro-Light'; list-style: decimal; list-style-position: outside; padding: 0 0 15px 10px; margin: 0 0 0 20px;}
.content1050{max-width: 1050px; margin: 0 auto; position: relative; background: #fff;}

.newsHeaderModule{padding: 47px 0 0 0;}
.newsHeaderModule h1{color: #21202c; font-size: 3.7em; font-family: 'GTWalsheimPro-CondensedBold'; max-width: 670px; padding: 27px 0 21px 0;}
.newsHeaderModule h2{color: #4a4a4a; font-size: 1.8em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 1.02px; text-transform: uppercase; padding: 0;}
.newsHeaderModule h3{color: #f54a14; font-size: 1.7em; font-family: 'GTWalsheimProRegular'; letter-spacing: 0.83px; padding: 0 0 13px 0;}
.newsHeaderModule .info{padding-bottom: 30px;}

.dropCapsModuleWithShareButtons{padding: 35px 0 15px 0;}
.dropCapsModuleWithShareButtons .letterWithText{padding: 0 0 7px 0;}

.dropCapsModuleWithShareButtons .letterWithText span{display: block;}
.dropCapsModuleWithShareButtons .letterWithText .letterWithText{display: table-cell; font-family: 'Nantes-Bold'; font-size: 4.4em; color: #212029; padding: 4px 15px 0 0; vertical-align: top;}
.dropCapsModuleWithShareButtons .letterWithText p{display: table-cell; vertical-align: top;}
.dropCapsModuleWithShareButtons .share{position: absolute; top: 13px; left: -174px; width: 88px; border-top: 5px solid #f54914;}
.dropCapsModuleWithShareButtons .share h4{font-size: 2.2em; font-family: 'Nantes-Bold'; text-align: center; display: block; color: #212029; padding: 20px 0 9px 0;}
.dropCapsModuleWithShareButtons .share li{/*height: 80px;*/ height: 60px; border-top: 1px solid #e3e3e3; cursor: pointer; list-style: none; font-size: 1em; padding: 0; margin: 0;}
.dropCapsModuleWithShareButtons .share li:first-child{border-top: none;}
.dropCapsModuleWithShareButtons .share .tw_share{background: url(img/tw_icon_2.png) no-repeat; background-position: top 17px center; position: relative;}
.dropCapsModuleWithShareButtons .share .in_share{background: url(img/in_icon.png) no-repeat; background-position: top 17px center; position: relative;}
.dropCapsModuleWithShareButtons .share .fb_share{background: url(img/fb_icon.png) no-repeat; background-position: top 17px center; position: relative;}
.dropCapsModuleWithShareButtons .share .email_share{background: url(img/email_icon.png) no-repeat; background-position: center; position: relative;}
.dropCapsModuleWithShareButtons .share .email_share a{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.sharrre .box{text-align: center; font-size: 1.4em; color: #8e8e8e; padding-top: 48px;}
.sharrre .box a{color: #8e8e8e; display: none;}

.dropCapsModuleWithShareButtons .share .email_share a{}
.readAuthorThoughts{padding: 27px 0 56px 0;}
.readAuthorThoughts img{float: left; padding: 0 20px 0 0;}
.readAuthorThoughts p{float: left; width: 640px; padding: 9px 0 0 0;}

@media all and (min-width: 768px){
  .content_letter p:first-child{padding-left: 60px; letter-spacing: -0.21px;}
  .content_letter p:first-child:first-letter{float: left; font-family: 'Nantes-Bold'; font-size: 2.7em; margin-left: -60px; padding: 12px 0 0 0; position: absolute; top: 0; left: 0;}
}




.readMoreArticles{padding: 0 0 120px 0;}
.readMoreArticles a{border:1px solid #f54914; display: block; font-size: 1.8em; letter-spacing: 0.36px; text-align: center; color: #f54a14; font-family: 'GTWalsheimPro-CondensedBold'; padding: 20px 0;}





.newsImageModule{/*padding: 0 0 54px 0;*/ padding: 0 0 35px 0;}
.newsImageModule img{width: 100%; max-width: initial;}
.newsImageModule p{color: #8e8e8e; font-size: 1.4em; line-height: 1.8em; padding: 9px 0 0 0;}

.quoteModule{padding: 0 0 65px 0;}
.quoteModule span{position: absolute; left: 0; top: 0; bottom: 0; width: 10px; background: #20202a;}
.quoteModule h6{font-family: 'Nantes-Bold'; font-size: 2.4em; padding: 0 0 0 40px; letter-spacing: -0.23px; line-height: 1.35em;}
.quoteModule h6 q{font-size: 4.8em;}
.quoteModule h3{font-family: 'GTWalsheimPro-Light'; color: #8e8e8e; font-size: 1.4em; padding: 18px 0 5px 40px; letter-spacing: 0.1px;}
.quoteModule blockquote img:first-child{margin: 0 16px 2px 0;}
.quoteModule blockquote{background: url('img/c_q.png') no-repeat; background-position: center right; display: inline; padding: 0 29px 0 0;}




.textWithImage{padding: 0 0 26px 0;}
.textWithImage .left{float: left; width: 350px;}
.textWithImage .right{width: 304px; float: right;}
.textWithImage .right img{padding: 7px 0 0 0;}
.textWithImage .right p{color: #8e8e8e; font-size: 1.4em; line-height: 1.8em; padding: 9px 0 0 0;}


.textWithNextNewsModule{padding: 0 0 25px 0;}
.textWithNextNewsModule .left{float: left; width: 508px; padding: 0 0 0 0;}
.textWithNextNewsModule .right{float: right; width: 335px; border-top: 5px solid #f54914; border-bottom: 1px solid #f54914; margin-right: -175px; margin-top: 0;}
.textWithNextNewsModule .right h2{font-size: 2.2em; font-family: 'Nantes-Bold'; display: block; color: #212029; padding: 20px 0 26px 5px;}
.textWithNextNewsModule .right .clearfix{position: relative;}
.textWithNextNewsModule .right img{float: left; padding: 0 17px 0 5px; max-width: 83px;}
.textWithNextNewsModule .right a{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.textWithNextNewsModule .right p{float: left; width: 221px; margin-top: -7px;}

.mobileMenuOpen.display{padding: 90px 50px;}
.mobileMenuOpen.display{
  position: fixed; 
  top: 0; 
  left: auto; 
  right: 0;
  width: 90%; 
  height: 100%; 
  z-index: 999; 
  /* z-index: 30;  */
  /* background: rgba(34,35,40,1);  */
  background-color: #F8F9F8;
  display: block; 
  padding: 70px 20px 0;
}
.mobileMenuOpen{display: none; overflow-y: auto;}
.mobileMenuOpen ul li:first-child{margin-left: 0;}
.mobileMenuOpen.display ul li{display: block; margin-left: 0; margin-bottom: 10px;}
.mobileMenuOpen ul li{margin-left: 20px; line-height: 1;}
.mobileMenuOpen.display ul li a{
  color: #000; 
  display: block; 
  text-decoration: none; 
  font-size: 30px; 
  padding: 20px 0px;
}
.mobileMenuOpen.display ul li .sub-menu{
  border-bottom: 1px solid rgba(33, 32, 41, .2);
  display: none;
}
.mobileMenuOpen.display ul li.active .sub-menu{
  display: block;
  padding-bottom: 17px;
}
#homeHeader .mobileMenuOpen.display .menu-item-has-children:after{
  content: url('img/caret-down-big.svg');
  right: 0;
  top: 28px;
}

#homeHeader .mobileMenuOpen.display .menu-item-has-children.active:after{
  content: url('img/caret-up-big.svg');
}

.mobileMenuOpen.display .menu-item-has-children:after{
  content: url('img/caret-down-big.svg');
  right: 0;
  top: 28px;
}

.mobileMenuOpen.display .menu-item-has-children.active:after{
  content: url('img/caret-up-big.svg');
}

.mobileMenuOpen.display .menu-item-has-children .sub-menu:after{
  display: none;
}
/* .mobileMenuOpen.display .menu-item-has-children .sub-menu .menu-item-title{
  display: none;
} */
.mobileMenuOpen.display .menu-item-has-children .sub-menu .menu-item-title:after{
  left: 0;
  width: 100%;
}

.mobileMenuOpen.display .menu-item-has-children .sub-menu li{
  padding-left: 0;
  border-left: 0;
}
.mobileMenuOpen.display .menu-item-has-children .sub-menu li a{
  color: #000!important;
  font-size: 18px!important;
  line-height: 18px!important;
  letter-spacing: 0.03px;
  font-weight: 300;
}
.mobileMenuOpen ul li a{display: block; text-decoration: none; font-size: 18px; color: #fff; opacity: 1; transition: opacity 0.3s ease-in-out;}
.mobileMenuOpen .close-icon{position: absolute; top: 34px; right: 35px; cursor: pointer;}

.collage_slider{overflow: hidden;}
.c_slider .wrapper{max-width: 1920px; width: 95%; margin: 0 auto; position: relative;}
.c_slider .newsSliderButtons{position: absolute; top: 0; left: 0; z-index: 2; height: 0; width: 100%;}
.c_slider .newsSliderButtons button{width: 2000px; position: absolute; top: 0; height: 503px; -webkit-appearance: none;  -moz-appearance: none; appearance: none; outline: none; border: none; display: block; border-radius: 0px; margin: 0; padding: 0; cursor: pointer; background-color: transparent;}
.c_slider .newsSliderButtons button.slide-next-news{left: 92%;}
.c_slider .newsSliderButtons button.slide-prev-news{right: 92%;}
.c_slider .newsSliderButtons button::before{content: ""; height: 35px; width: 53px; position: absolute; display: block; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: url("img/home-slide-arrow.svg");}
.c_slider .newsSliderButtons button.slide-prev-news::before{-ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotateZ(180deg); right: 40px;}
.c_slider .newsSliderButtons button.slide-next-news::before {left: 40px;}
@media all and (max-width: 1200px){
  .c_slider .wrapper{width: 80%;}
}
@media all and (max-width: 1024px){
  .c_slider .wrapper{width: 75%;}
  .c_slider .newsSliderButtons button{height: 260px;}
  .mobileMenuOpen.display ul li.active .sub-menu{
    box-shadow: none;
  }
}
@media all and (max-width: 768px){
  .c_slider .slick-slide[aria-hidden="true"]{-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.2;}

  .mobileMenuOpen.display .menu-item-has-children:after {
    right: 24px;
    top: 15px;
  }

  .mobileMenuOpen.display ul li.active .sub-menu{
    padding: 16px 10px 13px 11px;
  }
  .mobileMenuOpen.display .menu-item-has-children .sub-menu li a{
    margin-bottom: 20px;
  }
  .mobileMenuOpen.display .menu-item-has-children .sub-menu .menu-item-title:after{
    bottom: -7px;
  }
  #homeHeader .mobileMenuOpen.display .menu-item-has-children:after {
    top:15px;
    right: 24px;
  }
  
}

/*========== Accordion =========*/

div.fl-module-b_accordion_block_module div.accordion h3 {
  font-family: 'GTWalsheimPro-CondensedBold';
  font-weight: 300;
  font-size: 37px;
  line-height: 38px;
  letter-spacing: 0.04px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
div.fl-module-b_accordion_block_module div.accordion h3 img.icon {
  margin-right: 35px;
  width: 55px;
  height: auto;
  vertical-align: middle;
}
div.fl-module-b_accordion_block_module div.accordion h3::after {
  content:' ';
  font-weight: 100;
  width: 1px;
  height: 100%;
  top: 0;
  left: 73px;
  position: absolute;
  display: inline-block;
  color:#212029;
  background:#212029;
  opacity: 15%;
}
div.fl-module-b_accordion_block_module div.accordion h3::before {
  content:' ';
  width: 100%;
  height: 2px;
  bottom: -30px;
  left: 0;
  position: absolute;
  display: inline-block;
  background:#212029;
  opacity: .4;
}
div.accordion .link {
  font-weight: 400;
}
div.accordion .link h4.read-more {
  font-weight: 400;
}
div.accordion .link h4.read-less {
  font-weight: 400;
}

div.fl-module-b_accordion_block_module div.accordion .link {
  padding: 30px 0 30px;
  font-weight: 400;
}
div.fl-module-b_accordion_block_module div.accordion .link h4 {
  font-weight: 400;
}

div.fl-module-b_accordion_block_module div.accordion dd.accordion-content a p {
  font-family: 'GTWalsheimPro-Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
div.fl-module-b_accordion_block_module div.accordion dl dd a:last-child div{
  padding-bottom: 50px;
}


@media all and (max-width: 1024px) {
  div.fl-module-b_accordion_block_module div.accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 576px) {
  div.fl-module-b_accordion_block_module div.accordion h3{
    font-size: 30px;
    line-height: 38px;
  }
  div.fl-module-b_accordion_block_module div.accordion h3::after{
    left:50px;
  }
  div.fl-module-b_accordion_block_module div.accordion h3 img.icon{
    margin-right: 22px;
    width: 40px;
  }
}



/* .sticky{padding: 91.5px 0 0 0;} */
.sticky #header{position: fixed; top: 0; left: 0; right: 0; background:#fff; z-index: 11; transition:top 1s linear; -webkit-box-shadow: 0px 2px 2px 0px rgba(202,202,202,1); -moz-box-shadow: 0px 2px 2px 0px rgba(202,202,202,1); box-shadow: 0px 2px 2px 0px rgba(202,202,202,1);}
.sticky #header .homeLogo{display: none !important;}
.sticky #header .logo{display: block !important;}
.sticky #homeHeader #header .desktopMenu li a{color: #000;}

.investmentsBoxes .boxes .box .close-icon{display: none !important;}

.relatedNewsModule .filter{display: none;}


.fakeLink{position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}


.select2-container{width: 100% !important; display: block;}
.select2-container--default .select2-selection--single{border: 1px solid #c6c6c6; border-radius: 0 !important; height: 60px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 1.7em; letter-spacing: 0.13px; margin: 14px 0 0 20px; color: #8e8e8e; font-weight: 300; font-family: 'GTWalsheimPro-Light';}
.select2-container--default .select2-selection--single .select2-selection__arrow{margin: 14px 20px 0 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{background: url(img/dropdown.png) no-repeat; background-position: center; width: 13px; height: 8px; border: 0;}
.select2.select2-container--open .select2-selection--single .select2-selection__arrow b{transform: rotate(180deg);}


.select2.select2-container--open .select2-selection--single .select2-selection__rendered{color: #f54a14; font-size: 1.7em;}
.select2-container--open .select2-dropdown--below{border: 1px solid #c6c6c6; border-top: 0; border-radius: none;}
.select2-results__option{font-size: 1.7em; letter-spacing: -0.13px; font-weight: 300; font-family: 'GTWalsheimPro-Light'; color: #8e8e8e; padding: 12px 25px;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background: transparent; color: #8e8e8e;}
.select2-container--default .select2-results__option[aria-disabled="true"]{display: none;}
.select2-container--open .select2-dropdown--below{margin-top: -1px;}




@media all and (max-width: 1199px){
  .signupForm .right input[type="email"]{width: 355px;}
  .signupForm .right input[type="submit"]{left: 360px;}
  .dropCapsModuleWithShareButtons .share{left: -150px;}
  .textWithNextNewsModule .right{margin-right: -150px;}

  .investmentsBoxes .boxes .box .boxContent h3{font-size: 1.2em; letter-spacing: -0.03em;}
}


@media all and (max-width: 1024px){
  .select2-results__option{padding: 12px 15px;}
  .container{padding: 0 22px;}

  .collage_slider img{height: 260px;}

  .mobileMenuOpen.display ul li a{
    z-index: 9999;
    position: relative;
  }

  .mobileMenu{display: block; position: absolute; top: 2px; right: 35px; cursor: pointer;}
  #header .desktopMenu{display: none;}
  #header .open-search{
    display: inline-block;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    cursor: hand;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    float: right;
  }
  #header .open-search.light-button{
    background-image: url('img/search-icon.png');
    margin-right: 23px;
    display: block;
  }
  #header .open-search.dark-button{
    background-image: url('img/search-icon-dark.png');
    margin-right: 45px;
    display: block;
  }
  #header .inner-search-open .open-search.dark-button{
    background-image: url('img/search-icon.png');
  }
  #header .burger-white{
    display: none;
  }
  #header .inner-search-open .burger-white{
   display: block;
  }
  #header .inner-search-open .burger-black{
   display: none;
  }


  .hero .container, #homeHeader .headerMenuAndLogo .container{padding: 0 44px;}
  .hero p{left: 44px; right: 44px; font-size: 2em;}
  .hero h1{font-size: 6em; line-height: 56px; letter-spacing: -0.12px; padding-top: 14px;}
  .hero h1 span{line-height: 56px;}




  .homeSupport{padding: 17px 0 30px 0;}
  .homeSupport h3{font-size: 3.2em; line-height: 1.15em; padding: 34px 0 23px 0;}
  .homeSupport .supportSlider .slide img{width: 247px;}
  .homeSupport .supportSliderButtons button{height: 314px;}
  .homeSupport .supportSliderButtons button.slide-prev::before{right:15px;}
  .homeSupport .supportSliderButtons button.slide-next::before{left:15px;}
  .homeSupport .textAlignCenter{margin: 36px 0 0 0;}

  .meetOurTeamHome{padding: 21px 0 25px 0;}

  .meetOurTeamHome .slider{width: 56.5%;}
  .meetOurTeamHome .text{margin: 0; width: 36%;}
  .meetOurTeamHome .text h2{font-size: 3.2em; line-height: 1.2em; padding: 4px 0 0 0; margin: 0 0 32px 0;}


  .ourBeliefsHome{padding: 29px 0 20px 0;}
  .ourBeliefsHome .left{width: 46%;}
  .ourBeliefsHome .left h2{font-size: 3.2em;}
  .ourBeliefsHome .right{width: 54%;}
  .ourBeliefsHome .right p{line-height: 1.26em;}
  .ourBeliefsHome .right .button{margin: 10px 0 0 0;}

  .homeNews{padding: 22px 0 63px 0;}
  .homeNews h3{font-size: 3.2em; padding-bottom: 37px;}


  .relatedTweetsModule .boxes .box h5{padding: 17px 0 27px 0;}

  .overviewModule{padding: 82px 0 82px;}
  .overviewModule h2{font-size: 2.9em;}
  .overviewModule p{line-height: 1.55em; padding: 3px 0 15px 7px;}

  .signupForm{padding: 83px 0 110px 0;}
  .signupForm .left h3{font-size: 2.6em; padding: 0 0 14px 0;}
  .signupForm .left p{font-size: 1.6em; line-height: 1.6em;}
  .signupForm .right form{padding: 11px 0 0 5px; float: right; width: 362px;}
  .signupForm .right input[type="email"]{width: 227px; padding: 0 30px;}
  .signupForm .right input[type="submit"]{left: 232px; top: 12px;}
  .signupForm .legal-consent-container p{top: 118px;}



  #footer{padding: 57px 0 0 0;}
  #footer .col{width: 167px;}
  #footer .col h4{font-family: 'GTWalsheimPro-Light'; font-size: 1.8em;}
  #footer .col ul li, #footer .col p{font-family: 'GTWalsheimPro-Light'; font-size: 1.6em;}
  #footer .col:last-child{margin-left: 37px;}
  #footer .line{margin: 15px 0 0 0;}
  #footer .logo{max-width: 114px; right: 25px; top: 0;}


  .relatedTweetsModule{padding: 20px 0 80px 0;}
  .relatedTweetsModule h3{font-size: 3.2em; line-height: 1.2em; padding-bottom: 34px;}
  .relatedTweetsModule .boxes .box{margin:0 0 42px 0; width: 48.35%; padding: 15px 44px 40px 34px;}
  .relatedTweetsModule .boxes .box:first-child{margin-right: 3.3%;}
  .relatedTweetsModule .boxes .box:nth-child(3n){display: none;}
  .relatedTweetsModule .boxes .box img{width: 17px;}

  .homeNews{padding: 36px 0 63px 0;}
  .homeNews .news_balderton .box{max-width: 289px;}
  .homeNews .news_balderton .box h5{padding: 17px 40px 18px 20px;}
  .homeNews .news_balderton .box h4{padding: 0 40px 0 20px; line-height: 1.3em;}
  .homeNews .newsSliderButtons button::before{width: 42px; height: auto;}

  .contactModule{padding: 36px 0 29px 0;}
  .contactModule h3{font-size: 3.4em; padding-bottom: 5px;}
  .contactModule h4{padding: 29px 0 29px 0;}

  .contactModule .left{width: 31%;}
  .contactModule .middle{margin: 0 5.3% 0 3.35%; width: 34.5%;}
  .contactModule .middle h4, .contactModule .middle p{padding-right: 25px;}
  .contactModule input[type="text"], .contactModule input[type="email"]{padding: 0 15px;}
  .contactModule .right{width: 25.8%;}
  .contactModule input[type="submit"]{float: left; margin: 31px 0 0 0;}

  .ourOfficeModule{padding: 0 0 61px 0;}
  .ourOfficeModule h3{font-size: 3.4em; padding: 23px 0 18px 0;}
  .ourOfficeModule #map{height: 245px; margin: 82px 0 20px 0;}
  .ourOfficeModule .image{margin: 0 0 17px 0;}
  .ourOfficeModule .imageContent span{font-size: 2.7em; padding: 0 0 0 11px;}

  .ourTeamModule{padding: 26px 0 13px 0;}
  .ourTeamModule .tab-navigation li span{padding: 0 0 26px 0;}
  .ourTeamModule .tab-content{padding: 32px 0 0 0;}
  .ourTeamModule .filter ul li{margin: 0 36px 0 0;}

  .ourTeamModule .tab-content .tab-content-inner .people .item{width: 22.7%; margin: 0 3.06% 25px 0; min-height: auto; min-height: 223px;}
  .ourTeamModule .filter ul{padding: 0 0 30px 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item h4{font-size: 1.7em; letter-spacing: -0.005em; padding: 16px 0 6px 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item h5{font-size: 1.5em;}

  .teamProfileModule{padding: 30px 0 3px 0;}
  .teamProfileModule h3{font-size: 3.2em; line-height: 1.2em; padding-bottom: 27px;}
  .teamProfileModule .left{width: 57%;}
  .teamProfileModule .right{width: 40%;}
  .contactAndSocial .col{width: 270px;}
  .contactAndSocial .col .row{margin: 0 0 14px 0;}
  .contactAndSocial h4{padding: 0 0 18px 0;}
  .contactAndSocial{padding: 6px 0 0 0;}

  .investmentsBoxes .boxes .box{width: 48.4%; margin-right: 3.1% !important; margin: 10px 0;}
  .investmentsBoxes .boxes .box:nth-child(2n){margin-right: 0 !important;}
  .investmentsBoxes .boxes .box .image img{max-width: 60%;}

  .relatedInvestmentsModule{padding: 30px 0 37px 0;}
  .relatedInvestmentsModule h3{font-size: 3.2em; line-height: 1.2em; padding-bottom: 25px;}


  .relatedVideoModule{padding: 37px 0 7px 0;}
  .relatedVideoModule h3{font-size: 3.2em; line-height: 1.2em; padding-bottom: 31px;}
  .video .play{width: 53px; height: 52px; background-size: 100% auto;}



  .relatedNewsModule{padding: 10px 0 20px 0;}
  .news_balderton .box {margin: 0 3.5% 30px 0; width: 31%;}
  .relatedNewsModule h3{font-size: 3.2em; line-height: 1.2em;}
  .news_balderton .box h5{padding: 16px 0 13px 0;}
  .news_balderton .box h4{padding: 0;}


  .relatedNewsModule .tab-content .tab-content-inner .news{width: 48.35%; margin-right: 2.76%;}
  .relatedNewsModule .tab-content .tab-content-inner .news:nth-child(2n){margin-right: 0;}
  .relatedNewsModule h3{padding-bottom: 30px;}
  .relatedNewsModule h4{letter-spacing: -0.01em;}

  .allNewsModule .filter ul{padding: 0 0 32px 0;}
  .allNewsModule .filter ul li{margin: 0 30px 0 0;}
  .allNewsModule h3{font-size: 3.2em; padding-bottom: 35px;}
  .allNewsModule .news_balderton .box h5{padding: 27px 0 17px 0; letter-spacing: 1.2px;}
  .allNewsModule .news_balderton .box h4{line-height: 1.3em;}
  .allNewsModule .pagination{padding: 0;}



  .lastVisitNews{padding: 36px 0 36px 0;}
  .lastVisitNews h3{font-size: 3.2em; padding-bottom: 35px;}
  .lastVisitNews .news_balderton.moreThenThree .box{max-width: 289px; padding-bottom: 20px;}
  .lastVisitNews .news_balderton.moreThenThree .box h5{padding: 17px 40px 18px 20px;}
  .lastVisitNews .news_balderton.moreThenThree .box h4{padding: 0 40px 0 20px; line-height: 1.3em;}
  .lastVisitNews .newsSliderButtons button::before{width: 42px; height: auto;}


  .content700{max-width: 720px;}
  .content700 p{max-width: 100%;}

  .newsHeaderModule{padding: 92px 0 0 0;}
  .newsHeaderModule h1{font-size: 2.9em;}
  .newsHeaderModule h3{padding: 0 0 13px 0;}
  .newsHeaderModule img{max-width: initial; width: 100%;}
  .newsHeaderModule .info img{width: auto;}

  .dropCapsModuleWithShareButtons .share{position: initial; float: left; margin: 5px 0 0 0;}
  .dropCapsModuleWithShareButtons .text{float: right; width: 596px;}
  .dropCapsModuleWithShareButtons .letterWithText{padding: 0 0 4px 0;}
  .dropCapsModuleWithShareButtons .letterWithText .firstLetter{padding: 4px 10px 0 0;}
  .newsImageModule{padding: 0 0 36px 0;}
  .newsImageModule img{max-width: initial; width: 100%;}
  .quoteModule{padding: 0 0 33px 0;}
  .quoteModule h2{max-width: 700px;}



  .textWithNextNewsModule .left{width: 360px; padding: 6px 0 0 0;}
  .textWithNextNewsModule .right{margin-right: 0; margin-top: 12px; width: 340px;}
  .textWithNextNewsModule .right p{width: 222px;}
  .textWithNextNewsModule{padding: 0 0 5px 0;}


  .readAuthorThoughts{padding: 8px 0 42px 0;}
  .readMoreArticles{padding: 0 0 80px 0;}
  .textModule br{display: none;}


  .investmentsBoxes .boxes .box .boxContent h3{font-size: 1.3em;}


  .select2-container--default .select2-selection--single .select2-selection__rendered{margin: 14px 0 0 5px;}

  .signupForm .right{margin: -30px 0 0 0;}

}
@media all and (max-width: 767px){
  .wrapper{display: none;}

  .desktop-hidden{display: block !important;}
  .mobile-hidden{display: none !important;}

  .container{padding: 0 15px;}
  .button{font-size: 1.5em; padding: 20px 40px 24px 40px;}

  .collage_slider img{height: 196px;}

  #header .logo{max-width: 120px;}
  #header .logo-light{max-width: 120px;}
  #header{padding: 36px 0;}
  #header{padding: 18px 0;}
  #header .homeLogo{max-width: 115px;}
  .mobileMenu{width: 18px; top: 8px; right: 23px;}

  #header .inner-search input{
    padding-bottom: 0;
    height: 70px;
    font-size: 35px;
    line-height: 35px;
  }
  #header .inner-search .button{
    top: 25px;
  }
  #header .inner-search .button img{
    width: 35px;
    height: auto;
  }
  #header .open-search{
    margin-top: 5px;
  }
  #header .open-search.dark-button{
    margin-right: 40px;
  }
  #header .open-search.light-button{
    margin-right: 40px;
  }

  /* popup */
  .search-boxes{
    margin: 0 auto;
    padding: 50px;
  }
  .search-boxes h2{
    font-size: 40px;
    line-height: 40px;
  }
  .search-boxes hr{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-boxes h3{
    font-size: 20px;
    line-height: 24px;
  }
  .search-boxes h6{
    font-size: 17px;
    line-height: 17px;
  }



  .hero, .hero .slide, .hero .container{height: 400px !important; min-height: initial;}
  .hero .tableBlock{}
  .hero .container, #homeHeader .headerMenuAndLogo .container{padding: 0 15px;}
  .hero p{left: 15px; right: 15px; font-size: 1.6em; letter-spacing: -0.3px; line-height: 21px; bottom: 41px;}
  .hero h1{font-size: 4em; letter-spacing: -0.12px; line-height: 35px; padding-bottom: 95px;}
  .hero h1 span{letter-spacing: -0.016em; line-height: 35px;}


  .homeSupport{padding: 17px 0 15px 0;}
  .homeSupport .supportSliderMainContainer{margin: 19px 0 0 0;}
  .homeSupport h3{font-size: 2.4em; line-height: 1.2em; padding: 14px 0 13px 0;}
  .homeSupport h3 br{display: none;}
  .homeSupport .supportSlider .slide img{width: 228px;}
  .homeSupport .button{display: block; margin: 0 15px;}
  .homeSupport .slide[aria-hidden="true"]{-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.2;}


  .meetOurTeamHome{padding: 21px 0 15px 0;}
  .meetOurTeamHome .slider{width: 100%; float: none;}
  .meetOurTeamHome .text{width: 100%; float: none;}
  .meetOurTeamHome .button{display: block; text-align: center;}
  .meetOurTeamHome .text h2{font-size: 2.4em; line-height: 1.25em; margin: 9px 0 32px 0;}
  .meetOurTeamHome .text h2 span{display: block; line-height: 1.25em;}


  .ourBeliefsHome{padding: 15px 0 20px 0;}
  .ourBeliefsHome .left{width: 100%; float: none;}
  .ourBeliefsHome .right{width: 100%; float: none;}
  .ourBeliefsHome .right p{font-size: 1.8em; max-width: 100%;}
  .ourBeliefsHome .button{display: block; text-align: center;}
  .ourBeliefsHome .left h2{font-size: 2.4em; line-height: 1.25em; margin: 9px 0 6px 0;}
  .ourBeliefsHome .left h2 span{line-height: 1.25em;}



  .homeNews .textAlignCenter .button{display: block; margin: 0 15px;}
  .homeNews .news_balderton .box[aria-hidden="true"]{-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.2;}


  .overviewModule{padding: 17px 0 24px;}
  .overviewModule .left{width:100%;}
  .overviewModule h2{font-size: 2.4em; line-height: 1.2em;}
  .overviewModule p{padding: 28px 0 2px 0;}
  .overviewModule .right{width: 100%;}

  .signupForm{padding: 36px 0 39px 0;}
  .signupForm .left{width: 100%;}
  .signupForm .left h3{font-size: 2.3em; letter-spacing: -0.02em;}
  .signupForm .left p{line-height: 1.5em; max-width: 100%;}
  .signupForm .right{width: 100%; margin: 0;}
  .signupForm .right form{padding: 0; float: none; width: 100%;}
  .signupForm .right input[type="email"]{width: 100%; margin: 26px 0 11px 0; font-size: 1.4em; padding: 0 15px;}
  .signupForm .right input[type="submit"]{width: 100%; margin: 0; font-size: 1.5em; position: static;}
  .signupForm .submitted-message p{font-size: 1.6em; color: #fff; margin: 25px 0 0 0; text-align: left;}
  .signupForm .legal-consent-container p{position: static; max-width: 100%; padding: 10px 0 15px 0;}

  #footer{padding: 31px 0 0 0;}
  #footer .col{margin: 0 0 23px 0; width: 100%;}
  #footer .col h4{padding: 0 0 14px 0;}
  #footer .logo{display: none;}
  #footer .col:last-child{display: none;}
  #footer .line{margin: 6px 0 0 0;}
  #footer span{line-height: 2.3em; padding: 23px 0 22px;}

  .relatedTweetsModule{padding: 32px 0 57px 0;}
  .relatedTweetsModule h3{font-size: 2.4em; padding-bottom: 16px; letter-spacing: -0.011em;}
  .relatedTweetsModule .boxes .box{margin:20px 0 20px 0; width: 100%; padding: 1px 12px 108px 24px; height: auto !important;}
  .relatedTweetsModule .boxes .box:nth-child(3n){display: block;}
  .relatedTweetsModule .boxes .box p{font-size: 1.6em; line-height: 1.62em;}
  .relatedTweetsModule .boxes .box h5{padding: 26px 0 20px 0;}
  .relatedTweetsModule .button{width: 100%;}
  .relatedTweetsModule .boxes .box .icon{bottom: 42px;}
  .relatedTweetsModule .textAlignCenter{margin: 30px 0 0 0;}

  .contactModule h3{font-size: 2.4em; padding: 2px 0 26px 0;}
  .contactModule .left{width: 100%; margin: 0;}
  .contactModule .middle{width: 100%; margin: 0 0 42px 0;}
  .contactModule .right{width: 100%; margin: 0;}
  .contactModule h4{padding: 8px 0 32px 0;}
  .contactModule p{color: #8e8e8e;}
  .contactModule input[type="submit"]{font-size: 1.5em; display: block; float: none; width: 100%;}

  .ourOfficeModule{display: none;}

  .ourTeamModule .tab-content .tab-content-inner{display: block !important;}
  .ourTeamModule .tab-navigation li{width: 100%; margin: 0 0 40px 0;}
  .ourTeamModule .tab-navigation li:last-child span{margin: 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item{width: 49.5%; min-height: 163px;}
  .ourTeamModule .tab-content .tab-content-inner .people .item.even{margin-left: 0.5%; margin-right: 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item.odd{margin-right: 0.5%; margin-left: 0;}
  .ourTeamModule .tab-content{padding: 12px 0 0 0;}
  .ourTeamModule .tab-navigation li span {padding: 0 0 23px 0;}
  .ourTeamModule .filter ul li{font-size: 1.4em; margin: 0 29px 1px 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item h4{font-size: 1.4em; padding: 11px 0 4px 0;}
  .ourTeamModule .tab-content .tab-content-inner .people .item h5{font-size: 1.2em;}
  .ourTeamModule .filter.mobile-filter ul li.dropdown{color: #f54a14;}
  .ourTeamModule .filter.mobile-filter ul li.dropdown img{margin: 0 0 0 13px;}

  .teamProfileModule{padding: 43px 0 3px 0;}
  .teamProfileModule .right{width: 100%; float: none;}
  .teamProfileModule .right img{width: 100%;}
  .teamProfileModule .left{width: 100%; float: none; padding: 20px 0 0 0;}
  .teamProfileModule .left p{color: #8e8e8e;}

  .relatedVideoModule .clearfix > div{width: 100%; float: none; margin-right: 0; margin-left: 0; margin-bottom: 20px;}
  .relatedVideoModule .clearfix > div img{max-width: initial; width: 100%;}
  .relatedVideoModule .left .videoContainer{padding: 0;}

  .teamProfileModule h3{font-size: 2.4em; letter-spacing: -0.011em; padding-bottom: 24px;}


  .allNewsModule{padding: 39px 0 29px 0;}
  .allNewsModule h3{font-size: 2.4em; letter-spacing: -0.011em; padding-bottom: 37px;}
  .allNewsModule .filter ul{padding: 0 0 24px 0;}
  .allNewsModule .filter.mobile-filter ul li.dropdown{color: #f54a14;}
  .allNewsModule .filter ul li{font-size: 1.4em; margin: 0 29px 1px 0;}
  .allNewsModule .filter.mobile-filter ul li.dropdown img{margin: 0 0 0 13px;}
  .allNewsModule .news_balderton .box{width: 100%; margin: 0; padding: 0 0 35px 0;}
  .news_balderton .box h5{padding: 14px 0 12px 0; letter-spacing: 0.2px;}
  .news_balderton .box h4{font-size: 1.4em; line-height: 1.4em; letter-spacing: -0.01em; max-width: 100%;}
  .news_balderton .box img{width: 100%; max-width: initial;}
  .allNewsModule .pagination{padding: 21px 0 0 0;}

  .lastVisitNews .news_balderton.moreThenThree .box{max-width: 228px; padding-bottom: 20px;}

  .lastVisitNews .news_balderton.moreThenThree .box[aria-hidden="true"]{-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.2;}

  .lastVisitNews .news_balderton.lessThenFour .box{width: 100%; margin: 0; padding: 0 0 35px 0;}




  .content700{padding: 0 15px; max-width: 100%; width: 100%;}
  .content700 p{font-size: 1.6em; line-height: 1.75em;}
  .textWithNextNewsModule .right{width: 100%;}
  .newsHeaderModule{padding: 45px 0 0 0;}
  .newsHeaderModule h1{font-size: 2.4em; line-height: 1.2em; padding: 21px 0 16px 0;}
  .dropCapsModuleWithShareButtons{padding: 0 0 7px 0;}
  .dropCapsModuleWithShareButtons .share{display: none;}
  .dropCapsModuleWithShareButtons .text{width: 100%; float: none;}
  .dropCapsModuleWithShareButtons .letterWithText span{display: initial; font-family: 'GTWalsheimPro-Light';}
  .dropCapsModuleWithShareButtons .letterWithText .firstLetter{display: none;}
  .dropCapsModuleWithShareButtons .letterWithText p{padding: 0 0 19px 0;}


  .mobileMenuOpen .close-icon{position: absolute; top: 20px; right: 27px; cursor: pointer;}
  .mobileMenuOpen .close-icon img{width: 14px;} 
  .mobileMenuOpen.display ul li a{font-size: 24px; line-height: 29px; padding: 7px 13px;}
  .mobileMenuOpen.display ul li a:after{display: none; content: ""; background: url(img/arrow-right-menu.png) no-repeat; background-position: center right; background-size: 17px auto; padding: 0 40px 0 0;  -ms-transition: all .2s ease; transition: all .2s ease;}

  .relatedInvestmentsModule{padding: 30px 0 20px 0;}

  .investmentsBoxes .boxes .box .fakeLink { display: none; }
  .investmentsBoxes .boxes .box.active .fakeLink { display: block; }
  .investmentsBoxes .boxes .box{ width: 95%; margin-left: 2.5%; margin-right: 2.5%; }

  .investmentsBoxes .boxes .box .boxContent h3{font-size: 1.1em; padding: 0 25px 0 10px;}
  .investmentsBoxes .boxes .box .boxContent img{width: 10px; height: 10px; right: 10px;}
  .relatedInvestmentsModule h3{font-size: 2.4em; letter-spacing: -0.011em; padding-bottom: 15px;}


  .relatedNewsModule h3{font-size: 2.4em; letter-spacing: -0.011em; padding-bottom: 15px;}
  .relatedNewsModule .tab-navigation li { margin-bottom: 6px; }

  .blackBg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 100; display: none;}
  .investmentsBoxes .boxes .box{position: relative;}
  .investmentsBoxes .boxes .box .close-icon{display: block !important; position: absolute; top:10px; right: 10px; cursor: pointer; z-index: 10;}

  .relatedNewsModule .tab-content .tab-content-inner .news{width: 100%; margin: 0; padding: 20px 35px 80px 30px; height: auto !important;}
  .relatedNewsModule .tab-content .tab-content-inner .news span{right: 20px; left: 30px;}

  .relatedNewsModule .news_balderton .box{width: 100%; margin-left: 0; margin-right: 0;}
  .relatedNewsModule .tab-content{padding: 0;}

  .teamProfileModule .right .play{width: 50px; height: 50px; background-size: 100% auto; margin-top: -25px; margin-left: -24px;}

  .quoteModule span{left: 15px;}
  .quoteModule h2{padding: 0 0 0 30px; font-size: 2.1em; line-height: 1.5em;}
  .textWithImage .left{width: 100%; float: none;}
  .textWithImage .right{width: 100%; float: none;}
  .textWithNextNewsModule .left{width: 100%; float: none;}
  .textWithNextNewsModule .right{width: 340px; float: none; margin: 0 auto 20px auto;}
  .readAuthorThoughts p{padding: 0; margin: -3px 0 0 0; width: 70%;}



  .relatedNewsModule .filter{display: block;}
  .relatedNewsModule .button{text-align: center; margin: 30px 0 0 0;}


}

@media all and (max-width: 467px){
  .investmentsBoxes .boxes .box .back-side {
    padding-top: 20px;
  }
}


.page404{padding-top: 210px; padding-bottom: 174px; background: url(img/404_bg.jpg) no-repeat; background-position: bottom right;}
.page404 h1{font-size: 7.8em; color: #212029; font-family: 'GTWalsheimPro-CondensedBold'; letter-spacing: 0.08px;}
.page404 h2{font-size: 2.2em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.16px; max-width: 453px; line-height: 1.3em; padding: 25px 0 15px 0;}
.page404 p{font-size: 1.7em; color: #21202a; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.13px; max-width: 453px; line-height: 1.3em; padding: 0 0 40px 0;}
@media all and (max-width: 767px){
  .page404{padding-top: 80px; padding-bottom: 80px; background: none;}
  .page404 h1{font-size: 4em;}
}


.hero--text{height: 50vh; max-height: 1050px;}
.hero{height: 100vh; /* max-height: 1050px; */ position: relative; background: #21202a; overflow: hidden;}
.hero, .hero-image {min-height: 600px; /* max-height: 1050px; */}
.home .hero, .home .hero-image{min-height: initial;}
.hero--text .hero__content{min-height: auto; background: none;}
.hero__content {display: block; position: relative; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background-image: linear-gradient(to right, rgba(0,0,0,0.4) 0%, transparent 70%); outline: none; text-decoration: none; color: #fff; padding-top: 55px;}
.hero--text .hero__content .inner-content{min-height: auto; padding: 150px 0px;}
.hero__content .inner-content{max-width: 1260px; height: 100%; position: relative; margin: 0 auto; width: 80%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 75px 0px 50px;}
.hero__content .inner-content > div{display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex: 1 0 auto; flex: 1 0 auto;}
.hero__content h1{display: block; width: 100%; font-size: 80px; letter-spacing: 0.12px; line-height: 66px;color: #fff;text-transform: uppercase; -ms-flex-pack: center; justify-content: center; margin: 0; word-wrap: break-word;}
.home .hero, .home .hero-image, .home .hero .container{height: auto; min-height: 750px;}
@media all and (min-width: 768px){
.home .hero .tableBlock{position: absolute; padding: 120px 0 0 0;}
}
@media all and (max-width: 767px){
.home .hero .tableBlock{padding: 40px 0 0 0;}
}

#ourBeliefsHeaderModule .hero, .hero-image {
  min-height: 600px;
  max-height: 1050px;
}
#ourBeliefsHeaderModule .hero {
  height: 100vh;
  max-height: 1050px;
  position: relative;
  background: #21202a;
  overflow: hidden;
}
#ourBeliefsHeaderModule .hero--text {
  height: 50vh;
  max-height: 1050px;
}


#ourBeliefsHeaderModule .hero__content {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.4)), color-stop(70%, rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
  outline: none;
  text-decoration: none;
  color: #fff;
  padding-top: 55px;
}

#ourBeliefsHeaderModule .hero--text .hero__content {
  min-height: auto;
  background: none;
}
#ourBeliefsHeaderModule .hero__content .inner-content {
  max-width: 1260px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 75px 0px 50px;
}

#ourBeliefsHeaderModule .hero--text .hero__content .inner-content {
  min-height: auto;
  padding: 150px 0px;
}
#ourBeliefsHeaderModule .hero__content .inner-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#ourBeliefsHeaderModule .hero__content h1 {
    display: block;
    width: 100%;
    font-size: 80px;
    letter-spacing: 0.12px;
    line-height: 66px;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    word-wrap: break-word;
}
@media all and (max-width: 1170px){
#ourBeliefsHeaderModule .hero--text {
    height: auto;
    min-height: auto;
}
#ourBeliefsHeaderModule .hero__content .inner-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#ourBeliefsHeaderModule .hero--text .hero__content .inner-content {
    padding: 130px 0 100px 0;
}
#ourBeliefsHeaderModule .hero__content .inner-content > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#ourBeliefsHeaderModule .hero__content h1 {
    font-size: 6vw;
    line-height: 0.9;
}
}
@media all and (max-width: 900px){
#ourBeliefsHeaderModule  .hero__content .inner-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
#ourBeliefsHeaderModule .hero--text .hero__content .inner-content {padding: 130px 50px 100px 50px; width: 100%;}
#ourBeliefsHeaderModule .hero__content h1{font-size: 8vw; line-height: 0.9;}
#ourBeliefsHeaderModule .hero h1{padding-bottom: 0;}
  .home .hero, .home .hero-image, .home .hero .container{height: auto; min-height: 650px;}
}
@media all and (max-width: 500px){
  #ourBeliefsHeaderModule .hero--text .hero__content .inner-content{padding: 110px 20px 80px 20px;}
  #ourBeliefsHeaderModule .hero__content h1{font-size: 10vw; line-height: 0.9;}
}
@media all and (max-width: 768px){
  .home .hero, .home .hero-image, .home .hero .container{min-height: 400px;}
}

.beliefs-blocks{position: relative;}
.beliefs-block {margin: 0; overflow-x: hidden; overflow-y: hidden; display: block; position: relative;}
.beliefs-block__wrapper{max-width: 1260px; margin: 0 auto; width: 80%; display: -ms-flexbox; display: flex; position: relative;}
.beliefs-block__content{-ms-flex: 0 0 45%; flex: 0 0 45%; width: 45%; z-index: 2; position: relative; padding: 100px 0px;}
.beliefs-block h2{margin: 0; margin-bottom: 0px; padding: 0; font-size: 55px; line-height: 58px; letter-spacing: -0.45px; margin-bottom: 40px; font-family: 'Nantes-Bold';}
.beliefs-block p{font-size: 18px; line-height: 24px; letter-spacing: -0.3px; padding-right: 8.33% !important; font-family: 'GTWalsheimPro-Light'; padding: 12px 0;}
.beliefs-block__background{left: 40%; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); text-transform: uppercase; opacity: 0.07; font-size: 290px; color: #21202a; letter-spacing: -4.17px; line-height: 220px; cursor: default; pointer-events: none; z-index: 1; font-family: 'GTWalsheimPro-CondensedBold';}
.beliefs-block h2 .orange{display: block;font-family: 'Nantes-Bold';}
span.orange{color: #f54a14;}
.beliefs-block.right .beliefs-block__background {left: auto; right: 40%;}
.beliefs-block.right .beliefs-block__wrapper{-ms-flex-pack: end; justify-content: flex-end;}
@media all and (max-width: 1260px){
  .beliefs-block__content{-ms-flex: 0 0 70%; flex: 0 0 70%; width: 70%;}
  .beliefs-block h2{font-size: 42px; line-height: 42px;}
  .beliefs-block h2 .orange{display: inline;}
  .beliefs-block__background{left: 50%; font-size: 204px; line-height: 170px;}
}

@media all and (max-width: 767px){
  .beliefs-block__wrapper{width: 100%; padding: 0 20px;}
  .beliefs-block__content{-ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; padding: 50px 0;}
  .beliefs-block h2{font-size: 36px; line-height: 38px;}
  .beliefs-block h2 .orange{display: inline;}
  .beliefs-block__background{display: none;}
}

.text-align-center{text-align: center;}
.text-align-center a{display: inline-block;}

.box-hidden{display: none;}

.twitter_module{background: #eaf8fc; border-left: 10px solid #4abce2; padding: 37px 30px 41px; margin: 20px 0 50px;}
.twitter_module p{color: #4abce2; letter-spacing: -0.01em; font-family: 'Nantes-Bold'; font-size: 2.4em; line-height: 1.42em; padding: 0 0 31px 0;}
.twitter_module img{display: inline-block; vertical-align: middle;}
.twitter_module span{letter-spacing: 0.01px; cursor: pointer; font-family: 'GTWalsheimPro-CondensedBold'; color: #4abce2; font-size: 1.2em; vertical-align: middle; display: inline-block; padding: 0 0 0 10px;}
@media all and (max-width: 767px){
  .twitter_module{padding: 27px 15px 36px; margin: 10px 0 30px;}
  .twitter_module p{font-size: 2.1em; line-height: 1.5em; padding: 0 0 19px 0;}
}

.orange_module{border-left: 10px solid #f54a14; padding: 0 30px 0; margin: 20px 0 50px;}
.orange_module p{color: #f54a14; letter-spacing: -0.01em; font-family: 'Nantes-Bold'; font-size: 4.4em; line-height: 1.29em; padding: 0 0 9px 0;}
@media all and (max-width: 767px){
  .orange_module{padding: 0 20px 0; margin: 10px 0 30px;}
  .orange_module p{font-size: 3em;}
}

.textWithRightSummaryModule{padding: 0 0 25px 0;}
.textWithRightSummaryModule .left{float: left; width: 550px; padding: 0;}
.textWithRightSummaryModule .right{float: right; width: 300px; padding: 20px 30px 0; border-top: 5px solid #f54914; border-bottom: 1px solid #f54914; margin-right: -175px; margin-top: 10px;}
.textWithRightSummaryModule .right h2{font-size: 2.2em; font-family: 'Nantes-Bold'; display: block; color: #212029; padding: 0 0 26px 5px;}
.textWithRightSummaryModule .right img{float: left; padding: 0 17px 0 5px;}
.textWithRightSummaryModule .right p{float: none; width: 100%; margin-top: -7px;}
@media all and (max-width: 1199px){
  .textWithRightSummaryModule .right{margin-right: -150px;}
}
@media all and (max-width: 1024px){
  .textWithRightSummaryModule .left{width: 360px; padding: 6px 0 0 0;}
  .textWithRightSummaryModule .right{margin-right: 0; margin-top: 12px; width: 340px;}
  .textWithRightSummaryModule .right p{width: 100%;}
  .textWithRightSummaryModule{padding: 0 0 5px 0;}
}
@media all and (max-width: 767px){
  .textWithRightSummaryModule .left{width: 100%; float: none;}
  .textWithRightSummaryModule .right{width: 100%; float: none; margin: 0 auto 20px auto;}
}

#stayInTouch{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; display: none;}
#stayInTouch .bg{background: #000000; opacity: 0.75; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
#stayInTouch .content{background: #f54a14; position: relative; width: 713px; left: 50%; margin-left: -356px; top: 50%; transform: translateY(-50%); padding: 53px 60px 58px;}
#stayInTouch .content .close{position: absolute; top: 37px; right: 39px;}
#stayInTouch .content .button.white{background: #fff; color: #f54a14; padding: 20px 50px 19px 50px; margin: 0 30px 0 0;}
#stayInTouch .content h2{font-size: 4em; color: #fff; font-family: 'Nantes-Bold'; letter-spacing: -0.27px; margin: 0 0 30px 0;}
#stayInTouch .content h3{font-size: 2.2em; color: #fff; font-family: 'GTWalsheimPro-Light'; letter-spacing: 0.17px; max-width: 470px; line-height: 1.2em; padding: 0 0 35px 0;}
#stayInTouch .content p{font-size: 1.5em; letter-spacing: 0.13px; line-height: 1.2em; color: #fff; font-family: 'GTWalsheimPro-Light'; padding: 20px 0 0 0;}
#stayInTouch .content p a{color: #fff; font-family: 'GTWalsheimPro-Light'; text-decoration: underline;}
#stayInTouch .content a.remindMeLater{font-size: 1.7em; letter-spacing: 0.13px; text-decoration: underline; color: #fff; font-family: 'GTWalsheimPro-Light';}
@media all and (max-width: 767px){
  #stayInTouch .content{width: 100%; margin: 0; left: 0; top: 20px; transform: translateY(0); padding: 15px 15px 25px;}
  #stayInTouch .content .close{top: 15px; right: 15px;}
  #stayInTouch .content h2{font-size: 2.6em; margin: 0 0 15px 0;}
  #stayInTouch .content h3{font-size: 1.8em; padding: 0 0 20px 0;}
  #stayInTouch .content .button.white{padding: 20px 25px 19px 25px; margin: 0 15px 0 0;}
}
/*
  div#hs-eu-cookie-confirmation.can-use-gradients{top: initial; bottom: 0; background: #f54a14 !important; position: fixed;}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{max-width: 1170px; padding: 0 15px; margin: 0 auto; text-shadow: none; position: relative;}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{font-size: 17px !important; color: #fff; font-family: 'GTWalsheimPro-Light';}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer{font-size: 17px !important;}
  #hs-en-cookie-confirmation-buttons-area{position: absolute; right: 0; top: 50%; transform: translateY(-50%;);}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{background: #f54914; color: #ffffff; font-size: 1.8em; font-family: 'GTWalsheimPro-CondensedBold'; padding: 20px 40px 19px 40px; letter-spacing: 0.02em; display: inline-block;}
*/

div#hs-eu-cookie-confirmation{
  bottom: 0!important;
  top: auto!important;
  position: fixed !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button{
  font-family: 'GTWalsheimProRegular'!important;
  font-size: 18px!important;
  line-height: 18px!important;
  font-weight: 700!important;
  padding: 18px 46px!important;
  background-color: #F54A14!important;
  border: 1px solid #F54A14!important;
  border-radius: 0!important;
  box-shadow: none!important;
  text-shadow: none!important;
  text-transform: uppercase;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button{
  font-family: 'GTWalsheimProRegular'!important;
  font-size: 18px!important;
  line-height: 18px!important;
  font-weight: 700!important;
  padding: 14px 46px!important;
  background-color: transparent!important;
  border: 1px solid #fff!important;
  border-radius: 0!important;
  box-shadow: none!important;
  text-shadow: none;
  text-transform: uppercase;
  color:#fff!important;
  text-decoration: none!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
  width: 100%!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  position: relative;
  padding: 30px 90px!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    clear: both;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translate(0, -50%);
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p{
  font-family: 'GTWalsheimPro-Light'!important;
  font-weight: 300!important;
  font-size: 14px!important;
  line-height: 20px!important;
  margin-bottom: 0!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p a{
  color: #fff!important;
  text-decoration: underline!important;
  font-weight: 300!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer{
  font-family: 'GTWalsheimPro-Light'!important;
  font-weight: 300!important;
  font-size: 14px!important;
  line-height: 20px!important;
  margin: 0!important;
  width: 60%!important;
}

@media all and (max-width: 1290px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    padding: 30px 20px!important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    right: 20px;
  }
}
@media all and (max-width: 1024px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
    width: 100%!important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer{
    width: 100%!important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    position: initial!important;
    top: 0!important;
    transform: none!important;
    display: block!important;
    margin-top: 30px;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    padding: 20px 20px!important;
  }
}

@media all and (max-width: 767px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-confirmation-button,
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
    padding: 14px 30px!important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
    padding: 10px 30px!important;
  }

}


.hero .slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.hero .slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.newsDownloadModule{padding: 0 0 25px 0;}
.newsDownloadModule .left{float: left; width: 550px; padding: 0;}
.newsDownloadModule .right{float: right; width: 300px; margin-right: -175px; padding: 60px 0 0 0;}
.newsDownloadModule .right .downloadBox{background-color: #212029; padding: 25px 30px 30px;}
.newsDownloadModule .right .downloadBox h2{font-size: 2.5em; letter-spacing: 0.03px; line-height: 28px; color: #ffffff; font-family: 'GTWalsheimPro-CondensedBold';}
.newsDownloadModule .right .downloadBox p{color: #fff;}
.newsDownloadModule .right .downloadBox a.button-download{display: block; font-size: 1.8em; color: #fff; background-color: #f54914; font-family: 'GTWalsheimPro-CondensedBold'; display: block; text-align: center; letter-spacing: 0.36px; margin: 11px 0 0 0; padding: 20px 0 22px 0;}

@media all and (max-width: 1199px){
  .newsDownloadModule .right{margin-right: -150px;}
}
@media all and (max-width: 1024px){
  .newsDownloadModule{padding: 0 0 5px 0;}
  .newsDownloadModule .left{width: 360px; padding: 6px 0 0 0;}
  .newsDownloadModule .right{margin-right: 0; width: 340px;}
}
@media all and (max-width: 767px){
  .newsDownloadModule .left{width: 100%; float: none;}
  .newsDownloadModule .right{width: 100%; float: none; margin: 0 auto 20px auto;}
}
.newsTableModule{position: relative;}
.newsTableModule h3{font-size: 2.2em; color: #212029; font-family: 'GTWalsheimProRegular'; padding: 47px 0 33px 0;}
.newsTableModule p{font-size: 1.4em; color: #8e8e8e; letter-spacing: 0.1px; padding: 18px 50px 28px 0;}
.newsTableModule a{position: absolute; bottom: 19px; right: 0;}
@media all and (max-width: 767px){
  .newsTableModule h3{padding: 15px 0 33px 0;}
  .newsTableModule p{padding: 18px 60px 28px 0;}
  .newsTableModule a{right: 15px;}
}

.newsHeaderModuleFullWidth{padding: 0 0 0 0;}
.newsHeaderModuleFullWidth.withImage{padding: 458px 0 0 0;}
.newsHeaderModuleFullWidth .bg{height: 600px; position: absolute; top: 0; right: 0; left: 0;}
.newsHeaderModuleFullWidth h1{color: #21202c; font-size: 3.7em; font-family: 'GTWalsheimPro-CondensedBold'; max-width: 670px; padding: 22px 0 21px 0; text-transform: uppercase;}
.newsHeaderModuleFullWidth h2{color: #4a4a4a; font-size: 1.8em; font-family: 'GTWalsheimPro-Light'; letter-spacing: 1.02px; text-transform: uppercase; padding: 49px 0 0 0;}
.newsHeaderModuleFullWidth h3{color: #f54a14; font-size: 1.7em; font-family: 'GTWalsheimProRegular'; letter-spacing: 0.83px; padding: 0 0 43px 0;}
.newsHeaderModuleFullWidth h3.date { padding-bottom: 13px}
.info{padding: 13px 0 0 0;}
.info > div{float: left; height: 40px; position: relative;}
.info img{display: inline-block; vertical-align: middle; border-radius: 50%;}
.info p, .eta{display: inline-block; padding: 0 0 0 13px !important; font-family: 'GTWalsheimPro-CondensedBold'; padding: 0; line-height: 1em; height: 40px; line-height: 40px; vertical-align: middle; font-size: 1.2em; color: #8e8e8e; letter-spacing: 0.01px; text-transform: uppercase;}
.info p{padding: 0 0 0 13px;}
.info p a{color: #8e8e8e; font-family: 'GTWalsheimPro-CondensedBold';}
.info .author{padding: 0 22px 0 0;}
.info .readingTime{padding: 0 22px 0 24px;}
.info .category{padding: 0 0 0 12px;}
.info .line{position: absolute; top: 10px; right: 0; height: 20px; width: 1px; background: #e3e3e3;}

@media all and (max-width: 1199px){

}
@media all and (max-width: 1024px){
  .newsHeaderModuleFullWidth h1{font-size: 2.9em;}
  .newsHeaderModuleFullWidth h3{padding: 0 0 36px 0;}
}
@media all and (max-width: 767px){
  .newsHeaderModuleFullWidth{padding: 0 0 0 0;}
  .newsHeaderModuleFullWidth h2{padding: 33px 0 0 0;}
  .newsHeaderModuleFullWidth.withImage{padding: 0;}
  .newsHeaderModuleFullWidth h1{font-size: 2.4em; line-height: 1.2em; padding: 21px 0 16px 0;}
  .newsHeaderModuleFullWidth .bg{position: relative; height: 181px;}
  .info p, .info .eta{font-size: 1.2em;}
}

.build_balderton .box{position: relative;}
.build_balderton .box h2{font-size: 3.7em; font-family: 'GTWalsheimPro-CondensedBold'; line-height: 38px; letter-spacing: 0.04px; color: #ffffff; text-transform: uppercase;}
.build_balderton .box p{letter-spacing: 0.13px; color: #ffffff; font-size: 1.7em; font-family: 'GTWalsheimPro-Light'; line-height: 26px; padding: 5px 30px;}
.build_balderton .box h3{color: #212029; letter-spacing: 0.03px; line-height: 28px; font-family: 'GTWalsheimPro-CondensedBold'; font-size: 2.5em; padding: 0 30px; text-transform: uppercase;}
.build_balderton .box h4{font-size: 1.2em; color: #f54a14; letter-spacing: 0.01px; font-family: 'GTWalsheimPro-CondensedBold'; text-transform: uppercase; padding: 30px 30px 22px;}
.build_balderton .largeBox{background-color: #212029; height: 720px;}
.build_balderton .largeBox h2{padding: 0 90px 0 60px;}
.build_balderton .largeBox p{padding: 12px 90px 12px 60px;}
.build_balderton .largeBox h4{padding: 28px 90px 25px 60px;}
.build_balderton .largeBox .image, .build_balderton .largeBox .imageContainer{height: 351px; overflow: hidden;}
.build_balderton .mediumBox{height: 350px; background: #fff;}
.build_balderton .mediumBox .image{display: block; float: left; width: 100%; height: 350px; overflow: hidden;}
.build_balderton .mediumBox .imageContainer{display: block; float: left; width: 50%; height: 350px; overflow: hidden;}
.build_balderton .mediumBox p{color: #8e8e8e;}
.build_balderton .mediumBox .content{display: block; float: left; width: 50%; position: relative; height: 350px;}
.build_balderton .smallBox{height: 350px; background: #fff;}
.build_balderton .smallBox p{color: #8e8e8e;}
.build_balderton .smallBox.gray{background-color: #8e8e8e;}
.build_balderton .smallBox.gray h3{color: #fff;}
.build_balderton .smallBox.gray h4{color: #fff;}
.build_balderton .box > a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.build_balderton .loadMore{text-align: center; padding: 66px 0 0 0;}
.build_balderton .author{position: absolute; bottom: 25px; left: 30px; right: 30px;}
.build_balderton .largeBox .author{left: 60px; right: 60px;}
.build_balderton .author img{display: block; float: left; border-radius: 50%;}
.build_balderton .author .authorContent{float: left; width: 165px; margin: 0 0 0 15px;}
.build_balderton .author h5{font-size: 1.2em; color: #212029; font-family: 'GTWalsheimPro-CondensedBold'; letter-spacing: 0.01px; text-transform: uppercase; margin: 5px 0 0 0;}
.build_balderton .author h5.gray_text{color: #8e8e8e;}
.build_balderton .author a{font-family: 'GTWalsheimPro-CondensedBold'; text-transform: uppercase;}
.build_balderton .largeBox .author h5{color: #fff;}
.build_balderton .largeBox .author h5 a{color: #fff;}
.build_balderton .largeBox .author h5.gray_text{color: #cecece;}
.build_balderton .smallBox.gray .author h5{color: #fff;}
.build_balderton .smallBox.gray .author h5 a{color: #fff;}
.build_balderton .smallBox.gray .author h5.gray_text{color: #cecece;}
/*
@media all and (min-width: 768px){
  .build_balderton .box{
    transition-duration: 0.3s;
  }
  .build_balderton .box .image{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .build_balderton .box:hover .image{
      -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .build_balderton .box:hover{
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
    }
}
*/

.grid-sizer, .grid-item{width: 23.80952380952381%;}
.gutter-sizer{width: 1.587301587301587%;}
.grid-item--width2{width: 49.20634920634921%;}

@media all and (max-width: 1220px){
  .grid-sizer, .grid-item{width: 31.3%;}
  .gutter-sizer{width: 20px;}
  .grid-item--width2{width: 65.4%;}
  .build_balderton .largeBox{height: 576px;}
  .build_balderton .mediumBox{height: 278px;}
  .build_balderton .mediumBox .image, .build_balderton .mediumBox .imageContainer{height: 278px;}
  .build_balderton .smallBox{height: 278px;}
  .build_balderton .mediumBox .content{height: 278px;}
  .build_balderton .box p{font-size: 1.4em; padding: 5px 15px 5px 20px;}
  .build_balderton .box h3{font-size: 1.9em; line-height: 21px; padding: 0 15px 0 20px;}
  .build_balderton .box h4{padding: 18px 15px 15px 20px;}
  .build_balderton .author{left: 20px; right: 15px; bottom: 15px;}
  .build_balderton .author img{width: 32px;}
  .build_balderton .author .authorContent{width: 150px; margin: 0 0 0 7px;}
  .build_balderton .largeBox h2{font-size: 2.9em; line-height: 30px; padding: 0 70px 0 33px;}
  .build_balderton .largeBox h4{padding: 28px 30px 25px 33px;}
  .build_balderton .largeBox p{padding: 12px 30px 12px 33px;}
  .build_balderton .largeBox .author{left: 33px; right: 25px;}
  .build_balderton .largeBox .author .authorContent{width: 250px;}
  .build_balderton .largeBox .image, .build_balderton .largeBox .imageContainer{height: 265px;}
  .build_balderton .loadMore{text-align: center; padding: 40px 0 0 0;}
}
@media all and (max-width: 767px){
  .grid-sizer, .grid-item{width: 100%;}
  .gutter-sizer{width: 0;}
  .grid-item--width2{width: 100%;}
  .build_balderton .box{height: auto !important; padding-bottom: 80px;}
  .build_balderton .box{margin: 10px 0;}
  .build_balderton .mediumBox .image, .build_balderton .mediumBox .imageContainer{display: none;}
  .build_balderton .mediumBox .content{width: 100%; height: auto; position: static;}
  .build_balderton .loadMore{text-align: center; padding: 25px 0 0 0;}
  .build_balderton .largeBox .author .authorContent{width: 193px;}
  .build_balderton .author .authorContent{width: 215px;}
  .build_balderton .largeBox .image,.build_balderton .largeBox .imageContainer{height: 210px;}

/*
  .build_balderton .largeBox .textContent{overflow: initial; height: auto; text-overflow: initial;}
  .build_balderton .smallBox .textContent{overflow: initial; height: auto; text-overflow: initial;}
  .build_balderton .mediumBox .textContent{overflow: initial; height: auto; text-overflow: initial;}
*/
}

#micrositeHeader{height: 67px;}
#micrositeHeader .leftMenu{float: left;}
#micrositeHeader .leftMenu p{font-size: 2.2em; color: #212029; font-family: 'Nantes-Bold';  letter-spacing: -0.1px; height: 67px; padding: 22px 0 0 40px; cursor: pointer;}
#micrositeHeader .leftMenu p span{padding: 0 20px 3px; display: inline-block;}
#micrositeHeader .leftMenu.active p{color: #f54a14;}
#micrositeHeader .leftMenu.active p span{transform: rotate(180deg);}
#micrositeHeader .leftMenu ul{display: none; position: absolute; top: 67px; left: 0; right: 0; background: #fff; z-index: 1;}
#micrositeHeader .leftMenu ul li{border-top: 1px solid #e8e8e8; display: block; width: 100%; padding: 11px 45px 12px 45px; position: relative;}
#micrositeHeader .leftMenu ul li:hover{background-color: #f2f2f2;}
#micrositeHeader .leftMenu ul li a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; cursor: pointer;}
#micrositeHeader .leftMenu ul li:first-child{border-top: none;}
#micrositeHeader .leftMenu ul li .number{width: 26px; height: 26px; border-radius: 50%; font-size: 1.2em; font-family: 'GTWalsheimPro-CondensedBold'; display: block; float: left; background-color: #f54a14; text-align: center; line-height: 26px; color: #fff;}
#micrositeHeader .leftMenu ul li .title{display: block; margin: 4px 0 0 23px; float: left; font-size: 1.8em; color: #212029; letter-spacing: 0.1px; font-family: 'GTWalsheimProRegular';}
#micrositeHeader .leftMenu ul li:hover .title{color: #f54a14;}
#micrositeHeader .hederButton{float: right; display: none; text-transform: uppercase; padding: 11px 25px 0 25px;  background: #f54914; font-size: 1.8em; letter-spacing: 0.36px; height: 67px; color: #fff; vertical-align: middle; line-height: 50px; font-family: 'GTWalsheimPro-CondensedBold';}
#micrositeHeader .hederButton.active{display: block;}
#micrositeHeader .closeIcon{background:url('img/closeIcon.png') no-repeat; width: 19px; height: 19px; cursor: pointer; position: absolute; top: 28px; right: 33px; display: none;}
#micrositeHeader .closeIcon.active{display: block;}

@media all and (max-width: 767px){
  #micrositeHeader{height: 120px;}
  #micrositeHeader .leftMenu{width: 100%; display: block; float: none; height: 63px;}
  #micrositeHeader .leftMenu p{padding: 27px 0 0 15px; font-size: 1.8em;}
  #micrositeHeader .leftMenu ul li{padding: 11px 15px 12px 15px;}
  #micrositeHeader .leftMenu ul li .number{position: absolute; top: 15px; left: 15px;}
  #micrositeHeader .leftMenu ul li .title{margin: 4px 0 0 40px; font-size: 1.6em;}
  #micrositeHeader .hederButton{float: none; width: 100%; display: block; text-align: center; height: 57px; padding: 6px 25px 0 25px;}
  #micrositeHeader .leftMenu p span{padding: 0 10px 3px;}
  #micrositeHeader .leftMenu p{padding: 22px 0 0 15px;}
  #micrositeHeader .leftMenu ul{top: 63px;}
}


.micrositeSection .sectionMenuItem{display: none;}




 .micrositeModules section {
   padding: 30px 0;
 }
.micrositeModules .container {
  max-width: 1068px;
  margin: 0 auto;
  padding: 0 10px;
}
.micrositeModules .container.narrow {
  /* max-width: 896px; */
  max-width: 868px;
}
.micrositeModules .container.wide {
  max-width: 1288px;
}
.micrositeModules .container.full {
  max-width: 100%;
}
.micrositeModules .row {
  margin: 0 -10px;
  /* margin: 50px -10px 0; */
  /* padding: 0 0 0px;  */
}
.micrositeModules .row:before {
  display: table;
  content: " ";
}
.micrositeModules .row:after {
  content: " ";
  display: table;
  clear: both;
}
.micrositeModules .row .row {
  margin: 0 -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0) {
  .micrositeModules .container {
    padding: 0 15px;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules .container {
    padding: 0 24px;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules .container {
    padding: 0 10px;
  }
}
/************************************************************************************************
 * Small Screen Width - Mobile
 ***********************************************************************************************/
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
  width: 100%;
}
@media all and (min-width: 0) {
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
  .col-sm-9  {width: 75%;}
  .col-sm-8  {width: 66.66666667%;}
  .col-sm-7  {width: 58.33333333%;}
  .col-sm-6  {width: 50%;}
  .col-sm-5  {width: 41.66666667%;}
  .col-sm-4  {width: 33.33333333%;}
  .col-sm-3  {width: 25%;}
  .col-sm-2  {width: 16.66666667%;}
  .col-sm-1  {width: 8.33333333%;}

  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9  { left: 75%; }
  .col-sm-push-8  { left: 66.66666667%; }
  .col-sm-push-7  { left: 58.33333333%; }
  .col-sm-push-6  { left: 50%; }
  .col-sm-push-5  { left: 41.66666667%; }
  .col-sm-push-4  { left: 33.33333333%; }
  .col-sm-push-3  { left: 25%; }
  .col-sm-push-2  { left: 16.66666667%; }
  .col-sm-push-1  { left: 8.33333333%; }
  .col-sm-push-0  { left: auto; }

  .mt-sm-2 {
    margin-top: 20px;
  }
  .mt-sm-3 {
    margin-top: 30px;
  }
  .mb-sm-3 {
    margin-bottom: 30px;
  }
}
 /***********************************************************************************************
 * Medium Screen Width - Tablet
 ***********************************************************************************************/
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  width: 100%;
}
@media all and (min-width: 768px) {
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9  {width: 75%;}
  .col-md-8  {width: 66.66666667%;}
  .col-md-7  {width: 58.33333333%;}
  .col-md-6  {width: 50%;}
  .col-md-5  {width: 41.66666667%;}
  .col-md-4  {width: 33.33333333%;}
  .col-md-3  {width: 25%;}
  .col-md-2  {width: 16.66666667%;}
  .col-md-1  {width: 8.33333333%;}

  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9  { left: 75%; }
  .col-md-push-8  { left: 66.66666667%; }
  .col-md-push-7  { left: 58.33333333%; }
  .col-md-push-6  { left: 50%; }
  .col-md-push-5  { left: 41.66666667%; }
  .col-md-push-4  { left: 33.33333333%; }
  .col-md-push-3  { left: 25%; }
  .col-md-push-2  { left: 16.66666667%; }
  .col-md-push-1  { left: 8.33333333%; }
  .col-md-push-0  { left: auto; }

  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .pl-md-4 {
    padding-left: 28px !important;
  }
}
 /***********************************************************************************************
 * Large Screen Width - Desktop
 ***********************************************************************************************/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666667%;}
  .col-lg-10 {width: 83.33333333%;}
  .col-lg-9  {width: 75%;}
  .col-lg-8  {width: 66.66666667%;}
  .col-lg-7  {width: 58.33333333%;}
  .col-lg-6  {width: 50%;}
  .col-lg-5  {width: 41.66666667%;}
  .col-lg-4  {width: 33.33333333%;}
  .col-lg-3  {width: 25%;}
  .col-lg-2  {width: 16.66666667%;}
  .col-lg-1  {width: 8.33333333%;}

  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9  { left: 75%; }
  .col-lg-push-8  { left: 66.66666667%; }
  .col-lg-push-7  { left: 58.33333333%; }
  .col-lg-push-6  { left: 50%; }
  .col-lg-push-5  { left: 41.66666667%; }
  .col-lg-push-4  { left: 33.33333333%; }
  .col-lg-push-3  { left: 25%; }
  .col-lg-push-2  { left: 16.66666667%; }
  .col-lg-push-1  { left: 8.33333333%; }
  .col-lg-push-0  { left: auto; }

  .pl-lg-4 {
    padding-left: 28px;
  }
  .pr-lg-6 {
    padding-right: 14.3%;
  }
}

/************************************************************************************************
 * All
 ***********************************************************************************************/
 .micrositeModules section.inverse .card {
  outline: 1px solid #4e4d55;
}
.micrositeModules section.inverse .section-title {
  color: #ffffff;
}
.micrositeModules section.inverse h1,
.micrositeModules section.inverse h2,
.micrositeModules section.inverse p,
.micrositeModules section.inverse ul li {
  color: #ffffff;
}
.micrositeModules section.inverse ul li:before {
  background-color: #ffffff;
}
.micrositeModules section.inverse .footnote {
  color: #ffffff;
}

fl-module-b_office_hours_module office-hours-content .editor-block h1,
.micrositeModules h1 {
  margin-bottom: 20px;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.04px;
  color: #21202c;
}
.micrositeModules h1.section-title {
  position: relative;
  max-width: 840px;
  text-transform: uppercase;
}
.micrositeModules h1.section-title.light {
  color: #ffffff;
}
.micrositeModules section header .title-number {
  display: block;
  position: relative;
  top: -8px;
  width: 46px;
  height: 46px;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #f54a14;
}
.micrositeModules .image-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.micrositeModules .media-card .image-box.keep-ratio {
  background-size: cover;
}
.micrositeModules .image-box img {
  opacity: 0;
}
.micrositeModules .intro {
  max-width: 780px;
  font-family: 'Nantes-Bold';
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.11px;
  color: #21202a;
}
.micrositeModules .intro.light {
   color: #ffffff;
}
.micrositeModules .card {
  position: relative;
  height: 540px;
  padding-top: 30px;
}
.micrositeModules .card.short {
  height: 405px;
}
.micrositeModules .card.light {
  background-color: #ffffff;
}
.office-hours-content .editor-block h2,
.micrositeModules .card h2 {
  margin-bottom: 20px;
  font-family: 'GTWalsheimProRegular', sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.13px;
  color: #212029;
}
.micrositeModules .card p {
  margin-bottom: 31px;
  font-family: 'GTWalsheimPro-Light', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.13px;
  color: #212029;
}
.micrositeModules .card ul {
  padding-left: 25px;
}
.micrositeModules .card ul li {
  position: relative;
  font-family: 'GTWalsheimPro-Light', sans-serif;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.13px;
  color: #21202a;
}
.micrositeModules .card ul li:last-of-type {
  margin-bottom: 0;
}
.micrositeModules .card ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: -25px;
  border-radius: 50%;
  background-color: #21202a;
}
.micrositeModules .card-img-top {
  margin-top: -30px;
}
.micrositeModules .card-body {
  padding: 30px 45px 0;
}
.micrositeModules .card-footer {
  position: absolute;
  bottom: 0;
  min-height: 94px;
  padding: 0 45px;
}
.micrositeModules .footnote {
  position: relative;
  padding-left: 29px;
  font-family: 'GTWalsheimPro-Light', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.13px;
  color: #21202a;
}
.micrositeModules .footnote:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: center no-repeat url('img/icon-book.png');
}
.micrositeModules .card.outline {
  outline: 1px solid #f2f2f2;
}
.micrositeModules .card.white {
  background-color: #ffffff;
}
.micrositeModules .btn {
  display: inline-block;
  padding: 18px 33px;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.micrositeModules .btn.red {
  background-color: #f54914;
}
.micrositeModules .tinted {background-color: #f9f9f9;}
@media all and (min-width: 0) {
  .micrositeModules .container.narrow {
    padding: 0;
  }
  .micrositeModules h1.section-title {
    margin-bottom: 28px;
    font-size: 29px;
    line-height: 29px;
    letter-spacing: 0.02px;
    font-weight: normal;
  }
  .micrositeModules section header .title-number {
    margin-bottom: 27px;
  }
  .micrositeModules .intro {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
  }
  .micrositeModules .card {
    height: unset;
    padding: 0 0 30px;
  }
  .micrositeModules .card.short {
    height: unset;
  }
  .micrositeModules .card-body {
    padding: 35px 30px 0;
  }
  .office-hours-content .editor-block h2,
  .micrositeModules .card h2 {
    margin-bottom: 16px;
  }
  .micrositeModules .card p {
    margin-bottom: 20px;
    height: unset;
    font-size: 16px;
    line-height: 28px;
  }
  .micrositeModules .card ul {
    margin-top: 24px;
  }
  .micrositeModules .card ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .micrositeModules .image-box.keep-ratio {
    width: calc(100vw - 20px);
    height: calc(100vw * 0.51067) !important;
  }
  .micrositeModules .card-footer {
    position: static;
    min-height: unset;
    margin-top: 25px;
    padding: 0 30px;
  }
  .micrositeModules .btn {
    font-size: 15px;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules .container.narrow {
    padding: 0 40px;
  }
  .micrositeModules h1.section-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.04px;
  }
  .micrositeModules .intro {
    line-height: 33px;
    letter-spacing: -0.11px;
  }
  .micrositeModules .btn {
    font-size: 18px;
    width: unset;
  }
  .micrositeModules section header .title-number {
    float: left;
  }
  .micrositeModules section header .inner {
    float: left;
    width: calc(100% - 106px);
  }
  .micrositeModules section header .title-number {
    margin: 0 30px 0 0;
  }
  .micrositeModules .card {
    padding: 0 0 50px;
  }
  .micrositeModules .card-body {
    padding: 55px 40px 0;
  }
  .micrositeModules .image-box.keep-ratio {
    width: calc(50vw - 34px);
    height: calc(50vw * 0.51067) !important;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules h1.section-title {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 38px;
    letter-spacing: 0.04px;
  }
  .micrositeModules section header .title-number {
    margin: 0 30px;
  }
  .micrositeModules .card {
    padding: 0 0 68px;
  }
  .micrositeModules .card-body {
    padding: 60px 45px 0;
  }
  .micrositeModules .card ul li {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .micrositeModules .card-footer {
    padding: 0 45px;
  }
}
/************************************************************************************************
 * Section Star
 ***********************************************************************************************/
.micrositeModules .star {
  height: 50vh;
  max-height: 1560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.micrositeModules .star .row {
  margin-top: 0;
  padding: 0;
}
.micrositeModules .star h1 span {
  display: block;
  font-family: 'GTWalsheimPro-CondensedBold', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.micrositeModules .star h1 span.orange {
  color: #f54a14;
}
.micrositeModules .branding {
  margin-bottom: 87px;
}
@media all and (min-width: 0) {
  .micrositeModules .star {
    min-height: 394px;
    /* height: 394px; */
  }
  .micrositeModules .star-inner {
    padding: 57px 0;
  }
  .micrositeModules .branding {
    margin-bottom: 38px;
  }
  .micrositeModules .star h1 span {
    font-size: 41px;
    line-height: 35px;
    letter-spacing: 0.05px;
    font-weight: normal !important;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules .star {
    min-height: 475px;
  }
  .micrositeModules .star-inner {
    padding: 85px 0;
  }
  .micrositeModules .star h1 span {
    font-size: 48px;
    line-height: 43px;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules .star {
    min-height: 600px;
  }
  .micrositeModules .star h1 span {
    font-size: 74px;
    line-height: 61.65px;
    letter-spacing: 0.08px;
  }
}
 /***********************************************************************************************
 * Section Featured
 ***********************************************************************************************/
.micrositeModules .featured .card {
  height: unset;
  padding: 0;
}
.micrositeModules .featured .card-body {
  padding: 0;
}
.micrositeModules .featured .card h1 {
  margin-bottom: 24px;
  font-family: 'Nantes-Bold';
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.11px;
  color: #212029;
}
@media all and (min-width: 0) {
  .micrositeModules section.featured {
    padding: 40px 0 0;
  }
  .micrositeModules .featured .image-box {
    width: calc(100vw - 30px);
    /* min-height: calc(100vw * 0.75145); */ /* keep ascpect ratio */
    min-height: 258px;
  }
  .micrositeModules .featured .card h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .micrositeModules .featured .card p {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .micrositeModules section.featured {
    padding: 60px 0 0;
  }
  .micrositeModules .featured .image-box {
    width: calc(50vw - 34px);
    min-height: 480px;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.featured {
    padding: 80px 0 10px;
  }
  .micrositeModules .featured .image-box {
    width: calc(50vw - 20px);
    max-width: 514px;
    min-height: 387px;
  }
}

/***********************************************************************************************
 * Section Media Card
 ***********************************************************************************************/
@media all and (min-width: 0) {
  .micrositeModules section.media-card {
    padding: 40px 0;
  }
  .micrositeModules section.media-card .intro {
    margin-bottom: 35px;
  }
  .micrositeModules .card-img-top {
    margin-top: 0;
  }
  .micrositeModules .media-card .image-box {
    height: 470px;
    width: calc(100vw - 30px);
  }
}
@media all and (min-width: 768px) {
  .micrositeModules section.media-card {
    padding: 60px 0;
  }
  .micrositeModules .media-card .image-box {
    width: calc(50vw - 34px);
  }
  .micrositeModules .card-img-top + .card-body {
    padding-top: 35px;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.media-card {
    padding: 75px 0 80px;
  }
  .micrositeModules section.media-card .intro {
    margin-bottom: 60px;
  }
  .micrositeModules .media-card .image-box {
    max-width: 514px;
    height: 538px;
  }
  .micrositeModules .media-card .image-box.keep-ratio {
    width: calc(50vw - 20px);
    height: calc(50vw * 0.51067) !important;
    max-height: 263px;
  }
  .micrositeModules .card-img-top + .card-body {
    padding-top: 27px;
  }
}

@media all and (max-width: 768px) {
  .micrositeModules .media-card .image-box {
    height: 470px!important;
    width: 100%;
  }
}

@media all and (max-width: 450px) {
  .micrositeModules .media-card .image-box {
    height: 300px!important;
    width: 100%;
  }
}

/***********************************************************************************************
 * Section Tinted
 ***********************************************************************************************/
.micrositeModules section.tinted .intro {
  margin-bottom: 50px;
}
@media all and (min-width: 0) {
  .micrositeModules section.tinted {
    padding: 40px 0;
  }
  .micrositeModules section.tinted .intro {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules .container.narrow .card-body {
    padding: 55px 0 0;
  }
  .micrositeModules .container.narrow .card-footer {
    padding: 0;
  }
  .micrositeModules section.tinted {
    padding: 60px 0;
  }
  .micrositeModules .p-col-md-6 {
    column-count: 2;
    column-gap: 25px;
  }
  .micrositeModules .p-col-md-6 p {
    display: inline-block;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.tinted {
    padding: 80px 0 100px;
  }
}

/***********************************************************************************************
 * Section Background Image
 ***********************************************************************************************/
.micrositeModules section.background-image {
  background: center / cover no-repeat url('img/office-building.png');
}
.micrositeModules section.background-image .intro {
  margin-bottom: 60px;
}
@media all and (min-width: 0) {
  .micrositeModules section.background-image {
    padding: 40px 0;
  }
  .micrositeModules section.background-image .intro {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules section.background-image {
    padding: 60px 0;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.background-image {
    padding: 75px 115px;
  }
}
/***********************************************************************************************
 * Section Dark
 ***********************************************************************************************/
.micrositeModules section.dark {
  background-color: #212029;
}
.micrositeModules section.dark .intro {
  margin-bottom: 50px;
}
@media all and (min-width: 0) {
  .micrositeModules section.dark {
    padding: 40px 0;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules section.dark {
    padding: 60px 0;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.dark {
    padding: 70px 0 110px;
  }
}

/***********************************************************************************************
 * Section Wide Card
 ***********************************************************************************************/
.micrositeModules section.wide-card .intro {
  margin-bottom: 50px;
}
@media all and (min-width: 0) {
  .micrositeModules section.wide-card {
    padding: 40px 0;
  }
  .micrositeModules section.wide-card .intro {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 768px) {
  .micrositeModules section.wide-card {
    padding: 60px 0;
  }
}
@media all and (min-width: 1025px) {
  .micrositeModules section.wide-card {
    padding: 65px 0 120px;
  }
}

/************************************************************************************************ Footer
 ***********************************************************************************************/
 .micrositeModules section.red{
   background-color: #f54914;
 }

 .star img{max-width: 142px;}

 .orange-color{color: #f54a14 !important; border-bottom: 1px solid #f54a14;}
@media all and (max-width: 768px) {
  .allNewsModule .filter ul{padding: 0;}
  .filter.mobile-filter.desktop-hidden{padding: 0 0 20px 0; display: none;}
  .allNewsModule .filter ul li img{margin: 0 0 0 10px;}
  .lastVisitNews{padding-bottom: 0;}
  .allNewsModule{padding: 15px 0 29px 0;}
  .allNewsModule .filter ul:first-child li:first-child img{display: none;}
  .allNewsModule .filter ul:last-child{display: none;}
  .allNewsModule .filter ul:last-child li{display: inline-block; float: left; clear: left;}
  .filter.mobile-filter.desktop-hidden.active ul:first-child li:first-child img{display: inline;
    transform:          rotate(180deg);
    -ms-transform:      rotate(180deg);
    -moz-transform:     rotate(180deg);
    -webkit-transform:  rotate(180deg);
    -o-transform:       rotate(180deg);
  }
  .filter.mobile-filter.desktop-hidden.active ul:first-child li:last-child{display: none;}
  .allNewsModule .filter ul:last-child li.active{margin: 0 0 5px 0;}
}
/*
.opacity-zero{opacity: 0;}
*/



.twoCol.textModule{padding: 0 0 60px 0;}
.twoCol.textModule .content700{margin: 0 auto; max-width: 1290px; padding: 0 15px;}
.twoCol.textModule .content700 .left{width: 50%; float: left;}
.twoCol.textModule .content700 .left .content{padding: 0 7px 0 0; max-width: 600px;}
.twoCol.textModule .content700 .right{width: 50%; float: left;}
.twoCol.textModule .content700 .right .content{padding: 0 0 0 7px; max-width: 600px;}
.twoCol.textModule p{font-family: 'GTWalsheimPro-Light'; color: #8e8e8e;}

.threeCol.textModule{padding: 60px 0 60px 0;}
.threeCol.textModule .content700{margin: 0 auto; max-width: 1290px; padding: 0 15px;}
.threeCol.textModule .content700 .left{width: 32%; float: left;}
.threeCol.textModule .content700 .left .content{padding: 0 7px 0 0; max-width: 380px;}
.threeCol.textModule .content700 .middle{width: 32%; float: left;}
.threeCol.textModule .content700 .middle .content{padding: 0 7px 0 7px; max-width: 380px;}
.threeCol.textModule .content700 .right{width: 32%; float: left;}
.threeCol.textModule .content700 .right .content{padding: 0 0 0 7px; max-width: 380px;}
.threeCol.textModule .content700 p, .threeCol.textModule .content700 ul li, .threeCol.textModule .content700 ol li {color: #8e8e8e; padding-bottom: 10px;}
.threeCol.textModule .content700 li { padding-bottom: 0;}

@media all and (max-width: 768px) {
  .twoCol.textModule{padding: 0 0 10px 0;}
  .twoCol.textModule .content700 .left, .twoCol.textModule .content700 .right{width: 100%; float: none;}
  .twoCol.textModule .content700 .left .content, .twoCol.textModule .content700 .right .content{padding: 0;}

  .threeCol.textModule{padding: 0 0 10px 0;}
  .threeCol.textModule .content700 .left, .threeCol.textModule .content700 .middle, .threeCol.textModule .content700 .right{width: 100%; float: none;}
  .threeCol.textModule .content700 .left .content, .threeCol.textModule .content700 .middle .content,  .threeCol.textModule .content700 .right .content{padding: 0;}
  .threeCol.textModule .content700 .left .content{max-width: 100%;}
  .threeCol.textModule .content700 .middle .content{max-width: 100%;}
  .threeCol.textModule .content700 .right .content{max-width: 100%;}
}

.custom-text-module .content700 h5 {
  font-family: 'Walsheim-Bold-Oblique';
  font-weight: bold;
  font-style: italic;
  font-size: 1.7em;
  line-height: 1.52em;
  padding: 0 0 26px 0;
}

.admin-bar.fl-builder-edit .fl-row, .admin-bar.fl-builder-edit .fl-row-content, .admin-bar.fl-builder-edit .fl-col-group, .admin-bar.fl-builder-edit .fl-col, .admin-bar.fl-builder-edit .fl-module, .admin-bar.fl-builder-edit .fl-module-content{z-index: 1;}


.content700 table{margin:0 0 30px 0; width: 100%;  border-collapse: collapse;}
.content700 table tbody tr:first-child td{background: #f54a14; color: #fff;}
.content700 table tbody tr:nth-child(even){background: #f2f2f2;}
.content700 table tbody tr:nth-child(odd){}
.content700 table tbody tr td{font-size: 1.5em; padding: 14px 10px 11px; color: #5a5960; font-family: 'GTWalsheimProRegular'; border: 1px solid #dadada;}

.content700 table tbody tr td p,
.content700 table tbody tr td,
.content700 table tbody tr td li{
  font-family: 'GTWalsheimProRegular';
  font-size: 15px;
  line-height: 19.5px;
  color: #5A5960
}

.content700 table tbody tr td li{
    padding-bottom: 0;
}

.custom-text-module .content700 table tbody tr td h2 {
  color: #21202A;
  font-size: 24px;
  line-height: 33.6px;
  font-family: 'Nantes-Bold';
}

.custom-text-module .content700 table tbody tr td h3 {
  color: #21202C;
  font-size: 25px;
  line-height: 25px;
  font-family: 'GTWalsheimPro-CondensedBold';
}

.custom-text-module .content700 table tbody tr td h4 {
  color: #21202C;
  font-size: 10px;
  line-height: 10px;
  font-family: 'GTWalsheimPro-CondensedBold';
}

.custom-text-module .content700 table tbody tr td h5 {
  color: #21202C;
  font-size: 15px;
  line-height: 19.5px;
  font-family: 'Walsheim-Bold-Oblique';
}



@media all and (max-width: 768px) {
  .content700 table tbody tr td{font-size: 1.1em;}
}
@media all and (min-width: 1440px){
  .hero .slider{max-width: 1440px; margin: 0 auto;}
  .hero .slider .slick-arrow{display: none !important;}
}

.relatedVideoModule .items .hidden{display: none;}
.relatedVideoModule .three_videos .textAlignCenter{width: 100%; margin: 0; float: none;}

/***********************************************************************************************
 * Top logos module css
 ***********************************************************************************************/
 .logo-container .logo-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1290px;
  margin: auto;
 }

 @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo-container .logo-row {
    padding-left: 44px;
    padding-right: 44px;
  }
 }

 .logo-container .logo-row .single-logo {
   width: 20%;
   height: 125px;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 @media only screen and (max-width: 768px) {
  .logo-container .logo-row .single-logo {
    width: 50%;
    height: 90px;
  }
 }

 .logo-container .logo-row img {
  object-fit: scale-down;
  max-height: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px){
  .logo-container .logo-row img {
    max-height: 30px;
  }
}

@media only screen and (max-width: 420px){
  .logo-container .logo-row img {
    max-height: 25px;
  }
}
/***********************************************************************************************
 * Featured stories module css
 ***********************************************************************************************/
.featured-stories-container {
  background-color: #F2F2F2;
}
.featured-stories-container .featured-stories-row {
   display: flex;
   flex-direction: row;
   max-width: 1290px;
   margin: auto;
   padding: 60px 12px;
}

@media only screen and (max-width: 1024px){
  .featured-stories-container .featured-stories-row {
    padding-left: 44px;
    padding-right: 44px;
 }
}

@media only screen and (max-width: 767px){
  .featured-stories-container .featured-stories-row {
    padding-left: 15px;
    padding-right: 15px;
 }
}

@media only screen and (max-width: 1200px){
  .featured-stories-container .featured-stories-row {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
 }
}
/* Css if align order is changed to logos on the left */
@media only screen and (min-width: 1200px){
  .featured-stories-container .featured-stories-row.change-order .description-col {
    order: 2;
    display: flex;
    /* justify-content: end; */
    flex-direction: column;
  }

  .featured-stories-container .featured-stories-row.change-order .description-col .description-content {
    width: 80%;
    margin-left: auto;
    position: relative;
  }

  .featured-stories-container .featured-stories-row.change-order .description-col .description-content p {
    width: 100%;
  }
}
/* Css if align order is changed to logos on the left - END*/
.featured-stories-container .featured-stories-row .description-col {
  width: 40%;
}

.featured-stories-container .featured-stories-row .description-col .description-content {
  position: relative;
}

.allNewsModule-grid .content {
  margin-bottom: 90px;
  font-family: 'GTWalsheimProRegular', sans-serif;
}

.allNewsModule-grid .content p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'GTWalsheimPro-Light';
  margin-bottom: 10px;
}

.allNewsModule-grid .button {
  font-size: 18px;
  line-height: 18px;
  padding: 20px 40px;
  border: 1px solid #212029;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'GTWalsheimPro-CondensedBold';
  letter-spacing: 0.03px;
  width: fit-content;
  background: transparent;
  color: #212029;
  float: right;
}

@media only screen and (max-width: 1200px){
  .featured-stories-container .featured-stories-row .description-col {
    width: 100%;
  }
}

.featured-stories-container .featured-stories-row .description-col h2 {
  color: #212029;
  font-family: 'Nantes-Bold';
  /* font-size: 56px;
  line-height: 56px; */
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px){
  .featured-stories-container .featured-stories-row .description-col h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


.featured-stories-container .featured-stories-row .description-col p {
  font-size: 18px;
  font-family: 'GTWalsheimPro-Light';
  line-height: 26px;
  color: #212029;
  width: 80%;
}

@media only screen and (max-width: 1200px){
  .featured-stories-container .featured-stories-row .description-col p {
    width: 100%;
  }

  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(4n) {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 768px){
  .featured-stories-container .featured-stories-row .description-col p {
    font-size: 16px;
    line-height: 16px;
  }
}

.featured-stories-container .featured-stories-row .logo-tiles-col {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 10;
}

@media only screen and (max-width: 1200px){
  .featured-stories-container .featured-stories-row .logo-tiles-col {
    width: 100%;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
  }
}

.featured-stories-container .featured-stories-row .logo-tiles-col .btn-row {
 width: 100%;
 margin-top: 30px;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .btn-row a {
  color: #F54A14;
  font-size: 18px;
  font-family: 'GTWalsheimPro-Light';
  display: flex;
  align-items: center;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .btn-row a i {
  font-size: 30px;
  margin-left: 10px;
}

@media only screen and (max-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .btn-row a {
    color: #fff;
    background-color: #F54A14;
    font-size: 15px;
    font-family: 'GTWalsheimPro-Light';
    justify-content: center;
    line-height: 18px;
    height: 60px;
  }
  .featured-stories-container .featured-stories-row .logo-tiles-col .btn-row a i {
    display: none;
  }
}

@media only screen and (min-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .btn-row.mobile-button {
    display: none;
   }
}

@media only screen and (max-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .btn-row.desktop-button {
    display: none;
   }
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
  width: 24%;
  /* margin-left: 1%;
  margin-right: 1%; */
  /* height: 190px; */
  height: 174px;
  transition: 0.3s;
  background-color: #fff;
  margin-bottom: 7px;
  margin-right: 7px;
}

@media only screen and (max-width: 1200px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
    height: 220px;
    width: 24%;
  }
}

@media only screen and (max-width: 800px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
    height: 180px;
    width: 23%;
  }
}

@media only screen and (min-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(4n) {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
    width: 48%;
    height: 220px;
  }
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(odd) {
    margin-right: 0;
  }
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(even) {
    margin-left: 2%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
    height: 164px;
    width: 47%;
  }
}

@media only screen and (max-width: 350px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile {
    height: 140px;
  }
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content {
  height: 100%;
  position: relative;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content img {
  max-height: 65px;
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

@media only screen and (max-width: 350px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content img {
    max-height: 50px;
  }
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content img.logo-hover {
  opacity: 0;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:hover {
  background-color: #F54A14;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:hover img.logo {
  opacity: 0;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:hover img.logo-hover {
  opacity: 1;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content .client-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content .client-name span {
  color: #8E8E8E;
  font-size: 15px;
  font-family: 'GTWalsheimPro-Light';
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile .tile-content .client-name i {
  color: #8E8E8E;
  font-size: 15px;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:hover .client-name span {
  color: #fff;
}

.featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:hover .client-name i {
  color: #fff;
}

@media only screen and (max-width: 699px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(n+5) {
    display: block;
  }
}
@media only screen and (min-width: 700px){
  .featured-stories-container .featured-stories-row .logo-tiles-col .logo-tile:nth-child(n+10) {
    display: block;
  }
}

.featured-stories-container {
  position: relative;
  overflow: hidden;
}

.featured-stories-container  h3.background-title {
    position: absolute;
    top: 60px;
    right: 50px;
    text-transform: uppercase;
    opacity: 0.07;
    /* font-size: 290px; */
    font-size: 220px;
    color: #21202a;
    letter-spacing: -4.17px;
    line-height: 174px;
    cursor: default;
    pointer-events: none;
    max-height: 340px;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    font-family: 'GTWalsheimPro-CondensedBold';
}

@media only screen and (max-width: 1200px){
  .featured-stories-container  h3.background-title {
    right: unset;
  }
}
@media only screen and (max-width: 1260px){
  .featured-stories-container  h3.background-title {
    font-size: 204px;
    line-height: 170px;
  }
}

.featured-stories-container.bg-title-right-align  h3.background-title {
 right: unset;
}

/***********************************************************************************************
 * Investments module additional css
 ***********************************************************************************************/
.fl-builder-settings-fields select[multiple] {
  min-height: 150px!important;
}

.investmentsModule .filter ul li.active ul, .relatedNewsModule .filter ul li.active ul{
  width: max-content;
}

.investmentsBoxes .boxes .box .back-side {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

@media only screen and (min-width: 767px){
  .investmentsBoxes .boxes .box:hover .back-side {
    visibility: visible;
    opacity: 1;
  }
}

.investmentsBoxes .boxes .box.active .back-side {
  visibility: visible;
  opacity: 1;
}

/***********************************************************************************************
 * Heading with Button module css
 ***********************************************************************************************/

 .heading-with-button-container .container-content {
  /* width: 90%; */
  max-width: 1290px;
  margin: auto;
  padding-top: 180px;
  padding-bottom: 84px;
  padding-left: 15px;
  padding-right: 15px;

 }

@media only screen and (min-width: 1024px){
  .heading-with-button-container .container-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

 @media only screen and (max-width: 1024px){
  .heading-with-button-container .container-content {
    padding-left: 44px;
    padding-right: 44px;
  }
}

@media only screen and (max-width: 767px){
  .heading-with-button-container .container-content {
    padding-top: 113px;
    padding-bottom: 82px;
    padding-left: 15px;
    padding-right: 15px;
   }
}

 .heading-with-button-container .container-content .heading-row h2 {
  font-size: 38px;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-weight: bold;
 }

 @media only screen and (max-width: 768px){
  .heading-with-button-container .container-content .heading-row h2 {
    font-size: 24px;
   }
 }


 .heading-with-button-container .container-content .button-row {
  margin-top: 50px;
  display: flex;
  align-items: center;
 }

 @media only screen and (min-width: 1024px){
  .heading-with-button-container .container-content .button-row {
    margin-top: 0px;
   }
 }

 .heading-with-button-container .container-content .button-row a {
  font-size: 18px;
  font-family: 'GTWalsheimPro-CondensedBold';
  color: #FFFFFF;
  padding: 21px 33px;
  border: 1px solid #FFFFFF;
  font-weight: bold;
  min-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 @media only screen and (max-width: 768px){
  .heading-with-button-container .container-content .button-row a {
    padding: 21px 0;
    width: 100%;
    text-align: center;
   }
 }

 /***********************************************************************************************
 * Hubspot contact form module css
 ***********************************************************************************************/

 .hubspot-module {
  padding-top: 50px;
  padding-bottom: 30px;
 }

 @media only screen and (min-width: 768px) and (max-width: 1260px) {
  .hubspot-module {
    padding-left: 40px;
    padding-right: 40px;
  }
 }

 .contact-form-module {
   width: 872px;
   margin: auto;
 }

 @media only screen and (min-width: 821px) and (max-width: 1200px) {
  .contact-form-module {
    width: 720px;
    margin: auto;
  }
 }

 @media only screen and (max-width: 820px) {
  .contact-form-module {
    width: auto;
  }
 }

 @media only screen and (max-width: 767px) {
  .contact-form-module {
    width: 100%;
    padding: 0 15px;
  }
 }

 .contact-form-module h2.hubspot-title{
  font-family: 'Nantes-Bold';
  font-size: 28px;
  letter-spacing: -0.01em;
  padding: 0 0 24px 0;
 }

 .contact-form-module p.hubspot-subtitle{
  font-size: 18px;
  padding: 10px 0 50px 0;
  font-family: 'GTWalsheimPro-Light';
  font-weight: normal;
 }

 @media only screen and (max-width: 767px) {
  .contact-form-module h2.hubspot-title{
    font-size: 24px;
    letter-spacing: -0.01em;
    padding: 0 0 24px 0;
   }
   .contact-form-module p.hubspot-subtitle{
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 26px;
   }
 }

 *:not(.right):not(.contactForm) > .hbspt-form {
   padding: 30px;
   border: 1px solid #C6C6C6;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form {
    padding: 0px;
    border: none;
  }
 }

 *:not(.right):not(.contactForm) > .hbspt-form {
  font-size: 17px;
 }

 .micrositeModules .card .hbspt-form ul {
   padding-left: 0;
 }

 .micrositeModules .card .hbspt-form ul li:before {
   display: none;
 }

 *:not(.right):not(.contactForm) > .hbspt-form ul {
   list-style: none !important;
   padding-left: 0 !important;
 }

 *:not(.right):not(.contactForm) > .hbspt-form ul li {
    padding-left: 0 !important;
  }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset {
  max-width: 100% !important;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset label span.hs-form-required {
  color: #F54A14;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.legal-consent-container {
   margin-bottom: 20px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.legal-consent-container .hs-form-booleancheckbox-display>span {
   margin-left: 27px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 20px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input input.hs-input {
  width: 100%;
  border: 1px solid #C6C6C6;
  height: 60px;
  padding-left: 10px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input input.hs-input::placeholder {
  color: #9A9A9A;
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) legend.hs-field-desc {
  font-size: 12px;
  color: #9A9A9A;
  margin-bottom: 10px;
  margin-top: 2px;
  font-family: 'GTWalsheimPro-Light';
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input label.hs-form-radio-display {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input label.hs-form-radio-display span {
  font-size: 17px;
  color: #8E8E8E;
  font-family: 'GTWalsheimPro-Light';
  font-weight: normal;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input label.hs-form-checkbox-display span {
  font-size: 17px;
  color: #8E8E8E;
  font-family: 'GTWalsheimPro-Light';
  font-weight: normal;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list {
  margin-top: 15px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input input[type="radio"] {
  -webkit-appearance: checkbox;
  margin: 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list li.hs-form-checkbox {
  margin-bottom: 15px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list li.hs-form-checkbox:nth-child(odd) {
  width: 40%;
  display: inline-block;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list li.hs-form-checkbox:nth-child(even) {
  width: 60%;
  display: inline-block;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list li.hs-form-checkbox:nth-child(odd) {
    width: 100%;
   }

   *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input ul.inputs-list li.hs-form-checkbox:nth-child(even) {
    width: 100%;
   }
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin: 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) div.input textarea {
  width: 100%;
  min-height: 60px;
  resize: vertical;
  padding: 10px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) .legal-consent-container .hs-richtext {
  font-size: 17px;
  font-family: 'GTWalsheimPro-Light';
  letter-spacing: 0.13px;
  line-height: 26px;
  color:#21202A;
  margin-top: 25px;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) .legal-consent-container .hs-richtext {
    margin-top: 0px;
   }
 }

 @media only screen and (min-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form *:not(.form-columns-2) .legal-consent-container .hs-richtext {
    margin-top: 0px;
   }

   *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 {
    margin-bottom: 20px;
  }
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.input {
  margin-top: 5px;
  margin-right: 0;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_firstname {
  width: 48%;
  margin-right: 2%;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_lastname {
  width: 48%;
  margin-left: 2%;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_firstname {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
   }

   *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_lastname {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
   }
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.input input.hs-input {
  width: 100%;
  border: 1px solid #C6C6C6;
  height: 60px;
  padding-left: 10px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs-richtext p {
  font-size: 22px;
  font-family: 'Nantes-Bold';
  margin-top: 40px;
  margin-bottom: 25px;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs-richtext p {
    margin-top: 5px;
   }
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_city {
  width: 48%;
  margin-right: 2%;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_country {
  width: 48%;
  margin-left: 2%;
 }

 @media only screen and (max-width: 600px) {
  *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_city {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
   }

   *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_country {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
   }
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_country .input select {
  width: 100%;
  height: 60px;
  border: 1px solid #C6C6C6;
  padding-left: 10px;
  background: url(img/select-arrows.png) 95% no-repeat;
  -webkit-appearance: none;
 }

 *:not(.right):not(.contactForm) > .hbspt-form fieldset.form-columns-2 div.hs_country .input select option:disabled{
  color:#8E8E8E;
  font-size: 14px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form .hs-submit {
   margin-bottom: 15px;
 }

 *:not(.right):not(.contactForm) > .hbspt-form .hs-submit .actions input.hs-button {
  background-color: #F54A14;
  border: none;
  width: 160px;
  height: 60px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
 }

 *:not(.right):not(.contactForm) > .hbspt-form .hs-submit .actions input.hs-button:focus {
  outline: none;
 }


 @media only screen and (max-width: 375px) {
  *:not(.right):not(.contactForm) > .hbspt-form .hs-submit .actions input.hs-button {
    width: 100%;
  }
 }
 ul.hs-error-msgs {
   margin-top: 5px;
 }
 *:not(.right):not(.contactForm) > .hbspt-form .hs-error-msg {
   color: #F54A14;
   margin-top: 3px;
 }

/***********************************************************************************************
 * Office hours module css
 ***********************************************************************************************/

 .office-hours-module {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   padding: 205px 15px 165px 15px;
 }

 @media only screen and (max-width: 767px) {
  .office-hours-module {
    padding: 120px 15px 40px 15px;
  }
 }

 .office-hours-module .office-hours-content {
   width: 1260px;
   margin: auto;

 }

 @media only screen and (max-width: 1300px) {
  .office-hours-module .office-hours-content {
    width: auto;
  }
 }

 @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .office-hours-module .office-hours-content {
    margin: 0 25px;
  }
 }

 .office-hours-module .office-hours-content h3.module-title {
   font-size: 38px;
   font-family: 'GTWalsheimPro-CondensedBold';
   font-weight: normal;
   font-style: normal;
 }

 @media only screen and (max-width: 767px) {
  .office-hours-module .office-hours-content h3.module-title {
    font-size: 24px;
  }
 }

 .office-hours-module .office-hours-content h6.intro-text {
  font-size: 24px;
  color: #fff;
  width: 430px;
  padding-top: 20px;
  font-family: 'Nantes-Bold';
 }

 @media only screen and (max-width: 767px) {
  .office-hours-module .office-hours-content h6.intro-text {
    width: auto;
   }
 }

 .office-hours-module .office-hours-content .white-editor-blocks {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
 }

 @media only screen and (max-width: 767px) {
  .office-hours-module .office-hours-content .white-editor-blocks {
    margin-top: 30px;
    flex-direction: column;
   }
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block {
  background-color: #fff;
  padding: 60px;
  width: 620px;
 }

 @media only screen and (min-width: 768px) and (max-width: 1300px) {
  .office-hours-module .office-hours-content .white-editor-blocks .editor-block {
    background-color: #fff;
    padding: 60px 30px;
    width: 48%;
   }
 }

 @media only screen and (max-width: 767px) {
  .office-hours-module .office-hours-content .white-editor-blocks .editor-block {
    background-color: #fff;
    padding: 30px 15px;
    width: auto;
    margin-bottom: 20px;
   }
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block h3.editor-title {
  font-size: 17px;
  color: #F54A14;
  font-family: 'GTWalsheimProRegular', sans-serif;
  margin-bottom: 30px;
  letter-spacing: 0.83px;
  line-height: 23px;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block ul {
  list-style: disc;
  padding-left: 20px;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block ul li {
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  padding-left: 10px;
  line-height: 26px;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block h6 {
  font-size: 12px;
  font-family: 'GTWalsheimPro-CondensedBold';
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 19px;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block p {
  font-family: 'Nantes-Bold';
  font-size: 17px;
  line-height: 26px;
  font-family: 'GTWalsheimPro-Light';
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block h4 {
  font-family: 'Nantes-Bold';
  font-size: 22px;
  line-height: 30px;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block a {
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  line-height: 38px;
  color: #F54A14;
 }

 .office-hours-module .office-hours-content .white-editor-blocks .editor-block a.button {
  color: #FFF;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 18px;
  line-height: 20px;
  padding: 18px 33px;
  margin: 15px 0;
}


.first_footer_link{
  display: block;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'GTWalsheimPro-Light';
  letter-spacing: -0.03em;
}
/*.first_footer_link:hover{*/
/*  text-decoration: underline;*/
/*}*/

.hover-switch{
  position: relative;
  min-height: 70px;
}
.hover-switch > img {
  position: absolute;
}
/*
 * Show the last image by default
*/
.hover-switch > img:last-of-type {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
/*
 * Hide the last image on hover
*/
.hover-switch:hover > img:last-of-type {
  opacity: 0;
}

.columns-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 0px 65px;
}

.columns-cta .single-column .content-block  {
  position: relative;
}

.columns-cta .single-column .content-block .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.columns-cta .single-column .content-block h2, 
.columns-cta .single-column .content-block a {
  position: relative;
  z-index: 2
}

.columns-cta .single-column:hover .content-block  .mask {
  opacity: 1;
}

.single-column {
  flex: 1 1 33.3%;
}
.single-column a{
  font-size: 18px;
  line-height: 18px;
  padding: 20px 37px;
  border: 1px solid #212029;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'GTWalsheimPro-CondensedBold';
  letter-spacing: 0.03px;
  min-width: 222px;
  width: fit-content;
  text-align: center;
}
.single-column h2{
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
  font-family: 'Nantes-Bold';
  text-align: left;
  max-width: 300px;
}
.content-block {
  background: #F4F4F4;
  margin: 10px;
  padding: 30px 20px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-block:hover{
  background: #F54A14;
}
.content-block:hover a{
  color: #212029;
  border-color: transparent;
  background: #fff;
}
.content-block:hover h2{
  color: #fff;
}

@media (max-width: 845px){
  .single-column{
    margin-bottom: 20px;
  }
  .single-column h2{
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .content-block{
    text-align: center;
  }
  .single-column {
    margin: 10px 0;
  }
  .columns-list {
    padding: 20px 0;
  }
}


.small-banner {
  width: 100%;
  height: 55px;
  background: #F54A14;
}

.small-banner-wrap {
  display: flex;
  justify-content: center;
}

.small-banner-wrap p {
  letter-spacing: 0.03px;
  color: white;
  font-family: 'GTWalsheimPro-Light';
  font-size: 18px;
  line-height: 23px;
  padding-top: 16px;
}

.small-banner-wrap a {
  width: 141px;
  height: 35px;
  background: white;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
  margin-left: 15px;
}

.tablet-text,
.mob-text {
  display: none;
}

@media (max-width: 1024px) {
  .desktop-text {
    display: none;
  }

  .tablet-text {
    display: block
  }

}

@media (max-width: 767px) {
  .desktop-text,
  .tablet-text {
    display: none;
  }

  .mob-text {
    display: block
  }
}


/* ===== Start wrapper-cta-image ===== */
.wrapper-cta-image .pull-lg-right{
  float: right!important;
}
.wrapper-cta-image{
  background-color: #F2F2F2;
  padding: 60px 0;
  border-top: 1px solid rgba(33, 32, 41, .2);
}

.wrapper-cta-image .cta-image{
  background-color: #fff;
}

.wrapper-cta-image .cta-image .row{
  margin-left: 0px;
  margin-right: 0px;
}

.wrapper-cta-image .cta-image .row [class*="col-"]{
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper-cta-image .inner-cta-image-text{
  background-color: #fff;
  padding: 65px 70px;
}

.wrapper-cta-image .inner-cta-image-text h3{
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-family: 'Nantes-Bold';
  max-width: 587px;
}

.wrapper-cta-image .inner-cta-image-text .button{
  text-transform: uppercase;
}

.wrapper-cta-image .inner-cta-image{
  min-height: 340px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


/** Start Playbook */

.single-playbook{
  background-color: #F2F2F2;
}

.single-playbook #header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.single-playbook.sticky #header {
	background-color: transparent;
	box-shadow: none;
	border: 0;
}
.single-playbook #header .desktopMenu li a{
  color: #fff;
}
.single-playbook #header .menu-item-has-children:after{
  content: url(img/caret-down.svg);
}
.single-playbook #header .desktopMenu .open-search {
  background-image: url(img/search-icon.png);
}
.sticky.single-playbook #header .logo,
.single-playbook #header .logo{
  display: none!important;
}
.single-playbook #header .logo-light{
  display: block;
}

.playbook-progress {
  height: 5px;
  background: #F54A14;
  z-index: 9999!important;
}

.playbook-nav .children {
  overflow: hidden;
}

.single-playbook .playbook-banner .container {
  z-index: 100;
}

.single-playbook .playbook-banner{
  min-height: 645px;
  position: relative;
  background-color: #000;
  position: relative;
}

.single-playbook .clearfix-float {
  float: none;
  clear: both;
}

.single-playbook .playbook-banner .playbook-banner-text {
  padding-bottom: 65px;
}

.single-playbook .playbook-banner .desktop-banner-img {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.single-playbook .playbook-banner .overlay:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(33, 32, 41, .75), rgba(33, 32, 41, 0));
  z-index: 98;
}
.single-playbook .playbook-banner .overlay:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(33, 32, 41, .6);
  z-index: 99;
}

.single-playbook .playbook-banner h1{
  padding-top: 160px;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 16px;
  max-width: 435px;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.single-playbook .playbook-banner h1 span{
  font-size: 48px;
  line-height: 48px;
  color: #F54A14;
  max-width: 435px;
  font-family: 'GTWalsheimPro-CondensedBold';
}
.single-playbook .playbook-banner p{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #fff;
  max-width: 352px;
  position: relative;
  z-index: 5;
  font-family: 'GTWalsheimPro-Light';
}
.single-playbook .playbook-banner h4{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 120px;
  color: #fff;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.single-playbook .playbook-banner a{
  padding: 20px 30px 20px 47px;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 5;
  font-family: 'GTWalsheimPro-CondensedBold';
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.single-playbook .playbook-banner a:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.single-playbook .playbook-banner a:hover::after{
  background-image: url('img/caret-down-black.png');
}

.single-playbook .playbook-banner a::after{
  content: "";
  top: 25px;
  left: 23px;
  width: 17px;
  height: 8px;
  background-image: url('img/caret-down-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 5;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

      /* content */


.single-playbook .content{
  padding-top: 59px;
}
.single-playbook .content h2{
  font-size: 37px;
  line-height: 38px;
  color: #212029;
  text-transform: uppercase;
  margin-bottom: 72px;
  max-width: 725px;
  position: relative;
}

.single-playbook .content h1 .copy,
.single-playbook .content h2 .copy,
.single-playbook .content h3 .copy,
.single-playbook .content h4 .copy,
.single-playbook .content h5 .copy,
.single-playbook .content h6 .copy {
  display: none;
  margin-left: 10px;
  vertical-align: middle;

}

.single-playbook .content h2 .copy {
  display: inline-block;
  opacity: 0;
}

.single-playbook .content h1 .copy svg,
.single-playbook .content h2 .copy svg,
.single-playbook .content h3 .copy svg,
.single-playbook .content h4 .copy svg,
.single-playbook .content h5 .copy svg,
.single-playbook .content h6 .copy svg {
  width: 18px;
  height: auto;
}

.single-playbook .content h2 .copy .tooltip {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: auto;
  transform: translate(0, -10px);
  color: #FFF;
  background: #000;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
}

.single-playbook .content h2 .copy:hover .tooltip {
  opacity: 1;
  transform: translate(0, -20px);
}



.single-playbook .content h2:hover .copy{
  opacity: 1;
}

.single-playbook .content h2.bottom-space{
  margin-bottom: 32px;
}

.single-playbook .content h2 span {
  display: block;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  font-family: 'Nantes-Bold';
  margin-bottom: 32px;
  color: #212029;
}

.single-playbook .content .fl-builder-content {
  max-width: 725px;
}
    /* aside */
.single-playbook .content .playbook-aside{
  max-width: 300px;
  margin-bottom: 50px;
}

.single-playbook .content .playbook-aside .playbook-aside-inner{
  max-height: calc(100vh - 100px);
}


.single-playbook .content .playbook-aside .close{
  display: none;
}
.single-playbook .content .dropdown{
  display: none;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 24px;
  text-align: center;
  border: 1px solid #212029;
  background-color: transparent;
  margin-bottom: 24px;
  letter-spacing: 0.03px;
  position: relative;
}
.single-playbook .content .dropdown:after{
  position: absolute;
  content:"";
  height: 1px;
  width: 100vw;
  bottom: -24px;
  left: -25px;
  background-color: rgba(196, 196, 196, 0.5);
  display: block;
}

.single-playbook .content .playbook-aside h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 16px;
  font-family: 'GTWalsheimPro-Light';
}
.single-playbook .content .playbook-aside .playbook-nav ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}
.single-playbook .content .playbook-aside .playbook-nav ul li a{
  padding: 16px 0;
  padding-right: 20px;
  line-height: 23px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  position: relative;
  font-family: 'GTWalsheimPro-CondensedBold';
}

.single-playbook .content .playbook-aside .playbook-nav ul{
  margin-bottom: 64px;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a .toggle-children span{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a .toggle-children .plus{
  background-image: url(img/plus.svg);
  opacity: 1;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a .toggle-children .arrow{
  /* background-image: url(img/arrow-right.svg); */
  opacity: 0;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 10px;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a .toggle-children .arrow i {
  font-size: 10px;
  color: #F54A14;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open a .toggle-children .plus{
  opacity: 0;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open a .toggle-children .arrow{
  opacity: 1;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a:hover .toggle-children .arrow{
  opacity: 1;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children a:hover .toggle-children .plus{
  opacity: 0;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open a:hover .toggle-children .arrow{
  opacity: 0;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open a:hover .toggle-children .plus{
  opacity: 1;
}




.single-playbook .content .playbook-aside .playbook-nav ul li:first-child{
  border-top: 1px solid rgba(196, 196, 196, 0.5)
}

.single-playbook .content .playbook-aside ul li a:hover{
  color: #F54A14;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open a{
  color: #F54A14;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open .children a{
  color: #000;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children{
  padding-left: 12px;
  margin-bottom: 8px;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children a{
  padding: 8px 0;
  font-weight: 300;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children.open .children .current, 
.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children .current, 
.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children a:hover{
  color: #F54A14;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children a::after{
  display: none;
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children li{
  border: none;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-transform: initial;
  font-family: 'GTWalsheimPro-Light';
}
.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children li a{
  font-family: 'GTWalsheimPro-Light';
}

.single-playbook .content .playbook-aside .playbook-nav ul li.has-children .children a:first-child{
  border: none;
}

.single-playbook .content .playbook-social {
  margin-bottom: 50px;
}

.single-playbook .content .playbook-social h5{
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5)
}

.single-playbook .content .playbook-social ul{
  margin-top: 19px;
}

.single-playbook .content .playbook-social ul li{
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.single-playbook .content .playbook-social ul li a{
  font-size: 20px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.single-playbook .content .playbook-social ul li a .tooltip {
  display:none;
  position: absolute;
}

.single-playbook .content .playbook-social ul li a:hover .tooltip[data-event="hover"] {
  display: block
}

.single-playbook .content .playbook-aside .playbook-cta {
  background: #F8F9F8;
  margin: 56px 0;
  padding: 24px;
  border-bottom: 2px solid #F54A14;
}

.single-playbook .content .playbook-aside .playbook-cta h3 {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
  font-family: 'Nantes-Bold';
}

.single-playbook .content .playbook-aside .playbook-cta .btn {
  border: 1px solid #000;
  padding: 8px 24px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-family: 'GTWalsheimPro-CondensedBold';
}

.single-playbook .content .playbook-aside .playbook-cta .btn:hover{
  background-color: #F54A14;
  border-color: #F54A14;
  color: #fff;
}

.single-playbook .content .playbook-aside .playbook-cta .btn:focus,
.single-playbook .content .playbook-aside .playbook-cta .btn:active{
  background-color: #212029;
  border-color: #212029;
  color: #fff;
}

.single-playbook .scroll-to-top-wrapper {
  text-align: right;
}

.single-playbook .scroll-to-top {
  position: fixed;
  bottom: 0;
}

.single-playbook .content .playbook-social ul li .tooltip {
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  top: -50px;
  left: -220%;
  padding: 10px;
  color: #fff;
  background: #212029;
  min-width: 122px;
  text-align: center;
}
.single-playbook .content .playbook-social ul li .tooltip:after{
  content: '';
  position: absolute;
  left: 38%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #212029;
  clear: both
}

.single-playbook .content .playbook-social ul li .download .tooltip {
  left: 0;
}

.single-playbook .content .playbook-social ul li .download .tooltip:after {
  left: 0px;
}

.single-playbook .content .playbook-social ul li .active{
  z-index: 5;
  top: -72px;
}


.single-playbook .content .playbook-social ul li .tooltip.active {display: block;}

.single-playbook .content .fl-builder-content h2{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #F54A14;
}

.single-playbook .content .fl-builder-content h4,
.single-playbook .content .fl-builder-content h3{
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  font-family: 'Nantes-Bold';
  margin-bottom: 32px;
  color: #212029;
}

.single-playbook .content .fl-builder-content h4 {
  margin-bottom: 0;
}

.single-playbook .content .fl-builder-content p{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 23px;
  color: #212029;
  opacity: .9;
  font-family: 'GTWalsheimPro-Light';
  letter-spacing: 0.03px;
}

.single-playbook .content .fl-builder-content a[href$='.jpeg'],
.single-playbook .content .fl-builder-content a[href$='.jpg'],
.single-playbook .content .fl-builder-content a[href$='.png'],
.single-playbook .content .fl-builder-content a[href*="vimeo.com"],
.single-playbook .content .fl-builder-content a[href*="youtube.com"]{
  position: relative;
  display: block;
  max-width: 725px;
  width: 100%!important;
}
.single-playbook .content .fl-builder-content a[href$='.jpeg']::after,
.single-playbook .content .fl-builder-content a[href$='.jpg']::after,
.single-playbook .content .fl-builder-content a[href$='.png']::after{
  content: "\e909";
  font-family: 'icomoon';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 34px;
  right: 15px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.single-playbook .content .fl-builder-content p a[href$='.jpeg']::after,
.single-playbook .content .fl-builder-content p a[href$='.jpg']::after,
.single-playbook .content .fl-builder-content p a[href$='.png']::after{
  top: 30px;
}
.single-playbook .content .fl-builder-content a[href$='.jpeg']::before,
.single-playbook .content .fl-builder-content a[href$='.jpg']::before,
.single-playbook .content .fl-builder-content a[href$='.png']::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 20px;
  right: 20px;
  border: 1px solid #000;
  background: #fff;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.single-playbook .content .fl-builder-content a[href$='.jpeg']:hover::after,
.single-playbook .content .fl-builder-content a[href$='.jpg']:hover::after,
.single-playbook .content .fl-builder-content a[href$='.png']:hover::after{
  color: #fff;
}
.single-playbook .content .fl-builder-content a[href$='.jpeg']:hover::before,
.single-playbook .content .fl-builder-content a[href$='.jpg']:hover::before,
.single-playbook .content .fl-builder-content a[href$='.png']:hover::before{
  border: 1px solid #fff;
  background: #000;
}

.single-playbook .mfp-image-holder img {
  padding: 0;
}

.single-playbook .mfp-image-holder .mfp-close,
.single-playbook .mfp-iframe-holder .mfp-close {
  right: 26px;
  top: 20px;
  padding: 10px;
  width: 36px;
  height: 36px;
  line-height: 18px;
  opacity: 1;
}
.single-playbook .mfp-iframe-holder .mfp-close{
  top: 20px;
}
.single-playbook .mfp-image-holder button.mfp-close,
.single-playbook .mfp-iframe-holder .mfp-close {
  background: #212029!important;
}

.single-playbook .content .fl-builder-content a[href*="vimeo.com"]::before,
.single-playbook .content .fl-builder-content a[href*="youtube.com"]::before{
  content: '';
  position: absolute;
  background: url(img/Play-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 3;
}
.single-playbook .content .fl-builder-content a[href*="vimeo.com"]::after,
.single-playbook .content .fl-builder-content a[href*="youtube.com"]::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 32, 41, .75);
  z-index: 2;
}

.single-playbook .content .fl-builder-content .wp-caption {
  max-width: 100%;
}

.single-playbook .content .fl-builder-content .wp-caption .wp-caption-text{
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #212029;
  opacity: .7;
  margin-top: 16px;
  margin-bottom: 32px;
}

        /* small images */

.single-playbook .content .fl-builder-content .playbook-small-images{
  max-width: 700px;
}

.single-playbook .content .fl-builder-content .playbook-small-images h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  font-family: 'Nantes-Bold';
  margin-bottom: 0;
}
.single-playbook .content .fl-builder-content .playbook-small-images p{
margin-bottom: 0;
}
.single-playbook .content .fl-builder-content .playbook-small-images .row{
  margin-bottom: 32px;
  margin-left: -10px;
}

.single-playbook .content .fl-builder-content .playbook-small-images .row:last-child {
  margin-bottom: 0;
}

.single-playbook .content .fl-builder-content .playbook-small-images .row .col-md-4{
  width: 30%;
}
.single-playbook .content.f l-builder-content .playbook-small-images .row .col-md-8{
  width: 70%;
}

.single-playbook .content .fl-rich-text .wp-caption:last-child .wp-caption-text {
  margin-bottom: 0;
}

.single-playbook .content .fl-rich-text p:empty {
  display: none;
}

.single-playbook .content .fl-col-group {
  margin-bottom: 72px;
}

.single-playbook .content .fl-col-group .fl-module:last-child .playbook-banner {
  margin-bottom: 0;
}

.single-playbook .content .fl-col-group .fl-module:last-child .fl-module-content blockquote {
  margin-bottom: 0;
}

.single-playbook .content .fl-col-group .fl-module:last-child .fl-rich-text *:last-child {
  margin-bottom: 0;
}

.single-playbook .content .fl-col-group .fl-module:last-child .fl-rich-text p.wp-caption-text:last-child {
  margin-bottom: 32px;
}

.single-playbook .content .fl-col-group .fl-module:last-child .fl-rich-text .wp-caption:last-child p.wp-caption-text:last-child {
  margin-bottom: 0;
}

.single-playbook .content .fl-col-group .fl-col-content .fl-module-b_playbook_table_module {
  margin-bottom: 32px;
}

.single-playbook .content .fl-col-group .fl-col-content .fl-module-b_playbook_table_module .scrollbar-inner > .scroll-element.scroll-x {
  height: 5px;
}

.single-playbook .content .fl-col-group .fl-col-content .fl-module-b_playbook_table_module:last-child {
  margin-bottom: 0;
}

 /*  End small images */

.single-playbook .content .fl-builder-content ul,
.single-playbook .content .fl-builder-content ol{
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 23px;
}
.single-playbook .content .fl-builder-content ul li{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  color: #212029;
  opacity: .9;
  list-style-type: disc;
  margin-bottom: 12px;
  font-family: 'GTWalsheimPro-Light';
}

.single-playbook .content .fl-builder-content ol li ol,
.single-playbook .content .fl-builder-content ol li ul,
.single-playbook .content .fl-builder-content ul li ol,
.single-playbook .content .fl-builder-content ul li ul{
  padding-left: 17px;
  margin-bottom: 0;
}
.single-playbook .content .fl-builder-content ul li ul li{
  list-style-type: '-  ';
  margin-bottom: 0;
}
.single-playbook .content .fl-builder-content ul li ul li::marker{
  color: #8E8E8E;
}

.single-playbook .content .fl-builder-content ol li{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  color: #212029;
  opacity: .9;
  list-style-type: decimal;
  margin-bottom: 12px;
  padding-left: 0;
  font-family: 'GTWalsheimPro-Light';
}

.single-playbook .content .fl-builder-content a{
  color: #F54A14;
}

.single-playbook .content .fl-builder-content .playbook-button .btn-default{
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 18px;
  line-height: 18px;
  padding: 20px 40px;
  background-color: transparent;
  border: 1px solid #212029;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
}
.single-playbook .content .fl-builder-content .playbook-button .btn-default:hover{
  background-color: #F54A14;
  border-color: #F54A14;
  color: #fff;
}

.single-playbook .content .fl-builder-content .playbook-button .btn-default:focus,
.single-playbook .content .fl-builder-content .playbook-button .btn-default:active{
  background-color: #212029;
  border-color: #212029;
  color: #fff;
}

     /* playbook-icons */

.single-playbook .content .fl-builder-content .playbook-icons .row .col-md-4:nth-last-child(-n+3) p {
  margin-bottom: 0;
}

.single-playbook .content .fl-builder-content .playbook-icons h4{
  font-family: 'Nantes-Bold';
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-playbook .content .fl-builder-content .playbook-icons p{
  margin-bottom: 32px;
}
.single-playbook .content .fl-builder-content .playbook-icons .row{
  margin-left: -10px;
  margin-right: -10px;
}


      /* Playbook-blockquote */

.single-playbook .content .fl-builder-content p + .single-playbook .content .fl-builder-content .playbook-blockquote blockquote {
  margin-top: 25px;
}
.single-playbook .content .fl-builder-content .playbook-blockquote blockquote + .single-playbook .content .fl-builder-content p{
  margin-top: -25px;
}

.single-playbook .content .fl-builder-content .playbook-blockquote blockquote{
  font-family: 'Nantes-Bold';
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid #F54A14; 
}
.single-playbook .content .fl-builder-content .playbook-blockquote.small-bottom-space blockquote{
  margin-bottom: 24px;
}
.single-playbook .content .fl-builder-content .playbook-blockquote.small-bottom-space blockquote cite{
  margin-top: 8px;
}

.single-playbook .content .fl-builder-content .playbook-blockquote blockquote cite{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.03px;
  display: block;
  margin-top: 8px;
}
.single-playbook .content .fl-builder-content .playbook-blockquote blockquote cite img{
  max-width: 43px;
  height: 43px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

 /* playbook-tables */

.single-playbook .content .fl-builder-content .playbook-table table{
  width: 100%;
}
.single-playbook .content .fl-builder-content .playbook-table table tr td:first-child {
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 24px 8px;
  vertical-align: top;
}
.single-playbook .content .fl-builder-content .playbook-table table tr:first-child td{
font-family: 'GTWalsheimPro-CondensedBold';
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
padding: 8px 11px;
}
.single-playbook .content .fl-builder-content .playbook-table table tr:nth-child(2n+1) {
  background-color: #ffff;
}
.single-playbook .content .fl-builder-content .playbook-table table tr:first-child {
background-color: transparent;
}
.single-playbook .content .fl-builder-content .playbook-table table tr:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}
.single-playbook .content .fl-builder-content .playbook-table table td:not(:last-child) {
  border-right: 1px solid #C4C4C4;
}
.single-playbook .content .fl-builder-content .playbook-table table tr td {
  padding: 24px 28px 24px 11px;
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03px;
  max-width: 208px;
  vertical-align: top;
}
.single-playbook .content .fl-builder-content .playbook-table table tr td:nth-child(2n){
  max-width: 196px;
}

        /* playbook-authors */
.single-playbook .content .fl-builder-content .playbook-authors .autor{
  margin-bottom: 32px;
}

.single-playbook .content .fl-builder-content .playbook-authors .autor:last-child {
  margin-bottom: 0;
}


.single-playbook .content .fl-builder-content .playbook-authors .autor .row{
  margin-left: -10px;
  margin-right: -10px;
}

.single-playbook .content .fl-builder-content .playbook-authors .autor .row .col-md-3{
  width: 21%;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor .row .col-md-9{
  width: 79%;
}

.single-playbook .content .fl-builder-content .playbook-authors .autor .avatar img{
  border-radius: 50%;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor .avatar{
  position: relative;
  display: inline-block;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor .avatar .linkedin{
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: #F54A14;
  padding: 8px 9px;
  border-radius: 50%;
  text-decoration: none;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor .avatar .linkedin i{
  font-size: 12px;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor .avatar .linkedin i:before{
  color: #ffff;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor h3, 
.single-playbook .content .fl-builder-content .playbook-authors .autor h3 .mobile-br{
  font-family: 'Nantes-Bold';
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: .9;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor p{
  margin-bottom: 8px;
}
.single-playbook .content .fl-builder-content .playbook-authors .autor a{
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  letter-spacing: 0.03px;
  opacity: .9;
  text-decoration: underline;
}

  /* playbook-embed  form*/ 

.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form{
  background-color: #fff;
  border: none;
  padding: 42px 32px 33px 32px;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs-email,
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs-company {
  display: block;
  width: 100%;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs-message{
  display: none;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input{
  font-family: 'GTWalsheimPro-Light';
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input.hs-input:hover{
  border: 1px solid #212029;
  cursor: pointer;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input.error{
  border: 1px solid #F54A14!important;
}

.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs-error-msgs li,
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs_error_rollup li {
  font-family: 'GTWalsheimPro-Light';
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  letter-spacing: 0.03px;
  text-align: right;
  list-style-type: none;
  margin-top: -12px;
  color: #F54A14;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs_error_rollup li{
  text-align: left;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form label span{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.03px;
  opacity: .9;
  color: #212029;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .legal-consent-container p{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.03px;
  opacity: .6;
  color: #212029;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .legal-consent-container p a{
  font-family: 'GTWalsheimPro-Light';
  color: #212029;
  text-decoration: underline;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input[type="submit"] {
  width: 213px;
  height: 58px;
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.03px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
.single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input[type="submit"]:hover{
  background-color: #fff;
  color: #F54A14;
  border: 1px solid #F54A14;
}

        /* playbook-banner */
.single-playbook .content .fl-builder-content .playbook-banner:before,
.single-playbook .content .fl-builder-content .playbook-banner:after{
  display: none;
}

.single-playbook .content .fl-builder-content .playbook-banner .row{
  margin-left: 0;
  margin-right: 0;
  display: flex;
  width: 100%;
}
.single-playbook .content .fl-builder-content .playbook-banner .row [class*="col-"]{
  padding-left: 0;
  padding-right: 0;
  flex: 1;
  float: none;
}

.single-playbook .content .fl-builder-content .playbook-banner{
  min-height: 250px;
  background-color: #212029;
  margin-bottom: 32px;
}

.single-playbook .content .fl-builder-content .playbook-banner.light{
  background-color: #fff;
}
.single-playbook .content .fl-builder-content .playbook-banner .playbook-banner-img{
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.single-playbook .content .fl-builder-content .playbook-banner .wrapper-text{
  padding: 45px 53px;
}
.single-playbook .content .fl-builder-content .playbook-banner h3{
  font-family: 'Nantes-Bold';
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.single-playbook .content .fl-builder-content .playbook-banner.light h3{
  color: #212029;
}
.single-playbook .content .fl-builder-content .playbook-banner p{
  font-family: 'GTWalsheimPro-Light';
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.03px;
  color: #fff;
  opacity: .9;
  margin-bottom: 24px;
}
.single-playbook .content .fl-builder-content .playbook-banner.light p{
  color: #212029;
}
.single-playbook .content .fl-builder-content .playbook-banner a{
  font-family: 'GTWalsheimPro-CondensedBold';
  font-size: 12px;
  line-height: 15px;
  padding: 8px 24px;
  text-transform: uppercase;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  color: #FFF;
}

.single-playbook .content .fl-builder-content .playbook-banner a:hover{
  background: #FFF;
  color: #212029;
}

.single-playbook .content .fl-builder-content .playbook-banner.light a{
  border-color: #212029;
  color: #212029;
}

.single-playbook .content .fl-builder-content .playbook-banner.light a:hover{
  background: #212029;
  color: #FFF;
}

.single-playbook .content .fl-builder-content .playbook-banner a::after{
  display: none;
}
.single-playbook .playbook-banner .mobile-banner-img{
  display: none;
}

      /* buttons inline */
.single-playbook .content .fl-builder-content .playbook-buttons .btn-default{
  margin-right: 14px;
  color: #212029;
  padding: 16px 27px;
  min-width: 164px;
  margin-top: 0;
  margin-bottom: 14px;
}

.single-playbook .content .fl-builder-content .playbook-buttons .btn-default:last-child {
  margin-bottom: 0;
}

/* playbook-icon-copy */
.single-playbook .content .fl-builder-content .fl-module-b_playbook_subtitle_module .subtitle-with-icon{
  font-size: 18px;
  line-height: 25px;
}

.single-playbook .content .fl-builder-content .playbook-icon-copy {
  position: relative;
  padding-left: 54px;
}
.single-playbook .content .fl-builder-content .playbook-icon-copy img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: auto;
}
.single-playbook .content .fl-builder-content .playbook-icon-copy h3{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 4px;
}
.single-playbook .content .fl-builder-content .playbook-icon-copy p{
  margin-bottom: 32px;
}

 /* playbook-collapsible */
.single-playbook .content .fl-builder-content .playbook-collapsible {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 32px 24px 32px 24px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border-top: 3px solid #F54A14;
  /* border-bottom: 3px solid #F54A14; */
}
.single-playbook .content .fl-builder-content .playbook-collapsible.collapsed{
  border-bottom: 3px solid #F54A14;
}

.single-playbook .content .fl-builder-content .playbook-collapsible .header{
  position: relative;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header .close{ 
  position: absolute;
  top: 0;
  right: 21px;
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  color: #F54A14;
  cursor: pointer;
}

.single-playbook .content .fl-builder-content .playbook-collapsible .header .close .i-close {
  position: absolute;
  top: 0;
  right: -21px;
  display: inline-block;
  color: #F54A14;
  font-size: 25px;
  line-height: 22px;
  cursor: pointer;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header .close .i-close::after { 
  content: '+';
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header.show .close .i-close::after { 
  display: none;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header.show .close .i-close::before { 
  content: '\2212';
}

.single-playbook .content .fl-builder-content .playbook-collapsible .header h2{
  font-weight: 700;
  margin-bottom: 4px;
  padding-right: 100px;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .header.show h3{
  margin-bottom: 23px;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse {
  height: 0;
  /* display: none; */
  max-height: 3000px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  position: relative;
  z-index: -9;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse.show{
  height: auto;
  /* display: block; */
  opacity: 1;
  z-index: 9;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse img{
  margin-bottom: 32px;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse ul li {
  margin-bottom: 0;
  padding-left: 10px;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse p + ul {
  margin-top: -23px!important;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse p span{
  margin-bottom: 0;
  max-width: 465px;
  display: block;
}
.single-playbook .content .fl-builder-content .playbook-collapsible .collapse p:last-child{
  margin-bottom: 0;
}



        /* scroll-to-top-wrapper */

.single-playbook .content .scroll-to-top-wrapper .icon-Button-white-active:before{
  font-size: 40px;
}
.single-playbook .content .scroll-to-top-wrapper .scroll-to-top{
  bottom: 0;
  transform: translate(0, -50%);
}

/* footer-playbook */
.single-playbook .content .playbook-footer {
padding-top: 72px;
border-top: 1px solid rgba(196, 196, 196, 0.5);
}
.single-playbook .content .playbook-footer p{
  margin-bottom: 17px;
  line-height: 20px;
}
.single-playbook .content .playbook-footer p:last-child{
  margin-bottom: 0;
}

.single-playbook .content .playbook-footer + .single-playbook .content .next {
  margin-top: 0;
}

    /* next */
   
.single-playbook .content .next{
  max-width: 725px;
  padding-top: 72px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  /*margin-top: 49px;*/
}
.single-playbook .content .next a{
  padding: 50px 32px;
  display: block;
  position: relative;
  background-color: #ffff;
}

.single-playbook .content .next span.title {
  font-size: 37px;
  line-height: 38px;
  letter-spacing: 0.42px;
  font-family: 'GTWalsheimPro-CondensedBold';
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 500px;
}

.single-playbook .content .next span.caption {
  font-size: 17px;
  line-height: 23px;
  padding-right: 80px;
  color: #212029;
  display: block;
  max-width: 500px;
}

.single-playbook .content .next a span.arrow{
  position: absolute;
  top: 73px;
  right: 32px;
}
.single-playbook .content .next a span.arrow .icon-arrow-down:before{
  font-size: 7px;
  padding: 22px 19px;
  background-color: #F54A14;
}

.single-playbook .content .playbook-footer p {
  font-size: 14px;
  list-style: 20px;
  margin-bottom: 20px;
}

.single-playbook .subtitle-with-icon {
  vertical-align: middle;  
}

.single-playbook .subtitle-with-icon img {
  max-width: 29px;
  max-height: 29px;
  margin-right: 12px;
  vertical-align: middle;
}

.admin-bar.single-playbook #header {
	top: 32px;
}

.single-playbook .content .fl-builder-content p + ul {
  margin-top: -23px;
}
.single-playbook .content .fl-builder-content ul{
  padding-left: 24px;
}
.single-playbook .content .fl-builder-content ul li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: outside;
}
.single-playbook .content .fl-builder-content ol {
  padding-left: 24px;
}
.single-playbook .content .fl-builder-content ol li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: outside;
}

/** End Playbook */


 /* Responsive */

 @media (max-width: 1024px){
	.single-playbook .content .scroll-to-top-wrapper {
		display: none;
	}

	.single-playbook #header .burger-black {
		display: none;
	}

	.single-playbook #header .burger-white {
		display: block
	}

	.single-playbook #header .open-search.dark-button {
		background-image: url(img/search-icon.png);
	}

  .single-playbook #header .menu-item-has-children:after {
    content: url(img/caret-down-big.svg);
    right: 0;
    top: 28px;
  }

  .single-playbook #header .menu-item-has-children.active:after {
    content: url(img/caret-up-big.svg);
  }
}


@media (max-width: 991px){
  .wrapper-cta-image .pull-lg-right{
    float: left!important;
  }
}

@media (max-width: 767px){
  .wrapper-cta-image .inner-cta-image-text{
    padding: 30px 18px;
  }
  .wrapper-cta-image .inner-cta-image-text h3{
    font-size: 24px;
    line-height: 28px;
    margin-right: 32px;
  }
  .wrapper-cta-image .inner-cta-image{
    min-height: 250px;
  }

  /* single-playbook */
  .single-playbook .playbook-banner .playbook-banner-text {
    padding-bottom: 0;
  }
  
  .single-playbook .content .col-md-4, .single-playbook .content .col-md-8{
    padding-left: 5px;
    padding-right: 5px;
  }

  .single-playbook .content .fl-builder-content .playbook-small-images .row .col-md-4 {
    width: 180px;
  }

  .single-playbook .content {
    padding-top: 48px;
  }

  .single-playbook .content .playbook-aside .playbook-social ul li a:focus,
  .single-playbook .content .playbook-aside .playbook-social ul li a:active,
  .single-playbook .content .playbook-aside .playbook-social ul li a:hover{
    color: #000;
    outline: none;
  }

  .single-playbook .content .playbook-aside .playbook-cta {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
  }

  .single-playbook .playbook-banner{
    background-image: none!important;
    background-color:#212029;
    padding-top: 0;
    min-height: auto;
  }
  .single-playbook .playbook-banner h1{
    padding-top: 50px;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.42px;
  }
  .single-playbook .playbook-banner h1 span{
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.42px;
  }
  .single-playbook .playbook-banner h4{
    margin-bottom: 50px;
  }
  .single-playbook .playbook-banner .mobile-banner-img{
    display: inline-block;
    width: calc(100% + 30px);
    height: 280px;
    margin-left: -15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 40px;
    position: relative;
  }

  .single-playbook .playbook-banner .desktop-banner-img {
    display: none;
  }

  .single-playbook .content .fl-builder-content .playbook-banner .mobile-banner-img{
    display: none;
  }

     /* playbook */
  .single-playbook .content .dropdown{
    display: block;
  }
  .single-playbook .content .dropdown i{
    float: right;
    font-size: 10px;
    margin-top: 5px;
  }
  .single-playbook .content .sticky-wrapper{
    height: auto;
  }

  .single-playbook .content .playbook-aside{
    padding: 60px 0 25px 25px;
    max-width: 90%;
    width: 90%;
    background-color: #F8F9F8;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
  } 
  .single-playbook .content .active .playbook-aside .inner-wrapper-sticky{
    position: relative;

  }
  .single-playbook .content .active .playbook-aside .inner-wrapper-sticky .close{
    position: absolute;
    right: 0;
    top: -55px;
    font-size: 11px;
    display: block;
  }

  .single-playbook .content .active .playbook-aside{
    display: block;
    padding-top: 20px;
    height: 100%;
    overflow-x: scroll;
  } 
  .single-playbook .content  .active .playbook-aside .close{
    display: block;
    margin-bottom: 59px;
    text-align: right;
    font-size: 12px;
  }

  .single-playbook .content h2{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .single-playbook .content .fl-col-group{
    margin-bottom: 48px;
  }

  .single-playbook .content .fl-builder-content h2 {
    margin-top: 0;
    padding-right: 0;
  }


  .single-playbook .content .fl-builder-content .playbook-small-images img{
    margin-bottom: 32px;
  }

  .single-playbook .content .fl-builder-content .playbook-banner .row {
    display: block;
  }
  .single-playbook .content .fl-builder-content .playbook-banner .wrapper-text{
    padding: 36px 32px;
  }
  .single-playbook .content .fl-builder-content .playbook-button .btn-default{
    padding: 20px 35px;
  }
  .single-playbook .content .fl-builder-content .playbook-icons img{
    margin-bottom: 19px;
  }

  .single-playbook .content .fl-builder-content .playbook-icons .row .col-md-4:nth-last-child(-n+3) p {
    margin-bottom: 32px;
  }

  .single-playbook .content .fl-builder-content .playbook-table .wrapper-table {
    overflow: scroll;
  }
  .single-playbook .content .fl-builder-content .playbook-table .wrapper-table table{
    width: 700px;
  }

  .single-playbook .content .fl-builder-content .playbook-authors .autor .row .col-md-9,
  .single-playbook .content .fl-builder-content .playbook-authors .autor .row .col-md-3 {
    width: 100%;
  }
  .single-playbook .content .fl-builder-content .playbook-authors .autor .avatar{
    display: inline-block;
    margin-bottom: 16px;
    max-width: 80px;
  }
  .single-playbook .content .fl-builder-content .playbook-authors .autor .avatar .linkedin{
    text-align: center;
    right: 4px;
    width: 20px;
    height: 20px;
    padding: 2px;
  }
  .single-playbook .content .fl-builder-content .playbook-authors .autor h3 .mobile-br{
    display: block;
  }

  .single-playbook .content .wp-caption {
	  width: 100%!important;
  }
   /* form */
  .single-playbook .content .fl-builder-content .playbook-embed .hbspt-form{
    padding: 42px 33px 33px 33px;
  }
  .single-playbook .content .fl-builder-content .playbook-embed .hbspt-form .hs-submit{
    text-align: center;
  }

    /* Next */
  .single-playbook .content .next {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .single-playbook .content .next a {
    padding: 24px 24px 100px 24px;
  }

  .single-playbook .content .next span.title {
    margin-top: 0;
  }

  .single-playbook .content .next span.caption {
    padding-right: 0;
  }

  .single-playbook .content .next a span.arrow {
    top: auto;
    right: auto;
    bottom: 44px;
    left: 24px;
  }


  
    /* footer-playbook */
  .single-playbook .content .footer-playbook {
    padding-bottom: 25px;
  }

  /* blockquote */
  .single-playbook .content .fl-builder-content .playbook-blockquote blockquote{
    padding-left: 16px;
  }

  .single-playbook .content .fl-builder-content .playbook-blockquote blockquote::before,
  .single-playbook .content .fl-builder-content .playbook-blockquote blockquote::after {
    display: none;
  }

  .single-playbook .content .playbook-footer {
    padding-top: 48px;
  }

  .single-playbook .content .fl-builder-content .playbook-collapsible .header .close {
    display: none;
  }

  .single-playbook .content .fl-builder-content .playbook-collapsible .collapse {
    height: auto;
    opacity: 1;
    z-index: 1;
    max-height: none;
  }

  .single-playbook .content .fl-builder-content .playbook-collapsible .header h2 {
    padding-right: 0;
  }

  .single-playbook .content .fl-builder-content .playbook-collapsible .header h3 {
    margin-bottom: 23px;
  }

}

@media (max-width: 575px){
  .wrapper-cta-image .inner-cta-image-text .button{
    display: block;
    text-align: center;
  }

  .single-playbook .content .next a span{
    float: none;
    margin-top: 20px;
    display: block;
  }

  /* form */
  .single-playbook .content .fl-builder-content .playbook-embed .hbspt-form{
    padding: 24px;
  }
  .single-playbook .content .fl-builder-content .playbook-embed .hbspt-form input[type="submit"]{
    width: 100%;
  }

}


