.our_locations {
    background-color: var(--color_Crestbridge_BG_Dark_Grey)
}

.our_locations__inner {
    position: relative
}

.our_locations__address .our_locations__list {
    padding-top: 32px
}

@media (min-width:991px) {
    .our_locations__address {
        height: 100%;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.our_locations__address .heading {
    color: var(--Color_Crestbridge_Blue);
    margin-bottom: 80px;
    margin-top: 64px
}

.our_locations__address .title {
    border-bottom: 2px solid hsla(0, 0%, 100%, .5);
    color: var(--color_white);
    margin-bottom: 16px;
    padding-bottom: 16px;
    transition: all .5s ease
}

.our_locations__address .address_contact {
    display: flex
}

.our_locations__address .address {
    min-width: 315px
}

.our_locations__address .address,
.our_locations__address .address p {
    color: var(--color_white);
    font-family: var(--font_usual_light);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.our_locations__address .location_description i,
.our_locations__address .address i {
    font-style: italic;
}

.our_locations__address .contact {
    width: 100%
}

.our_locations__address .contact>a {
    color: var(--color_white);
    font-family: var(--font_usual_medium);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    width: 100%
}

.our_locations__address .location_description {
    color: var(--color_white);
    max-width: none;
}
.our_locations__address .location_description p {
    max-width: none;
}


@media (max-width:1360px) {
    .our_locations__address .address {
        min-width: 285px
    }
}

@media (max-width:1199px) {
    .our_locations__address .heading {
        margin-bottom: 60px;
        margin-top: 44px
    }

    .our_locations__address .address {
        min-width: 245px
    }
}

@media (max-width:991px) {
    .our_locations__address .heading {
        display: inline-block;
        margin-bottom: 48px;
        margin-top: 44px
    }

    .our_locations__address .address {
        margin-bottom: 12px;
        min-width: 100%
    }

    .our_locations__address .title {
        border-bottom: 0;
        padding-bottom: 0
    }

    .our_locations__address .address_contact {
        flex-wrap: wrap
    }
}

.our_locations__address_container {
    max-width: 522px
}

@media (max-width:1360px) {
    .our_locations__address_container {
        max-width: 490px
    }
}

@media (max-width:1199px) {
    .our_locations__address_container {
        max-width: 450px
    }
}

@media (max-width:991px) {
    .our_locations__address_container {
        max-width: 100%
    }
}

.our_locations__item {
    min-height: 215px;
    padding-bottom: 24px;
    padding-top: 16px;
    position: relative;
    transition: all .5s ease
}

.our_locations__item:hover:before {
    background-color: var(--Color_Crestbridge_Greu_Dark_v3)
}

.our_locations__item:hover .details .title {
    border-bottom: 2px solid rgba(113, 159, 200, .5)
}

@media (min-width:991px) {
    .our_locations__item .image {
        display: none
    }
}

.our_locations__item .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%) !important;
    margin-bottom: 24px;
    transition: all .25s ease-in-out
}

.our_locations__item .image img {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.our_locations__item .image:after {
    content: "";
    display: block;
    padding-bottom: 66%
}

.our_locations__item .details {
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .our_locations__item {
        margin-bottom: 75px
    }
}

.our_locations__image {
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
    position: relative
}

@media (max-width:991px) {
    .our_locations__image {
        height: auto
    }
}

.our_locations__image .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    height: calc(100vh - 160px);
    transform: scale(1.01);
    transition: all .5s ease;
    width: 100%
}

.our_locations__image .image:hover {
    filter: grayscale(100%) !important
}

@media (max-width:1360px) {
    .our_locations__image {
        max-width: 620px
    }
}

@media (max-width:1199px) {
    .our_locations__image {
        max-width: 480px
    }
}

@media (max-width:991px) {
    .our_locations__image {
        display: none
    }
}

.our_locations__image .overlay_graphics_first {
    display: flex;
    height: calc(33.33vh - 53.33px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.our_locations__image .overlay_graphics_first .overlay_graphics_first_color {
    background-color: var(--Color_Crestbridge_Blue);
    width: 33.88%
}

.our_locations__image .overlay_graphics_first .overlay_graphics_first_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: all .5s ease;
    width: 66.12%
}

.our_locations__image .overlay_graphics_second {
    background-color: var(--Color_Crestbridge_Lime);
    height: calc(33.33vh - 53.33px);
    position: absolute;
    right: 0;
    top: calc(33.33vh - 53.33px);
    width: 33.33%;
    z-index: 1
}

.our_locations__image .overlay_graphics_third_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(33.33vh - 53.33px);
    position: absolute;
    right: 0;
    top: calc(66.66vh - 106.66px);
    transition: all .5s ease;
    width: 33.33%;
    z-index: 1
}

.our_locations__inner .our_locations__address_container {
    max-width: 60%
}

.our_locations__inner .our_locations__address .contact {
    padding-left: 30px
}

.our_locations__inner .our_locations__image {
    background-color: #2d2d2d;
    max-width: 38%
}

@media (max-width:1360px) {
    .our_locations__inner .our_locations__address_container {
        max-width: 60%
    }

    .our_locations__inner .our_locations__image {
        max-width: 38%
    }
}

@media (max-width:1199px) {
    .our_locations__inner .our_locations__address_container {
        max-width: 60%
    }

    .our_locations__inner .our_locations__address .address_contact {
        flex-wrap: wrap
    }

    .our_locations__inner .our_locations__address .address {
        margin-bottom: 12px;
        width: 100%
    }

    .our_locations__inner .our_locations__address .contact {
        padding-left: 0
    }

    .our_locations__inner .our_locations__inner {
        width: 100%
    }

    .our_locations__inner .our_locations__image {
        max-width: 38%
    }
}

@media (min-width:992px) {
    .our_locations__item:before {
        background-color: transparent;
        content: "";
        height: 100%;
        left: 0;
        left: -50vw;
        position: absolute;
        top: 0;
        transition: all .5s ease;
        width: 120vw
    }

    .our_locations__item .image {
        filter: none !important
    }
}

@media (max-width:991px) {
    .our_locations__inner .our_locations__address_container {
        max-width: 100%
    }

    .our_locations__inner .our_locations__image {
        height: auto
    }

    .our_locations__item {
        border: none !important;
        margin-bottom: 32px;
        padding-bottom: 0
    }

    .our_locations__item .image {
        filter: none !important;
        position: relative
    }

    .our_locations__item .image .image_img {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: -1.5px;
        position: absolute;
        top: 0;
        transform: scaleX(1.005);
        width: 100%
    }

    .our_locations__item .image:after {
        padding-bottom: 100%
    }

    .our_locations__item .image>img,
    .our_locations__item .image>picture>img {
        filter: grayscale(100%);
        transform: scale(1.01)
    }

    .our_locations__item .image .overlay_graphics_first {
        display: flex;
        height: 33.33%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .our_locations__item .image .overlay_graphics_first .overlay_graphics_first_color {
        background-color: var(--Color_Crestbridge_Blue);
        width: 33.88%
    }

    .our_locations__item .image .overlay_graphics_first .overlay_graphics_first_image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        transition: all .5s ease;
        width: 66.12%
    }

    .our_locations__item .image .overlay_graphics_second {
        background-color: var(--Color_Crestbridge_Lime);
        height: 33.33%;
        position: absolute;
        right: 0;
        top: 33.33%;
        width: 33.33%;
        z-index: 1
    }

    .our_locations__item .image .overlay_graphics_third_image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 33.33%;
        position: absolute;
        right: 0;
        top: 66.66%;
        transition: all .5s ease;
        width: 33.33%;
        z-index: 1
    }

    .our_locations__item .our_locations__address .heading {
        margin-top: 32px
    }

    .our_locations__item .details .title {
        border: none !important
    }
}

/*# sourceMappingURL=our_locations.css.map */