body {
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  color: #373e46;
}

h1,h2,h3,h4 {
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif;
}

.align-center {
  text-align: center;
}

.show-for-medium {
  display: none !important; 
}

.show-for-large {
  display: none !important; 
}

.clearfix::after {
  content: "";
  display: table;
}

/*
.bg-theme {
  color: #fff;
}

.bg-theme h1, .bg-theme h2 {
  color: #fff !important;  
}
*/

.bg-yellow {
  background-color: #FFE355 !important;
  color: #373E46 !important;
}

.button {
  display: inline-block;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46, #232a32);
  background-image: linear-gradient(#373e46, #232a32);
  padding: 0.375rem 1.5rem;
  line-height: 2;
  border: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  margin: 0;
  cursor: pointer;
  border-color: #777f89;
  /*-moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);*/
  color: white !important;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  font-family: ars-maquette-web, Helvetica, Arial, sans-serif;
}

.button--icon {
  padding-left: 1rem;  
}

.button--icon .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.button--icon .icon * {
  fill: #fff;
}

.button:hover {
  transform: none !important;
  background-image: linear-gradient(#4d5763, #232a32);
}

.button.button--grey {
  background-color: rgb(239, 239, 239);
  background-image: linear-gradient(rgb(239, 239, 239), rgb(219, 219, 219));
  color: #353535 !important;
  text-shadow: none;
}

.button.button--grey:hover {
  background-image: -webkit-linear-gradient(#fff, #dbdbdb);
  background-image: linear-gradient(#fff, #dbdbdb);
}

.button.button--yellow {
  background-color: #ffe355;
  background-image: -webkit-linear-gradient(#ffe355, #ebcf41);
  background-image: linear-gradient(#ffe355, #ebcf41);
  color: #353535 !important;
  text-shadow: 0 -1px 2px rgba(255,255,255,0.7);
  border: 1px solid #737a82;
}

.button.button--yellow:hover {
  background-image: -webkit-linear-gradient(#ffeb88, #ebcf41);
  background-image: linear-gradient(#ffeb88, #ebcf41);
}

.button.button--blue {
  background-color: #59c9e8;
  background-image: -webkit-linear-gradient(#59c9e8, #45b5d4);
  background-image: linear-gradient(#59c9e8, #45b5d4);
  border: 1px solid #737a82;
}

.button.button--blue:hover {
  background-image: -webkit-linear-gradient(#86d8ee, #45b5d4);
  background-image: linear-gradient(#86d8ee, #45b5d4);
}

.hero_wrapper {
  width: 100%;
  position: relative;
}

.hero_wrapper .hero_wrapper__arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 10;
  display: block;
  background: #fff;
  border-radius: 100%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  cursor: pointer !important;
  color: inherit;
}

.hero_wrapper .hero_wrapper__arrow:before, .hero_wrapper .hero_wrapper__arrow:after {
  content:"";
  background: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -1.5px;
  width: 3px;
  transform-origin: 1.5px 10.5px;
}

.hero_wrapper .hero_wrapper__arrow:before {
  transform: rotate(45deg);
}

.hero_wrapper .hero_wrapper__arrow:after {
  transform: rotate(-45deg);
}

.hero_wrapper .hero_wrapper__arrow:before {
}

.hero_wrapper .hero.hero--large.content-section {
  padding: 3rem 0 4rem;
}

/* Registration Page */

body.corporate-registration-template { overflow-x: hidden;}
.onlylogo-header { position: absolute; top: 0; left: 0; width: 100% !Important; z-index: 9; padding: 50px 0;}
.registration-hero .page-center, .guidance-reg .page-center, .innovation-experts-reg .page-center, .incubator-reg .page-center{ padding-top: 0 !important; padding-bottom: 0 !important; }
.registration-hero { padding: 270px 0 20px; }
.registration-hero h1 { margin: 0; font-weight: normal; color: #000; max-width: 760px; line-height: 1.1; font-size: 3.9rem; }
.guidance-reg h6 { font-size: 1rem; margin: 0 0 10px; }
.guidance-reg { padding: 30px 0;    color: #000; }
.gtop-content, .gb-content { color: #b0a7a1; }
.guidance-inside>div, .incubator-inside>div { border-top: 1px solid #cac4c0; padding: 15px 0 0; float: left; width: 100%;}
.guidance-top, .gm-rows { display: flex; align-items: center; flex-flow: row wrap; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-flow: row wrap; }
.gtop-left { float: left; width: 51%; }
.gtop-right {font-size: 30px; line-height: 1.1;  display: flex; align-items: center; justify-content: center; align-items: center;display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: center; -webkit-align-items: center;     width: 49%;}
.date-left, .date-right { max-width: 140px; text-align: center; }
.date-middle { margin: 0 10px; }
.date-middle:after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 2px; background: #000; } 
.date-middle { margin: 0 10px; font-size: 0; min-width: 16px; position: relative; }
.gtop-content p, .gb-content p { line-height: initial;}
.gtop-content p:last-child, .gb-content p:last-child { margin-bottom: 0; }
.guidance-middle { margin-top: 40px; }
.number-row>div { width: 33.33%; float: left; padding: 0 15px; border-right: 1px solid #cac4c0; font-size: 30px; }
.number-row>div:nth-child(3n) { border-right: 0; }
.number-row>div:nth-child(3n+1) { padding-left: 0; } 
.number-row { display: flex; flex-flow: row wrap; display: -webkit-flex; -webkit-flex-flow: row wrap; }
.gm-content { max-width: 150px; line-height: 1.1; margin: 10px 0 0; }
.guidance-bottom { margin-top: 35px; }
.gnumber { font-size: 70px; line-height: 1; }
.guidance-middle h6 { margin-bottom: 25px; }
.gm-col-middle { padding: 0 25px;text-align: center; }
/* .gm-col-left, .gm-col-right { float: left; width: 43%; } */
.guidance-bottom { margin-bottom: 45px; }
.guidance-reg h3 { font-size: 30px; font-weight: normal; margin: 0 0 10px; }
.gb-content { max-width: 370px; display: inline-block; }
.gm-col-middle img { max-width: 90px !important;}
.gm-rows { justify-content: space-between; -webkit-justify-content: space-between; }
.guidance-bottom h6 { margin: 0 0 20px; }
.innovation-experts-reg { color: #b0a7a1; }
.innovation-experts-reg h6 { color: #000; font-size: 1rem; margin: 0 0 10px; }
.innovation-top, .innovation-bottom, .innovation-experts-reg, .incubator-reg { float: left; width: 100%; }
.innovation-inside { border-top: 1px solid #cac4c0; padding: 15px 0 0; float: left; width: 100%; }
.itop-left { width: 70%; float: left;    padding-right: 40px; }
.itoparea-right { float: left; width: 83%; }
.itoparea-left { float: left; width: 17%; }
.itop-bar, .itoparea-right { display: flex; align-items: center;flex-flow:row wrap;display: -webkit-flex; -webkit-align-items: center;-webkit-flex-flow:row wrap; }
.itop-right { float: left; width: 30%;    padding-top: 25px; }
.innovation-experts-reg p:last-child { margin: 0; line-height: initial; }
.ilogo { padding: 0 10px;width: 14.28%; text-align: center; }
.icontent { float: left; width: 33.33%; padding-right: 20px; }
.icontent:last-child { padding-right: 0; } 
.itop-bottombar { max-width: 440px; margin-top: 30px; float: left; width: 100%; }
.iright-top { max-width: 200px; margin: 0 0 20px; display: inline-block; }
.iright-logo:last-child { padding-right: 0; } .iright-logo { float: left; width: 50%; padding-right: 10px; }
.innovation-bottom { border-top: 1px solid #cac4c0; padding: 15px 0 0; }
.greencta a:hover { background-color: #000; color: #fff; } 
.greencta a { background-color: #1ecad3; color: #000000; display: inline-block;  padding: 5px 10px 8px 10px; font-size: 20px; }
.idate-text p { font-size: inherit; } 
.ibottom-right { float: left; width: 50%; }
.ibottom-left { float: left; width: 50%; }
.greencta.icta { display: inline-block; min-width: 190px; }
.idate-text { display: inline-block; padding-left: 10px; color: #000; font-size: 12px; }
.ibottom-left { display: flex; align-items: center;display: -webkit-flex; -webkit-align-items: center; }
.ibottom-right { font-size: 12px; padding-left: 20px;}
.ibottom-right p { font-size: inherit; line-height: initial; margin: 0 0 5px; }
.incubator-reg p {font-size: inherit; line-height: initial;}
.ibottom-right p:last-child { margin: 0; } 
.innovation-experts-reg { padding: 30px 0; }
.incubator-reg { padding: 100px 0; }
.incubator-reg h6 { font-size: 1rem; margin: 0 0 25px; color: #000; }
.incubator-col { float: left; width: 48%; margin-right: 4%; margin-bottom: 50px; }
.incubator-col:nth-child(2n) { margin-right: 0; } 
.inc-top { display: flex; align-items: end; }
.incubator-reg ul, .incubator-reg p, .itwo { color: #b0a7a1; }
.incubator-reg ul { margin-bottom: 0}
/* .ib-col { float: left; width: 33.33%; } */
.inc-title { padding-left: 15px; }
.inc-title h3 { margin: 0; font-size: 30px; max-width: 244px; font-weight: normal; }
.inc-bottom { border-top: 1px solid #cac4c0; padding: 10px 0 0; margin: 10px 0 0; }
.body-container ul li { line-height: initial; }
.incubator-middle h6 { margin: 0 0 30px; }  
.incubator-middle { margin-bottom: 25px; }
.ib-col div { line-height: initial; font-size: 17px; }
.ithree { margin: 10px 0; }
.ifour { color: #1ecad3; font-weight: bold; max-width: 150px; }
.ib-rows { width: 100%; max-width: 800px; margin: 0 auto; float: none;display: flex; justify-content: space-between; display: -webkit-flex; -webkit-justify-content: space-between;}
.incubator-arrow { background-color: #1ecad3; color: #000; padding: 5px 10px 7px 10px; position: relative; float: left; width: 18%; margin-right: 5%; position: relative; margin-bottom: 30px;font-size: 18px;}
.incubator-arrow:last-child { width: 100%; margin-right: 0; }
.incubator-arrow:nth-child(2) { width:54%; }
.incubator-arrow:nth-child(3) { margin-right: 0; }
.arrow-right { width: 0px; height: 0px; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-left: 26px solid #1ecad3; position: absolute; top: -8px; right: -18px; }
.inc-icon img { width: 60px; height: auto; }
.inc-top { min-height: 82px; }
.incubator-top h6 { margin: 0 0 30px; }
.incubator-reg h2 { margin: 0 0 25px; font-weight: normal; font-size: 50px; line-height: 1.1; }
.incubator-arrow span { position: relative; z-index: 1; }
.expert-inside, .expert-reg, .exp-rightcontent, .exp-right-copyright, .exp-intro { float: left;  width: 100%;}
.exp-reg-left { width: 60%; float: left; }
.exp-reg-right { width: 40%; float: left; }
.expert-reg .gtop-right { width: 100%; justify-content: left; -webkit-justify-content: left;color:#030303; }
.expert-reg .date-middle { min-width: 10px;}
.expert-reg .page-center { padding-top: 0; padding-bottom: 0; }
.expert-reg { padding: 35px 0 70px; }
.expert-reg p { line-height: initial;    font-size: inherit; } 
.expert-reg p:last-child { margin: 0; }
.exp-content-top { color: #b0a7a1;max-width: 460px; display: inline-block; }
.exp-reg-left { padding-right: 70px; }
.exp-content-date-middle { margin: 20px 0 0; }
.dateIntro { color: #030303; margin: 0px 0 25px; }
.exp-col { float: left; width: 47%; margin-right: 6%; }
.exp-col:nth-child(2n) { margin-right: 0; } 
.exp-rows { float: left; width: 100%; margin: 0 0 10px; }
.exp-col-img img { border-radius: 50%; width: 181px !important; height: 181px !important; filter: grayscale(1); -webkit-filter: grayscale(1); margin: 0 0 5px;     object-fit: cover;}
.exp-col-img img:hover { filter: grayscale(0); -webkit-filter: grayscale(0); } 
.exp-col { float: left; width: 47%; margin-right: 6%; text-align: center; color: #b0a7a1; text-transform: uppercase; }
.exp-rightcontent { color: #0e0e0e; font-size: 19px; margin: 0 0 55px; }
.exp-right-copyright a { color: #7c7b79; text-decoration: underline; }
.exp-right-copyright { color: #7c7b79; }
.exp-right-copyright a:hover { color: #000;}
.exp-intro-inside { max-width: 310px; margin: 0 auto; }
.exp-right-erap { margin-top: -100px; }
.incubator-models { max-width: 860px; margin: 0 auto; }


.ibottom-left .icta a { margin-bottom: 10px; }

/* Registration Page End*/


@media only screen and (min-width: 768px) {
  .hero_wrapper .hero.hero--large.content-section {
    padding: 6rem 0 7rem;
  }
  .hero_wrapper .hero.hero--large .hs_cos_wrapper_type_rich_text h1 {
    font-size: 36px;
  }
}

.bg-theme.bg-theme--top {
  background: #fff !important;
  -webkit-box-shadow: inset 0px 400px 0px 0px #59c9e8;
  -moz-box-shadow: inset 0px 400px 0px 0px #59c9e8;
  box-shadow: inset 0px 400px 0px 0px #59c9e8;
}

.bg-theme.bg-theme--bottom {
  background: #fff !important;
  -webkit-box-shadow: inset 0px 100px 0px 0px #59c9e8;
  -moz-box-shadow: inset 0px 100px 0px 0px #59c9e8;
  box-shadow: inset 0px 100px 0px 0px #59c9e8;
}

@media only screen and (min-width: 768px) {
  #submenu, #navigation__sticky {
    display: none;
  }
  .medium-align-right {
    text-align: right;
  }
  .medium-align-left {
    text-align: left;
  }
  .row-fluid {
    display: flex;
  }
  .align-vertical .row-fluid {
    align-items: center;
  }
  .align-self-vertical {
    align-self: center;
  }
  .show-for-medium {
    display: block !important; 
  }
  .hide-for-medium {
    display: none !important;
  }
} 

@media only screen and (min-width: 1000px) {
  #submenu, #navigation__sticky {
    display: block;
  }
  .show-for-large {
    display: block !important; 
  }
  .hide-for-large {
    display: none !important;
  }
}

.anchor {
  top: -68px;
  display: block;
  position: relative;
  visibility: hidden;
}

.background_grey {
  background: #EFEFEE !important;
}

.background_dark {
  background: #373E46 !important;
  color: #FEFEFE;
}

.background_dark h2 {
  color: #EBCF41;
}
.background_dark a {
  color: #02B9E0;
}
.content-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content-section .content-section {
  background: none !important;
}

.custom-banner-area .page_title h1 {
  line-height: 120%;
  font-size: 36px;
}

.custom-banner-area .page_title.page_title--long h1 {
  font-weight: normal;
}

.custom-banner-area .page_title .page_title__parent {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #373e46;
  text-decoration: none;
}

.custom-banner-area .page_title .page_title__parent:hover {
  text-decoration: underline; 
}

@media only screen and (min-width: 768px) {
  .custom-mbm-banner-bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.custom-mbm-banner-are.custom-app-banner-are .js-video-trigger.js-video-trigger--play_button {
  position: relative;
}

.custom-mbm-banner-are.custom-app-banner-are .js-video-trigger.js-video-trigger--play_button:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #373e46;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  z-index: 1;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.custom-mbm-banner-are.custom-app-banner-are .js-video-trigger.js-video-trigger--play_button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20.8px;
  border-color: transparent transparent transparent #FFE355;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -8px;
  z-index: 2;
}

.custom-mbm-banner-are.custom-app-banner-are .js-video-trigger.js-video-trigger--play_button:hover:before {
  background: #222;
}

.custom-mbm-banner-are.custom-app-banner-are .mbm-banner-left-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.75rem 0;
  padding: 0;
}

.custom-mbm-banner-are.custom-app-banner-are .mbm-banner-left-content p.p-large {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.custom-mbm-banner-are.custom-app-banner-are .mbm-banner-left-content ul.list-check {
  margin-top: 0;
}

.custom-mbm-banner-are.custom-app-banner-are .mbm-banner-left-content ul li:before {
  color: #222;
  margin-right: 0;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb {
  align-items: center;
  justify-content: center;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .page-center {
  padding: 0 0.9375rem !important;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb  .mbm-banner-left-content p {
  width: 100% !important; 
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .mbm-banner-left-content {
  width: 58%;
  margin-right: 4%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .mbm-banner-right-content {
  width: 38%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .mbm-banner-right-content {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .js-video-trigger.js-video-trigger--play_button:before {
  background: #EA4D2D;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .js-video-trigger.js-video-trigger--play_button:after {
  border-color: transparent transparent transparent #fff;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .js-video-trigger.js-video-trigger--play_button:hover:before {
  background: #CD3416;
}

.custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .js-video-trigger img {
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(255,255,255,0.5);
}

.testing-course-page .custom-mbm-banner-are.custom-app-banner-are.custom-app-banner-are--large_thumb .js-video-trigger img {
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
}

.custom-mbm-banner-are .video_wrapper {
  box-shadow: 0 0 40px rgba(255,255,255,0.5);
  padding-top: 0;
}

.testing-course-page .custom-mbm-banner-are .video_wrapper {
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
}

#submenu, #navigation__sticky {
  height: 69px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#submenu .hs-menu-wrapper, #navigation__sticky .hs-menu-wrapper {
  line-height: 0;
}
#submenu .page-center, #navigation__sticky .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
#submenu > .row-fluid-wrapper, #navigation__sticky > .row-fluid-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.testing-course-page #submenu, .testing-course-page #navigation__sticky {
  border: none;
}
.testing-course-page #submenu > .row-fluid-wrapper, .testing-course-page #navigation__sticky > .row-fluid-wrapper {
  background: #FFF4BF;
}

#submenu .hs-menu-wrapper ul li, #navigation__sticky .hs-menu-wrapper ul li, #submenu p {
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 100;
  margin-right: 1.5rem;
  line-height: 39px;
}
#submenu p {
  margin: 0;
  white-space: nowrap;
}
#submenu .hs-menu-wrapper ul li a, #navigation__sticky .hs-menu-wrapper ul li a {
  color: #373e46;
}
#submenu .hs-menu-wrapper ul li a.current, #navigation__sticky .hs-menu-wrapper ul li a.current {
  font-weight: bold;
}
#submenu .hs-menu-wrapper ul li a:hover, #navigation__sticky .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}

body.body--stick-submenu #submenu > .row-fluid-wrapper, body.body--stick-submenu #navigation__sticky > .row-fluid-wrapper {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.centered, .row-fluid .span12.centered {
  max-width: 62.5rem;
}

.content-section--wide .centered, .content-section--wide .row-fluid .span12.centered {
  max-width: 75rem;
}

.content-section--small .centered, .content-section--small .row-fluid .span12.centered {
  max-width: 40rem;
}

.content-section .content-section__title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.hs_cos_wrapper_type_rich_text p {
  margin: 1rem 0;
}

.hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
}
.hs_cos_wrapper_type_rich_text h1 {
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif !important;
  font-size: 30px;
  margin-top: 0.375rem;
  margin-bottom: 1rem;
  line-height: 35px;
  color: #222;
}
.hs_cos_wrapper_type_rich_text p.p-large {
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 1.33rem;
  margin-bottom: 1.25rem;
}
.hs_cos_wrapper_type_rich_text h2, .section_title h2 {
  font-weight: normal;
  font-size: 30px;
  margin: 0.8rem 0 1rem;
  line-height: 110%;
}

.hs_cos_wrapper_type_rich_text .section_title h2, .section_title .hs_cos_wrapper_type_rich_text h2 {
  /*margin-bottom: 0.8rem;*/
}

.hs_cos_wrapper_type_rich_text h3 {
  font-weight: bold;
  font-size: 100%;
  margin: 1.75rem 0 0.75rem;
  line-height: 115%;
}
.hs_cos_wrapper_type_rich_text ul  {
  padding-left: 1rem !important;
  text-align: left !important;
}

.hs_cos_wrapper_type_rich_text ul li {
  list-style-type: disc;
  margin: 0.5rem 0;
  /*font-size: 90%;*/
  line-height: 120%;
}
body .hs-richtext ol:not(.reset-list) li:before, 
body.hs_cos_wrapper_type_rich_text ol:not(.reset-list) li:before {
    color: #373e46;
}
@media only screen and (min-width: 768px) {
  .hs_cos_wrapper_type_rich_text h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .hs_cos_wrapper_type_rich_text p.p-large {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px;
    line-height: 110%;
  }
}
.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin:1rem 0 1rem 1rem;
  padding: 0;
}
.hs_cos_wrapper_type_rich_text ul.list-check li {
  margin: 0;
  padding: 0;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.hs_cos_wrapper_type_rich_text ul.list-check li:before {
  font-family: icons-nav;
  content: " ";
  color: #222;
  font-weight: normal;
  display: inline;
  width: auto;
  padding-right: 0;
  text-indent: 0;
  text-align: left;
  webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.grid_layout {
  margin: 1rem 0;
}

.grid_layout .grid_layout__item {
  text-align: center;
}

.grid_layout .grid_layout__item .grid_layout__item__img img {
  max-width: 100%;
  width: 200px !important;
}

.grid_layout .grid_layout__item .grid_layout__item__content {
  padding: 20px 0 30px;
  max-width: 360px;
  margin: 0 auto;
}

.grid_layout .grid_layout__item .grid_layout__item__content h4 {
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  line-height: 115%;
}

.grid_layout .grid_layout__item .grid_layout__item__content .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 0;
  text-align: center;
}

.grid_layout--funnel h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 0;
}

.grid_layout--funnel .row-fluid .grid_layout__item { 
  align-self: center;
}

.grid_layout--funnel .row-fluid .grid_layout__item .group {
  padding: 30px 25px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.38);
}

@media only screen and (min-width: 768px) {
  .grid_layout--funnel .row-fluid .grid_layout__item:first-child .group {
    padding: 80px 25px;
  }
  .grid_layout--funnel .row-fluid .grid_layout__item:last-child .group {
    padding: 0 25px;
  }
}

.form-wrapper {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.38);
  border-radius: 3px;
}

@media only screen and (min-width: 768px) {
  .form-wrapper {
    padding: 30px 20px 30px 30px;
  }
  .form-wrapper.form-wrapper--inline {
    padding: 30px;
  }
  .form-wrapper.form-wrapper--inline .hs-form {
    position: relative;
    padding-right: 32%;
  }
  .form-wrapper.form-wrapper--inline .hs-form label {
    display: block;
    height: 28px;
  }
  .form-wrapper.form-wrapper--inline .hs-form .hs-form-field {
    padding: 0 0 10px;
  }
  .form-wrapper.form-wrapper--inline .hs-form .hs-form-field.field > .input {
    padding: 0; 
  }
  .form-wrapper.form-wrapper--inline .hs-form .hs-button {
    position: absolute;
    top: 28px; right: 0;
    padding: 11px 10px !important;
    width: 28%;
  }
}

.form-wrapper label {
  font-weight: normal;
}

.form-wrapper .hs-field-desc {
  font-size: 12px;
  line-height: 150%;
  margin: 0.25rem 0 0.75rem;
  color: #888; 
}

.form-wrapper .hs-input:not([type="radio"]):not([type="checkbox"]), .form-wrapper #hs-pwd-widget-password, .form-wrapper textarea {
  border-radius: 3px !important;
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif !important;
}

.form-wrapper .field > label > span.hs-form-required {
  position: relative;
  color: #fff;
}

.form-wrapper .field > label > span.hs-form-required:after {
  background-color: #e84a24;
  border-radius: 20px;
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0rem;
  margin-bottom: 0.125rem;
}

.form-wrapper .hs-error-msgs.inputs-list {
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrapper .hs-error-msgs.inputs-list li {
  line-height: 120%;
}

.form-wrapper .hs-form fieldset.form-columns-1 .field, .form-wrapper .hs-form fieldset.form-columns-2 .field {
  margin-bottom: 10px;
}

.form-wrapper .legal-consent-container span.hs-form-required {
  display: none;
}

.form-wrapper .hs-fieldtype-select .input {
  position: relative;
}

.form-wrapper .hs-fieldtype-select .input:after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #373e46;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  top: 50%; right: 15px;
  z-index: 2;
}

.form-wrapper .hs-fieldtype-select .input select::-ms-expand {
    display: none;
}

.form-wrapper .field .input textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  max-height: 300px !important;
  min-height: 100px !important;
}

.form-wrapper .hs_cos_wrapper_type_form .hs_submit {
  text-align: center;
  padding-top: 20px;
}

.form-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  border: 1px solid #737a82;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  color: white;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  background-color: none;
  border-color: #777f89;
  padding: 0.7rem 1.5rem;
  margin: 0 auto;
  cursor: pointer;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46, #232a32);
  background-image: linear-gradient(#373e46, #232a32);
}

.form-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  transform: none;
}

.form-wrapper .legal-consent-container * {
  font-size: 13px;
  line-height: 130%;
  color: #373e46;
}

.form-wrapper .hs-form-booleancheckbox {
  position: relative;
}

.form-wrapper .hs-form-booleancheckbox label span {
  padding-left: 0; 
  margin: 0;
}

.form-wrapper .hs-form-booleancheckbox label > span {
  padding-left: 20px; 
}

.form-wrapper .hs-form-booleancheckbox input {
  position: absolute;
  top: 3px; left: 0;
}

.realign-columns .col1 > .hs_cos_wrapper {
  padding: 20px 0 30px;
}

@media screen and (min-width: 768px) {
    .realign-columns > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .realign-columns .col3 {
        order: 3;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        width: 30% !important;
    }
    .realign-columns .col1 {
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
    }
    .realign-columns .col2 {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 30% !important;
    }
    .realign-columns .col1 > .hs_cos_wrapper {
      padding: 0 0 0 30px;
    }
}


/***************************
 *       PAGINATION        *
 ***************************/

.pagination {
  margin: 2rem 0; 
}

.pagination a {
  display: inline-block;
  border: 2px solid #5AC9E8;
  border-radius: 2px;
  color: #5AC9E8;
  margin-right: 10px;
  padding: 5px 12px;
}

.pagination a.active {
  background: #5AC9E8;
  color: #fff;
}

/***************************
 *    BOOK LANDING PAGE    *
 ***************************/

/*
.table_of_contents_wrap {
  margin-top: 1rem;
  padding: 20px 25px 25px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.38);
}

.table_of_contents_wrap h3 {
  margin-top: 0; 
}
*/

ol.list-table_of_contents {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
ol.list-table_of_contents li {
  display: block;
  padding-left: 0 !important;
  text-indent: 0 !important;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
ol.list-table_of_contents li ol {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
ol.list-table_of_contents li ol li ol li {
  font-style: italic; 
}
ol.list-table_of_contents li:before {
  content: counters(item, ".") "" !important;
  counter-increment: item;
  width: auto !important;
  transform: none !important;
  padding: 0 10px 0 0 !important;
  font-weight: normal !important;
  font-style: normal !important;
}
ol.list-table_of_contents > li {
  font-weight: bold;
  font-size: 15px;
}
ol.list-table_of_contents > li:before {
 content: counters(item, ".") "." !important;
}

/***************************
 *  RESOURCE LANDING PAGE  *
 ***************************/

.resource_landing_page {
}

.resource_landing_page .resource_landing_page__hero {
  background-color: #5AC9E8 !important;
}

.resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--overlap {
  box-shadow: inset 0 -200px 0 0 #fff;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline {
  color: #222222;
  padding-bottom: 1rem;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline h1 {
  font-weight: bold;
  margin: 0 0 1rem;
  font-size: 28px;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline p.above_header {
  margin: 0.5rem 0 0.75rem;
  font-size: 110%;
  font-weight: bold;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline p {
  font-weight: 300;
  margin: 0.5rem 0 1.5rem;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image {
  /*
   * overflow: hidden;
   * height: 150px;
  */
  text-align: center;
  padding: 15px 30px 40px 30px;
}
.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image.no-padding {
  padding: 0 30px 40px 30px;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image img {
  max-width: 180px;
  width: 100% !important;
}

.resource_landing_page.resource_landing_page--app .resource_landing_page__hero .resource_landing_page__hero__image img {
  max-width: 300px;
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image.rotate img {
  transform: rotate(-9deg);
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.33));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.33));
}

.resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--overlap-right .resource_landing_page__hero__image.rotate img {
  transform: rotate(9deg);
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline .hero_paragraph .hs_cos_wrapper_type_rich_text h2 {
  font-size: 24px; 
}

.resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline .hero_paragraph .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
  line-height: 130%;
}

.resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--2row .resource_landing_page__hero__headline .hs_cos_wrapper_type_header h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  margin: 0.5rem 0 2rem;
}

.resource_landing_page .resource_landing_page__hero .btn {
  border: 1px solid #737a82;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  color: white;
  letter-spacing: 1px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  background-color: none;
  border-color: #777f89;
  padding: .7rem 1.5rem;
  margin: 0 auto;
  cursor: pointer;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46,#232a32);
  background-image: linear-gradient(#373e46,#232a32);
  text-decoration: none;
}

.resource_landing_page .grid .grid__header h2 {
  font-weight: 300;
  margin: 0 0 1rem;
  font-size: 26px;
}

.resource_landing_page .grid.grid--1-column .grid__header h2 {
  margin: 0;
}

.resource_landing_page .grid.grid--3-column .grid__column {
  padding-bottom: 2rem; 
}

.resource_landing_page .grid.grid--2-column .grid__column.medium-align-left {
  padding-bottom: 2rem; 
}

.resource_landing_page .grid .grid__column .grid__column__img {
  padding: 0 20px;
  text-align: center;
}

.resource_landing_page .grid .grid__column .grid__column__img img {
  max-width: 200px;
}

.resource_landing_page .bottom_cta, .inn_readiness_program_lp .bottom_cta {
  background-color: #373E46 !important;
  color: #fff;
}

.resource_landing_page .bottom_cta p, .inn_readiness_program_lp .bottom_cta p {
  font-size: 26px;
  line-height: 120%;
  margin: 1rem 0;
}

.resource_landing_page .bottom_cta .btn, .inn_readiness_program_lp .bottom_cta .btn {
  background-color: #ffe355;
  background-image: -webkit-linear-gradient(#ffe355, #ebcf41);
  background-image: linear-gradient(#ffe355, #ebcf41);
  color: #353535;
  text-shadow: 0 -1px 2px rgba(255,255,255,0.7);
  border: 1px solid #737a82;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  word-wrap: normal;
  border-color: #777f89;
  padding: 0.7rem 1.5rem;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .resource_landing_page .resource_landing_page__hero {
    padding-top: 50px;
  }
  .resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--overlap {
    box-shadow: inset 0 -130px 0 0 #fff;
  }
  .resource_landing_page .resource_landing_page__hero:not(.resource_landing_page__hero--overlap) {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline {
    padding-bottom: 3rem;
  }
  .resource_landing_page.resource_landing_page--dynamic .resource_landing_page__hero .resource_landing_page__hero__headline {
    padding-bottom: 0;
  }
  .resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--thank_you .resource_landing_page__hero__headline {
    padding-bottom: 0;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline h1 {
    font-size: 40px;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__headline p {
    font-size: 22px;
    line-height: 130%;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image {
    padding: 75px 60px 30px 0;
    max-width: 100%;
    height: auto;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image img.portrait {
    max-height: 400px !important;
    max-width: none !important;
    width: auto !important;
  }
  
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image.no-padding {
     padding: 0 30px 0 0;
  }
  .resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--overlap-right .resource_landing_page__hero__image {
    padding: 75px 0 30px 60px;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image.resource_landing_page__hero__image--landscape {
    padding: 35px 40px 30px 0;
  }
  .resource_landing_page .resource_landing_page__hero:not(.resource_landing_page__hero--overlap) .resource_landing_page__hero__image {
    padding: 0 30px;
  }
  .resource_landing_page .resource_landing_page__hero.resource_landing_page__hero--2row .resource_landing_page__hero__headline .hs_cos_wrapper_type_header h2 {
    font-size: 24px;
    line-height: 120%;
    margin: 0.5rem 0 1rem;
  }
  .resource_landing_page .resource_landing_page__hero .resource_landing_page__hero__image img, .resource_landing_page.resource_landing_page--app .resource_landing_page__hero .resource_landing_page__hero__image img {
    max-width: 100%;
  }
  .resource_landing_page .grid .grid__header h2 {
    font-size: 32px;
    margin: 0 0 2rem;
  }
  .resource_landing_page .bottom_cta p {
    font-size: 32px;
    line-height: 120%;
  }
}

@media screen and (max-width: 768px) {
  .resource_landing_page .one-column-with-background-image-items.two_column .card.card--no-border.card--cloud-academy {
     min-height: 460px !important;
  }
}

@media screen and (max-width: 1024px) {
  .resource_landing_page .one-column-with-background-image-items.two_column .card.card--no-border.card--cloud-academy {
      min-height: 300px !important;
      background-size: 100% !important;
      background-position: center bottom !important;
  }
}


/************************
 *       HS BLOG        *
 ************************/

.vcenter-outer.vcenter-outer--noimage {
  background: #373e46;
}

.vcenter-outer.vcenter-outer--noimage .overlay-dark:before {
  display: none;
}

.vcenter-outer.vcenter-outer--image .overlay-dark:before {
  opacity: 1;
  background: rgba(0,0,0,0.45);
}

.vcenter-outer .hero-format h1 {
  font-size: 1.75rem;
  font-weight: 300;
}
.vcenter-outer .hero-format h2 {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .vcenter-outer .hero-format h1 {
    font-size: 2.75rem;
  }
  .vcenter-outer .hero-format h2 {
    font-size: 3.25rem;
  }
}

.blog-comments #comments-listing {
  border: none; 
}

.blog-comments #comments-listing .comment {
  color: #737a82;
}

.blog-comments #comments-listing .comment.depth-0 {
   border-bottom: none !important;
   border-top: none !important;
   margin: 10px 0 !important;
}

.blog-comments #comments-listing .comment .comment-date {
  text-align: left; 
}

.replying {
  padding: 2em 0 !important;
}

.blog-section .hs-form textarea.hs-input {
   border-radius: 3px !important;
}

.post-section-nav a {
  font-size: 150%;
}

.blog-section .cta_row .content-section {
  padding: 30px 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  border-radius: 6px;
}

.blog-section .cta_row .content-section h2 {
  font-size: 1.75rem;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .blog-section .cta_row {
    display: none !important;
  }
}

.blog-section {
  width: 100%;
  margin-top: -6px;
}

.blog-section.blog-section-front {
  background: #fff;
  box-shadow: inset 0px 450px 0px 0px #373E46;
}

.blog-section.blog-section-front .blog-section-front__header {
  background: #373E46;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .blog-section.blog-section-front .blog-section-front__header {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
}

.blog-section.blog-section-front .blog-section-front__header h1 {
  color: #fff;
}

.blog-section.blog-section-front .blog-section-front__header .list-type-dropdown {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-section.blog-section-front .blog-section-front__header .list-type-dropdown .control {
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: #373E46;
}

.blog-section.blog-section-front .blog-section-front__header .list-type-dropdown.open .control {
  border-radius: 3px 3px 0 0;
}

.blog-section.blog-section-front .blog-section-front__header .list-type-dropdown .control:after {
  font-size: 14px;
  right: 15px;
}

.blog-section-front__header__breadcrumbs, .hero-format__breadcrumbs {
  list-style-type: none;
  margin: 0;
  color: #fff;
}

.hero-format__breadcrumbs.truncate {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1rem 2px;
}

.blog-section-front__header__breadcrumbs li, .hero-format__breadcrumbs li {
  display: inline;
}

.blog-section-front__header__breadcrumbs li a, .hero-format__breadcrumbs li a {
  color: #fff;
}

.blog-section .hs-form .hs-input {
  border-radius: 3px;
}

.blog-section .hs-form .actions {
  text-align: left; 
}

.blog-section .hs-form .actions .hs-button {
  display: block;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46, #232a32);
  background-image: linear-gradient(#373e46, #232a32);
  padding: 0.375rem 1.5rem;
  line-height: 2;
  border: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  margin: 0;
  cursor: pointer;
  border-color: #777f89;
  /*-moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);*/
  color: white;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  font-family: ars-maquette-web, Helvetica, Arial, sans-serif;
}

.blog-section .hs-form .hs-button:hover {
  transform: none;
}

.blog-section-front .row-repeater .row-fluid-wrapper > .row-fluid {
  display: block !important;
}

.blog-section .centered, .blog-section .row-fluid .span12.centered {
  max-width: 64rem;
}

.blog-section .post-section-body .centered, .blog-section  .post-section-body .row-fluid .span12.centered {
  max-width: 76rem;
}

@media screen and (min-width: 1024px) {
  .blog-section .post-section-body .post-section-body__sidebar > .row-fluid-wrapper {
    margin-left: 2rem;
  }
}

.blog-section .tag-button a {
  border-radius: 2px;
}

.blog-section .subscribe_block h2 {
  color: #EBCF41;
}

.blog-section .subscribe_block h3 {
  color: #FEFEFE;
  font-weight: bold;
  font-size: 133%;
  margin: 1rem 0 1.5rem;
  line-height: 120%;
}


.bg-red {
  background: #e84a24 !important;
}

.bg-blue {
  background: #59c9e8 !important;
}

.bg-blue.bg-blue--shadow {
  box-shadow: inset 0 -150px 0 #fff;
}

.bg-dark {
  background: #373e46 !important
}

.bg-dark p {
  background: #373e46 !important
}

.blog-section .post_card_image {
  width: 100%;
  height: 0;
  padding: 0 0 60%;
  overflow: hidden;
  position: relative; 
  display: block;
}

.blog-section .post_card_image .post_card_image__img {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.blog-section .content-card-text {
}

.blog-section .content-card-text h2 {
  font-size: 1.75rem;
  line-height: 125%;
  color: #222;
}

.blog-section .content-card-text h3 {
  font-size: 1.3rem;
  line-height: 125%;
}

.blog-section .content-card-text .author {
  margin-bottom: 0.5rem;
}

.blog-section #blog-listing-more {
  border-radius: 3px;
  color: #fff !important;
}

.blog-section #blog-listing-more:hover {
  transform: none;
}

.recent_posts {
  
}

.recent_posts .recent_posts__header h2 {
  font-size: 20px;
}

.recent_posts .content-card {
  margin-bottom: 2rem;
}

.modal--small .tingle-modal-box {
  max-width: 650px;
}

.modal--data-video .tingle-modal-box {
  max-width: 1100px;
  width: 90%;
}

.modal--data-video .tingle-modal-box .tingle-modal-box__content {
  padding: 0; 
}

.modal--data-video .tingle-modal-box .tingle-modal-box__content .video_wrapper {
  padding-top: 0; 
}

.modal--data-video .tingle-modal-box .tingle-modal-box__footer {
  text-align: right; 
}
  
.modal_form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  overflow: scroll;
}

.modal--data-video .video_caption {
  padding: 20px 30px;
}

.modal--data-video .video_caption:empty {
  padding: 0;
}

.modal--data-video .video_caption .video_caption__modal_title {
  font-size: 1.5rem;
  line-height: 120%;
}

.modal--data-video .video_caption .video_caption__modal_desc {
  line-height: 133%;
  font-size: 14px;
  color: #888;
}

.modal_form_wrapper.form-wrapper {
  box-shadow: none;
}

.modal_form_wrapper .webinar_name {
  font-size: 150%;
  line-height: 120%;
  margin: 0.5rem 0 1.5rem;
}

.modal_form_wrapper .webinar_date {
  font-size: 100%;
  line-height: 120%;
  margin: 0 0 0.5rem;
  display: block;
  text-transform: uppercase;
  color: #59c9e8;
  font-weight: 700;
}

.sticky-item-wrapper {
    z-index: 998 !important;
}

.webinar_modal__container--form {
  padding-right: 280px;
  position: relative;
}

.webinar_modal__container--form .webinar_modal__column {
}

.webinar_modal__container--form .webinar_modal__form {
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0; right: 0;
  background: #F6CF40 url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Subscribe%20to%20Email%20Notifications%20Modal.png') no-repeat bottom right;
  background-size: 203px 215px; 
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .webinar_modal__container--form {
    padding: 0;
  }
  .webinar_modal__container--form .webinar_modal__form {
    width: auto;
    height: auto;
    position: relative;
    background: #F6CF40;
  }
}

.webinar_modal__container--form .webinar_modal__form h2 {
  font-size: 140%;
  line-height: 120%;
  margin: 0 0 1rem;
}

.webinar_modal__container--form .webinar_modal__form .hs-form .hs_email > label {
  display: none;
}

.webinar_modal__container--form .webinar_modal__form .hs-form .hs_email .hs-input {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 !important;
}

.webinar_modal__container--form .webinar_modal__form .hs-form .hs_submit .hs-button {
  display: inline-block;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46,#232a32);
  background-image: linear-gradient(#373e46,#232a32);
  padding: .375rem 1.25rem;
  line-height: 2;
  border: 0px;
  border-radius: 4px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  margin: 0.5rem 0 0;
  cursor: pointer;
  border-color: #777f89;
  color: white !important;
  letter-spacing: 1px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-family: ars-maquette-web,Helvetica,Arial,sans-serif;
  height: 38px;
}

.webinar_modal__container--form .webinar_modal__form .hs-form .hs_submit .hs-button:hover {
  transform: none;
}

.webinar_modal__container--form .webinar_modal__form .hs-form ul.hs-error-msgs.inputs-list label {
  color: #777f89 !important;
}


/******************************
 *         RESOURCES          *
 ******************************/

.hero.hero--bg_image {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.hero.hero--bg_image .bg_image {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero--bg_image:before {
  content: "";
  top: 0; left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  display: block;
}

.hero.hero--bg_image .bg_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0; left: 0;
}

.no-object-fit .hero.hero--bg_image .bg_image img {
  height: auto !important;
}

.hero.hero--bg_image .custom-banner-area {
  position: relative;
  z-index: 3;
  color: #fff;
}

#topics .topic {
 
}

#topics .topic .button {
  margin-top: 1rem;
}

#topics .topic .topic__description {
  color: #888;
}

#topics .topics > .row-fluid-wrapper:nth-child(even) .content-section {
  background: #efefef !important;
}

#topics .topics > .row-fluid-wrapper:nth-child(even) .content-section h2 {
}

#topics .topics > .row-fluid-wrapper:nth-child(even) .topic .content-section .topic__description {
}

#topics .topics > .row-fluid-wrapper:nth-child(even) .topic .content-section a {
}

#topics .topics > .row-fluid-wrapper .content-section {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#topics .content-section--title {
  padding-bottom: 0 !important;
}

#topics .content-section--title .page-center {
  padding-bottom: 0 !important;
}

#resource_grid .topic-business-model-innovation .top-title {
  color: #bdbf1b;
}

#resource_grid .topic-value-proposition .top-title {
  color: #e84a24;
}

.resource_grid_filters_wrap {
  margin-top: 1rem;
}

#resources_single .grid__column__image {
  width: 50%;
  height: 0;
  padding: 0 0 50%;
  position: relative;
  margin: 0 auto;
}

#resources_single .grid__column__image img {
  width: 100%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100% !important;
}

.decorate_select {
  position: relative;
}

.decorate_select:after {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

.decorate_select select {
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: #5AC9E8;
  color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15); 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 15px;
  font-weight: bold;
  display: block;
  font-family: "ars-maquette-web", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  width: 100%;
}

.decorate_select select::-ms-expand {
    display: none;
}

.decorate_select select:hover {
  border-color: #fff !important;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3); 
}

.decorate_select select:focus {
  outline: none;
  background-color: #5AC9E8 !important;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3);
  border-color: #fff !important;
}

.decorate_select.decorate_select--light:after {
  border-color: #5AC9E8;
}

.decorate_select.decorate_select--light select {
  color: #5AC9E8;
  border-color: #5AC9E8;
  background-color: #fff;
}

.decorate_select.decorate_select--light select:hover {
  border-color: #5AC9E8 !important;
}

.decorate_select.decorate_select--light select:focus {
  background-color: #FFF !important;
  border-color: #5AC9E8 !important;
}

.resource_grid .resource_grid__column {
  padding: 0.9375rem;
  box-sizing: border-box;
  float: left;
}

.resource_grid .resource_grid__column.resource_grid__column--half {
  width: 50%; 
}

.resource_grid .resource_grid__column.resource_grid__column--third {
  width: 33.33%; 
}

@media screen and (max-width: 768px) {
  .resource_grid .resource_grid__column {
    width: 100% !important;
  }
}

.resource_card {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.38);
  border-radius: 3px;
  transition: .4s ease;
  display: block;
  position: relative;
  overflow: hidden;
}

.resource_card.resource_card--image {
  padding-bottom: 180px;
}

.resource_card:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.38);
}

.resource_card:hover .resource_card__cta span {
  text-decoration: underline; 
}

.resource_card .padding {
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}

.resource_card .resource_card__top_title {
  line-height: 1.5;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  font-weight: 700;
}

.resource_grid .resource_grid__column.topic-business-model-innovation .resource_card__top_title {
  color: #bdbf1b;
}

.resource_grid .resource_grid__column.topic-value-proposition .resource_card__top_title {
  color: #e84a24;
}

.resource_card .resource_card__title {
  font-size: 20px;
  line-height: 133%;
  margin: 0.5rem 0 0.66rem;
  color: #373e46;
}

.resource_card .resource_card__description {
  line-height: 133%;
  font-size: 15px;
  color: #373e46;
  margin: 0.5rem 0;
}

.resource_card .resource_card__cta {
  line-height: 133%;
  font-size: 15px;
  color: #373e46;
  font-weight: bold;
  margin: 0.5rem 0;
}

.resource_card .resource_card__cta:after {
  content: " >";
}

.resource_card .resource_card__image {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0; left: 0;
  z-index: 0;
}

.resource_card .resource_card__image img {
  object-fit: contain;
  object-position: 100% 100%;
  position: absolute;
  bottom: 0; right: 0;
  width: auto;
  height: 100%;
  transform: rotate(-9deg) translate(-30px, 20px);
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
}

.resource_card .resource_card__image.resource_card__image--landscape {
  width: 70%;
  left: 30%;
}

.resource_card .resource_card__image.resource_card__image--landscape img {
  /*width: 100%;
  height: auto;*/
  bottom: 20px;
}


/***********************
 *      WEBINARS       *
 ***********************/

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tingle-btn--primary {
  display: inline-block;
  background-color: #59c9e8;
  background-image: -webkit-linear-gradient(#59c9e8,#39adce);
  background-image: linear-gradient(#59c9e8,#39adce);
  padding: .375rem 1.5rem;
  line-height: 2;
  border: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  margin: 0;
  cursor: pointer;
  border-color: #777f89;
  color: white !important;
  letter-spacing: 1px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-family: ars-maquette-web,Helvetica,Arial,sans-serif;
}

#webinars-header {
  padding-bottom: 0;
}

#webinars-header .page-center {
  padding-top: 20px;
  padding-bottom: 20px; 
}

#webinars-header .hs_cos_wrapper_type_header h1 {
  margin: 0 0 2rem;
  font-size: 36px;
}

#webinars-header .webinars-header__recent {
  background: #59C9E8;
}

#webinars-header .webinars-header__popular {
  background: #373e46;
  box-shadow: inset 0 -200px #fff;
}

#webinars-header .webinars-header__popular .content-section {
  padding-bottom: 20px;
  padding-top: 20px;
}

#webinars-header .webinars-header__popular .page-center {
  padding-bottom: 0;
  padding-top: 0;
}

#webinars-header .webinars-header__popular .hs_cos_wrapper_type_header h2 {
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

#webinars-body {
  padding-top: 0; 
}

#webinars-body .page-center {
  padding-top: 0; 
}

#webinars-body .hs_cos_wrapper_type_header h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 24px;
}

#webinars-body .decorate_select {
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  #webinars-header .hs_cos_wrapper_type_header h1 {
    margin: 2rem 0;
    font-size: 36px;
  }
}

.webinar_list_wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .22);
}

.webinar_list {
  margin: 0;
}

.webinar_list .webinar_list__item {
  display: block;
  list-style-type: none;
  padding: 20px 30px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  transition: .4s ease;
  border-radius: 3px;
  font-size: 14px;
  border-radius: 0;
}
.webinar_list .webinar_list__item:hover {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

.webinar_list .webinar_list__item:first-child {
  border-radius: 3px 3px 0 0;
}

.webinar_list .webinar_list__item:last-child {
  border-radius: 0 0 3px 3px;
}

.webinar_list__item .webinar_list__item__title {
  padding-right: 40px;
  position: relative;
  display: block;
}

.webinar_list__item .webinar_list__item__title .hours {
  position: absolute;
  top: 0; right: 0;
  color: #888;
}

.webinar_list__item .webinar_list__item__title .webinar_list__item__title__name {
  font-size: 17px;
  line-height: 120%;
  margin: 0.5rem 0;
  color: #222;
}

.webinar_list__item a.webinar_list__item__title:hover .webinar_list__item__title__name {
  text-decoration: underline;
}

.webinar_list__item .webinar_list__item__title .webinar_list__item__title__description, .webinar_list__item .webinar_list__item__title .webinar_list__item__title__date {
  display: block;
  margin: 0.50rem 0;
  line-height: 133%;
  font-size: 14px;
  color: #888;
}

.webinar_list__item__right {
}

.webinar_list__item .webinar_list__item__guests {
}

.webinar_list__item .webinar_list__item__actions {
}

.webinar_list__item .webinar_list__item__actions .webinar_list__item__actions__col {
  float: left;
  margin-right: 20px;
}


.webinar_list__item .webinar_list__item__actions .hours {
  color: #888;
  display: none;
  line-height: 30px;
  white-space: nowrap;
}

.webinar_list__item .webinar_list__item__actions .play span, .webinar_list__item .webinar_list__item__actions .download span {
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  color: #5ac9e8;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}

.webinar_list__item .webinar_list__item__actions .play:after,.webinar_list__item .webinar_list__item__actions .download:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  vertical-align: middle;
}

.webinar_list__item .webinar_list__item__actions .play:after {
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/icon__small__play.svg') no-repeat center center / contain;
}

.webinar_list__item .webinar_list__item__actions .download:after {
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/icon__small__download.svg') no-repeat center center / contain;
}

.webinar_list__item .webinar_list__item__actions a {
  transition: 0.5s filter;
}

.webinar_list__item .webinar_list__item__actions a:hover {
  filter: brightness(0.75);
}

@media screen and (min-width: 768px) {
  .webinar_list__item__right {
    align-items: center;
    display: flex;
  }
  .webinar_list__item .webinar_list__item__guests {
    width: 50%;
  }
  .webinar_list__item .webinar_list__item__actions {
    width: 50%; 
  }
  .webinar_list__item .webinar_list__item__actions .webinar_list__item__actions__col {
    float: right;
    margin: 0 0 0 20px;
  }
  #webinars-body .hs_cos_wrapper_type_header h2 {
    margin: 1.5rem 0;
  }
  #webinars-body .decorate_select {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .webinar_list .webinar_list__item {
    align-items: center;
    display: flex;
  }
  .webinar_list__item__left {
    width: 45%;
  }
  .webinar_list__item__right {
    width: 55%;
  }
  .webinar_list__item .webinar_list__item__guests {
    width: 70%;
  }
  .webinar_list__item .webinar_list__item__actions {
    width: 30%; 
  }
  .webinar_list__item .webinar_list__item__actions .webinar_list__item__actions__col {
    width: 33.33%;
    text-align: center;
    float: left;
    margin: 0;
  }
  .webinar_list__item .webinar_list__item__title {
    padding-right: 20px;
  }
  .webinar_list__item .webinar_list__item__title .hours {
    display: none; 
  }
  .webinar_list__item .webinar_list__item__actions .hours {
    display: block; 
  }
  .webinar_list__item .webinar_list__item__actions .play span, .webinar_list__item .webinar_list__item__actions .download span {
    display: none;
  }
}

.webinar_card {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 3px;
  transition: .4s ease;
  margin: 0.9375rem 0;
}

.webinar_card.webinar_card--image {
  position: relative;
}

.webinar_card.webinar_card--image .padding {
  width: 100%;
  padding-bottom: 160px;
  position: relative;
  z-index: 2;
}

.webinar_card.webinar_card--image .webinar_card__image {
  position: absolute;
  z-index: 1;
  bottom: 2%; right: 2%;
  width: 88%; height: 200px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.webinar_card--video .webinar_card__actions {
  display: none;
}

@media screen and (min-width: 768px) {
  .webinar_card--video {
    align-items: center;
    display: flex;
  }

  .webinar_card--video .padding {
    width: 50%;
  }

  .webinar_card--video .webinar_card__video {
    width: 50%;
    padding: 20px 0 20px 25px;
  }
  .span12 > .hs_cos_wrapper > .webinar_card.webinar_card--image .padding {
    width: 60%;
    padding-bottom: 30px;
  }
  .span12 > .hs_cos_wrapper > .webinar_card.webinar_card--image .webinar_card__image {
    height: 88%;
    max-height: 300px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 50%;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
  }
}

.webinar_card:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.38); 
}

.webinar_card .padding {
  padding: 26px 30px; 
}

.webinar_card .webinar_card__title {
  width: 100%;
}

.webinar_card .webinar_card__title .webinar_card__title__top {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #59C9E8;
}

.webinar_card .webinar_card__title .webinar_card__title__name {
  float: left;
  width: calc(100% - 60px);
  font-size: 19px;
  line-height: 130%;
}

.webinar_card .webinar_card__title .webinar_card__title__hours {
  float: left;
  width: 60px;
  text-align: right;
  color: #888;
  font-size: 14px;
}

.webinar_card .webinar_card__description {
  margin: 0.75rem 0;
  font-size: 16px;
  color: #888;
}

.webinar_card .webinar_card__description p {
  margin: 0.5rem 0;
  line-height: 133%;
  font-size: 14px;
}

.webinar_card .webinar_card__guests, .webinar_list .webinar_list__item__guests {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 2rem;
  font-size: 14px;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images {
  position: relative;
  width: 50px;
  height: 50px;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images .webinar_card__guests__images__wrap, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  background: #fff;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images .webinar_card__guests__images__wrap img, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap img {
  position: absolute;
  top: 0; left: 0;
  object-fit: cover;
  width: 100%; height: 100%;
}

.no-object-fit .webinar_card .webinar_card__guests .webinar_card__guests__images .webinar_card__guests__images__wrap img, .no-object-fit .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap img {
  height: auto;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images.webinar_card__guests__images--multiple, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple {
  width: 75px;
  min-width: 75px;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images.webinar_card__guests__images--multiple .webinar_card__guests__images__wrap, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple .webinar_list__item__guests__images__wrap {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

.webinar_card .webinar_card__guests .webinar_card__guests__images.webinar_card__guests__images--multiple .webinar_card__guests__images__wrap:last-child, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple .webinar_list__item__guests__images__wrap:last-child {
  left: 25px;
  z-index: 2;
}

.webinar_card .webinar_card__guests .webinar_card__guests__name, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__name {
  padding-left: 1rem;
}

.webinar_card .webinar_card__guests .webinar_card__guests__name p, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__name p {
  margin: 0;
  font-size: 14px;
  line-height: 120%;
}

.webinar_card .webinar_card__actions .button {
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.webinar_card .webinar_card__actions .button.button--watch-now {
  background-color: #59c9e8;
  background-image: -webkit-linear-gradient(#59c9e8,#39ADCE);
  background-image: linear-gradient(#59c9e8,#39ADCE);
  margin-right: 10px;
}

.webinar_card .webinar_card__actions .button.button--watch-now:hover {
  background-color: #62D2F0;
  background-image: -webkit-linear-gradient(#62D2F0,#59c9e8);
  background-image: linear-gradient(#62D2F0,#59c9e8);
}


/***********************
 *    MASTERCLASSES    *
 ***********************/

#masterclasses_listing #masterclasses_listing__content {
  background-color: #f9f9f9 !important;
}

#masterclasses_listing #masterclasses_listing__content h2 {
  font-weight: normal;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 133%;
}

@media screen and (min-width: 768px) {
  #masterclasses_listing #masterclasses_listing__content h2 {
    font-size: 1.8rem;
    line-height: 133%;
  }
}

#masterclasses_listing #masterclasses_listing__content .container {
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  #masterclasses_listing #masterclasses_listing__content .container {
    padding: 0 20px !important;
  }
}

#masterclasses_listing #masterclasses_listing__content .content-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
  
#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__main .container {
  max-width: 980px;
}

#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__main .content-section {
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  #masterclasses_listing #masterclasses_listing__content  #masterclasses_listing__content__sidebar.span4 {
    margin-left: 0;
    width: 34.188034188%;
  }
}

#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__sidebar {
  background: #fff !important;
}

#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__sidebar .container {
  max-width: 380px;
}

#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__main .hs_cos_wrapper_type_rich_text p {
  color: #737A82;
}

#masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__main .bg-blue .hs_cos_wrapper_type_rich_text, #masterclasses_listing #masterclasses_listing__content #masterclasses_listing__content__main .bg-blue .hs_cos_wrapper_type_rich_text p {
  color: #fff !important;
}

#masterclasses_listing #potential-masterclasses h2 {
  margin-top: 2.5rem;
}

#masterclasses_listing #potential-masterclasses .disclaimer {
  font-size: 90%;
  color: #737A82;
}


/**************************
 *   MASTERCLASS SINGLE   *
 **************************/

#masterclasses_single #masterclasses_single__hero {
  position: relative;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__left * {
  color: #373E46 !important;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__header__featured_image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__header__featured_image .img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 500px;
  background-color: #ffe355;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, calc(100% + 5px);
  background-position: bottom right, 50% calc(100% + 5px);
}

#masterclasses_single #masterclasses_single__hero .centered {
  position: relative;
  z-index: 2;
}

#masterclasses_single #masterclasses_single__hero #masterclasses_single__hero__content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero #masterclasses_single__hero__content {
  padding-bottom: 40px;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__left h2 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__right {
  margin-top: 40px;
  margin-bottom: 40px;
}

#masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__right h2 {
  font-size: 18px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__headline {
  padding-bottom: 30px; 
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__headline .hs_cos_wrapper_type_text {
  font-size: 18px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included {
  padding-left: 46px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 36px 36px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when {
  background-image: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/masterclass_single__hero__when.png');
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where {
  background-image: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/masterclass_single__hero__where.png');
  margin-top: 60px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included {
  background-image: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/masterclass_single__hero__included.png');
  margin-top: 60px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included {
  background-image: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/masterclass_single__hero__not_included.png');
  margin-top: 60px;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when a, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where a, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included a, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included a {
  font-weight: bold;
  text-decoration: none;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when a:hover, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where a:hover, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included a:hover, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included a:hover {
  text-decoration: underline;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included p {
  margin: 0;
}

#masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when p:not(:empty):last-child, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where p:not(:empty):last-child, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included p:not(:empty):last-child, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included p:not(:empty):last-child {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  #masterclasses_single #masterclasses_single__hero #masterclasses_single__hero__content {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .virtual-masterclass #masterclasses_single #masterclasses_single__hero #masterclasses_single__hero__content {
    padding-bottom: 80px;
  }
  #masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__right h2 {
    font-size: 20px;
  }
  #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__headline {
    padding-bottom: 50px; 
  }
  #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__headline .hs_cos_wrapper_type_text {
    font-size: 22px;
  }
  #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 48px 48px;
  }
  #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where {
    margin-bottom: 60px;
  }
  .bootcamp-application #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where {
    margin-bottom: 0;
  }
  #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__where p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__included p, #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__not_included p {
    font-size: 18px;
  }
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when {
  background: none;
  padding-left: 0 !important;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when p:not(:empty):last-child {
  margin: 0 !important;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclasses_single__hero__left h2 {
  text-transform: none;
  font-size: 18px;
}

.virtual-masterclass .mastering-business-models-wrp .check-list__item.nudge-top--small {
  color: #ffffff; 
}

#masterclasses_single .event-details__speakers {
  display: flex;
  align-items: center;
  margin: 0.66rem 0;
  font-size: 14px;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images {
  position: relative;
  width: 50px;
  height: 50px;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images .event-details__speakers__images__wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  background: #fff;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images .event-details__speakers__images__wrap img {
  position: absolute;
  top: 0; left: 0;
  object-fit: cover;
  width: 100%; height: 100%;
}


.no-object-fit #masterclasses_single .event-details__speakers .event-details__speakers__images .event-details__speakers__images__wrap img {
  height: auto;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images.event-details__speakers__images--multiple {
  width: 75px;
  min-width: 75px;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images.event-details__speakers__images--multiple .event-details__speakers__images__wrap {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

#masterclasses_single .event-details__speakers .event-details__speakers__images.event-details__speakers__images--multiple .event-details__speakers__images__wrap:last-child {
  left: 25px;
  z-index: 2;
}

#masterclasses_single .event-details__speakers .event-details__speakers__name {
  padding-left: 1rem;
}

#masterclasses_single .event-details__speakers .event-details__speakers__name p {
  margin: 0;
  font-size: 14px;
  line-height: 120%;
}

#masterclasses_single .speakers .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
  margin: 0 0 2rem;
}

#masterclasses_single .speakers .speaker__image .speaker__image__wrap {
  width: 175px;
  height: 175px;
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

#masterclasses_single .speakers .speaker__image .speaker__image__wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  object-fit: cover;
}

#masterclasses_single .speakers .speaker__image .speaker__name {
  font-size: 1rem;
  margin: 0.5rem 0;
}

#masterclasses_single .speakers .speaker__image .speaker__title {
  font-size: 1rem;
  font-style: italic;
}

