@import "extend.css";

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src:
        url(https://fonts.gstatic.com/s/merriweather/v22/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2)
            format("woff2"),
        url(https://fonts.gstatic.com/s/merriweather/v22/u-4n0qyriQwlOrhSvowK_l521wRZWMf8.woff)
            format("woff");
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    src:
        local("Merriweather Regular"),
        local("Merriweather-Regular"),
        url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf)
            format("truetype");
}

@font-face {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 700;
    src:
        local("Merriweather Bold"),
        local("Merriweather-Bold"),
        url(https://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf)
            format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src:
        local("Roboto"),
        local("Roboto-Regular"),
        url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf)
            format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src:
        local("Roboto Medium"),
        local("Roboto-Medium"),
        url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
            format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src:
        local("Roboto Bold"),
        local("Roboto-Bold"),
        url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
            format("truetype");
}

h1 {
    font-size: 1.875em;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #e32627;
    max-width: 250px;
}

h1 small {
    display: inline;
    font-weight: 700;
    font-size: 100%;
    width: 0;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.875em;
        max-width: 350px;
    }
}

h1 + h2,
h1 + h3 {
    clear: both;
}

h2 {
    font-size: 1.25em;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.875em;
    }
}

h3 {
    font-size: 1.125em;
    margin: 0 0 25px;
    color: #e32627;
}

h3 small {
    display: block;
    font-size: 100%;
    letter-spacing: 1px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    h3 small {
        display: inline-block;
    }
}

.text-white {
    color: #fff !important;
}

.text-lipstick {
    color: #ed0025;
}

.text-dark {
    color: #4a4a4a !important;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.text-sans {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-serif {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.fz-150 {
    font-size: 150%;
}

.vab {
    vertical-align: bottom;
}

@media (max-width: 480px) {
    .xs-mb-25 {
        margin-bottom: 25px !important;
    }

    .xs-mt-25 {
        margin-top: 25px !important;
    }
}

hr.clearer {
    clear: both;
    visibility: hidden;
}

.btn {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.btn-lg {
    padding: 15px;
    font-size: 15px;
}

.btn .top-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    margin-top: -2px;
}

.btn .top-icon svg {
    fill: currentcolor;
    color: inherit;
    transform: rotate(90deg);
}

.btn-icon .glyphicon {
    position: relative;
    margin-left: 20px;
    margin-right: -20px;
    font-size: 10px;
    top: -1px;
}

.btn-icon .glyphicon::before {
    z-index: 1;
    color: #000;
}

.btn-icon .glyphicon::after {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    display: block;
    background-color: #fff;
}

.btn-icon .svgicon {
    position: relative;
    margin: -2px -20px -2px 15px;
    top: -1px;
    width: 20px;
    height: 20px;
}

.btn-lipstick {
    color: #ed0025;
    border: 2px solid #ed0025;
    background: transparent;
}

.btn-lipstick:active,
.btn-lipstick:focus,
.btn-lipstick:hover {
    color: #ed0025;
}

.btn-white {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: #fff;
}

.btn-dusty {
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    background: transparent;
}

.btn-dusty:active,
.btn-dusty:focus,
.btn-dusty:hover {
    color: #9b9b9b;
}

.btn-tundora {
    color: #4a4a4a;
    border: 2px solid #4a4a4a;
    background: transparent;
}

.btn-tundora:active,
.btn-tundora:focus,
.btn-tundora:hover {
    color: #4a4a4a;
}

.btn-lipstick-bg {
    background: #e32627;
    border: 2px solid #e32627;
    color: #fff;
}

.btn-lipstick-bg:active,
.btn-lipstick-bg:focus,
.btn-lipstick-bg:hover {
    color: #fff;
}

.layout {
    margin: 0 auto;
    position: relative;
}

.stock {
    background: #d8d8d8;
    overflow: hidden;
    height: 185px;
    position: relative;

    /*
    &:before,
    &:after {
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        top: 165px;
        content: '';
        display: block;
        height: 20px;
        width: 100%;
        transform: translateX(-50%);

        @media (min-width: @screen-sm-min) {
            transform-origin: right bottom;
            transform: rotate(-90deg);
            width: 730px;
            height: 30px;
            left: auto;
            top: 0;
        }
    }

    &:before {
        background-image: url(../images/stock-before.png);
        top: 185px;
    }

    &:after {
        background-image: url(../images/stock-after.png);
        opacity: 0.5;
    }

    @media (min-width: @screen-sm-min) {
        &:before {
            right: ~"calc(100% - 0px)";
            top: -30px;
        }

        &:after {
            right: ~"calc(100% - 30px)";
            top: -30px;
        }
    }
        */

    /* &__ad {
        position: absolute;
        background: rgba(0,0,0,0.85);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        @media (min-width: @screen-sm-min) {
            height: 730px;
        }

        img {
            position: absolute;
            min-height: 145px;
            min-width: 171px;
            max-height: 145px;
            max-width: 171px;
            height: 145px;
            width: 171px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);

            @media (min-width: @screen-sm-min) {
                top: 0;
                left: -15px;
                min-height: 0;
                min-width: 0;
                max-height: none;
                max-width: none;
                height: 730px;
                width: 1000px;
                transform: none;
            }

            @media (min-width: 880px) {
                left: 0;
            }
        }
    } */
}

.stock--has-ad {
    /* .img {
            @media (max-width: @screen-xs-max) {
                height: 205px !important;
            }
        }

        &::after,
        &::before {
            @media (max-width: @screen-xs-max) {
                display: none !important;
            }
        }

        &::after {
            @media (min-width: @screen-sm-min) {
                display: none !important;
            }
        }
        &::after {
            @media (max-width: @screen-xs-max) {
                display: none !important;
            }
        }
         */
}

