.custom-html--sitecore {
    /** Authors **/
    /** End of Authors **/
    /*GTE*/
    /* END of GTE */
    /**Progress Nav Bar**/
    /**Social media**/
    /** Learn More **/
    /* Learn More - Additional Tweak Resize */
    /* END of Additional Tweak - Resize */
    /*General*/
    /** Marquee Section **/
    /** Panels **/
    /** Section 2a **/
    /** Section 9a **/
    /*Side*/
    /** Bar Charts **/
    /**.in-page-video-container.video-player-module.module {
      display: none;
  }**/
    /** Interactive tools **/
    /*the container must be positioned relative:*/
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/
    /*style the items (options), including the selected item:*/
    /*style items (options):*/
    /*hide the items when the select box is closed:*/
    /** Tool container mmobile **/
    /** Video Player update **/
  }
  .custom-html--sitecore .auth-img {
    width: 100%;
    border-radius: 50%;
    padding: 0 10%;
  }
  .custom-html--sitecore h3.author-name {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
  }
  .custom-html--sitecore p.author-title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    line-height: 1.3;
    font-size: 0.85em;
    padding-right: 0.3em;
  }
  .custom-html--sitecore .author-social .ion-social-twitter,
  .custom-html--sitecore .author-social .ion-social-linkedin {
    float: left;
    font-size: 1.81rem !important;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
  }
  .custom-html--sitecore .author-social a.ion-social-linkedin:hover,
  .custom-html--sitecore .author-social a.ion-social-twitter:hover {
    background: #004dff;
    color: #fff;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
  }
  .custom-html--sitecore .author-module {
    margin-top: 2em;
  }
  .custom-html--sitecore hr.first,
  .custom-html--sitecore hr.second {
    margin-bottom: 3em;
  }
  .custom-html--sitecore .auth-img-1 {
    width: 100%;
    border-radius: 50%;
    padding: 10% 0;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore hr.second {
      display: none;
    }
    .custom-html--sitecore .auth-img {
      margin-bottom: 2em;
      width: 50%;
      padding: 0;
    }
  }
  .custom-html--sitecore .title-gte.ucase-text {
    text-transform: uppercase;
    font-size: 0.7em;
  }
  .custom-html--sitecore .gte-video {
    margin: 4em 0;
  }
  .custom-html--sitecore .gte-holder {
    margin-top: 3em;
  }
  .custom-html--sitecore .content-text-gte .img-container {
    position: relative;
    overflow: hidden;
    height: 0px;
  }
  .custom-html--sitecore .content-text-gte.isactive .img-container {
    height: 315px;
  }
  .custom-html--sitecore .content-gte-1.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.1s;
    -o-transition: height 0.8s ease-out 0.1s;
    transition: height 0.8s ease-out 0.1s;
  }
  .custom-html--sitecore .content-gte-2.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.2s;
    -o-transition: height 0.8s ease-out 0.2s;
    transition: height 0.8s ease-out 0.2s;
  }
  .custom-html--sitecore .content-gte-3.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.3s;
    -o-transition: height 0.8s ease-out 0.3s;
    transition: height 0.8s ease-out 0.3s;
  }
  .custom-html--sitecore .content-gte-4.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.4s;
    -o-transition: height 0.8s ease-out 0.4s;
    transition: height 0.8s ease-out 0.4s;
  }
  .custom-html--sitecore img.gte-imgs {
    width: 100%;
  }
  .custom-html--sitecore .content-gte-2 {
    padding-top: 47px;
  }
  .custom-html--sitecore .content-gte-3 {
    padding-top: 95px;
  }
  .custom-html--sitecore .content-gte-4 {
    padding-top: 140px;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte p.min,
  .custom-html--sitecore .section-container-7 .content-text-gte p.title {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.min,
  .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.title {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.min {
    color: #0158FF;
    margin-bottom: 10px;
  }
  .custom-html--sitecore .progress-nav-bar {
    position: fixed;
    top: 70px;
    z-index: 15;
    width: 100%;
    height: 8px;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
  }
  .custom-html--sitecore .progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    transition: height 0.3s ease;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore .nav-bar-menu {
    line-height: 1.6rem;
    width: auto;
    text-align: left;
    font-size: 1.28rem;
    float: left;
    height: 5.7rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.3% 1.5%;
  }
  .custom-html--sitecore .nav-bar-menu span {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
  }
  .custom-html--sitecore .nav-bar-menu.greybg {
    background-color: #F2F2F2;
  }
  .custom-html--sitecore .nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    transition: transform 0.6s ease;
    transform: rotate(0deg);
  }
  .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
  }
  .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
  }
  .custom-html--sitecore .nav-bar-menu .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c3c3c3;
    z-index: -1;
  }
  .custom-html--sitecore .nav-bar-menu.run:after {
    transition: width 3s ease;
    width: 5%;
    z-index: -1;
  }
  @media screen and (max-width: 1200px) {
    .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
      background-color: #c4c4c4;
    }
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore {
      /* .progress-nav-bar-menu{ */
      /* display: none; */
      /* } */
    }
    .custom-html--sitecore .progress-nav-bar {
      top: 50px;
    }
    .custom-html--sitecore .progress-nav-bar.isactive {
      height: 40px;
    }
    .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
      line-height: 16px;
    }
    .custom-html--sitecore #block-header #header-topnav .nav-submenu.panel {
      height: auto;
      width: auto;
    }
    .custom-html--sitecore .progress-nav-bar:hover {
      height: 8px;
    }
    .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
      height: 8px;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .content-text {
      padding: 0px 10px;
    }
    .custom-html--sitecore .purple-bar {
      left: 0%;
    }
    .custom-html--sitecore .content-text.quote-container {
      padding: 0px 15px !important;
    }
    .custom-html--sitecore .mobile-subheader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px;
      text-align: center;
      text-shadow: 1px 1px 1px #111;
    }
    .custom-html--sitecore span.number-percent {
      font-size: 40px !important;
    }
    .custom-html--sitecore .quote-container-b {
      height: 5em !important;
    }
    .custom-html--sitecore p.quote-number {
      font-size: 65px !important;
    }
    .custom-html--sitecore .box-gradient-list ul {
      list-style: none;
    }
    .custom-html--sitecore .section-container-5 .box-gradient-list ul li::before {
      left: 18px;
    }
    .custom-html--sitecore .section-container-7 .box-gradient-list ul li::before {
      left: 18px;
    }
    .custom-html--sitecore .section-container-9 .box-gradient-list ul li::before {
      left: 18px;
    }
    .custom-html--sitecore .section-container-12 h2.subhead-header {
      padding-bottom: 20px;
    }
    .custom-html--sitecore .section-container.section-container-10 {
      height: 90vh !important;
    }
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #676767;
    border: 1px solid #676767;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #676767;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #676767;
    color: #fff;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
    z-index: 3;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #028FFF;
    border: 1px solid #028FFF;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #028FFF;
    color: #fff;
  }
  .custom-html--sitecore .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      top: 150%;
    }
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    min-height: 105px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 18px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 270px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 3%;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 124px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px 0px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess {
    width: 85px;
    height: 85px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    width: 85px;
    height: 70px;
    min-height: 70px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 139px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 206px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
  }
  .custom-html--sitecore .tv-quickaccess__item img {
    height: 20px;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      display: block;
    }
    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      display: none;
    }
    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
      display: block;
    }
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore {
      /* .nav-bar-menu-0{ */
      /* text-align: left; */
      /* } */
    }
    .custom-html--sitecore .progress-nav-bar {
      top: 50px;
      overflow: hidden;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.8);
    }
    .custom-html--sitecore .progress-nav-bar:hover {
      height: 50px;
    }
    .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
      height: 50px;
    }
    .custom-html--sitecore .progress-nav-bar.isactive {
      height: 100%;
    }
    .custom-html--sitecore .progress-nav-bar .nav-bar-menu {
      width: 100%;
      height: 80px;
      line-height: 1.6rem;
      opacity: 1;
    }
    .custom-html--sitecore .nav-bar-menu {
      padding-bottom: 20px;
    }
    .custom-html--sitecore .nav-bar-menu span {
      position: unset;
    }
    .custom-html--sitecore .nav-bar-menu-0 {
      padding: 0.5em;
      height: 50px;
    }
    .custom-html--sitecore .nav-bar-menu-0 svg {
      position: relative;
      /* top: 10px; */
      transform: rotate(-180deg);
    }
    .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
      transform: rotate(0deg);
    }
    .custom-html--sitecore .progress-nav-bar-menu {
      height: 100%;
    }
    .custom-html--sitecore .nav-bar-menu strong {
      font-family: Graphik;
      font-style: normal;
      font-weight: 300;
      font-size: 1.92rem;
      line-height: 95%;
      letter-spacing: -0.02em;
    }
    .custom-html--sitecore .nav-bar-menu .bar {
      width: 0% !important;
    }
  }
  .custom-html--sitecore #block-marquee .content-module.rte-inline.col-sm-12.col-xs-12.module {
    overflow: hidden;
  }
  .custom-html--sitecore .section-container.section-container-marquee {
    width: 100%;
    height: 100vh;
  }
  .custom-html--sitecore .section-container-marquee video.vid-1 {
    position: absolute;
    width: 100%;
    min-height: 100%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .custom-html--sitecore .section-container-2a .panel,
  .custom-html--sitecore .section-container-9a .panel {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .custom-html--sitecore .section-container-2a .panel-1,
  .custom-html--sitecore .section-container-9a .panel-1 {
    z-index: 4;
  }
  .custom-html--sitecore .section-container-2a .panel-2,
  .custom-html--sitecore .section-container-9a .panel-2 {
    z-index: 3;
  }
  .custom-html--sitecore .section-container-2a .panel-3,
  .custom-html--sitecore .section-container-9a .panel-3 {
    z-index: 2;
  }
  .custom-html--sitecore .section-container-2a .panel-4,
  .custom-html--sitecore .section-container-9a .panel-4 {
    z-index: 1;
  }
  .custom-html--sitecore .section-container-2a .panel-5,
  .custom-html--sitecore .section-container-9a .panel-5 {
    z-index: 0;
  }
  .custom-html--sitecore .section-container-2a .panel-2.isactive,
  .custom-html--sitecore .section-container-9a .panel-2.isactive {
    z-index: 5;
  }
  .custom-html--sitecore .section-container.section-container-2a {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-2a .panel-1 .img-1,
  .custom-html--sitecore .section-container-2a .panel-2 .img-2 {
    position: absolute;
  }
  .custom-html--sitecore .section-container-2a .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-49.2%, -45.5%);
  }
  .custom-html--sitecore .section-container-2a .panel-2 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-2a .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
  }
  .custom-html--sitecore .section-container-2a .cta-more {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    width: auto;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .custom-html--sitecore .section-container-2a .cta-more.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-2a .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .section-container-2a .cta-more.isactive .cta-more-box {
    left: 0;
    top: -5px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .section-container-2a .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .section-container-2a .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
  }
  .custom-html--sitecore .section-container-2a .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
  }
  .custom-html--sitecore .section-container-2a .cta-more .img-arrow-right {
    width: 24px;
  }
  .custom-html--sitecore .section-container-2a .cta-more .cta-more-label {
    margin-left: 50px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
  }
  .custom-html--sitecore .section-container-2a .cta-more.isactive .cta-more-label {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-2a .cta-scroll {
    color: #004DFF;
  }
  .custom-html--sitecore .section-container-2a .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #004DFF;
  }
  .custom-html--sitecore .section-container-2a .cta-scroll.position-1 {
    bottom: 5%;
  }
  .custom-html--sitecore .IE .section-container-2a .panel-1 .img-1 {
    background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-eye-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore .section-container.section-container-2a {
      height: auto;
      overflow: hidden;
    }
    .custom-html--sitecore .section-container-2a .panel {
      position: relative;
      height: auto;
    }
    .custom-html--sitecore .section-container-2a .panel-1 .img-1 {
      background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-sun-bg');
      background-position: center center;
      background-size: 90%;
      background-repeat: no-repeat;
      position: relative;
      top: 0%;
      left: 0%;
      transform: none;
    }
    .custom-html--sitecore .section-container-2a .panel-2 .vid-1 {
      width: 100%;
      position: relative;
      top: 0%;
      left: 0%;
      transform: none;
    }
    .custom-html--sitecore .section-container-2a .white-border-top,
    .custom-html--sitecore .section-container-2a .white-border-bottom {
      opacity: 0;
    }
    .custom-html--sitecore .section-container-2a .cta-scroll {
      color: #FFF;
    }
    .custom-html--sitecore .section-container-2a .cta-scroll.isactive .cta-scroll-box {
      border: 2px solid #FFF;
    }
    .custom-html--sitecore .section-container-2a .cta-scroll.position-1 {
      bottom: 10%;
    }
  }
  @media screen and (max-width: 820px) {
    .custom-html--sitecore {
      /* .section-container-2a .panel-1 .img-1, .section-container-2a .panel-2 .img-2{ */
      /* left: 50%; */
      /* transform: translateX(-50%); */
      /* } */
    }
    .custom-html--sitecore .section-container-2a img.img-4 {
      width: auto;
    }
    .custom-html--sitecore .section-container-2a .panel-2 .vid-1 {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 540px) {
    .custom-html--sitecore .section-container-2a .panel-2 .vid-1 {
      width: auto;
      height: 100vw;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .custom-html--sitecore .section-container.section-container-9a {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-9a .panel-1 .img-1,
  .custom-html--sitecore .section-container-9a .panel-2 .img-2 {
    position: absolute;
  }
  .custom-html--sitecore .section-container-9a .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-9a .panel-2 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-9a .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
  }
  .custom-html--sitecore .section-container-9a .cta-more {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    width: auto;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .custom-html--sitecore .section-container-9a .cta-more.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-9a .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .section-container-9a .cta-more.isactive .cta-more-box {
    left: 0;
    top: -5px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .section-container-9a .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .section-container-9a .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
  }
  .custom-html--sitecore .section-container-9a .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
  }
  .custom-html--sitecore .section-container-9a .cta-more .img-arrow-right {
    width: 24px;
  }
  .custom-html--sitecore .section-container-9a .cta-more .cta-more-label {
    margin-left: 50px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
  }
  .custom-html--sitecore .section-container-9a .cta-more.isactive .cta-more-label {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-9a .cta-scroll {
    color: #004DFF;
  }
  .custom-html--sitecore .section-container-9a .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #004DFF;
  }
  .custom-html--sitecore .section-container-9a .cta-scroll.position-1 {
    bottom: 5%;
  }
  .custom-html--sitecore .IE .section-container-9a .panel-1 .img-1 {
    background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-eye-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore .section-container.section-container-9a {
      height: auto;
      overflow: hidden;
    }
    .custom-html--sitecore .section-container-9a .panel {
      position: relative;
      height: auto;
    }
    .custom-html--sitecore .section-container-9a .panel-1 .img-1 {
      background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-sun-bg');
      background-position: center center;
      background-size: 90%;
      background-repeat: no-repeat;
      position: relative;
      top: 0%;
      left: 0%;
      transform: none;
    }
    .custom-html--sitecore .section-container-9a .panel-2 .vid-1 {
      width: 100%;
      position: relative;
      top: 0%;
      left: 0%;
      transform: none;
    }
    .custom-html--sitecore .section-container-9a .white-border-top,
    .custom-html--sitecore .section-container-9a .white-border-bottom {
      opacity: 0;
    }
    .custom-html--sitecore .section-container-9a .cta-scroll {
      color: #FFF;
    }
    .custom-html--sitecore .section-container-9a .cta-scroll.isactive .cta-scroll-box {
      border: 2px solid #FFF;
    }
    .custom-html--sitecore .section-container-9a .cta-scroll.position-1 {
      bottom: 10%;
    }
  }
  @media screen and (max-width: 820px) {
    .custom-html--sitecore {
      /* .section-container-9a .panel-1 .img-1, .section-container-9a .panel-2 .img-2{ */
      /* left: 50%; */
      /* transform: translateX(-50%); */
      /* } */
    }
    .custom-html--sitecore .section-container-9a img.img-4 {
      width: auto;
    }
    .custom-html--sitecore .section-container-9a .panel-2 .vid-1 {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 540px) {
    .custom-html--sitecore .section-container-9a .panel-2 .vid-1 {
      width: auto;
      height: 100vw;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @-webkit-keyframes bounceleft {
    0%,
    100% {
      left: 0px;
    }
    50% {
      left: 10px;
    }
  }
  @keyframes movedown {
    0%,
    100% {
      left: 0px;
    }
    50% {
      left: 10px;
    }
  }
  .custom-html--sitecore .img-container-chart-1 img.chart-1 {
    position: relative;
    width: 100%;
  }
  .custom-html--sitecore .img-container-chart-1 img.chart-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
  }
  .custom-html--sitecore .img-container-chart-1.isactive img.chart-2 {
    opacity: 1;
  }
  .custom-html--sitecore .img-container-chart-2 img.chart-1 {
    position: relative;
    width: 80%;
  }
  .custom-html--sitecore .img-container-chart-2 img.chart-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80%;
    opacity: 0;
    transition: opacity 1s ease;
  }
  .custom-html--sitecore .img-container-chart-2.isactive img.chart-2 {
    opacity: 1;
  }
  .custom-html--sitecore .purple-container {
    background: #7601bf;
    background: linear-gradient(90deg, #7601bf 0%, #a200ff 55%, #dbb0ff 100%);
    min-height: 100vh;
    width: 100%;
  }
  .custom-html--sitecore .white-container {
    background: #fff;
    padding: 3.5%;
    box-shadow: 10px 10px 20px rgba(1, 1, 1, 0.4);
  }
  .custom-html--sitecore .tool-titles {
    padding: 20px 1% 1% 1%;
    display: inline-flex;
    width: 100%;
  }
  .custom-html--sitecore .tool-content {
    display: inline-flex;
    width: 100%;
    padding: 1%;
    background: rgba(1, 1, 1, 0.05);
  }
  .custom-html--sitecore .tool-title {
    width: 25%;
    text-align: left;
    padding-left: 12.5px;
  }
  .custom-html--sitecore .tool-motivations {
    width: 25%;
  }
  .custom-html--sitecore .tool-motivators {
    width: 75%;
  }
  .custom-html--sitecore .tool-motivators-container {
    display: inline-flex;
    width: 0%;
    max-height: 5em;
    opacity: 0;
    background: white;
    border-bottom: 2px solid #7601bf;
    border-left: 4px solid #dbb0ff;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
    transition: width 0.3s ease, opacity 0.3s ease;
    padding-top: 5px;
  }
  .custom-html--sitecore .tool-motivators-container.isactive {
    width: 100%;
    opacity: 1;
  }
  .custom-html--sitecore .tcm-title {
    width: calc(100% / 3);
    padding: 10px 10px 0px 10px;
    font-size: 0.8em;
    line-height: 1.5em;
    opacity: 0;
    height: 5.5em;
  }
  .custom-html--sitecore .tcm-content-1,
  .custom-html--sitecore .tcm-content-2 {
    width: calc(100% / 3);
    opacity: 0;
    padding-left: 5px;
  }
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-title,
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-content-1,
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-content-2 {
    transition: all 0.5s ease 0.3s;
    opacity: 1;
  }
  .custom-html--sitecore .tcm-val-1,
  .custom-html--sitecore .tcm-val-2 {
    display: inline-flex;
    width: 100%;
    padding-top: 4px;
  }
  .custom-html--sitecore .tcm-val-1 .bar-1,
  .custom-html--sitecore .tcm-val-2 .bar-1 {
    background: #7601bf;
    width: 0%;
  }
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-val-1 .bar-1,
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-val-2 .bar-1 {
    transition: width 0.5s ease 0.4s;
  }
  .custom-html--sitecore .tcm-val-1 .bar-2,
  .custom-html--sitecore .tcm-val-2 .bar-2 {
    background: #dbb0ff;
    width: 0%;
  }
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-val-1 .bar-2,
  .custom-html--sitecore .tool-motivators-container.isactive .tcm-val-2 .bar-2 {
    transition: width 0.5s ease 0.4s;
  }
  .custom-html--sitecore span.val-1,
  .custom-html--sitecore span.val-2 {
    color: #a200ff;
    padding-left: 5px;
  }
  .custom-html--sitecore .tool-moti {
    height: auto;
    width: 98%;
    margin: 10px 0px;
  }
  .custom-html--sitecore .tool-moti.isactive {
    background: #ffffff;
    border-bottom: 2px solid rgba(1, 1, 1, 0.1);
  }
  .custom-html--sitecore .tool-moti.disable {
    opacity: 0.2;
  }
  .custom-html--sitecore .tool-moti .cta-more,
  .custom-html--sitecore .moti-select .cta-more {
    display: inline-block;
  }
  .custom-html--sitecore .tool-moti .cta-more,
  .custom-html--sitecore .moti-select .cta-more {
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    cursor: pointer;
    transition: color 0.5s ease;
  }
  .custom-html--sitecore .moti-select .cta-more {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0px;
    top: -6px;
  }
  .custom-html--sitecore .tool-moti .cta-more .cta-more-box,
  .custom-html--sitecore .moti-select .cta-more .cta-more-box {
    position: absolute;
    border-radius: 50px;
    left: 2px;
    top: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #004DFF;
    transition: width 0.5s ease;
  }
  .custom-html--sitecore .tool-moti .cta-more:hover,
  .custom-html--sitecore .moti-select .cta-more:hover {
    color: #a200ff;
  }
  .custom-html--sitecore .tool-moti .cta-more:hover .cta-more-box {
    width: 52px;
  }
  .custom-html--sitecore .tool-moti .cta-more .cta-more-arrow,
  .custom-html--sitecore .moti-select .cta-more .cta-more-arrow,
  .custom-html--sitecore .section-1-c .cta-more .cta-more-arrow {
    position: absolute;
    left: 15px;
    top: 2px;
  }
  .custom-html--sitecore .tool-moti .cta-more .img-arrow-right {
    animation: movedown 2s infinite;
  }
  .custom-html--sitecore .tool-moti .cta-more .img-arrow-right,
  .custom-html--sitecore .moti-select .cta-more .img-arrow-right {
    width: 20px;
    position: absolute;
  }
  .custom-html--sitecore .tool-moti .cta-more-label {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-weight: normal;
  }
  .custom-html--sitecore .tool-moti .cta-more-label {
    margin-left: 52px;
  }
  .custom-html--sitecore .color-label {
    position: relative;
  }
  .custom-html--sitecore .cl-box {
    height: 10px;
    width: 10px;
    position: absolute;
    left: -15px;
    top: 7px;
  }
  .custom-html--sitecore .cl-1 .cl-box {
    background: #7601bf;
  }
  .custom-html--sitecore .cl-2 .cl-box {
    background: #dbb0ff;
  }
  .custom-html--sitecore .tool-select {
    position: relative;
    font-family: Arial;
    width: 40%;
  }
  .custom-html--sitecore .moti-select {
    position: relative;
    font-family: Arial;
  }
  .custom-html--sitecore .tool-select select,
  .custom-html--sitecore .moti-select select {
    display: none;
    /*hide original SELECT element:*/
  }
  .custom-html--sitecore .select-selected {
    background-color: #efefef;
  }
  .custom-html--sitecore .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: blue transparent transparent transparent;
  }
  .custom-html--sitecore .select-selected.select-arrow-active:after {
    border-color: transparent transparent blue transparent;
    top: 7px;
  }
  .custom-html--sitecore .select-items div,
  .custom-html--sitecore .select-selected {
    color: #111;
    padding: 8px 16px;
    border: 2px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
    cursor: pointer;
    user-select: none;
  }
  .custom-html--sitecore .select-items {
    position: absolute;
    background-color: #efefef;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .custom-html--sitecore .select-hide {
    display: none;
  }
  .custom-html--sitecore .select-items div:hover,
  .custom-html--sitecore .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .custom-html--sitecore .label_display {
    margin-left: 2.4rem;
    margin-top: 0.8rem;
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore .tool_mobile_padding {
      padding: 0 2.4rem;
    }
    .custom-html--sitecore .tool-container {
      font-size: 0.5em;
      line-height: 1em;
      margin-top: 10px;
    }
    .custom-html--sitecore .tool-select,
    .custom-html--sitecore .moti-select {
      width: 60%;
      font-size: 0.5em;
      line-height: 2em;
    }
    .custom-html--sitecore .moti-select {
      margin-top: 10px;
      padding-left: 50px;
    }
    .custom-html--sitecore .moti-select .select-items {
      margin-left: 50px;
    }
    .custom-html--sitecore .tool-titles {
      padding-top: 10px;
      background: rgba(1, 1, 1, 0.05);
      padding-bottom: 0;
    }
    .custom-html--sitecore .tool-motivations,
    .custom-html--sitecore .tool-title.t-1 {
      display: none;
    }
    .custom-html--sitecore .tool-moti .cta-more-label {
      margin-left: 5px;
    }
    .custom-html--sitecore .tool-title {
      width: calc(100% / 3);
      text-align: left;
      line-height: 1.5;
    }
    .custom-html--sitecore .tool-motivators {
      width: 99%;
    }
    .custom-html--sitecore .tool-content {
      min-height: 20vh;
    }
    .custom-html--sitecore .tool-moti {
      height: 4em;
      width: 98%;
      margin: 5px 0px;
    }
    .custom-html--sitecore .tcm-title {
      padding: 7.5px 5px 7.5px 7.5px;
      height: auto;
      line-height: 1.5;
      font-size: 0.88rem;
    }
    .custom-html--sitecore .tcm-content-1,
    .custom-html--sitecore .tcm-content-2 {
      padding-left: 7.5px;
    }
    .custom-html--sitecore .tool-select,
    .custom-html--sitecore .moti-select {
      width: 100%;
    }
    .custom-html--sitecore .tool-motivators-container {
      min-height: 5em;
      max-height: none;
      margin-top: 5px;
    }
    .custom-html--sitecore .tool-title {
      padding-left: 7.5px;
    }
    .custom-html--sitecore .tool-title.t-2.light {
      padding-left: 12.5px;
    }
    .custom-html--sitecore .tcm-content-1,
    .custom-html--sitecore .tcm-content-2 {
      padding: 7.5px 0 7.5px 7.5px;
    }
    .custom-html--sitecore .label_display {
      width: 100%;
    }
    .custom-html--sitecore .label_display span {
      font-size: 1.2rem;
    }
  }
  @media (max-width: 999px) and (orientation: landscape) {
    .custom-html--sitecore .label_display {
      margin: 0 0 0 3.2rem;
    }
  }
  @media (max-width: 767px) and (orientation: portrait) {
    .custom-html--sitecore .tool_mobile_padding {
      padding: 0 1.6rem;
    }
  }
  .custom-html--sitecore .video-player-module .video-playlist.details-on-hover-playlist {
    display: inline-flex;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item {
    border: 0.06em solid #fff;
    background-color: #fff;
    width: 32%;
    position: relative;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item:nth-child(3) {
    margin-left: 3%;
    margin-right: 3%;
  }
  .custom-html--sitecore .video-player-module .video-playlist .selected {
    margin-top: 0.62em;
    border: 0.06em solid blue;
    background-color: blue;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item .title-container .video-title,
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item .title-container .video-subtitle {
    font-size: 1.6rem;
    font-weight: 100;
    color: blue;
    line-height: 1.79rem;
    margin: 0 0 0 1.5rem;
    word-break: break-word;
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item .thumbnail-container .item-custom-play .play-icon {
    color: blue;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item.selected .thumbnail-container .item-custom-play .play-icon {
    color: #fff;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item .thumbnail-container .item-custom-play .icon-container {
    background-color: #fff;
    border: 0.1em solid blue;
    opacity: 1;
  }
  .custom-html--sitecore .video-player-module .video-playlist .playlist-item.selected .thumbnail-container .item-custom-play .icon-container {
    background-color: blue;
    border: 0.1em solid #fff;
  }
  .custom-html--sitecore .playlist-item .triangle {
    border-color: transparent transparent blue transparent;
    border-style: solid;
    border-width: 30px;
    height: 0px;
    position: absolute;
    width: 0px;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  .custom-html--sitecore .playlist-item.selected .triangle {
    opacity: 1;
  }
  .custom-html--sitecore .video-content.playlist-transcript {
    visibility: hidden;
  }
  .custom-html--sitecore .video-content.ts.playlist-transcript {
    visibility: visible;
  }
  .custom-html--sitecore .item-custom-play .icon-container,
  .custom-html--sitecore .item-custom-play .ion-ios-play.play-icon {
    display: none;
  }
  .custom-html--sitecore .item-custom-play svg cirle,
  .custom-html--sitecore .item-custom-play svg {
    stroke: #004DFF;
  }
  .custom-html--sitecore .video-content.ts.playlist-transcript {
    position: absolute;
    bottom: -34px;
  }
  .custom-html--sitecore .video-content.ts.ts2.playlist-transcript {
    left: 34%;
  }
  .custom-html--sitecore .video-content.ts.ts3.playlist-transcript {
    left: 69%;
  }
  @media (max-width: 767px) and (orientation: portrait) {
    .custom-html--sitecore .item-custom-play svg {
      height: 26px;
      width: 26px;
    }
    .custom-html--sitecore .video-content.ts.playlist-transcript a {
      font-size: 0.8em;
    }
    .custom-html--sitecore .video-content.ts.playlist-transcript {
      bottom: -26px;
    }
    .custom-html--sitecore h3.video-title {
      font-size: 1.12rem !important;
      line-height: 1.12rem !important;
      margin: 0 0 0 0.32rem;
    }
    .custom-html--sitecore .video-player-module .video-playlist .playlist-item .thumbnail-container {
      height: 2em;
      width: 1.2em;
    }
    .custom-html--sitecore .video-player-module .video-playlist .playlist-item .thumbnail-container .item-custom-play {
      height: 1.5em;
      width: 1.5em;
    }
    .custom-html--sitecore .video-player-module .video-playlist .playlist-item .title-container .video-title,
    .custom-html--sitecore .video-player-module .video-playlist .playlist-item .title-container .video-subtitle {
      margin: 0 0 0 0.8rem;
    }
  }
  