#masterclasses_single .masterclass-agenda h2 {
  font-weight: normal;
  margin: 0 0 2rem;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content p {
  font-size: 150%;
  font-weight: bold;
  margin: 1rem 0;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content.masterclass-agenda__content--stacked p {
  margin: 0.5rem 0 0; 
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content.masterclass-agenda__content--stacked p em {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #5ac9e8;
  font-style: normal;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul li {
  float: left;
  width: 33.33%;
  margin: 1rem 0;
  color: #EBCF41;
  font-weight: bold;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul ul {
  float: left;
  width: 60%;
  margin: 1rem 0;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul ul::after {
  content: "";
  clear: both;
  display: table;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul ul li {
  float: none;
  width: auto;
  margin: 0 0 0.5rem;
  color: #fff;
  font-weight: normal;
}

#masterclasses_single .masterclass-agenda .masterclass-agenda__content ul ul li em {
  margin-top: 1rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #masterclasses_single .masterclass-agenda .masterclass-agenda__content.masterclass-agenda__content--stacked ul {
    /*
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
    */
    width: 50%;
    float: left;
  }
  #masterclasses_single .masterclass-agenda .masterclass-agenda__content.masterclass-agenda__content--stacked ul ul, #masterclasses_single .masterclass-agenda .masterclass-agenda__content.masterclass-agenda__content--stacked ul li {
    /*
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    */
  }
}

/** Virtual Event **/

.virtual-masterclass #masterclasses_single #masterclasses_single__hero {
  overflow: hidden; 
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero:after {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  width: 100%; height: 100%;
  background: #000000;
  opacity: 0.33;
  content: "";
  display: block;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__headline {
  padding-bottom: 0 !important;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclasses_single__header__featured_image {
  z-index: 1;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclasses_single__header__featured_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0; left: 0;
}

.no-object-fit .virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclasses_single__header__featured_image img {
  height: auto !important;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .centered {
  position: relative;
  z-index: 3;
}

.virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when p, .virtual-masterclass #masterclasses_single #masterclasses_single__hero .masterclass_single__hero__when h2, .virtual-masterclass #masterclasses_single #masterclasses_single__hero .hs_cos_wrapper_type_header h1, .virtual-masterclass #masterclasses_single #masterclasses_single__hero .hs_cos_wrapper_type_text {
  color: #ffffff !important;
}

.virtual-masterclass .hero_carousel .hero_carousel__slide .hero_carousel__slide__content {
  max-width: 400px;
}

/** Bundled Event **/

#masterclasses_single #bundled-event #masterclasses_single__hero {
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/masterclasses_hero_1.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

#masterclasses_single #bundled-event #masterclasses_single__hero:after {
  background: rgba(0,0,0,0.4);
  content: "";
  z-index: 1;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

#masterclasses_single #bundled-event #masterclasses_single__hero .centered {
  position: relative;
  z-index: 2;
}

#masterclasses_single #bundled-event #masterclasses_single__hero * {
  color: #fff !important;
}

#masterclasses_single #bundled-event #masterclasses_single__hero .eyebrow .hs_cos_wrapper_type_text {
  color: rgba(255, 227, 85,1.0) !important;
}

#masterclasses_single #bundled-event #masterclasses_single__hero .masterclass_single__hero__where {
  margin: 0;
  background-image: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/masterclass_single__hero__where--white.png');
}

#masterclasses_single #bundled-event #masterclasses_single__hero .masterclass_single__hero__headline {
  padding: 0; 
}

