html, body, .backgroundTransition, .backgroundTransition .image-top, .backgroundTransition .image-bottom {
    height: 100%;
    width: 100%;
}

body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: fixed;
    width: 100%;
    height: 100%;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

body {
    margin: 0;
}

    body .backgroundTransition {
        position: fixed;
        overflow: hidden;
        background-size: cover;
    }

        body .backgroundTransition .image-bottom, body .backgroundTransition .image-top {
            position: absolute;
            left: 0;
            top: 0;
            background-size: cover;
        }

        body .backgroundTransition .image-bottom {
            z-index: -2;
        }

        body .backgroundTransition .image-top {
            z-index: -1;
            display: none;
        }

#image-download {
    display: none;
}

.hero-background-2 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: fixed;
    width: 100%;
    height: 100%;
}



/* @font-face {
    font-family: Gotham-HTF-Bold;
    src: url("../../fonts/Gotham-HTF/GothamHTF-Bold.otf") format("opentype");
}

@font-face {
    font-family: Gotham-HTF-Medium;
    src: url("../../fonts/Gotham-HTF/GothamHTF-Medium.otf") format("opentype");
}

@font-face {
    font-family: Gotham-HTF-Light;
    src: url("../../fonts/Gotham-HTF/GothamHTF-Light.otf") format("opentype");
}

.font-weight-bold {
    font-family: Gotham-HTF-Bold;
} */


#wrapper {
    width: 100%;
    position: fixed;
    height: 100%;
    color: #ffffff;
}

.overlay-banner {
    width: 560px;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    /* opacity: 0.8; */
    position: fixed;
}

.top-greenBanner {
    position: absolute;
    height: 20px;
    width: 560px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    background-color: #32B54B;
    z-index: 1;
}

.top-blueBanner {
    position: absolute;
    height: 20px;
    width: 560px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    background-color: #00A1DB;
    z-index: 1;
}

.top-redBanner {
    position: absolute;
    height: 20px;
    width: 560px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    background-color: #ED1C29;
    z-index: 1;
}

.sidebar-container {
    padding: 70px 54px;
}

    .sidebar-container .section-content .section-title h1 {
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: 0.03em;
        text-align: left;
        color: #ffffff;
        padding-top: 87.76px;
    }

.section-weather {
    padding-top: 40px;
}

    .section-weather span {
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 0.2em;
        text-align: left;
    }

    .section-weather h2 {
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 70px;
        font-style: normal;
        font-weight: 700;
        line-height: 91px;
        letter-spacing: 0.1em;
        text-align: left;
        padding-top: 9px;
    }

.status-table .status h3 {
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    margin-top: 4px;
    text-transform: capitalize;
}

.status-table {
    padding-top: 30px;
}

.section-description {
    padding-top: 100px;
}

    .section-description p {
        color: #ffffff;
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;
    }

.border-top {
    border-top: 1px solid #ffffff;
    padding-top: 25px;
    padding-bottom: 40px;
}

.icon-holder {
    float: left;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.status-icons-mt {
    width: 29px;
    height: 29px;
}

.status-icons-road {
    width: 24px;
    height: 24px;
}

.status-icons-snow {
    width: 25px;
    height: 25px;
}

.p-0 {
    padding: 0px !important;
}

.status {
    padding-top: 25px;
}

    .status:nth-child(1) {
        padding-top: 0 !important;
    }

.m-0 {
    margin: 0px !important;
}

.lift-status {
    width: 175px;
    text-align: center;
}

    .lift-status p {
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.2em;
        text-align: center;
        margin-bottom: 0px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 6px;
    }

.colorBG-green {
    background: #60CE4D;
}

.colorBG-red {
    background: #FF3744;
}

.colorBG-yellow {
    background: #FB9A28;
}


.Slides {
    display: none;
}

/* Slideshow container */

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
}

.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
    opacity: 1 !important;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-600px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-duration: 0.5s;
    animation-delay: 0.5s;
}



/** Opacity Animation **/



@-webkit-keyframes inopacity {
    from {
        opacity: 0;
    }



    to {
        opacity: 1;
    }
}



@-moz-keyframes inopacity {
    from {
        opacity: 0;
    }



    to {
        opacity: 1;
    }
}



@keyframes inopacity {
    from {
        opacity: 0;
    }



    to {
        opacity: 1;
    }
}



.in-opacity {
    -webkit-animation-name: inopacity;
    -moz-animation-name: inopacity;
    -o-animation-name: inopacity;
    animation-name: inopacity;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-duration: 1.5s;
    animation-delay: 1.5s;
}




@-webkit-keyframes offopacity {
    from {
        opacity: 1;
    }



    to {
        opacity: 0;
    }
}



@-moz-keyframes offopacity {
    from {
        opacity: 1;
    }



    to {
        opacity: 0;
    }
}



@keyframes offopacity {
    from {
        opacity: 1;
    }



    to {
        opacity: 0;
    }
}



.off-opacity {
    -webkit-animation-name: offopacity;
    -moz-animation-name: offopacity;
    -o-animation-name: offopacity;
    animation-name: offopacity;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s;
}



.pt-0 {
    padding-top: 0px !important;
}



.lift-count-table .status-table h3 {
    font-size: 20px !important;
}



.status-table .lift-status p {
    font-size: clamp(15px, 0.5vw, 18px) !important;
}

#mStatus, #roadStatus, #snowBase {
    text-transform: uppercase;
}

.Slides .status-table__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Slides .status-table__row .col-7 {
    max-width: 65%;
}

.Slides .status-table__row .col-5 {
    max-width: 30%;
}

.Slides .status-table__row .lift-status > p {
    margin-top: 0;
}

.section-weather > h2 > svg {
    fill: currentColor;
}
