.locations {
    position: relative;
    z-index: 2;
}

.locations-hero {
    margin-top: 80px;
    padding-top: 90px;
    height: 606px;
    position: relative;
}

/* .admin-bar .locations-hero {
    margin-top: 112px;
} */

.locations-hero .inner {
    padding: 0;
    margin-left: 132px;
    margin-right: 132px;
    position: relative;
    z-index: 1;
}

.locations-hero .locations-hero-content {
    padding-top: 152px;
    z-index: 1;
    position: relative;
}

.locations-hero .inner .content {
    margin: 0;
    margin-top: 24px;
}

.locations li a {
    color: #3D3935;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.locations li a:hover {
    color: #f68d2e;
}

.locations .context {
    padding-top: 24px;
}

.landing {
    top: 80px;
}

.landing-box {
    /* margin-top: 80px; */
    width: 444px;
    height: 304px;
    display: flex;
    position: relative;
    margin-right: 12px;
    margin-left: 12px;
    padding: 18px;
}

.landing-box .box-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.landing-box .box-headline {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 37px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    max-width: 80%;
}

.landing-box .box-text {
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 37px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    max-width: 80%;
}

.landing-box a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
}

.landing-hero .fp {
    overflow-y: hidden;
}

@media screen and (max-width: 1336px) {

}

@media screen and (max-width: 1100px) {
    .landing {
        top: 60px;
    }

    .hero_module.landing-hero {
        position: fixed;
        height: calc(100vh - 60px);
  height: calc((var(--vh, 1vh) * 100) - 60px);
    }
    .locations-hero .inner {
        margin-left: 0;
        margin-right: 0;
    }

    .locations-hero .locations-hero-content {
        max-width: 100%;
        padding: 24px;
    }

    .locations-hero {
        margin-top: 60px;
        padding-top: 48px;
        height: auto;
    }
    .locations-hero .locations-hero-content {
        padding-top: 48px;
    }
    .locations-hero-img svg, .locations-hero-img img {
        max-width: 100%;
        min-width: 100%;
    }
    .locations-hero-img {
        max-width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    .locations-hero-img {
        display: block;
        position: relative;
        right: unset;
        max-height: 300px;
    }
    .locations-hero-img svg, .locations-hero-img img {
        min-width: auto;
        max-width: unset;
        height: 300px;
        width: auto;
        margin: auto;
        display: block;
    }
    .landing .flex {
        display: block;
        padding: 18px;
    }
    .landing-box {
        width: 100%;
            flex-shrink: 0;
            -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 18px;
    }
    .locations-hero {
        margin-top: 0;
        padding-left: 107px;
        padding-right: 107px;
    }
    .locations-hero-img svg, .locations-hero-img img {
        margin-left: -12px;
        width: 596px;
        height: 360px;
    }
    .locations-hero-img {
        max-width: 100%;
    }
    .locations-hero .inner .content {
        max-width: 556px;
    }
}


@media screen and (max-width: 767px) {
    .locations-hero {
        margin-top: 20px;
    }
    .locations-hero-img svg, .locations-hero-img img {
        margin-left: -12px;

        width: 100%;

        height: auto;
    }


    .locations-hero-img {
        max-width: 100%;
        min-width: 100%;
    }

    .locations-hero .locations-hero-content {
        padding: 15px;
        padding-top: 0;
    }

    .locations-hero .inner .content {
        padding: 0;
    }

    .locations li a {
        font-size: 18px;
        line-height: 34px;
    }

    .locations-hero {
        padding-left: 0;
        padding-right: 0;
    }

}