#masterclasses_single #bundled-event .speakers .speaker {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

#masterclasses_single #bundled-event .speakers .speaker::after {
  content: "";
  clear: both;
  display: table;
}

#masterclasses_single #bundled-event .speakers .speaker.speaker--first {
  padding-top: 0;
  border: none;
}

#masterclass--get-tickets h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}

#masterclasses_single #bundled-event .masterclass-agenda .masterclass-agenda__content p {
  font-size: 150%;
  margin: 0 0 1.5rem;
  max-width: 90%;
}

#masterclasses_single #bundled-event .masterclass-agenda .masterclass-agenda__content ul {
  font-size: 92%;
  line-height: 125%;
  margin: 1rem 0 0.5rem;
  padding: 0;
}

#masterclasses_single #bundled-event .masterclass-agenda .masterclass-agenda__content ul li {
  float: none;
  width: auto;
  margin: 1rem 0 0;
}

#masterclasses_single #bundled-event .masterclass-agenda .masterclass-agenda__content ul ul {
  float: none;
  width: auto;
  margin: 0.5rem 0 1rem;
}

#masterclasses_single #bundled-event .masterclass-agenda .masterclass-agenda__content ul ul li {
  margin: 0 0 0.5rem;
}

#masterclasses_single #bundled-event .left_column_border {
  position: relative;
}

