/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/**Progress Nav Bar**/

.custom-html--sitecore .progress-nav-bar {
    position: fixed;
    top: 69px;
    z-index: 15;
    width: 100%;
    height: 5.7rem;
    background-color: #f2f2f2;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    /*Marquee Edits*/
}

.custom-html--sitecore video.desktop-video {
    width: 100%;
    min-height: 100%;
    position: absolute;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -3%);
    -ms-transform: translate(-50%, -3%);
    transform: translate(-50%, -3%);
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-html--sitecore .section-container.section-container-marquee {
    height: 80vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.custom-html--sitecore img.marquee-img {
    opacity: 1;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .custom-html--sitecore .section-container.section-container-marquee {
        height: auto !important;
        overflow: visible;
    }

    .custom-html--sitecore div#block-marquee-content {
        height: auto !important;
        overflow: visible !important;
    }

    .custom-html--sitecore .follow-cta-btn-mobile {
        display: none;
    }

    .custom-html--sitecore video.desktop-video {
        display: none;
    }
}

.custom-html--sitecore .progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-html--sitecore .nav-bar-menu {
    line-height: 1.6rem;
    width: auto;
    text-align: left;
    font-size: 1.12rem;
    float: left;
    height: 5.7rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.3% 1%;
}

@media (min-width: 1500px) {
    .custom-html--sitecore .nav-bar-menu {
        font-size: 1.28rem;
    }
}

.custom-html--sitecore .nav-bar-menu span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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.85em;
}

.custom-html--sitecore .nav-bar-menu-0 svg {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    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 {
    -webkit-transition: width 3s ease;
    -o-transition: width 3s ease;
    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 {
        top: 50px;
    }

    .custom-html--sitecore .progress-nav-bar.isactive {
        height: 40px;
    }

    .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
        line-height: 16px;
        /* .progress-nav-bar-menu{ */
        /* display: none; */
        /* } */
    }

    .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: 1024px) {
    .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;
        /* .nav-bar-menu-0{ */
        /* text-align: left; */
        /* } */
    }

    .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", "Arial", Sans-Serif;
        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;
    }
}

@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;
    }

    .custom-html--sitecore .nav-bar-menu-0 svg {
        transform-origin: 50% 35%;
        top: 7px;
    }
}

@media screen and (max-width: 1024px) {

    /** Learn More **/
    .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%;
        /*.progress-nav-bar .nav-bar-menu {
       width: 100%;
       height: 60px;
       line-height: 1.6rem;
       opacity: 1;
       }*/
    }

    .custom-html--sitecore .nav-bar-menu {
        padding-bottom: 20px;
    }

    .custom-html--sitecore .nav-bar-menu span {
        position: unset;
        /* .nav-bar-menu-0{ */
        /* text-align: left; */
        /* } */
    }

    .custom-html--sitecore .nav-bar-menu-0 {
        padding: 0.5em;
        height: 50px;
    }

    .custom-html--sitecore .nav-bar-menu-0 svg {
        position: relative;
        /* top: 10px; */
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .custom-html--sitecore .progress-nav-bar-menu {
        height: 100%;
    }

    .custom-html--sitecore .nav-bar-menu strong {
        font-family: "Graphik", "Arial", Sans-Serif;
        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 .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: none;*/
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #FFF;
    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;
    border-radius: 22px;
    left: -50px;
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.19);
    /*.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.meta-verse {
    top: 350px;
    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: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 12px;
}

.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: #000;
    font-size: 18.7px;
    line-height: 11px;
    padding: 20px 0;
}

.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: 15px;
    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: 165px;
    z-index: 1;
}

.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
    bottom: 200px;
    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: 15px;
    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: #000;
    font-size: 18.7px;
    line-height: 11px;
    padding: 10px 0px 0px 0px;
    margin-right: 20px;
    /* Learn More - Additional Tweak Resize */
}

.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: 151px;
    height: 172px;
    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.meta-verse {
    top: 275px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
}

.custom-html--sitecore .tv-quickaccess__item img {
    height: 120px;
    margin-right: 15px;
    /* END of Additional Tweak - Resize */
    /*General*/
}

@media only screen and (device-width: 1280px) and (device-height: 1080px) {
    .custom-html--sitecore span.marquee-subtitle {
        top: 68%;
    }
}

@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;
    }
}

.custom-html--sitecore #block-section-2 .panel {
    background-color: transparent;
}

