/* web.custom.css */
/* add all custom styles here */

.nav-desktop ul li span.empty::after {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.news-image-outer {
    display: block;
    position: relative;
    padding: 20px;
    background: #fff;
}

.news-image-outer .news-image-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1.46 / 1;
}

.news-image-outer .news-image-inner .image-control {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 0;
}

.news-image-outer .news-image-inner .image-copyright {
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    height: 20px;
    overflow: hidden;
    font-size: 60%;
    line-height: 20px;
    z-index: 10;
}

.news-image-outer .news-image-inner[data-format="cover"] {
    display: block;
    position: relative;
}

.news-image-outer .news-image-inner[data-format="contain"] {
    display: block;
    position: relative;
}

.news-image-outer .news-image-inner[data-format="cover"] .image-control {
    background-size: cover !important;
}

.news-image-outer .news-image-inner[data-format="contain"] .image-control {
    background-size: contain !important;
}

.projects-video {
    display: block;
    position: relative;
    background: #000;
    color: #fff;
}

.video-notes.video-notes-projects {
    text-align: left;
    margin-top: 0 !important;
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
}

.video-notes.video-notes-projects p {
    margin-bottom: 15px;
}

nav.nav-desktop ul>li:nth-child(4)>a {
    margin-right: 0;
}

nav.nav-desktop ul>li span.empty {
    min-height: 35px;
}

.container-extra-large .container {
    max-width: 1330px;
}

.home-landing .landing-backdrop {
    display: block;
    position: absolute;
    height: 100vh;
    top: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.website-content .container-fluid.container-break .content-inner {
    padding: 0 !important;
}

.website-content .container-fluid.container-break {
    margin-top: -60px;
}

@media (max-width: 991.98px) {
    .website-content .container-fluid.container-break {
        margin-top: -45px;
    }
}

@media (max-width: 767.98px) {
    .website-content .container-fluid.container-break {
        margin-top: -30px;
    }
}

.content-slider {
    /* max-width: 1600px; */
    margin-bottom: -45px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .content-slider {
        margin-bottom: -30px !important;
    }
}

@media (max-width: 767.98px) {
    .content-slider {
        margin-bottom: -30px !important;
    }
}

.projects-overview {
    margin-top: -60px !important;
}

@media (max-width: 991.98px) {
    .projects-overview {
        margin-top: -45px !important;
    }
}

@media (max-width: 767.98px) {
    .projects-overview {
        margin-top: -30px !important;
    }
}

.video-notes {
    display: block;
    position: relative;
    margin-top: -50px;
    margin-bottom: 55px;
    font-size: 85%;
}

.page-button-back {
    background-color: #e2e2e2;
    color: #000;
}

/* google maps fix */
.gm-control-active>img {
    display: none;
}

.gm-control-active>img:nth-child(3) {
    display: block;
}

figure figcaption {
    text-align: center;
    margin-top: 10px;
}

.col-image-copyright {
    display: block;
    text-align: rightt;
    z-index: 1;
    height: 20px;
    text-align: right;
    font-size: 65%;
    line-height: 20px;
    margin-bottom: -5px;
}

.fancybox-caption__body {
    text-align: right;
}

.video-privacy-warning {
    background-color: #151515;
    width: 100%;
    height: 100%;
    padding: 20%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 767.98px) {
    .video-privacy-warning {
        padding: 10%;
    }

    .video-privacy-warning p {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .video-privacy-warning {
        padding: 3%;
    }

    .video-privacy-warning p {
        margin-bottom: 10px;
    }
}

.video-privacy-warning p {
    color: white;
}

.video-privacy-warning h3 {
    color: white;
}

.maps-privacy-warning {
    background-color: #151515;
    width: 100%;
    height: 100%;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 767.98px) {
    .maps-privacy-warning {
        padding: 10%;
    }

    .maps-privacy-warning p {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .maps-privacy-warning {
        padding: 3%;
    }

    .maps-privacy-warning p {
        margin-bottom: 10px;
    }
}

.maps-privacy-warning p {
    color: white;
    font-size: 15px;
}

.maps-privacy-warning h3 {
    color: white;
}

/* ... */


.page-button.icon-right.jobs-button {
    color: #fff !important;
    background: #3f47cc !important;
}