@media screen and (min-width: 768px) {
  #masterclasses_single #bundled-event .left_column_border > .row-fluid-wrapper:after {
    position: absolute;
    display: block;
    width: 1px; height: 100%;
    background: rgba(255,255,255,0.33);
    content: "";
    top: 0; right: -8px;
  }
}

#masterclasses_single #bundled-event .agenda_days {
  color: #4A90E2;
  font-weight: bold;
}

#masterclasses_single #bundled-event .agenda_column_header {
  min-height: 100px; 
}

#masterclasses_single #bundled-event .agenda_column_header .hs_cos_wrapper_type_text {
  color: #EBCF41;
  font-size: 120%;
}

#masterclasses_single #bundled-event .agenda_column_header .hs_cos_wrapper_type_header h3 {
  font-size: 175%;
  font-weight: normal;
}

/**/


#masterclasses_single .masterclass-upcoming-events {
  
}

#masterclasses_single .masterclass-upcoming-events .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
  margin: 0 0 2rem;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 5px 0px;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow:not(.slick-disabled):hover {
  box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 20px 0px;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow:before {
  font-family: "ars-maquette-web",Helvetica,Arial,sans-serif !important;
  font-weight: bold;
  color: #222;
  opacity: 1;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-prev {
  left: -10px;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-prev:before {
  content: "<";
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-next {
  right: -10px;
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-next:before {
  content: ">";
}

#masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-disabled {
  cursor: default;
  background: #eee; 
}

@media screen and (min-width: 1300px) {
  #masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow {
    width: 58px;
    height: 58px;
  }
  #masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-prev {
    left: -80px;
  }
  #masterclasses_single .masterclass-upcoming-events .slick-slider .slick-arrow.slick-next {
    right: -80px;
  }
}

#masterclasses_single .masterclass-partner-event .hs_cos_wrapper_type_text {
  text-transform: uppercase;
  font-size: 15px;
  margin: 1em 0 0;
  font-weight: bold;
}