.custom-html--sitecore .panel {
    margin-bottom: 1.6rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-html--sitecore .panel {
    margin-bottom: 1.6rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-html--sitecore .section-container-1b .row {
    padding-top: 0 !important;
}

.custom-html--sitecore .section-container-1b .img-container.trigger {
    padding-top: 0px;
    height: 224px;
}

.custom-html--sitecore .section-container-1b .img-container {
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.7s ease;
    -o-transition: height 0.7s ease;
    transition: height 0.7s ease;
}

.custom-html--sitecore .section-container-1b .img-container {
    margin-bottom: 10px;
}

.custom-html--sitecore .section-container-1b .img-container img {
    width: 100%;
    /* position: absolute; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    opacity: 1;
}

.custom-html--sitecore .section-container-1b .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #5200ff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1.6rem;
}

.custom-html--sitecore .section-container-1b .img-container .cta-btn {
    opacity: 0;
}

.custom-html--sitecore .section-container-1b .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #5200ff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1.6rem;
}

.custom-html--sitecore .text-content {
    padding-right: 6%;
}

.custom-html--sitecore .cardTitle {
    padding-right: 30px;
}

.custom-html--sitecore .cardTitle {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 28px;
    line-height: 31.92px;
    font-weight: 300 !important;
    margin-bottom: 1.92rem;
    margin-top: 2.4rem;
}

.custom-html--sitecore .cardDescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    line-height: 1.4;
    /**/
}

.custom-html--sitecore .section-container-3 .panel {
    height: auto;
    box-shadow: none !important;
}

.custom-html--sitecore .section-container-3 .panel-1 .cta-more {
    color: #004DFF;
    position: relative;
    width: auto;
    padding: 10px;
    margin-bottom: 10px;
    bottom: 0%;
    right: 0%;
    transform: translateY(50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
    float: right;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive {
    opacity: 1;
}

.custom-html--sitecore .section-container-3 .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-3 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive:hover .cta-more-box {
    /*   width: 116px; */
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.custom-html--sitecore #block-section-3 .section-container-3 .cta-more.isactive:hover .cta-more-box {
    /*    width: 146px; */
}

.custom-html--sitecore .section-container-3 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.custom-html--sitecore .section-container-3 .cta-more .img-arrow-right {
    width: 24px;
}

.custom-html--sitecore .section-container-3 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.custom-html--sitecore .section-container-3 .img-container {
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.7s ease;
}

.custom-html--sitecore .section-container-3 .img-container,
.custom-html--sitecore .section-container-3 .img-container a {
    cursor: none !important;
}

.custom-html--sitecore .section-container-3 .img-container.trigger {
    padding-top: 0px;
    height: 245px;
}

.custom-html--sitecore .section-container-3 .img-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.6s ease;
    opacity: 1;
    /* opacity: 0.8; */
    /* filter: brightness(50%); */
}

.custom-html--sitecore .section-container-3 .img-container.imgc-1.trigger {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-2.trigger {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-3.trigger {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.custom-html--sitecore .section-container-3 .img-container:hover img {
    transform: scale(1.2) translateY(-50%);
    opacity: 1;
    /* filter: brightness(100%); */
}

.custom-html--sitecore .section-container-3 .img-container.imgc-2 {
    margin-top: 70px;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-3 {
    margin-top: 140px;
}

.custom-html--sitecore .section-container-3 .img-container.imgc-4 {
    margin-top: 210px;
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #5200FF;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1.6rem;
}

.custom-html--sitecore .section-container-3 .img-container.isactive .cta-btn {
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
    opacity: 0.9;
    border-radius: 50% !important;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn {
    opacity: 0;
}

.custom-html--sitecore .section-container-3 .img-container:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.custom-html--sitecore .section-container-3 .img-container .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: #5200FF;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1.6rem;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
        opacity: 0;
    }
}

.custom-html--sitecore .section-container-3 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

.custom-html--sitecore .text-content small {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: bold;
    font-size: 1.28rem;
}

.custom-html--sitecore .text-content Label {
    font-family: "Graphik Thin", "Arial Black", Sans-Serif;
    font-size: 4.8rem;
    line-height: 4.48rem;
}

.custom-html--sitecore .text-content span {
    font-family: "Graphik Thin", "Arial Black", Sans-Serif;
    font-size: 2.08rem;
}

.custom-html--sitecore .section-container-3 .text-content p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.custom-html--sitecore .section-container-3 .text-content p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.custom-html--sitecore .section-container-3 .text-content p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.custom-html--sitecore .section-container-3 .text-content.isactive p {
    padding-top: 0px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .section-container-3 {
        height: 110vh;
    }
}

@media screen and (max-width: 820px) {

    /**/
    /*GENERAL STYLING*/
    .custom-html--sitecore .section-container-3 {
        height: 280vh;
        max-height: 500vh;
    }

    .custom-html--sitecore .section-container-3 .img-container.imgc-2 {
        margin-top: 0px;
    }

    .custom-html--sitecore .section-container-3 .img-container.imgc-3 {
        margin-top: 0px;
    }
}

.custom-html--sitecore .text-headline {
    font-family: "Graphik Light", "Arial", sans-serif !important;
    font-size: 43px !important;
    font-weight: 300;
    color: #A100FF !important;
    line-height: 49.88px;
}

.custom-html--sitecore .content-text {
    font-family: "Graphik Light", "Arial", sans-serif !important;
    font-size: 18px !important;
    line-height: 25.2px;
}

.custom-html--sitecore .sub-head {
    font-family: "Graphik Medium", "Arial", sans-serif !important;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 39.2px;
    color: #A100FF;
}

.custom-html--sitecore .dl-text {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 33.6px;
}

.custom-html--sitecore .img-wrapper {
    background-size: cover;
    background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/page-assets/foresight/images/Accenture-When-youre-leading-leaders.jpg");
    height: 70vh;
    background-attachment: fixed;
    background-position: 100% 100%;
}

.custom-html--sitecore .section-container-1 .subcontent-1 .icon-gtl {
    padding: 4% 0;
}

.custom-html--sitecore .top-pad {
    padding: 2% 0 0 0;
}

.custom-html--sitecore .section-container-3 h2 {
    font-family: "Graphik Light", "Arial", sans-serif !important;
    color: #A100FF;
}

.custom-html--sitecore .btn-container {
    padding: 4% 0;
}

.custom-html--sitecore .top-spacing {
    padding: 10% 0 0 0;
}

@media (min-width: 768px) {
    .custom-html--sitecore .hide-desktop {
        display: none;
    }
}

@media (max-width: 768px) {

    /*GENERAL STYLING*/
    /**/
    .custom-html--sitecore .section-container-3 {
        height: auto;
        max-height: auto;
    }

    .custom-html--sitecore .img-wrapper {
        display: none;
    }
}

.custom-html--sitecore .btn-container {
    width: 100%;
    position: relative;
}

.custom-html--sitecore .btn-container svg {
    height: 135px;
    position: relative;
    right: 15px;
    opacity: 0;
    transition: all ease-out 0.6s;
}

.custom-html--sitecore .btn-container.isactive svg {
    opacity: 1;
    right: 0px;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: #5200FF;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1.6rem;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
        opacity: 0;
    }

    .custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
        opacity: 0;
    }

    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
        bottom: 45%;
    }

    .custom-html--sitecore .tw-container-marquee-mobile img.marquee-img {
        transform: translateY(-40%);
    }

    .custom-html--sitecore .marquee-text-container {
        position: absolute;
    }

    .custom-html--sitecore .mouse-container.isactive {
        position: absolute;
    }
}

.custom-html--sitecore .section-container-3 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: "Graphik semibold", "Arial", sans-serif;
}

.custom-html--sitecore .section-container-3 .follow-cta-btn.isactive {
    opacity: 0.9;
}

.custom-html--sitecore .mobile-show-qr {
    display: none;
    text-align: center;
    border-radius: 5%;
    width: 92vw;
    height: 40vh;
    background-color: white;
    position: absolute;
    right: 0px;
    top: -258px;
    box-shadow: rgba(0, 0, 0, 0.19) -1px 1px 5px 1px;
}

.custom-html--sitecore span.download-qr-mobile {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 0px;
}

.custom-html--sitecore img.qr-icon-mobile {
    width: 50%;
    margin-top: 10px;
    height: unset;
    margin-right: unset;
    /*Iphone X*/
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .custom-html--sitecore #block-marquee>div>div>div>div>div>div.section-container.section-container-marquee>div.tw-container-marquee-mobile.hidden-lg.hidden-md>img {
        transform: scale(1, 2.5);
        height: 70vh;
    }

    .custom-html--sitecore .desktop-video {
        display: none;
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .custom-html--sitecore .mobile-show-qr {
        width: 50vw;
        top: -240px;
        height: 67vh;
    }

    .custom-html--sitecore #block-marquee>div>div>div>div>div>div.section-container.section-container-marquee>div.tw-container-marquee-mobile.hidden-lg.hidden-md>img {
        transform: scale(1, 1.5);
    }
}

.custom-html--sitecore .video-transcript,
.custom-html--sitecore .video-transcript:hover {
    color: #A100FF !important;
}

.custom-html--sitecore .default-container {
    margin-bottom: 0.75em;
    /*Sharetools*/
}

@media (min-width: 1200px) {
    .custom-html--sitecore .download-report {
        display: none;
    }
}

.custom-html--sitecore .share-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /*padding-right: 2em;*/
    border-top: 2px #ccc solid;
    padding-top: 25px;
}