.stock--has-ad .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background-image: linear-gradient(to top, #212121, rgb(0 0 0 / 0%));
}

@media (min-width: 768px) {
    .stock--has-ad .img::before {
        height: 60%;
    }
}

.stock .img {
    overflow: hidden;
    height: 185px;
    width: 100%;
    position: relative;
}

.stock img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stock .desktop {
    display: none;
}

@media (min-width: 768px) {
    .stock {
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 34%;
        overflow: visible;
    }

    .stock .img {
        height: 100vh;
    }

    .stock .img img {
        min-height: 100vh;
        width: auto;
    }

    .stock .mobile {
        display: none;
    }

    .stock .desktop {
        display: block;
    }
}

@media (min-width: 992px) {
}

.stock__bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    display: none;
}

.stock__bar span {
    float: left;
    width: 11.111%;
    height: 100%;
}

.stock__bar span:nth-child(1) {
    background-color: #7c7c7c;
}

.stock__bar span:nth-child(2) {
    background-color: #8c8c8c;
}

.stock__bar span:nth-child(3) {
    background-color: #9b9b9b;
}

.stock__bar span:nth-child(4) {
    width: 33.333%;
    background-color: #da2425;
}

.stock__bar span:nth-child(5) {
    background-color: #c4c4c4;
}

.stock__bar span:nth-child(6) {
    background-color: #d4d4d4;
}

.stock__bar span:nth-child(7) {
    background-color: #e4e4e4;
}

@media (min-width: 768px) {
    .stock__bar {
        width: 30px;
        height: 730px;
        bottom: auto;
        top: 0;
    }

    .stock__bar span {
        float: none;
        display: block;
        height: 11.111%;
        width: 100%;
    }

    .stock__bar span:nth-child(4) {
        width: 100%;
        height: 33.333%;
        background-color: #da2425;
    }
}

@media (min-width: 992px) {
    .stock__bar {
        height: 100vh;
    }
}

@media (min-width: 768px) {
    .stock__bar--left {
        left: -30px;
    }
}

.stock__bar--right {
    display: none;
}

@media (min-width: 768px) {
    .stock__bar--right {
        opacity: 0.5;
    }

    @supports (mix-blend-mode: multiply) {
        .stock__bar--right {
            opacity: 1;
            mix-blend-mode: multiply;
        }
    }
}

.stock__details {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px;
    color: #fff;
    text-align: center;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}

.stock__details p {
    font-size: 1em;
    margin-bottom: 5px;
}

.stock__details .btn {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .stock__details {
        pointer-events: none;
    }

    .stock__details .btn {
        pointer-events: all;
    }
}

@media (min-width: 768px) {
    .stock__details {
        padding: 0 30px 60px 60px;
    }
}

@media (min-width: 1200px) {
    .stock__details {
        padding: 0 60px 60px 90px;
    }

    .stock__details p {
        font-size: 1.125em;
    }
}