#masterclasses_single .masterclass-partner-event .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
  margin: 0.25rem 0 1rem;
}

#masterclasses_single .masterclass-partner-event .speaker .speaker__image {
  margin-top: 30px; 
}

#masterclasses_single .masterclass-partner-event .speaker .speaker__image .speaker__image__wrap {
  width: 175px;
  height: 175px;
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

#masterclasses_single .masterclass-partner-event .speaker .speaker__image .speaker__image__wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  object-fit: cover;
}

#masterclasses_single .masterclass-partner-event .speaker .speaker__image .speaker__name {
  font-size: 1rem;
  margin: 0.5rem 0;
}

#masterclasses_single .masterclass-partner-event .speaker .speaker__image .speaker__title {
  font-size: 1rem;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  #masterclasses_single .masterclass-partner-event .speaker .speaker__image {
    margin-top: 0; 
  }
}

.masterclass-vote {
  background-image: url('https://www.strategyzer.com/hubfs/Strategyzer_November2018%20Theme/images/workshops-header-6908bb209f33244d1043b7efee9aa986f90a402b73d2d749f5a4704b1c13890e.svg');
  background-color: #ebcf41 !important;
  background-size: cover;
  background-position: bottom right;
  min-height: 600px;
}

@media screen and (min-width: 1800px) {
  .masterclass-vote {
    background-position: 100% calc(100% + 60px);
    background-size: 100%;
  }
}

.masterclass-vote .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
}

.masterclass-vote .widget-type-rich_text {
  margin-bottom: 20px;
}

.masterclass-vote .widget-type-rich_text * {
  color: rgb(55, 62, 70) !important;
}

.masterclass-vote .form-wrapper {
    padding: 30px !important;
}

.masterclass_card {
  max-width: 284px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.30);
  border-radius: 3px;
  transition: .4s ease;
  margin: 0.9375rem auto;
  text-align: left;
}

.class_carousel .slick-slide > div {
  padding-left: 15px;
  padding-right: 15px;
}

.class_carousel .slick-slide {
  text-align: center; 
}

.class_carousel .hs_cos_wrapper_type_module {
  display: none;
}

.class_carousel .hs_cos_wrapper_type_module.slick-initialized {
  display: block;
}

.masterclass_card:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.40); 
}

.masterclass_card .padding {
  padding: 18px 22px; 
}

.masterclass_card .masterclass_card__title .masterclass_card__title__name {
  font-size: 16px;
  line-height: 130%;
}

.masterclass_card .masterclass_card__date, .masterclass_card .masterclass_card__language {
  font-size: 15px;
  color: #888;
  margin: 0.33rem 0;
  line-height: 133%;
}

.masterclass_card .masterclass_card__language {
  color: #44B5CA;
}

.masterclass_card .masterclass_card__guests, .webinar_list .webinar_list__item__guests {
  display: flex;
  align-items: center;
  margin: 0.66rem 0;
  font-size: 14px;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images {
  position: relative;
  width: 50px;
  height: 50px;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images .masterclass_card__guests__images__wrap, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  background: #fff;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images .masterclass_card__guests__images__wrap img, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap img {
  position: absolute;
  top: 0; left: 0;
  object-fit: cover;
  width: 100%; height: 100%;
}

.no-object-fit .masterclass_card .masterclass_card__guests .masterclass_card__guests__images .masterclass_card__guests__images__wrap img, .no-object-fit .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images .webinar_list__item__guests__images__wrap img {
  height: auto;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images.masterclass_card__guests__images--multiple, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple {
  width: 75px;
  min-width: 75px;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images.masterclass_card__guests__images--multiple .masterclass_card__guests__images__wrap, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple .webinar_list__item__guests__images__wrap {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__images.masterclass_card__guests__images--multiple .masterclass_card__guests__images__wrap:last-child, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__images.webinar_list__item__guests__images--multiple .webinar_list__item__guests__images__wrap:last-child {
  left: 25px;
  z-index: 2;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__name, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__name {
  padding-left: 1rem;
}

.masterclass_card .masterclass_card__guests .masterclass_card__guests__name p, .webinar_list .webinar_list__item__guests .webinar_list__item__guests__name p {
  margin: 0;
  font-size: 14px;
  line-height: 120%;
}

.masterclass_card .masterclass_card__actions {
  margin: 1.25rem 0 0; 
}

.masterclass_card .masterclass_card__actions .button {
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.masterclass_card .masterclass_card__featured_image {
  background: #f9f9f9;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
  position: relative;
}

.virtual_masterclass_card.masterclass_card .masterclass_card__featured_image {
  padding: 0 0 50%;
}
  
.masterclass_card .masterclass_card__featured_image img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: bottom right;
}


/**************************
 *      GET TICKETS       *
 **************************/

.masterclass-get-tickets .hs_cos_wrapper_type_header h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 1rem;
}

.masterclass-get-tickets .decorate_select {
  max-width: 300px;
  margin: 0 auto;
}

.masterclass-get-tickets .decorate_select:after {
  border-color: #373e46;
}

.masterclass-get-tickets .decorate_select select {
  border: 2px solid #373e46;
  background-color: #ffe355;
  color: #373e46;
}

.masterclass-get-tickets .decorate_select select:hover, .masterclass-get-tickets .decorate_select select:focus {
  border: 2px solid #373e46 !important;
  background-color: #fff !important;
  color: #373e46 !important;
}


/****************************
 *     DOWNLOAD PROGRAM     *
 ****************************/

.block-download-program {
  background-color: #59c9e8 !important;
  color: #fff;
}

.block-download-program .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
  margin: 0 0 0.75rem;
}

.block-download-program .form-wrapper {
  margin: 2rem 0 0;
}

.block-download-program .block-download-program__image .hs_cos_wrapper_type_linked_image {
  padding: 30px;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 40px;
}

.block-download-program .block-download-program__image .hs_cos_wrapper_type_linked_image img {
  transform: rotate(-9deg);
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.33));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.33));
}


.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  padding: 10px 15px !important;
}

.hs-custom-style .select2-container {
  width: 100% !important; 
}

.hs-custom-style .select2-container--default .select2-selection--single {
  background: #EFEFEF;
  border-radius: 3px;
  border: none;
  padding: 10px 15px;
  color: #656A70;
  font-family: inherit;
  font-size: 0.8125rem;
  line-height: 20px;
  font-weight: 500;
  height: auto;
}

.hs-custom-style .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
}

.hs-custom-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; 
}

.select2-dropdown {
  background: #EFEFEF !important;
  border: none !important;
}

.select2-dropdown li {
  font-size: 14px !important;
}

.select2-dropdown .select2-search--dropdown {
  padding: 5px 15px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  font-size: 0.8125rem;
  padding: 5px;
}

.select2-dropdown li.select2-results__option {
  padding: 6px 15px;
}


/****************************
 *     TESTIMONIAL CARD     *
 ****************************/

.testimonial_card {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.30);
  border-radius: 3px;
  transition: .4s ease;
}

.testimonial_card:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.40); 
}

.testimonial_card .testimonial_blockquote {
  color: #737A82;
  margin: 26px 30px 0;
  padding: 46px 0 0;
}

.testimonial_card .testimonial_blockquote:before {
  font-family: "ars-maquette-web",Helvetica,Arial,sans-serif !important;
  content: "“";
  font-size: 80px;
  line-height: 80px;
  top: -10px;
}
  
.testimonial_card .testimonial_name {
  color: #232A32;
  font-weight: bold;
  margin: 0;
  padding: 30px;
}

.block-testimonials .hs_cos_wrapper_type_header h2 {
  font-weight: normal;
}

.block-testimonials .block-testimonials__carousel {
  margin-top: 40px;
}

.block-testimonials .block-testimonials__carousel .hs_cos_wrapper_type_module {
  display: none;
}

.block-testimonials .block-testimonials__carousel .hs_cos_wrapper_type_module.slick-initialized {
  display: block;
}

.block-testimonials .block-testimonials__carousel .slick-slide > div {
  padding-left: 15px;
  padding-right: 15px;
}

.block-testimonials .block-testimonials__carousel .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.block-testimonials .block-testimonials__carousel .slick-dots {
  bottom: -40px; 
}

.block-testimonials .block-testimonials__carousel .slick-dots li {
  width: 10px; height: 10px; 
}

.block-testimonials .block-testimonials__carousel .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 10px; height: 10px;
  padding: 0;
}

.block-testimonials .block-testimonials__carousel .slick-dots li button:before {
  display: none;  
}

.block-testimonials .block-testimonials__carousel .slick-dots li.slick-active button {
  background: #fff;
}

@media screen and (min-width: 1250px) {
  .testimonial_card {
    height: 0;
    padding: 0 0 80%;
  }
  .testimonial_card .testimonial_name {
    position: absolute;
    bottom: 0;
  }
}
/*
@media screen and (min-width: 1300px) {
  .testimonial_card {
    padding: 0 0 80%;
  }
}
*/
@media screen and (min-width: 1450px) {
  .testimonial_card {
    padding: 0 0 120%;
  }
}


/***********************
 *    HERO CAROUSEL    *
 ***********************/

.hero_carousel {
  background: #373e46; 
}

.hero_carousel .hero_carousel__slide {
  display: none; 
}

.hero_carousel .hero_carousel__slide:first-child {
  display: block; 
}

.hero_carousel.slick-initialized .hero_carousel__slide {
  display: block !important; 
}

.hero_carousel__slide .breadcrumbs ul {
  overflow: hidden;
  white-space: nowrap;
  list-style-type: none;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}

.hero_carousel__slide .breadcrumbs ul li {
 display: inline;
}

.hero_carousel__slide .breadcrumbs ul li a {
  color: #fff;
  display: inline;
}

.hero_carousel__slide .breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.hero_carousel__slide .breadcrumbs ul li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.hero_carousel__slide .breadcrumbs ul li:last-child:after {
  display: none;
}