.custom-html--sitecore .social-likes.social-likes_visible {
    color: #004dff;
    border: 0.12em solid #004dff;
    border-radius: 100%;
    margin: 0;
}

.custom-html--sitecore i.fab,
.custom-html--sitecore i.far {
    padding: 10px;
    display: grid;
    width: 36px;
    height: 36px;
    justify-content: center;
    /*IPAD*/
}

@media (min-width: 768px) and (max-width: 1199px) {

    /*
     * Prefixed by https://autoprefixer.github.io
     * PostCSS: v8.3.6,
     * Autoprefixer: v10.3.1
     * Browsers: last 4 version
     */
    .custom-html--sitecore .follow-cta-btn-mobile {
        display: none;
    }

    .custom-html--sitecore .nav-bar-menu-0 svg {
        transform-origin: 50% 35%;
        top: 7px;
    }

    .custom-html--sitecore .top-spacing {
        padding: 0 !important;
    }

    .custom-html--sitecore video.desktop-video {
        width: 100%;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .custom-html--sitecore .tw-container-marquee-mobile.hidden-lg.hidden-md {
        height: 80vh !important;
    }

    .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
        left: -35px;
    }

    .custom-html--sitecore .tv-quickaccess__item img {
        height: 110px;
        margin-right: 25px;
    }

    .custom-html--sitecore iframe#ytim-player-VideoPlayerModule {
        height: 295px !important;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .custom-html--sitecore .row-new {
        max-width: 63.25em !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .row.row-new {
        padding: 9%;
    }
}

@media (max-width: 767px) {

    /*Footer*/
    .custom-html--sitecore .row.row-new {
        padding: 0 5%;
    }

    .custom-html--sitecore .ui-container #ai-hero .row.ai-hero-header {
        display: none;
    }

    .custom-html--sitecore .tw-container-marquee-mobile.hidden-lg.hidden-md {
        /* height: 70vh !important; */
        height: 100vh !important;
    }
}