@keyframes imageFadeIn {
    0% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes imageFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hero {
    overflow: hidden;
    padding-top: 75px;
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .hero {
        padding-top: 50px;
    }
}

.hero-highlights {
    min-height: 0;
    padding-bottom: 75px;
}

.hero h1 {
    float: none;
    font-size: 3.25em;
    line-height: 0.72;
    margin-top: 10px;
    margin-bottom: 25px;
    max-width: none;
}

.hero h1 small {
    display: inline;
    width: auto;
    font-size: 0.525em;
}

@media (min-width: 768px) {
    .hero h1 {
        font-size: 4.2625em;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.hero h3 {
    font-size: 1.25em;
}

@media (min-width: 768px) {
    .hero h3 {
        font-size: 1.875em;
    }
}

.hero__top {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .hero__top {
        display: flex;
        -ms-display: flex;
        align-items: center;
        margin-bottom: 50px;
    }
}

.hero__top-logo {
    margin-bottom: 25px;
}

.hero__top-logo .logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero__top-logo {
        margin-bottom: 0;
    }

    .hero__top-logo .logo {
        width: 100%;
    }
}

.hero__top-text h2 {
    max-width: 400px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero__top-text {
        text-align: left;
    }

    .hero__top-text h2 {
        width: 350px;
        font-size: 1.4375em;
    }
}

.hero .img {
    background: #000;
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(-50%);
}

.hero .img::after {
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 45%);
    opacity: 1;
}

@media (min-width: 768px) {
    .hero .img::after {
        background:
            linear-gradient(
                to bottom,
                #212121 0%,
                rgb(33 33 33 / 0%) 80%
            );
    }
}

.hero--home {
    padding: 0;
    height: auto;
    max-height: 600px;
    background: #0a0a0a;

    /* 
    for rotator
    --slide-speed: 4s;
    --slide-num: 5; 
    */
}

.hero--home .hero__container{
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.hero--home .img {
    position: relative;
    top: 0;
    transform: none;
    z-index: auto;
}

.hero--home .img .img-slide {
    position: relative;
   
}

.hero--home .img .vid-slide{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;    
    margin: 0 auto;    
}

.hero--home .img .vid-slide video{
    display: none;
}

.hero--home .img .vid-slide .vid-slide-mobile.is-loaded{
    display: block;
    animation: videoFadeIn 0.5s ease forwards;
}

@media (min-width: 768px) {
    .hero--home .img .vid-slide .vid-slide-mobile.is-loaded{
        display: none;
    }
    .hero--home .img .vid-slide .vid-slide-desktop.is-loaded{
        display: block;
        animation: videoFadeIn 0.5s ease forwards;
    }
}

@keyframes videoFadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.hero--home .img .img-slide {
    position: relative;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    transition: opacity 2s ease;
}


.hero--home .img picture {
    display: block;
    height: 100%;
}

.hero--home .img img,
.hero--home .img video {
    display:block;
    object-fit: cover;
    object-position: center 60%;
    width: 100%;
    height: 100%;
}

.hero--home .img::after {
    display: none;
}

.hero--home .hero__logo {
    position: absolute;
    left: 20px;
    top: 28px;
}

.hero--home .hero__logo img {
    display: block;
    width: 105px;
    height: auto;
}

@media (min-width: 768px) {
    .hero--home .hero__logo {
        display: none;
    }
}

.hero__rotator {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 75%;
    max-width: 685px;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .hero__rotator {
        left: 25%;
        width: 45%;
        max-width: 685px;
    }
}

.hero__rotator-fixed {
    position: absolute;
    inset: 0;
}

.hero__rotator-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
}



.hero__rotator-slide:nth-child(1) {
    animation-delay: 0s;
}

.hero__rotator-slide:nth-child(2) {
    animation-delay: var(--slide-speed);
}

.hero__rotator-slide:nth-child(3) {
    animation-delay: calc(var(--slide-speed) * 2);
}

.hero__rotator-slide:nth-child(4) {
    animation-delay: calc(var(--slide-speed) * 3);
}

.hero__rotator-slide:nth-child(5) {
    animation-delay: calc(var(--slide-speed) * 4);
}

.hero__rotator-fixed img,
.hero__rotator-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes hero-image-rotator {
    0% {
        opacity: 0;
        z-index: 2;
    }

    5% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    28% {
        opacity: 0;
        z-index: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hero-text-rotator {
    0% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero--home .hero__stamp {
    position: absolute;
    bottom: 5%;
    left: 4%;
    width: 150px;
    width: clamp(150px, 40vw, 180px);
}

.hero--home .hero__sig{
    display:none;
    position: absolute;
    left:20px;
    bottom:30px;
}

.hero--home .hero__sig img{
    display:block;
    width: 100px;
    height: auto;
}


@media (min-width: 768px) {
    .hero--home .hero__sig{
        display:block;  
        bottom: auto;
        left: 2%;      
        bottom: 4%;      
    }
    .hero--home .hero__sig img{

        /* size */
        width: 7.5vw;
        width: clamp(70px, 7.5vw, 130px);
    }
}

.hero--home .hero__stamp img {
    object-fit: contain;
    -o-object-fit: contain;
    width: 100%;
}

.hero--home .hero__btn {
    position: absolute;
    right: 6%;
    bottom: 5%;
    background: #ed0025;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 16px 9px;
    display: block;
}

@media (min-width: 768px) {
    .hero--home .hero__stamp {        
        display: block;
        bottom: auto;
        left: auto;
        right: 2%;
        top: 4%;

        /* size */
        width: 13vw;
        width: clamp(100px, 13vw, 200px);
    }

    .hero--home .hero__btn {
        
        display: block;
        bottom: auto;
        left: auto;
        right: 2%;
        bottom: 5%;
        

        /* size */
        width: auto;
        font-weight: normal;
        font-size: 1vw;
        font-size: clamp(12px, 1vw, 18.5px);
        padding: 1vw 3vw;
        padding: clamp(11px, 1vw, 15px) clamp(31px, 3vw, 43px);
    }
}



.hero--video {
    padding: 100px 0;
}

.hero--video .img img {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero--video .img::after {
    background: none;
}

.hero--video h2 a {
    text-decoration: none;
}

.hero--video h2 a:hover,
.hero--video h2 a:focus {
    color: #eee !important;
}

@media (min-width: 768px) {
    .hero--video {
        padding: 130px 0;
    }

    .hero--video h2 {
        font-size: 1.875em;
    }
}

.stats h4 {
    font-size: 0.8125em;
}

.stats h3 {
    font-size: 1.875em;
}

@media (min-width: 768px) {
    .stats {
        display: flex;
        justify-content: space-between;
    }
}

.play-circle {
    color: #ed0025;
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
}

@media (min-width: 768px) {
    .play-circle {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 35px;
    }

    .play-circle .glyphicon {
        top: 2px;
    }
}

.content.container-fluid {
    margin: 0;
    padding: 0;
}

.content.container-fluid > .row {
    margin: 0;
}

.content.container-full {
    width: 100%;
}

@media (min-width: 768px) {
    .content {
        width: 66%;
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 66%;
    }
}

.col {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .col {
        padding: 0 calc(5% + 30px) 0 5%;
    }

    .active-nav-home{
        .col{
            padding: 0 5%;
        }
    }
}



.border-left {
    border-left: 1px solid #fff;
}

.border-right {
    border-right: 1px solid #fff;
}

.header {
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

.header .logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 10px auto 35px 0;
}

@media (min-width: 768px) {
    .header .logo {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .header .btns {
        position: relative;
        padding-right: 250px;
    }
}

.header .btn {
    display: block;
    padding-right: 35px;
    margin-top: 20px;
    position: relative;
}

.header .btn.btn-lg {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    padding: 11px 45px 11px 30px;
}

.header .btn .glyphicon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-55%);
}

@media (min-width: 768px) {
    .header {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .header .btn {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 240px;
    }
}

@media (min-width: 992px) {
    .header h3.btns {
        padding-top: 5px;
    }
}

.header.sand-bg::before {
    display: block;
    content: "";
    position: absolute;
    background: #f5f5f5;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .header.sand-bg::before {
        min-height: 485px;
    }
}

.header-block.sand-bg::before {
    min-height: 100%;
}

.header-block.sand-bg h3 {
    font-size: 0.9375em;
}

@media (min-width: 992px) {
    .header-block.sand-bg h3 {
        font-size: 1.125em;
        line-height: 1.5;
    }
}

.sand-bg {
    background: #f5f5f5;
}

.sand-box {
    background: linear-gradient(#f5f5f5, #f5f5f5 60%, #fff 60%);
}

.sand-box.copy {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .sand-box.copy {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .sand-box > .col {
        padding: 0 5%;
    }
}

.sand-stripe {
    background:
        linear-gradient(
            #f5f5f5 0,
            #f5f5f5 calc(100% - 365px),
            #fff calc(100% - 100px)
        );
}

.dusty-text {
    color: #9b9b9b !important;
}

.nav-toggle {
    background: transparent;
    border-radius: 2px;
    border: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 23;
}

@media (min-width: 768px) {
    .nav-toggle {
        display: none;
    }
}

.burger {
    background: #e32627;
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    left: 10px;
}

.burger-top,
.burger-bottom {
    transition: opacity 0.25s;
}

.burger-top {
    top: 13px;
}

.burger-bottom {
    top: 25px;
}

.burger-forward,
.burger-backward {
    transition: transform 0.25s;
    top: 19px;
}

.nav {
    background: #fff;
}

@media (min-width: 768px) {
    .nav {
        height: 80px;
    }
}

.nav-items {
    background: #fff;
    position: absolute;
    padding: 60px 20px 20px;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: transform 0.25s;
    z-index: 20;
}

.nav-items .logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 10px auto 15px 0;
}

.nav-items h1 {
    font-size: 1.875em;
    line-height: 1.25;
    margin-bottom: 15px;
    text-align: left;
}

.nav-items a {
    color: #4a4a4a;
    text-decoration: none;
    position: relative;
    font-size: 0.9375em;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.nav-items a .icon {
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-left: 3px;
}

.nav-items a:hover,
.nav-items a:active,
.nav-items a:focus {
    color: #ed0025;
}

.nav-items a::after {
    display: block;
    content: "";
    position: absolute;
    transition: width 0.25s;
    height: 2px;
    bottom: 45%;
    background: #d8d8d8;
    width: 0;
    right: -20px;
}

.nav-items a.active::after {
    width: calc(100% - 100px);
}

@media (hover: hover) {
    .nav-items a:hover::after,
    .nav-items a:focus::after,
    .nav-items a:active::after {
        width: calc(100% - 100px);
    }
}

.nav-items a.active {
    font-size: 1.25em;
    cursor: default;
}

@media (min-width: 768px) {
    .nav-items a.active {
        font-size: 0.875em;
    }
}

@media (min-width: 768px) {
    .nav-items a {
        font-weight: 500;
        padding: 13px 5px;
    }

    .nav-items a::after {
        left: 5px;
        right: auto;
        background: #ed0025;
        bottom: 5px;
    }

    .nav-items a:hover::after,
    .nav-items a:active::after,
    .nav-items a:focus::after,
    .nav-items a.active::after {
        width: 50%;
    }

    .nav-items a.active {
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .nav-items a:hover,
    .nav-items a:active,
    .nav-items a:focus {
        color: #4a4a4a;
    }

    .nav-items a:hover::after,
    .nav-items a:active::after,
    .nav-items a:focus::after {
        width: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .nav-items a:hover,
    .nav-items a:active,
    .nav-items a:focus {
        color: #4a4a4a;
    }

    .nav-items a:hover::after,
    .nav-items a:active::after,
    .nav-items a:focus::after {
        width: 0;
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .nav-items a:hover,
    .nav-items a:active,
    .nav-items a:focus {
        color: #4a4a4a;
    }

    .nav-items a:hover::after,
    .nav-items a:active::after,
    .nav-items a:focus::after {
        width: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .nav-items a:hover,
    .nav-items a:active,
    .nav-items a:focus {
        color: #4a4a4a;
    }

    .nav-items a:hover::after,
    .nav-items a:active::after,
    .nav-items a:focus::after {
        width: 0;
    }
}

@media (min-width: 768px) {
    .nav-items {
        position: relative;
        transform: none;
        padding: 0;
    }
}

.nav-left,
.nav-right {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .nav-left,
    .nav-right {
        margin-top: 11px;
    }

    .nav-left li,
    .nav-right li {
        display: inline-block;
    }
}

.nav-left {
    clear: both;
}

@media (min-width: 768px) {
    .nav-left {
        clear: none;
        float: left;
        margin-left: -5px;
    }

    .nav-left li {
        margin-right: 3px;
    }

    .nav-left a {
        padding: 13px 5px;
    }

    .nav-left a::after {
        left: 5px;
    }
}

@media (min-width: 992px) {
    .nav-left {
        margin-left: -10px;
    }

    .nav-left li {
        margin-right: 15px;
    }

    .nav-left a {
        padding: 13px 10px;
    }

    .nav-left a::after {
        left: 10px;
    }
}

@media (min-width: 1200px) {
    .nav-left {
        margin-left: -15px;
    }

    .nav-left li {
        margin-right: 25px;
    }

    .nav-left a {
        padding: 13px 15px;
    }

    .nav-left a::after {
        left: 15px;
    }
}

.nav-right a {
    color: #ed0025;
    font-weight: 700;
}

@media (min-width: 768px) {
    .nav-right {
        margin-right: 10px;
        float: right;
    }

    .nav-right a {
        padding: 13px 5px;
    }

    .nav-right a::after {
        left: auto;
        right: 5px;
    }
}

@media (min-width: 992px) {
    .nav-right {
        margin-right: 5px;
    }

    .nav-right a {
        padding: 13px 10px;
    }

    .nav-right a::after {
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .nav-right {
        margin-right: 0;
    }

    .nav-right a {
        padding: 13px 15px;
    }

    .nav-right a::after {
        right: 15px;
    }
}

.nav-logo {
    display: none;
}

.nav-logo a {
    padding: 0;
}

.nav-logo a::after {
    display: none;
}

@media (min-width: 768px) {
    .active-nav-home .nav {
        height: 100px;
    }

    .active-nav-home .nav-items {
        display: flex;
    }

    .active-nav-home .nav-left {
        margin-left: auto;
    }

    .active-nav-home .nav-left,
    .active-nav-home .nav-right {
        margin-top: 25px;
    }

    .active-nav-home .nav-right {
        margin-left: 3px;
    }

    .active-nav-home .nav-logo {
        display: block;
        position: absolute;
        top: 33px;
        left: 0;
    }

    .active-nav-home .nav-logo img {
        display: block;
        width: 157px;
        height: auto;
    }
}

.nav-open {
    z-index: 1030;
}

@media (max-width: 767px) {
    .nav-open {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    .nav-open .nav-items {
        box-shadow: 0 20px 60px rgb(0 0 0 / 10%);
    }
}

.nav-open .nav-items {
    transform: none;
}

.nav-open .burger-top,
.nav-open .burger-bottom {
    opacity: 0;
}

.nav-open .burger-forward {
    transform: rotate(45deg);
    transform-origin: center center;
}

.nav-open .burger-backward {
    transform: rotate(-45deg);
    transform-origin: center center;
}

.copy {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copy h3,
.copy h4,
.copy h5,
.copy h6,
.copy p,
.copy ul,
.copy hr,
.copy blockquote {
    margin-bottom: 20px;
}

.copy p,
.copy ul,
.copy ol,
.copy blockquote,
.copy dl {
    font-size: 0.8125em;
}

.copy ul,
.copy ol {
    padding-left: 20px;
}

.copy blockquote {
    font-size: 0.8125em;
    font-style: italic;
    padding-left: 35px;
    border-left: none;
}

.active-nav-insights .header-block hr {
    border-top-width: 2px;
}

.active-nav-insights h2 small {
    font-size: 60%;
}

.active-nav-insights .copy h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.active-nav-insights .copy p.precis {
    font-size: 16px;
}

@media (min-width: 768px) {
    .active-nav-insights .copy p,
    .active-nav-insights .copy ul,
    .active-nav-insights .copy ol,
    .active-nav-insights .copy blockquote {
        font-size: 0.875em;
    }
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0.75em;
}

.footer a {
    color: #4a4a4a;
    display: inline-block;
    margin: 5px;
    padding: 5px 3px;
}

.footer a:active,
.footer a:focus,
.footer a:hover {
    text-decoration: none;
}

.footer img {
    max-width: 70px;
    margin: 10px 8px;
}

@media (min-width: 500px) {
    .footer img {
        max-width: none;
    }
}

.terms {
    background: #e9e9e9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.terms a {
    margin: 5px;
    padding: 5px;
}

.tight-carousel.copy {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 1500px) {
    .tight-carousel .col {
        padding: 0 105px 0 75px;
    }
}

.agenda{
    position: relative;
    overflow: hidden;
    --cropHeight: 400px;
}

.agenda.is-cropped{    
    height: var(--cropHeight);        
}
.agenda.is-revealed{
    interpolate-size: allow-keywords;
    height: auto;    
    transition: height 0.4s ease-in-out;
    @starting-style{
        height: var(--cropHeight);
    }
}


.agenda-reveal{
    position:absolute;
    z-index:10;
    left:0;
    bottom:0;
    width:100%;
    text-align: center;
    padding:110px 20px 20px;
    background-image:linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%) 70%);    
}
.agenda-reveal__btn{
    display:inline-flex;
    align-items: center;
    gap:10px;
    color: #4a4a4a;    
    .chevron-icon{        
        width:14px;
        height:14px;
        transform:rotate(-90deg);
        svg{
            color: #4a4a4a;
        }
    }
    &:hover{
        color:#ed0025;
        text-decoration: none;
        .chevron-icon{
            svg{
               color:#ed0025; 
            }
        }
    }
}


.agenda ul {
    overflow: hidden;
}

.agenda-speaker {
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
    small{
        font-size: 12px;
        color: #9b9b9b;
    }
}


.agenda .col-time {
    width: 60px !important;
}

.agenda .col-item {
    width: calc(100% - 60px) !important;
    overflow-x: hidden;
}

.agenda h5 {
    margin-bottom: 7px;
}

.agenda h6 a {
    color: inherit;
}

.agenda hr {
    margin-top: 20px;
}

.agenda dl.agenda-list {
    overflow: hidden;
}

.agenda dl.agenda-list dt h6,
.agenda dl.agenda-list dd h6 {
    margin: 10px 0 5px;
}

.agenda dl.agenda-list dt p,
.agenda dl.agenda-list dd p {
    font-size: 1em;
}

.agenda ol.agenda-list {
    overflow: hidden;
    list-style: none;
    counter-reset: le-counter;
}

.agenda ol.agenda-list li {
    counter-increment: le-counter;
    position: relative;
}

.agenda ol.agenda-list li::before {
    content: counter(le-counter) ". ";
    position: absolute;
    left: -20px;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.agenda ol.agenda-list li h6 {
    margin: 10px 0 5px;
}

.agenda ol.agenda-list li p {
    font-size: 1em;
}

.agenda .agenda-subtitle {
    position: relative;
    margin: 15px 0 10px;
    padding-bottom: 4px;
}

.agenda .agenda-subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #e32627;
}

.agenda-date {
    text-align: center;
    overflow: hidden;
}

.agenda-date h3 {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 0;
}

.agenda-date h3 time {
    display: block;
    font-weight: 300;
}

.agenda-date__btn {
    display: inline-block;
    margin: 35px 0 5px;
    font-size: 16px;
    padding: 10px 50px;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    color: #fff;
    background: #f00019;
    box-shadow: 0 9px 31px rgb(60 0 0 / 33%);
    transition: box-shadow 0.25s ease;
}

.agenda-date__btn:hover,
.agenda-date__btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: 0 5px 21px rgb(60 0 0 / 33%);
}

.agenda-date i {
    margin-left: 15px;
    top: 2px;
}

@media (min-width: 768px) {
    .agenda-date {
        padding: 15px 0;
    }

    .agenda-date h3 {
        font-size: 1.875em;
    }

    .agenda-date__btn {
        font-size: 18px;
    }
}

.agenda-date__timer {
    margin: 20px 0 0;
    height: 65px;
    width: 620px;
    left: 50%;
    overflow: hidden;
    position: relative;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .agenda-date__timer {
        margin-top: 30px;
        height: 80px;
    }
}

.agenda-description {
    /* text-align: center; */
    padding: 30px 0 30px;
}

.agenda-description h3 {
    color: #747474;
    font-size: 1.25em;
    margin: 0 auto;
    /* max-width: 650px; */
}

.agenda-description p {
    font-size: 1em;
    margin: 1.25em auto;
    /* max-width: 650px; */
}

.agenda-description h3 em {
    font-style: normal;
    color: #ed0025;
}

@media (min-width: 768px) {
    .agenda-description h3 {
        font-size: 1.875em;
    }
}

.link-block{ 
    h3{
        font-size:1.25em;
    }

    ul{
        padding:0;
        margin:0;
        li{
            
            margin:5px 0;
            padding:0 0 0 24px;
            position:relative;
            a{
                display:block;
                padding:10px 0;
                font-weight: 500;
            }
            &::before{
                position:absolute;
                content:"";
                left:0;
                top:13px;
                width:12px;
                height:12px;
                background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 86.001 86.001' style='enable-background:new 0 0 86.001 86.001;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M64.998,80.095c1.338,1.352,1.338,3.541,0,4.893c-1.336,1.35-3.506,1.352-4.844,0l-39.151-39.54 c-1.338-1.352-1.338-3.543,0-4.895l39.15-39.539c1.338-1.352,3.506-1.352,4.844,0C66.335,2.366,66.335,4.556,65,5.907 L29.294,43.001L64.998,80.095z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-size:12px 12px;
                background-repeat: no-repeat;
                transform:rotate(180deg)
            }
            + li{
                border-top: 1px solid #e6e7e8;
            }
        }
    }
}

@media (min-width: 992px) {
    .link-block{
        flex:1;
        margin-top: -30px;
        margin-right: -20px;
        padding: 65px 20px 15px;      
        background:#fff;
    }
}

@keyframes imageFade {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.agenda-switcher {
    line-height: 1.25;
}

.agenda-switcher a {
    color: #c5c5c5;
    font-weight: 300;
}

.agenda-switcher a.active {
    color: inherit;
    cursor: default;
    text-decoration: underline;
}

.agenda-switcher span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 25px;
    margin: 0 5px;
    border-left: 1px solid #c5c5c5;
}



@media (min-width: 768px) {
    .agenda-carousel {
        padding-bottom: 0 !important;
    }
}

.agenda-carousel .carousel-caption {
    max-width: 500px;
    margin: 0 auto;
}

.agenda-carousel .speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .agenda-carousel .speakers {
        justify-content: flex-end;
        padding-top: 0;
    }

    .agenda-carousel .carousel-caption {
        max-width: none;
    }

    /* fix the height of the carousel left/right arrows */
    .agenda-carousel .carousel-control{
        top: 170px;
    }
}

.agenda-carousel .speakers a {
    display: block;
    flex: 0 1 auto;
    padding: 0 4.5px 9px;
}

.agenda-carousel .speakers img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.agenda-carousel .speakers--duo {
    justify-content: center;

    /* align like desktop
    flex-direction: column;
    align-items: center;
    */
}

.agenda-carousel .speakers--duo a {
    flex: 0 1 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .agenda-carousel .speakers--duo {
        flex-direction: column;
        align-items: center;
    }

    .agenda-carousel .speakers--duo a {
        width: 135px;
        min-height: 1%;
    }
}

.agenda-carousel .speakers--multi {
    justify-content: flex-start;
}

.agenda-carousel .speakers--multi a {
    flex: 0 1 auto;
    width: 50%;
    background: #fff;
}

.agenda-carousel .speakers--multi img {
    flex-shrink: 0;
}

.agenda-carousel .speakers--fade:last-child {
    transform: translateY(-100.5%);
    margin-bottom: -94%;
}

.agenda-carousel .item.active .speakers--fade:last-child {
    animation: fadeAgendaItem 5s alternate ease-in-out infinite;
}

@keyframes fadeAgendaItem {
    0% {
        opacity: 1;
        pointer-events: all;
    }

    45% {
        opacity: 1;
        pointer-events: all;
    }

    55% {
        opacity: 0;
    }

    56% {
        pointer-events: none;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

.agenda-carousel h4 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.agenda-carousel h6 a {
    color: inherit;
}

.agenda-carousel--extra .item img.img-responsive {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

a:active .chevron-icon svg,
a:focus .chevron-icon svg,
a:hover .chevron-icon svg {
    color: #a71616;
}

.chevron-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

.chevron-icon svg {
    display: block;
    color: #ed0025;
    fill: currentcolor;
}

.active-nav-insights .header-block .chevron-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .active-nav-insights .header-block .chevron-icon {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 768px) {
    .carousel {
        padding: 0 75px 25px;
    }
}

.carousel-control {
    color: #e32627;
    font-size: 2.5em;
    opacity: 1;
    text-shadow: none;
    bottom: auto;
    top: calc(100% - 53px);
}

.carousel-control .chevron-icon {
    vertical-align: baseline;
    width: 28px;
    height: 28px;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
    width: auto;
}

.carousel-control.right .chevron-icon svg {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .carousel-control {
        top: 40%;
        transform: translateY(-50%);
    }

    .carousel-control.left,
    .carousel-control.right {
        display: block;
    }

    .carousel-control.right {
        right: 0;
    }
}

@media (min-width: 992px) {
    .carousel-control.left,
    .carousel-control.right {
        width: 75px;
        height: 75px;
        padding: 23.5px;
        border-radius: 50%;
        transition: 0.2s ease;
    }

    .carousel-control.left {
        padding: 23.5px 25px 23.5px 22px;
    }

    .carousel-control.right {
        padding: 23.5px 22px 23.5px 25px;
    }

    .carousel-control.left:hover,
    .carousel-control.right:hover {
        background: #ed0025;
    }

    .carousel-control.left:hover .chevron-icon svg,
    .carousel-control.right:hover .chevron-icon svg {
        color: #fff;
    }

    .carousel-control.left {
        left: -20px;
    }

    .carousel-control.right {
        right: -20px;
    }

    .carousel-control .chevron-icon {
        display: block;
    }
}

.carousel-caption {
    color: inherit;
    position: static;
    text-shadow: none;
    padding: 20px 15px;
    text-align: left;
}

@media (min-width: 992px) {
    .carousel-caption {
        padding: 65px 55px 50px 45px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption {
        padding: 65px 50px 50px 40px;
    }
}

.carousel-caption .dusty-text {
    font-size: 12px;
    margin-bottom: 7px;
}

.carousel-caption p {
    line-height: 1.769;
}

.carousel-caption p.carousel-caption__time {
    margin: 20px 0 0;
    color: #aaa;
}

.carousel-caption p.carousel-caption__time time {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
}

.carousel-caption__speakers {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.carousel-caption__speakers li {
    margin-bottom: 2px;
}

.carousel-caption__speakers a {
    color: inherit;
    font-weight: bold;
}

/* @media (min-width: 1200px) {
  .carousel-caption__speakers {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .carousel-caption__speakers li {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    width: 50%;
  }
  .carousel-caption__speakers li:nth-child(odd) {
    padding-right: 5px;
  }
  .carousel-caption__speakers--single li {
    width: 100%;
  }
} */
.carousel-inner {
    background: #fff;    
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767px) {
    .nominheight .carousel-inner > .item {
        transition: 0.6s ease-in-out;
    }

    .nominheight .carousel-inner > .item.active {
        min-height: 0 !important;
    }
}

.carousel-indicators {
    position: static;
    width: 100%;
    left: auto;
    margin: 20px auto;
}

.carousel-indicators li {
    background: #d8d8d8;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    background-clip: content-box !important;
    border-radius: 50%;
    margin: 0;
}

.carousel-indicators li.active {
    width: 30px;
    height: 30px;
    background: #e32627;
}

@media (min-width: 768px) {
    .speakers-carousel {
        padding-left: 30px;
        padding-right: 30px;
    }

    .speakers-carousel .carousel-control.left {
        left: -15px;
    }

    .speakers-carousel .carousel-control.right {
        right: -15px;
    }

    .speakers-carousel .carousel-control.left,
    .speakers-carousel .carousel-control.right {
        display: block;
    }
}

@media (min-width: 1200px) {
    .speakers-carousel {
        padding-left: 75px;
        padding-right: 75px;
    }

    .speakers-carousel .carousel-control.left {
        left: 0;
    }

    .speakers-carousel .carousel-control.right {
        right: 0;
    }
}

.speakers-carousel .speaker {
    min-height: 75px;
    padding-left: 95px;
}

@media (min-width: 1200px) {
    .speakers-carousel .speaker {
        padding-left: 0;
    }
}

.speakers-carousel .speaker img {
    width: 75px;
    display: block;
    float: left;
    margin: 0 20px 20px -95px;
}

@media (min-width: 1200px) {
    .speakers-carousel .speaker img {
        width: 150px;
        float: right;
        margin: 95px 0 20px 30px;
    }
}

.speakers-carousel .speaker h3 {
    font-size: 1.4375em;
}

@media (min-width: 768px) {
    .speakers-carousel .speaker h3 {
        font-size: 1.875em;
        line-height: 1.3;
    }
}

.speakers-carousel .speaker p {
    font-size: 0.75em;
}

@media (min-width: 768px) {
    .speakers-carousel .speaker p {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .speakers-carousel .bio {
        padding-right: 170px;
    }
}

.speakers-carousel .talk p {
    font-size: 0.75em;
}

.speakers-carousel .talk h4 {
    font-size: 0.75em;
}

.speakers-list .speaker {
    display: block;
    padding-left: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .speakers-list .speaker {
        padding-left: 50px;
    }
}

.speakers-list .speaker h3 {
    color: #4a4a4a;
    font-size: 0.8125em;
}

.speakers-list .speaker h3 a {
    color: inherit;
}

.speakers-list .speaker h3 .active {
    color: #e32627;
}

.speakers-list .speaker p {
    font-size: 12px;
}

.speakers-list .speaker .glyphicon,
.speakers-list .speaker img {
    position: absolute;
    top: 0;
    left: 0;
}

.speakers-list .speaker .glyphicon {
    color: #e32627;
    font-size: 0.875em;
    width: 20px;
}

.speakers-list .speaker img {
    width: 35px;
}

.insights-article .precis {
    font-style: italic;
    font-size: 0.875em;
}

.insights-logo {
    display: block;
}

.insights-stock {
    margin: -25px -25px 25px;
    width: calc(100% + 50px);
    height: auto;
}

.insights h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.15;
}

.insights h4 {
    font-size: 0.75em;
}

.insights h4 small {
    font-size: 1em;
    font-weight: normal;
}

.insights h5 {
    font-size: 0.8125em;
}

.insights h3,
.insights h4 {
    color: #4a4a4a;
}

@media (min-width: 992px) {
    .insights--home .col-md-4,
    .insights--home .col-md-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .insights--home .row.js-matchHeights {
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto;
    }
}

.card {
    position: relative;
    background: #fff;
    box-shadow: 0 30px 50px -20px rgb(0 0 0 / 40%);
    margin-bottom: 40px;
    padding: 25px;
}

.card__thumb {
    display: block;
    position: relative;
    padding-top: 38.5%;
    background: center center no-repeat;
    background-size: cover;
    margin: -25px -25px 25px;
    width: calc(100% + 50px);
}

.card__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card__logo {
    margin-top: 5px;
    min-height: 40px;
    margin-bottom: 20px;
}

.card__logo img {
    display: block;
    max-height: 40px;
    max-width: 130px;
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 19px 60px 0 rgb(0 0 0 / 10%);
}

.modal-header {
    padding: 20px;
    background: #f5f5f5;
    border: none;
}

.modal-header .close {
    margin: -2px -10px 0 0;
    opacity: 0.7;
    text-shadow: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
    opacity: 0.9;
}

@media (min-width: 992px) {
    .modal-header {
        padding: 30px 45px;
    }
}

.modal-title small {
    display: inline-block;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 650px;
    }
}

.modal-body {
    font-size: 13px;
    line-height: 1.769;
    padding: 20px;
}

.modal-body img {
    width: 125px;
    margin: 0 0 20px 20px;
}

.modal-body img.img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .modal-body {
        padding: 30px 45px 45px;
    }
}

.modal-footer {
    border: none;
    padding: 0 20px 20px;
}

.modal-footer .btn {
    color: #e32627;
    border: 2px solid #e32627;
    background: transparent;
}

.modal-footer .btn:active,
.modal-footer .btn:focus,
.modal-footer .btn:hover {
    color: #e32627;
}

@media (min-width: 992px) {
    .modal-footer {
        padding: 0 45px 30px;
    }
}

.embed-responsive iframe {
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .embed-responsive iframe {
        width: 100% !important;
        height: auto !important;
    }
}

/* footer aligned to bottom */
html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
}

body > .layout {
    height: 100%;
    min-height: 100%;
}

.layout > .content.container-fluid {
    height: calc(100% - 185px);
    min-height: calc(100% - 185px);
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .layout > .content.container-fluid {
        min-height: 100%;
        height: 100%;
    }
}

.layout > .content.container-fluid > .row {
    min-width: 0;
    width: 100%;
    flex-shrink: 0;
}

.layout > .content.container-fluid > .row.footer {
    margin-top: auto;
}

/* temporary content hub full page background colour  */
.active-nav-insights:not(.active-nav-insights--post) .layout > .content.container-fluid {
    background: #f5f5f5;
}

.embedded-video-wrapper-outer {
    display: block;
    height: auto;
    margin: -40px 0 40px;
}

@media screen and (min-width: 1600px) {
    .embedded-video-wrapper-outer {
        max-width: 80%;
    }
}

.embedded-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.embedded-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insights .card h4 {
    color: #e32627;
}

.insights .card > h4 + p,
.insights .card > .custom-dropdown + p {
    margin-bottom: 5px;
}

.insights .card h4:hover,
.insights .card h4:focus {
    color: #a71616;
}

.insights__col {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .insights__row {
        display: flex;
        flex-wrap: wrap;
    }

    .insights__col {
        display: flex;
        flex-direction: column;
    }

    .insights__col .card {
        flex: 1 0 auto;
    }
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown__trigger {
    cursor: pointer;
}

ul.custom-dropdown__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

ul.custom-dropdown__menu.is-active {
    display: block;
}

ul.custom-dropdown__menu li {
    padding: 0;
    margin: 0;
}

ul.custom-dropdown__menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
    line-height: 1.3;
    font-weight: 500;
    background-color: #fff;
    transition: background-color 0.25s ease;
}

ul.custom-dropdown__menu li a:hover {
    background-color: #efefef;
}

ul.custom-dropdown__menu li a small {
    display: block;
    color: #9b9b9b;
    font-size: 0.875em;
}