.hero_carousel .slick-dots {
  text-align: left;
  bottom: 50px;
  z-index: 3;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.hero_carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero_carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.hero_carousel .slick-dots li button {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 10px; height: 10px;
  padding: 0;
}

.hero_carousel .slick-dots li button:before {
  display: none;  
}

.hero_carousel .slick-dots li.slick-active button {
  background: #fff;
}

.hero_carousel .hero_carousel__slide {
  position: relative; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 160px 0 80px
}

.hero_carousel .hero_carousel__slide:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%; height: 100%;
  top: 0; left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.hero_carousel .hero_carousel__slide .centered {
  color: #fff;
  position: relative;
  z-index: 2;
}

.hero_carousel .hero_carousel__slide .hero_carousel__slide__content {
  max-width: 650px; 
}

.hero_carousel .hero_carousel__slide .hero_carousel__slide__content .hero_carousel__slide__heading {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.hero_carousel .hero_carousel__slide .hero_carousel__slide__content .hero_carousel__slide__above_heading {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
h3.hero_carousel__slide__subheading {
    margin: 10px 0;
}


.heroCarous .hero_carousel__slide__content {
    max-width: 100% !important;
}



@media screen and (min-width: 768px) {
  .hero_carousel .hero_carousel__slide .hero_carousel__slide__content .hero_carousel__slide__heading {
    font-size: 3rem;
    line-height: 3rem;
  }
  
  .hero_carousel.heroCarous .hero_carousel__slide .hero_carousel__slide__content .hero_carousel__slide__heading {
    font-size: 2.5rem;
}
  
  
  
}


/*************************
 *       BOOTCAMP        *
 *************************/

.bootcamp_card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  border-radius: 3px;
  transition: .4s ease;
  overflow: hidden;
  margin: 2.5rem 0;
  padding-top: 200px;
  position: relative;
}

.bootcamp_card .bootcamp_card__left {
  padding: 20px 30px;
}

.bootcamp_card .bootcamp_card__left .hs_cos_wrapper_type_rich_text h3 {
  font-size: 26px;
  margin-top: 0.25rem;  
}

.bootcamp_card .bootcamp_card__left .hs_cos_wrapper_type_rich_text p {
  color: #737A82;
}

.bootcamp_card .bootcamp_card__right .hs_cos_wrapper_type_module {
  display: block;
  position: absolute;
  height: 200px; width: 100%;
  top: 0; left: 0;
  background: #f9f9f9;
}

.bootcamp_card .bootcamp_card__right .hs_cos_wrapper_type_module img {
  position: absolute;
  height: 100%; width: 100% !important;
  top: 0; left: 0;
  object-fit: cover;
  object-position: bottom right;
}

@media screen and (min-width: 768px) {
  .bootcamp_card {
    padding-top: 0;   
  }
  .bootcamp_card .bootcamp_card__right .hs_cos_wrapper_type_module {
    top: auto; left: auto;
    position: relative;
    height: 100%; width: 100%;
  }
}

.bootcamp-participants-receive {
  background-color: #59C9E8 !important;
}

.bootcamp-participants-receive * {
  color: #fff;
}

.bootcamp-application-process .hs_cos_wrapper_type_rich_text {
  font-size: 22px;
}

.steps {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  border-radius: 3px;
  transition: .4s ease;
  overflow: hidden;
  margin: 2.5rem 0;
}

.steps .steps__step {
  padding: 18px 90px 50px 18px;
  position: relative;
  min-height: 150px;
}

.steps .steps__step .hs_cos_wrapper_type_rich_text h3 {
  margin: 0 0 0.66rem;
  color: #373E46;
  font-size: 22px;
}

.steps .steps__step.steps__step--past {
  background: #efefef; 
}

.steps .steps__step.steps__step--current {
   background: #59c9e8;
}

.steps .steps__step .hs_cos_wrapper_type_rich_text {
  position: relative;
  z-index: 3;
}

.steps .steps__step .hs_cos_wrapper_type_rich_text p {
  color: #737A82;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}

.steps .steps__step.steps__step--current .hs_cos_wrapper_type_rich_text p {
   color: #fff;
}

.steps .steps__step.steps__step--current .hs_cos_wrapper_type_rich_text h3 {
   color: #fff;
}

.steps .steps__step:after {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg_rotate.png') no-repeat center center;
  background-size: 100% 100%;
  bottom: 0; left: 0;
}

.steps .steps__step.steps__step--current:after {
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg_rotate--current.png') no-repeat center center;
  background-size: 100% 100%;
  background-color: #59C9E8;
}

.steps .steps__step.steps__step--current:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  top: -15px; left: 0;
  background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg_rotate--prev.png') no-repeat center center;
  background-size: 100% 100%;
  background-color: #efefef;
}

.steps .steps__step.steps__step--4:after {
  display: none; 
}

.steps .steps__step .no {
  position: absolute;
  top: 50%; right: 20px;
  transform: translateY(-60%);
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  color: #59C9E8;
}

.steps .steps__step.steps__step--current .no {
  color: #fff; 
}

.social_share .button {
  margin: 0.5rem 1rem 0.5rem 0; 
}

@media screen and (min-width: 768px) {
  .steps .steps__step {
    padding: 35px 25px 100px 35px;
    margin: 0;
    width: 25%;
  }
  .steps .steps__step:after {
    bottom: auto; left: auto;
    top: 0; right: -15px;
    height: 100%; width: 30px;
    background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .steps .steps__step.steps__step--current:after {
    background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg--current.png') no-repeat center center;
    background-size: 100% 100%;
    background-color: #59C9E8;
  }
  .steps .steps__step.steps__step--current:before {
    bottom: auto; left: auto;
    top: 0; left: -15px;
    background: url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/Icons/steps__step__bg--prev.png') no-repeat center center;
    background-color: #efefef;
    background-size: 100% 100%;
    height: 100%; width: 30px;
  }
  .steps .steps__step .no {
    top: auto;
    transform: none;
    bottom: -20px;
    font-size: 133px;
    line-height: 133px
  }
}

/****************************
 * Standardize Image Sizes  *
 ****************************/

.square-image {
  text-align: center;
} 

.square-image .widget-type-linked_image, .square-image .square-image__wrap {
  max-width: 200px;
  margin: 1rem auto;
}

.square-image .widget-type-linked_image .hs_cos_wrapper_type_linked_image, .square-image .square-image__wrap__img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.square-image .widget-type-linked_image .hs_cos_wrapper_type_linked_image img, .square-image .square-image__wrap__img img {
  position: absolute;
  height: auto;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}


/****************************
 * Override Act Pricing CSS *
 ***************************/

.pricing-table {
    background-color: inherit !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.pricing-table-wrp .pricing-description ul p {
   display: inline;
   margin: 0;
}


.pricing-table-wrp .top-content-wrp p.expired_badge {
  padding: 5px 10px;
  line-height: 100%;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  background: #ddd;
  display: inline-block;
  margin-top: 0;
}

.pricing-table-wrp .top-content-wrp p.expired_badge:empty {
  display: none;
}

@media screen and (min-width: 768px) {
  .reverse {
    direction: rtl; 
  }

  .reverse [class*="span"] {
    direction: ltr;
  }

  .reverse [class*="span"]:last-child {
    margin-left: 0 !important;
  }

  .reverse [class*="span"]:first-child {
    margin-left: 2.564102564% !important;
  }
  .pricing-table.pricing-table-2 .pricing-table-items {
    width: 50%;
  }
}


.banner-no-overlap .custom-banner-area {
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-no-overlap .custom-banner-area .custom-banner-area-inner {
  margin-bottom: 1.5rem; 
}

.custom-banner-area.custom-banner-area--img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
  margin-bottom: -5rem;
}

.custom-banner-area.custom-banner-area--img .custom-banner-area__overlay {
  position: absolute;
  content: "";
  display: block;
  width: 100%; height: 100%;
  top: 0; left: 0;
  z-index: 1;
}

.custom-banner-area.custom-banner-area--img .custom-banner-area-content {
  position: relative;
  padding: 3rem 0;
  z-index: 2;
}

.circle_layout {
  margin: 2rem 0; 
}

.circle_layout .circle_layout__item {
  position: relative;
  margin-bottom: 30px;
}

.circle_layout .circle_layout__item .circle_layout__item__content {
  height: 0;
  width: 100%;
  padding: 0 0 100%;
  overflow: hidden;
  background: #6DDDFC;
  border-radius: 100%;
  position: relative;
}

.circle_layout .circle_layout__item .circle_layout__item__content > .hs_cos_wrapper {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.circle_layout .circle_layout__item .circle_layout__item__content > .hs_cos_wrapper span {
  font-size: 22px;
  line-height: 120%;
}

.circle_layout .circle_layout__item .circle_layout__item__img {
  position: absolute;
  bottom: 0; right: 0;
  width: 80px; height: 80px;
  border-radius: 100%;
  background: #6DDDFC;
  display: none;
}

.circle_layout .circle_layout__item .circle_layout__item__img img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 50% !important;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .growth_funnel .custom-mbm-banner-are h1 {
    font-size: 4.5rem;
  }
  .growth_funnel .custom-mbm-banner-are.custom-app-banner-are .mbm-banner-left-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 1rem 0 0;
    width: 90% !important;
  }
  .growth_funnel .mbm-banner-right-content {
    text-align: center; 
  }
}

.growth_funnel .overview .h2, .growth_funnel .hs_cos_wrapper_type_rich_text .h2 {
  font-size: 28px;  
}

.growth_funnel .overview .button--red {
  background: #F05646;
  border: none;
}

.growth_funnel .overview .button--yellow {
  background: #FFC50A; 
  border: none;
}

.growth_funnel .overview .button--green {
  background: #99BA4D; 
  border: none;
}

.growth_funnel .overview .button:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.33);
}

.growth_funnel .square-image {
  padding: 30px 30px 0;
}

.growth_funnel .background_dark h2 {
  color: #CACACA;  
}

.growth_funnel .growth_funnel_cta .subheader {
  margin-bottom: 0.5rem !important;
}

@media screen and (min-width: 768px) {
  .growth_funnel .growth_funnel_cta .subheader {
    width: 50%;
  }
  
  .growth_funnel .overview .equal-heights > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .growth_funnel .overview .equal-heights > .row-fluid-wrapper > .row-fluid .equal_column {
    position: relative;
    padding-bottom: 80px;
  }

  .growth_funnel .overview .equal-heights > .row-fluid-wrapper > .row-fluid .equal_column .equal_column__cta {
    position: absolute;
    bottom: 0; left 0;
  }
  .growth_funnel .square-image {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-shrink img {
    width: 100px !important;
    height: auto;
    margin: 0 0 1rem;
  }
}

.equal_column .equal_column__cta.equal_column__cta--centered {
  text-align: center;
}

.equal_column .equal_column__cta.equal_column__cta--centered .button {
  margin: 0 auto;
}



/***************************
 *      PILLAR PAGE
 ***************************/

#sticky_container #sticky_container__sidebar {
  will-change: min-height;
}

#sticky_container #sticky_container__sidebar #sticky_container__sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.pillar-page-template .hs_cos_wrapper_type_rich_text h3, .pillar-page-template .hs_cos_wrapper_type_header h3 {
  font-size: 150%; 
}

.pillar-page-template .building_blocks_group .building_blocks_group__headline, .pillar-page-template .colour_group .colour_group__headline {
  padding: 30px 0 20px;  
}

.pillar-page-template .building_blocks_group .building_blocks_group__headline .hs_cos_wrapper, .pillar-page-template .colour_group .colour_group__headline .hs_cos_wrapper {
  padding: 15px;
}

.pillar-page-template .building_blocks_group.building_blocks_group__feasibility .building_blocks_group__headline .hs_cos_wrapper, .pillar-page-template .colour_group.colour_group--blue .colour_group__headline .hs_cos_wrapper {
  background-color: #02C5ED;
}

.pillar-page-template .building_blocks_group.building_blocks_group__feasibility .hs_cos_wrapper_type_header h4, .pillar-page-template .colour_group.colour_group--blue h4 {
  color: #02C5ED !important;
}

.pillar-page-template .building_blocks_group.building_blocks_group__desirability .building_blocks_group__headline .hs_cos_wrapper, .pillar-page-template .colour_group.colour_group--yellow .colour_group__headline .hs_cos_wrapper {
  background-color: #FFC500;
}

.pillar-page-template .building_blocks_group.building_blocks_group__desirability .hs_cos_wrapper_type_header h4, .pillar-page-template .colour_group.colour_group--yellow h4 {
  color: #FFC500 !important;
}

.pillar-page-template .building_blocks_group.building_blocks_group__viability .building_blocks_group__headline .hs_cos_wrapper, .pillar-page-template .colour_group.colour_group--green .colour_group__headline .hs_cos_wrapper {
  background-color: #92BD35;
}

.pillar-page-template .building_blocks_group.building_blocks_group__viability .hs_cos_wrapper_type_header h4, .pillar-page-template .colour_group.colour_group--green h4 {
  color: #92BD35 !important;
}

.pillar-page-template .building_blocks_group .building_blocks_group__headline .hs_cos_wrapper h3, .pillar-page-template .colour_group .colour_group__headline .hs_cos_wrapper h3 {
  color: #000;
}

.pillar-page-template .building_blocks_group .square-image .widget-type-linked_image, .square-image .square-image__wrap {
  margin: 0 auto 1rem;
  max-width: 75px !important;
}

@media screen and (max-width: 769px) {
  .pillar-page-template .building_blocks_group .square-image .widget-type-linked_image, .square-image .square-image__wrap {
    margin: 2rem auto 1rem;
  }
}

.pillar-page-template #sticky_container > .row-fluid-wrapper, .pillar-page-template #sticky_container__sidebar > .row-fluid-wrapper, .pillar-page-template #sticky_container__sidebar__inner > .row-fluid-wrapper {
  background: rgb(239, 239, 239) !important;
}

.pillar-page-template #sticky_container__sidebar__inner .hs-menu-wrapper {
  padding: 30px;
}