.custom-html--sitecore .cta-more.footer {
    color: #004DFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
}

.custom-html--sitecore .cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-html--sitecore .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
}

.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
    top: 3px;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 12px;
}

.custom-html--sitecore .cta-more.footer .img-arrow-right {
    width: 38px;
    position: absolute;
}

.custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
}

.custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
}

.custom-html--sitecore #block-header #header-topnav .primary-nav .nav-content .nav-submenu {
    height: auto;
}

@media only screen and (min-width: 1000px) {
    .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
        width: 103%;
    }
}

.custom-html--sitecore .Subscribe-Eyebrow p {
    font-size: 14px;
    color: white;
}

.custom-html--sitecore #block-new-footer {
    background-color: black;
}

.custom-html--sitecore #footer-block .row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.06em solid #ccc;
    /* border-width: 0.1rem; */
    border-top: 0;
    margin: 0 0.9375em;
}

.custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
}

@media screen and (min-width: 768px) {

    /*Ipad nav*/
    .custom-html--sitecore #block-new-footer .content-module {
        padding-left: 0;
    }

    .custom-html--sitecore #block-new-footer .row {
        padding: 0;
        max-width: 120rem;
        margin: 0 auto;
        padding-left: 1.07em;
    }

    .custom-html--sitecore #block-new-footer .row .block-content {
        padding: 3.01rem 0 0 !important;
        border-bottom: 1px solid #a7a7a7;
        width: 99%;
    }
}

@media only screen and (device-width: 1180px) and (device-height: 820px) {

    /*@media only screen and (max-width: 1199px) and (min-width: 1028px) {
     .progress-nav-bar.isactive {
     height: 8px;
     } 
     .progress-nav-bar {
     top: 50px;
     }
     .progress-nav-bar-menu {
     display: none;
     }
     .progress-nav-bar.isactive .progress-nav-bar-roller {
     height: 8px;
     }
     }*/
    /*sharetool start*/
    /**Social media**/
    .custom-html--sitecore .progress-nav-bar {
        top: 50px;
    }
}

.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;
    /*sharetool end*/
}

@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) {

    /*Youtube*/
    .custom-html--sitecore .tv-quickaccess.isActive {
        display: none;
    }

    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
        display: block;
    }

    .custom-html--sitecore iframe#ytim-player-VideoPlayerModule {
        height: 193px !important;
    }
}

.custom-html--sitecore iframe#ytim-player-VideoPlayerModule {
    height: 473px;
    width: 100%;
}

.custom-html--sitecore .in-page-video.video-container {
    border: none;
}

.custom-html--sitecore .video-player-module.module {
    margin-bottom: 0.5em;
    /*Added for the meantime, will delete once marquee video for mobile has been provided*/
}

.custom-html--sitecore .tw-container-marquee-mobile.hidden-lg.hidden-md {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.custom-html--sitecore .tw-container-marquee-mobile img.marquee-img {
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    /*transform: translateY(-35%);*/
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .custom-html--sitecore {
        /*  .tw-container-marquee-mobile.hidden-lg.hidden-md {
       height: 70vh !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 .img-responsive {
    display: contents;
}

@media only screen 
and (device-width : 1680px) 
and (device-height: 1050px) {
    .custom-html--sitecore video.desktop-video{
        min-height: 100% !important;
        object-fit: unset !important;
    }
}