.pillar-page-template .pillar_sidebar {
  margin: 0; 
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper a:hover {
  text-decoration: underline;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a {
  padding: 12px 0;
  margin-right: 40px;
  font-size: 14px;
  line-height: 120%;
  display: inline-block;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li.hs-item-has-children:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px; right: 5px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border: 0 solid #888;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  cursor: pointer;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li:last-child {
  border-bottom: none;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.open ul.hs-menu-children-wrapper {
  max-height: 500px;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.open.hs-item-has-children:after {
  transform: rotate(-135deg);
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul {
  margin-top: 5px;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper > li:last-child {
  margin-bottom: 10px;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li {
  padding-bottom: 5px;
  font-size: 14px;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li li {
  padding-bottom: 5px; 
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li li a {
  color: #888;
  font-size: 12px !important;
  font-style: italic;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  margin-bottom: 5px;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { 
  line-height: 120%;
  white-space: normal !important;
}

.pillar-page-template .pillar_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul {
  margin-bottom: 0;
}



.pillar-page-template .pillar_sidebar .pillar_sidebar__open {
  display: none; 
}

@media screen and (min-width: 768px) {
  #sticky_container {
    position: relative; 
  }
  #sticky_container #sticky_container__sidebar {
    width: 350px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #sticky_container #sticky_container__content {
    width: calc(100% - 350px) !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pillar-page-template .pillar_sidebar {
    position: fixed;
    top: 0; right: 0;
    width: 100vw;
    z-index: 1002;
    right: calc(-100vw + 60px );
    height: 100%;
    transition: right 0.5s;
  }
  .pillar-page-template .pillar_sidebar > .hs_cos_wrapper {
    width: calc(100vw - 60px );
    margin-left: 60px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0 0 15px rgba(0,0,0,0);
  }
  .pillar-page-template .pillar_sidebar > .hs_cos_wrapper > .hs_cos_wrapper {
    padding: 30px;
  }
  .pillar-page-template .pillar_sidebar .pillar_sidebar__open {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #222 url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/icon--bookmark.png') no-repeat center center;
    background-size: 26px 26px;
    height: 60px; width: 60px;
    text-indent: -9999px;
    cursor: pointer;
  }
  body.body--sidebar_open.pillar-page-template .pillar_sidebar .pillar_sidebar__open {
    background: #222 url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/icon--bookmark-close.png') no-repeat center center;
    background-size: 20px 20px;
  }
  body.body--sidebar_open.pillar-page-template .pillar_sidebar {
    right: 0;
  }
  body.body--sidebar_open.pillar-page-template .pillar_sidebar > .hs_cos_wrapper {
    box-shadow: 0 0 15px rgba(0,0,0,0.33);
  }
  body.body--sidebar_open {
    position: relative;
  }
  body.body--sidebar_open:before {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    content: "";
    display: block;
    background: rgba(55,62,70,0.5);
    opacity: 1;
    z-index: 200;
  }
}

.grid_background {
  background-size: 20px 20px;
  background-image:
    linear-gradient(to right, #eee 1px, transparent 1px),
    linear-gradient(to bottom, #eee 1px, transparent 1px);
}

.grid_background .custom-mbm-banner-are {
  background-color: transparent !important; 
}

.fancy-table table {
  border: none;
}

.fancy-table table tr th {
  border: none;
  border-bottom: 3px solid #000;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  vertical-align: bottom;
}

.fancy-table table tr td {
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  padding: 15px 10px;
  vertical-align: top;
}

.fancy-table table tr td:last-child {
  border-right: none;
}

.fancy-table table.growth_funnel_phase_table {
  border: none; 
}

.fancy-table table.growth_funnel_phase_table tr td, .fancy-table table.growth_funnel_phase_table tr th {
  border-color: #ddd !important;
  border-width: 1px !important;
}

.fancy-table table.growth_funnel_phase_table tr:not(:first-child) td p, .fancy-table table.growth_funnel_phase_table tr:not(:first-child) td li, .fancy-table table.growth_funnel_phase_table tr:not(:first-child) td {
  font-size: 90%;
  vertical-align: bottom;
  padding: 10px;
}

.fancy-table table.growth_funnel_phase_table tr th {
  border-right: 1px solid #ddd !important;
  text-align: right;
}

.fancy-table table.growth_funnel_phase_table tr:first-child td, .fancy-table table.growth_funnel_phase_table tr:first-child th {
  border-top: 4px solid #000 !important;
  border-bottom: 3px solid #000 !important;
  border-right: 1px solid #ddd !important;
  vertical-align: top;
  padding: 15px 10px;
}

.fancy-table table.growth_funnel_phase_table tr:last-child td, .fancy-table table.growth_funnel_phase_table tr:last-child th {
  border-bottom: none !important;
}

.fancy-table table.growth_funnel_phase_table tr td:last-child, .fancy-table table.growth_funnel_phase_table tr th:last-child {
  border-right: none !important;
}

.fancy-table table.growth_funnel_phase_table h3 {
  margin: 0; 
}


.growth_funnel .growth_funnel__get_started_module .square-image .widget-type-linked_image, .growth_funnel .growth_funnel__get_started_module .square-image .square-image__wrap {
    max-width: 300px !important;
}


/***** Blog CTAs v2 ********/

.content-card--cta.content-card--cta--blue {
   background: #5ac9e8;
}

.content-card--cta.content-card--cta--red {
   background: #e74b25;
}

.content-card--cta.content-card--cta--yellow {
   background: #f6cf40;
}

.content-card--cta.content-card--cta--green {
   background: #c6d22e;
}

.content-card--cta.content-card--cta--orange {
   background: #d8b128;
}

.content-card--cta.content-card--cta--grey {
   background: #f2f2f2;
}

.content-card--cta.content-card--cta--white {
   background: #ffffff;
}

.content-card--cta.content-card--cta--black {
   background: #373e46;
   color: #f2f2f2 !important;
}

.content-card--cta.content-card--cta--black h2 {
   color: #f2f2f2 !important;
}

.content-card--cta.content-card--cta--white {
   background: #FFFFFF;
}

.content-card--cta.content-card--v2 .popup_form_cta {
  background: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  padding: 8px 15px !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  transition: background 0.5s !important;
}

.content-card--cta.content-card--v2 .popup_form_cta--white {
  border: 2px solid #FFFFFF !important;
  color: #FFFFFF !important;
  background: rgba(255,255,255,0) !important;
}

.content-card--cta.content-card--v2 .popup_form_cta.popup_form_cta--white:hover {
  background: rgba(255,255,255,0.15) !important;
}

.content-card--cta.content-card--v2 .popup_form_cta--black {
  border: 2px solid #000000 !important;
  color: #000000 !important;
  background: rgba(0,0,0,0) !important;
}

.content-card--cta.content-card--v2 .popup_form_cta.popup_form_cta--black:hover {
  background: rgba(0,0,0,0.15) !important;
}


/************************************
 *           BLOG SEARCH            *
 ************************************/

.blog_dropdown .hs_cos_wrapper_type_post_filter {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog_dropdown .hs_cos_wrapper_type_post_filter {
    padding-bottom: 0;
  }
  .blog_dropdown .hs_cos_wrapper_type_post_filter .block {
    max-width: 300px;
  }
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block h3 {
  display: block;
  padding: 0 42px 0 12px;
  background-color: #5ac9e8;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 90%;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block h3:after {
  content: "▼";
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 0; right: 0;
  text-align: center;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block .widget-module {
  position: absolute;
  top: 42px; left: 0;
  display: none;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.4);
  z-index: 1;
  overflow: hidden;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block .widget-module a {
  padding: 10px;
  transition: background 0.5s;
  font-size: 90%;
  font-weight: bold;
  color: #5ac9e8;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block .widget-module a:hover {
  background: #eee;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block:hover .widget-module {
  display: block;
}

.blog_dropdown .hs_cos_wrapper_type_post_filter .block:hover h3 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 769px) {
  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: -20px !important;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .hs-menu-item {
    flex: auto;
    min-width: 150px;
    padding: 5px 10px;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .hs-menu-item a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    transform: all 0.5s;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .hs-menu-item a:hover, .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul .hs-menu-item.active a {
    background: #5ac9e8;
    border-color: #5ac9e8;
  }
}

@media screen and (max-width: 768px) {
  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal {
    position: relative;
    width: 100%; height: 40px;
    margin-top: 20px;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal:before {
    content: "Browse by category";
    display: block;
    position: absolute;
    top: 0; left: 0;
    background: #5ac9e8;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal:after {
    content: "▼";
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: none;
    position: absolute;
    top: 40px; left: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    background: #fff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal:hover > ul {
    display: block;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal:hover:before {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: block;
    width: 100%;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
    padding: 8px 15px;
  }

  .blog-category-submenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    background: #eee;
  }

}




/*******************************
 *   KNOWLEDGE BASE TEMPLATE   *
 *******************************/


.knowledge-base-page-template .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.knowledge-base-page-template .breadcrumbs li {
  display: inline;
}

.knowledge-base-page-template .breadcrumbs li:before {
  display: none;
}

.knowledge-base-page-template .breadcrumbs li:after {
  content: "/";
  margin: 0 5px;
}

.knowledge-base-page-template .breadcrumbs li:last-child:after {
  content: "";
  display: none;
}

@media screen and (min-width: 769px) {
  .knowledge-base-page-template #sticky_container > .row-fluid-wrapper, .knowledge-base-page-template #sticky_container__sidebar > .row-fluid-wrapper, .knowledge-base-page-template #sticky_container__sidebar__inner > .row-fluid-wrapper {
    background: rgb(239, 239, 239) !important;
  }

  .knowledge-base-page-template #sticky_container__sidebar__inner {
    padding: 30px;
  }
}

.knowledge-base-page-template h1 {
   font-size: 2.25rem;
}

.knowledge-base-page-template .content-section h2 {
  font-size: 175%;
  line-height: 120%;
  margin: 2rem 0 1rem;
}

.knowledge-base-page-template .knowledge_base_sidebar {
  margin: 0; 
}

.knowledge-base-page-template .knowledge_base_sidebar h2 {
  font-size: 120%;
  line-height: 120%;
  margin: 0 0 0.5rem;
}

.knowledge-base-page-template .knowledge_base_sidebar ul {
  margin: 0 0 1rem;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper a:hover {
  text-decoration: underline;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

@media screen and (min-width: 769px) {
  .knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li {
    margin-right: -30px;
    margin-left: -12px;
  } 
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a {
  padding: 12px 0;
  font-size: 14px;
  line-height: 120%;
  display: block;
}

@media screen and (min-width: 769px) {
  .knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a {
    padding: 12px;
  }
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li.active > a {
  background: #ddd;
  font-weight: bold;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li.hs-item-has-children:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px; right: 5px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border: 0 solid #888;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  cursor: pointer;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li:last-child {
  border-bottom: none;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a {
  color: #222;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.open ul.hs-menu-children-wrapper {
  max-height: 500px;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.open.hs-item-has-children:after {
  transform: rotate(-135deg);
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul {
  margin-top: 5px;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper > li:last-child {
  margin-bottom: 10px;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li {
  padding-bottom: 5px;
  font-size: 14px;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li li {
  padding-bottom: 5px; 
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li li a {
  color: #888;
  font-size: 12px !important;
  font-style: italic;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  margin-bottom: 5px;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { 
  line-height: 120%;
  white-space: normal !important;
}

.knowledge-base-page-template .knowledge_base_sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul {
  margin-bottom: 0;
}



.knowledge-base-page-template .knowledge_base_sidebar .knowledge_base_sidebar__open {
  display: none; 
}

@media screen and (max-width: 768px) {
  .knowledge-base-page-template .knowledge_base_sidebar {
    position: fixed;
    top: 0; right: 0;
    width: 100vw;
    z-index: 1002;
    right: calc(-100vw + 60px );
    height: 100%;
    transition: right 0.5s;
  }
  .knowledge-base-page-template .knowledge_base_sidebar .knowledge_base_sidebar__wrap {
    width: calc(100vw - 60px );
    margin-left: 60px;
    height: 100vh;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0 0 15px rgba(0,0,0,0);
    padding: 30px 0;
  }
  .knowledge-base-page-template .knowledge_base_sidebar .knowledge_base_sidebar__wrap > .row-fluid-wrapper {
    padding: 0 30px;
  }
  .knowledge-base-page-template .knowledge_base_sidebar .knowledge_base_sidebar__open {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #222 url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/icon--bookmark.png') no-repeat center center;
    background-size: 26px 26px;
    height: 60px; width: 60px;
    text-indent: -9999px;
    cursor: pointer;
  }
  body.body--sidebar_open.knowledge-base-page-template .knowledge_base_sidebar .knowledge_base_sidebar__open {
    background: #222 url('https://4952096.fs1.hubspotusercontent-na1.net/hubfs/4952096/icon--bookmark-close.png') no-repeat center center;
    background-size: 20px 20px;
  }
  body.body--sidebar_open.knowledge-base-page-template .knowledge_base_sidebar {
    right: 0;
  }
  body.body--sidebar_open.knowledge-base-page-template .knowledge_base_sidebar > .hs_cos_wrapper {
    box-shadow: 0 0 15px rgba(0,0,0,0.33);
  }
}


.breadcrumbs_menu .hs-menu-wrapper * {
  width: auto;
}

.breadcrumbs_menu .hs-menu-wrapper > ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.breadcrumbs_menu .hs-menu-wrapper > ul li {
  display: inline;
}

.breadcrumbs_menu .hs-menu-wrapper > ul li a {
  display: inline-block;
  color: #373E46;
  text-decoration: underline;
}

.breadcrumbs_menu .hs-menu-wrapper > ul li:after {
  content: "/";
  margin: 0 5px 0 10px;
  display: inline;
}

.breadcrumbs_menu .hs-menu-wrapper > ul li:last-child:after {
  content: "";
  display: none;
}

.breadcrumbs_menu .hs-menu-wrapper > ul li:last-child a {
  text-decoration: none;
}



/* CTAs Row Module (HubDB version) */

.cta_row .content-section--blue {
   background: #5ac9e8 !important;
}

.cta_row .content-section--red {
   background: #e74b25 !important;
}

.cta_row .content-section--yellow {
   background: #f6cf40 !important;
}

.cta_row .content-section--green {
   background: #c6d22e !important;
}

.cta_row .content-section--orange {
   background: #d8b128 !important;
}

.cta_row .content-section--grey {
   background: #f2f2f2 !important;
}

.cta_row .content-section--white {
   background: #ffffff !important;
}

.cta_row .content-section--black {
   background: #373e46 !important;
   color: #f2f2f2 !important;
}

.cta_row .content-section--black h2 {
   color: #f2f2f2 !important;
}

.cta_row.cta_row--thin .content-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cta_row.cta_row--thin .content-section h2 {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 1rem;
}

#hero .hero__heading h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

#hero .hero__subheading p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  #hero .hero__heading h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  #hero .hero__subheading p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.small-uppercase h2 {
  font-size: 100%;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}


/*** CAREERS ****/

.careers-template #hero {
  background: #f6cf40;
}

.careers-template #hero h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  margin: 0.5rem 0;
}

.careers-template #hero p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .careers-template #hero h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .careers-template #hero p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.careers-template h3 {
  font-size: 133%;
}

.careers-template .square-image .widget-type-linked_image .hs_cos_wrapper_type_linked_image, .careers-template .square-image .square-image__wrap__img {
  padding: 0 0 60%; 
}

.careers-template .square-image .widget-type-linked_image .hs_cos_wrapper_type_linked_image img, .careers-template .square-image .square-image__wrap__img img {
  max-width: 120px !important;
  max-height: 120px !important;
}

.careers-template .square-image .widget-type-linked_image, .careers-template .square-image .square-image__wrap {
  margin: 0 auto; 
}

.content-full-img .hs_cos_wrapper_type_linked_image {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .content-full-img .hs_cos_wrapper_type_linked_image {
    height: 200px;
  }
}

.content-full-img .hs_cos_wrapper_type_linked_image img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

.no-object-fit .content-full-img .hs_cos_wrapper_type_linked_image img {
  height: auto !important;
}


.subscription-form {
  background-color: #F6CF40 !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.subscription-form h2 {
  font-size: 160%;
  line-height: 120%;
  margin: 0 0 0.5rem;
}

.subscription-form .hs-form {
  position: relative;
}

@media screen and (max-width: 768px) {
  .subscription-form .hs-form {
    margin-top: 1rem;
  }
}

.subscription-form .hs-form .hs_email {
  padding: 0px;
  width: 100%;
}

.subscription-form .hs-form .hs_email .input {
  padding: 0;
}

.subscription-form .hs-form .hs_email input {
  box-shadow: 0 !important;
  border-radius: 4px;
  background: #fff;
  padding: .375rem .75rem;
  line-height: 2;
  height: 38px;
}

.subscription-form .hs-form .hs_email label {
  display: none;
}

.subscription-form .hs-form .hs_submit {
  position: absolute;
  top: 0; right: 0;
}

.subscription-form .hs-form .hs_submit .hs-button {
  display: inline-block;
  background-color: #373e46;
  background-image: -webkit-linear-gradient(#373e46,#232a32);
  background-image: linear-gradient(#373e46,#232a32);
  padding: .375rem 1.25rem;
  line-height: 2;
  border: 0px;
  border-radius: 0 4px 4px 0;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  text-align: center;
  word-wrap: normal;
  margin: 0;
  cursor: pointer;
  border-color: #777f89;
  color: white !important;
  letter-spacing: 1px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  outline: 0;
  font-family: ars-maquette-web,Helvetica,Arial,sans-serif;
  height: 38px;
}

.subscription-form .hs-form .hs_submit .hs-button:hover {
  transform: none;
}

.subscription-form .hs-form ul.hs-error-msgs.inputs-list {
  margin: 0;  
}

.subscription-form .hs-form ul.hs-error-msgs.inputs-list label {
  color: #373e46 !important;
}




.inn_readiness_program_lp #hero .content-left h1 {
  font-size: 16px;
  margin: 0;
}

.inn_readiness_program_lp #hero .content-left h2 {
  font-size: 2rem;
  color: #222;
  margin: 0.5rem 0 1rem;
  line-height: 100%;
  font-weight: bold;
}

.inn_readiness_program_lp #hero .form-wrapper {
 margin-top: 2rem; 
}

.inn_readiness_program_lp #hero .form-wrapper h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .inn_readiness_program_lp #hero .content-left h1 {
    font-size: 18px;
  }
  .inn_readiness_program_lp #hero .content-left h2 {
    font-size: 4rem;
    line-height: 100%;
  }
  .inn_readiness_program_lp #hero .form-wrapper {
    margin-top: 0; 
  }
  .inn_readiness_program_lp #hero .form-wrapper h2 {
    font-size: 2rem;
  }
}

.inn_readiness_program_lp .grid_layout__item .hs_cos_wrapper_type_rich_text h3 {
  font-size: 120%;
  margin: 0;
}




/***********************************
 *     Business Model Examples     *
 ***********************************/ 

.bmc-item .hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.bmc-item .hero .hero__image {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(50%);
}

.bmc-item .hero .custom-banner-area {
  position: relative;
  z-index: 2; 
}

.bmc-item .hero .custom-banner-area .hero__small-line {
  position: absolute;
  bottom: -20px; left: 0;
  text-align: right;
}

.bmc-item .hero .custom-banner-area .hero__small-line p {
  font-size: 11px;
}

.bmc-item .hero .custom-banner-area * {
  color: #fff !important;
}

.bmc-item .hero .custom-banner-area h1 {
  font-size: 50px;
}

.bmc-item .hero .custom-banner-area p {
  font-size: 20px;
}


.bmc-item--yellow .fun_fact_wrapper__left {
  color: #ffd34e; 
}

.bmc-item--blue .fun_fact_wrapper__left {
  color: #64C4DB; 
}

.bmc-item .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  list-style-type: none;
  text-overflow: ellipsis;
  margin: 0; padding: 0;
}

.bmc-item .breadcrumbs li {
  display: inline;
}

.bmc-item .breadcrumbs li a:hover {
  text-decoration: underline;
}

.bmc-item .breadcrumbs li:before {
  display: none;
}

.bmc-item .breadcrumbs li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.bmc-item .breadcrumbs li:last-child:after {
  content: "";
  display: none;
}





.breadcrumbs_wrapper .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  list-style-type: none;
  text-overflow: ellipsis;
  margin: 0; padding: 0;
}

.breadcrumbs_wrapper .breadcrumbs li {
  display: inline;
}

.breadcrumbs_wrapper .breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs_wrapper .breadcrumbs li:before {
  display: none;
}

.breadcrumbs_wrapper .breadcrumbs li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.breadcrumbs_wrapper .breadcrumbs li:last-child:after {
  content: "";
  display: none;
}



.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .breadcrumbs_wrapper .breadcrumbs {
  font-size: 90%;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .breadcrumbs_wrapper .breadcrumbs li a {
  color: #888;
  text-decoration: underline;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .breadcrumbs_wrapper .breadcrumbs li:after {
  color: #ccc;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .breadcrumbs_wrapper .breadcrumbs li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .webinar-single-page__recording__header__headline h1 {
  font-weight: normal;
  margin: 1rem 0 1.5rem;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__header .webinar-single-page__recording__header__meta {
  color: #888;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body {
  background: #eee;
  padding: 40px 0 20px;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .hs_cos_wrapper_type_rich_text {
  color: #888;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content h2 {
  font-size: 22px;
  margin: 0 0 1rem;
  font-weight: bold;
  color: #222;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content h3 {
  font-weight: bold;
  color: #222;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .speaker_image_wrap {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  border-radius: 100%;
  position: relative;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .speaker_image_wrap img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .hs_cos_wrapper_type_rich_text p {
  margin: 0.5rem 0;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .centered {
  padding-top: 20px;
  padding-bottom: 20px;
}

.webinar-single-page .webinar-single-page__recording .webinar-single-page__recording__body__content .centered .wrap {
  padding: 30px 40px 20px;
  border-radius: 6px;
  background: #fff;
}


/*****************************
 *          GLOSSARY         *
 *****************************/ 
 
.glossary-index .hero .select2-container--default .select2-selection--single {
   height: 60px;
   font-size: 130%;
   padding: 0 10px;
}

.glossary-index .hero .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
}

.glossary-index .hero .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 0;
  left: auto;
  right: 0;
  margin: 0;
  height: 60px;
  width: 60px;
  border: 0;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODA5IDIxLjY0NmwtNi4yMDUtNi4yMDVjMS4xNjctMS42MDUgMS44NTctMy41NzkgMS44NTctNS43MTEgMC01LjM2NS00LjM2NS05LjczLTkuNzMxLTkuNzMtNS4zNjUgMC05LjczIDQuMzY1LTkuNzMgOS43MyAwIDUuMzY2IDQuMzY1IDkuNzMgOS43MyA5LjczIDIuMDM0IDAgMy45MjMtLjYyNyA1LjQ4Ny0xLjY5OGw2LjIzOCA2LjIzOCAyLjM1NC0yLjM1NHptLTIwLjk1NS0xMS45MTZjMC0zLjc5MiAzLjA4NS02Ljg3NyA2Ljg3Ny02Ljg3N3M2Ljg3NyAzLjA4NSA2Ljg3NyA2Ljg3Ny0zLjA4NSA2Ljg3Ny02Ljg3NyA2Ljg3N2MtMy43OTMgMC02Ljg3Ny0zLjA4NS02Ljg3Ny02Ljg3N3oiLz48L3N2Zz4=);
  opacity: 0.5;
}


.glossary-index .hero .select2-selection__clear {
  display: none !important;
}
 
.glossary-index .hero h1 {
  font-size: 150%;
}
 
.glossary-index #navigation__sticky .submenu__links {
  width: 100% !important;
}

.glossary-index #navigation__sticky .submenu__search {
  display: none;
}
 
.glossary-index.body--stick-submenu #navigation__sticky .submenu__links {
  width: 74.358974359% !important;
}

.glossary-index.body--stick-submenu #navigation__sticky .submenu__search {
  display: block;
}

#navigation__sticky .select2-container {
  width: 100% !important;
  margin: 5px 0;
}

.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 8px;
  font-size: 100%;
  font-family: 'ars-maquette-web';
}

.select2-container--default .select2-results>.select2-results__options {
  box-shadow: 0 20px 25px 0 rgba(0,0,0,0.25);
}
 
.glossary_submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.glossary_submenu a {
  color: #373e46;
  font-size: .875rem;
  line-height: 39px;
}
.glossary_submenu a:hover {
  text-decoration: underline;
}
.glossary_submenu a.disabled {
  color: #aaa;
  pointer-events: none;
}

.glossary {
  padding: 0 20px;
}

.glossary a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.glossary .glossary__letter {
  padding: 15px 0;
}
.glossary .glossary__letter .glossary__letter__title {
  color: #5ac9e8;
  width: 50px;
  float: left;
}
.glossary .glossary__letter .glossary__letter__title h2 {
  font-size: 200%;
  margin: -5px 0 1rem;
}
.glossary .glossary__letter .glossary__letter__wrapper {
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 50px);
}

.glossary .glossary__letter .glossary__letter__wrapper article {
  margin: 0 0 30px;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title .term_link {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  color: #222;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title .term_link:hover h3 {
  text-decoration: underline;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title .term_link:after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTN2MTBoLTIxdi0xOWgxMnYyaC0xMHYxNWgxN3YtOGgyem0zLTEyaC0xMC45ODhsNC4wMzUgNC02Ljk3NyA3LjA3IDIuODI4IDIuODI4IDYuOTc3LTcuMDcgNC4xMjUgNC4xNzJ2LTExeiIvPjwvc3ZnPg==');
  top: 50%; right: 0;
  transform: translateY(-50%);
  opacity: 0.33;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title {
  padding: 0 0 20px;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title h3 {
  margin: 0;
  color: #222;
}

.glossary .glossary__letter .glossary__letter__wrapper article .title .anchor.active + h3, .glossary .glossary__letter .glossary__letter__wrapper article .title .anchor.active + a h3 {
  color: #f15748;
}

.glossary .glossary__letter .glossary__letter__wrapper article .definition p {
  margin: 0 0 1rem;
}

.glossary .glossary__letter .glossary__letter__wrapper article .definition a {
  font-weight: bold;
  color: #5ac9e8;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .glossary .glossary__letter {
    padding: 30px 0;
  }
  .glossary .glossary__letter .glossary__letter__title {
    width: 20%;
    text-align: left;
  }
  .glossary .glossary__letter .glossary__letter__title h2 {
    font-size: 300%;
  }
  .glossary .glossary__letter .glossary__letter__wrapper {
    width: 80%;
  }
  .glossary .glossary__letter .glossary__letter__wrapper article {
    margin: 0 0 30px;
  }
}


.hero_white {
  background: white !important;
}

.hero.hero_white.hero--bg_image {
  padding: 60px 0;
}

.hero.hero_white.hero--bg_image:before {
  display: none;
}

.hero_white img {
  display: none;
}

.hero_white h1 {
  color: #222;
}



.flex_wrap .flex_wrap__module, .flex_wrap .accordion {
  max-width: 62.5rem;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto; 
}

.flex_wrap .accordion {
  box-shadow: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex_wrap .accordion .accordion__wrap {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.simple_grid_title h2 {
  font-weight: bold;
  font-size: 30px;
}

.flex_wrap .section_title {
  padding: 0 0 20px;
}

.flex_wrap .section_title p {
  font-weight: 100;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.accordion--flexible ul, .simple_grid ul, .master-product-template .hero_carousel__slide__wysiwyg ul, ul.decorate-checkmark {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.accordion--flexible ul li, .simple_grid ul li, .master-product-template .hero_carousel__slide__wysiwyg ul li, ul.decorate-checkmark li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.accordion--flexible ul li::before, .simple_grid ul li::before, .master-product-template .hero_carousel__slide__wysiwyg ul li::before, ul.decorate-checkmark li::before {
  font-family: icons-nav;
  content: " ";
}



.Con_twcol_sec { width:100%; float:left; }
.title h1 { text-align: center; font-size:36px; line-height:44px; }
.con-inner { display: flex; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; position: relative; background: #fff; padding:50px 35px; margin-top: 30px; box-shadow: 0 1px 2px rgb(0 0 0 / 38%); border-radius: 3px; }
.con-inner .title-text >ul>li { margin-bottom: 25px; }
.con-inner .title-text >ul>li:last-child { margin-bottom: 0px; }
.con-inner .sub-text { text-align: center; font-style: italic;padding-top:50px 35px; padding-bottom: 25px; position: relative; }
.con-inner .text { font-size: 14px; text-align: center; padding-top: 25px; width: 100%; margin: 0 auto; max-width: 329px; }
.con-inner .con-left { width: 50%; padding-right:30px; }
.con-inner .sub-text:before { content: ''; position: absolute; width: 30px; height: 2px; background-color: #57697A; bottom: 0; left: 50%; transform: translateX(-50%); }
.logo-part { padding-top:80px; display: flex; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap; justify-content: center; }
.logo-img { float: left; width: 20%; text-align: center; display: inline-block; padding: 0px 15px; margin-bottom: 50px; }
.logo-img img { min-height: 35px; vertical-align: middle; max-height: 35px; object-fit: contain; }
.logo-img.big { transform: scale(1.3); }
.con-inner .con-right { width: 50%; padding-left: 30px; }
.expert-form.form-wrapper { padding: 0; box-shadow: none; }
.expert-form form.hs-form fieldset .hs-form-field { padding-right:0; }

.Object_sec { padding: 30px 0px; width:100%; float:left; }
.Object_sec .object-info { max-width: 700px; margin: 0 auto; }
.object-info.left { text-align:left; }
.object-info.center { text-align:center; }
.object-info.right { text-align:right; }
.onlylogo-header .page-center { padding: 0 0.9375rem;}
.ilogo img { vertical-align: middle;}

.video_sec { padding-top:50px; }
.video-text { padding-top: 30px; text-align: center; }
.video-part.embed { position: relative; padding-bottom: 56.25%; }
.video-part iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }


.overview-inner .twowInner { padding-top:30px; }
.overview-inner .overview-box { width: 31.33%; margin-right: 3%; border-radius: 5px; margin-bottom:30px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%); background: rgb(255 255 255); position: relative; padding: 25px; }
.overview-inner .overview-box:nth-child(3n){ margin-right:0; }
.overview-inner .overview-box h3 { margin-bottom:10px; }
.overview-box .coach-text { border-top: 1px solid #000; padding-top:10px;}
.overview-box .coach-text ul li { margin-bottom:10px; line-height: 24px !important; }

.annual-inner .annual-btn { margin-bottom:20px; }
.annual-info p { margin-bottom:5px; }
.annual-table { padding: 30px 0px; }
.annual-table .table-row { display:flex; flex-wrap:wrap; display:-webkit-flex; -webkit-flex-wrap:wrap; border: 1px solid #bbbbbb; border-top: 0; }
.annual-table .table-row:first-child { border-top:1px solid #bbbbbb; }
.table-row .table-col { width:33.33%; padding:5px; text-align:center; border-right: 1px solid #bbbbbb; min-height:40px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; display:-webkit-flex; -webkit-flex-wrap:wrap;  -webkit-align-items:center; -webkit-justify-content:center; }
.annual-table .table-row:first-child .table-col:nth-child(2) { width: 66.66%; }
.table-row .table-col:last-child { border-right:0; }
.table-row .table-col .col-text { color: #000; line-height: 1.2; font-weight: 500; }
.table-col .col-icon svg { width: 30px; height: 30px; fill: #000; }
.table-row .table-col h4 span { font-size: 12px; }
.annual-table .table-row:nth-child(2) { border-bottom: 2px solid #797979; }
.table-row .table-col .col-text span { font-size: 12px; vertical-align: text-top; }
.table-top-text { font-size: 14px; font-weight: 500; line-height: 1.5; }
.table-row .table-col:first-child { margin: 0 auto; }

.Con_twcol-headertext { text-align: center; } 
.virtual-masterclass .two-waygtxt ul li { text-transform: inherit; }


@media(max-width:991px){

  .con-inner { padding:35px; }
  .con-inner .con-right { padding-left:20px; }
  .con-inner .con-left { padding-right:20px; }
  .logo-img { width:50%; }
  .incubator-arrow{    font-size: 16px;}
  .exp-col-img img { border-radius: 50%; width: 140px !important; height: 140px !important;}
  .exp-col { font-size: 13px; }
  .exp-rightcontent {font-size:18px;}
  .exp-reg-left { padding-right: 20px; }
  .gm-col-middle { width: 10%; }
  .gm-col-left, .gm-col-right { width: 45%; float: left; }
  .gm-col-middle img { max-width: 100% !important; }

  
  .overview-inner .overview-box { width:48.5%; }
  .overview-inner .overview-box:nth-child(2n) { margin-right:0; }
  .overview-inner .overview-box:nth-child(3n) { margin-right:3%; }
}
@media(max-width:767px){

  .title h1 { font-size: 30px; line-height: 35px; }
  .con-inner { padding: 25px; }
  .con-inner .con-right { width:100%; padding-left:0px; padding-top:30px; }
  .con-inner .con-left { width:100%; padding-right:0px; }
  .logo-img {  width: 100%; max-width: 225px; }
  .Object_sec { padding:0px; } 
   .registration-hero h1 { font-size: 2rem;}
  .onlylogo-header { padding: 20px 0;}
  .registration-hero { padding: 170px 0 20px; }
  .gtop-left, .gtop-right, .number-row>div, .gm-col-left, .gm-col-right, .gm-col-middle, .itop-left, .itop-right, .itoparea-left, .itoparea-right, .icontent, .ibottom-left, .ibottom-right, .incubator-col, .exp-reg-left, .exp-reg-right { width: 100% !important; margin-left:0 !Important;margin-right:0 !Important;}
  .ib-rows, .ibottom-left {flex-flow:column; -webkit-flex-flow:column;}
  .incubator-reg h2 {font-size:30px;}
  .itop-bottombar {max-width:100%;}
  .gtop-right { margin: 30px 0 0 0; font-size: 18px;}
  .date-left, .date-right { max-width: 100%;}
  .gm-content { max-width: 100%; }
  .number-row>div { font-size: 20px; padding-left: 0; padding-right: 0; border-right: 0; border-bottom: 1px solid #cac4c0; padding: 0 0 20px; margin-bottom: 10px; }
  .number-row>div:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
  .guidance-reg h3 { font-size: 20px;}
  .gm-col-middle { padding: 30px 0; }
  .gm-col-middle img { max-width: 50px !important; transform: rotate(90deg);-webkit-transform: rotate(90deg); }
  .innovation-bottom { margin-top: 30px; }
  .idate-text { padding-left: 0; margin: 20px 0; text-align: center; }
  .incubator-reg { padding: 30px 0; }
  .arrow-right { right: -20px;}
/*   .incubator-arrow {width: 91% !important;} */
  .inc-title h3 { max-width: 100%; font-size: 20px; line-height: 1.1; }
  .incubator-col { margin-bottom: 20px; }
  .ib-col { margin-bottom: 20px; }
  .ib-col:last-child { margin-bottom: 0px; }
  .ib-col div { font-size: 16px;}
  .ifour { max-width: 100%; }
  .exp-right-erap { margin-top: 40px; }
  .exp-reg-left { padding-right: 0; }
  .gnumber { font-size: 50px;}
  .icontent { padding: 0; margin: 0 0 20px; }
  .icontent:last-child { margin-bottom: 0; }
  .itoparea-left { margin: 0 0 20px; }
  .itop-left { padding-right: 0; }
  .ilogo { padding: 0 7px;}
  .iright-top { max-width: 100%;}
  .ibottom-right { padding-left: 0; padding-right: 0; }
  .exp-col-img img { border-radius: 50%; width: 100px !important; height: 100px !important; }
  .exp-rightcontent { margin: 0 0 30px; }
  .exp-intro-inside { max-width: 100%; margin: 0 auto; }
  .expert-reg { padding: 35px 0 35px; }
  .incubator-arrow { width: 27%; font-size: 10px; padding: 3px 5px 5px 5px;}
  .incubator-arrow:nth-child(2) { width: 28%; margin-right: 8%; }
  .incubator-arrow:nth-child(1) { margin-right: 7%;}
  .incubator-arrow:last-child { width: 97%;}
  .arrow-right { right: -15px;border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 20px solid #1ecad3; position: absolute; top: -4px; }

  
  .overview-inner .overview-box { width:100%; margin-right:0 !important; } 
  .overview-inner .overview-box h3 { height: auto !important; }
  
  .table-row .table-col h4 { font-size:16px; line-height: 1.2; }
  .table-row .table-col .col-text { font-size:14px; }
  .table-col .col-icon svg { width:25px; height:25px; }
}

@media(max-width:319px){
  .incubator-arrow {font-size:9px;}
  .gtop-right{font-size:17px;}
}