@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*:root {
    /*--text-primary: #212529;*/ /*not assigned*/
    /*--text-secondary: inherit;*/ /*not assigned*/
    /*--text-success: inherit;*/ /*not assigned*/
    /*--text-danger: inherit;*/ /*not assigned*/
    /*--text-warning: inherit;*/ /*not assigned*/
    /*--text-info: black;
    --text-light: white;
    --text-dark: #0D345A;*/ /*#1b98ac*/
    /*--text-muted: inherit;*/ /*not assigned*/
    /*--text-white: #f8f9fa;
    --bg-success: inherit;*/ /*not assigned*/
    /*--bg-danger: inherit;*/ /*not assigned*/
    /*--bg-warning: inherit;*/ /*not assigned*/
    /*--bg-primary: inherit;*/ /*not assigned*/
    /*--bg-secondary: #0D345A;*/ /*#1b98ac*/
/*--bg-info: #818c98;
    --bg-light: #f8f9fa;
    --bg-dark: #343A40CC;
    --bg-muted: inherit;
    --bg-white: white;
    --body-font-family: 'Open Sans', sans-serif;
}*/
:root {
    --XL: "1200px";
    --XL-1: "1199px";
    --LG: "992px";
    --LG-1: "991px";
    --SM: "576px";
    --SM-1: "575px";
}

#mapid {
    width: 100%;
    min-height: 400px;
}

#headerLogo, #errorLogo {
    max-height: 110px;
}

.table {
    color: var(--text-info);
}

html, body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

div.card {
    background-color: var(--bg-muted);
}

body {
    font-family: var(--body-font-family);
}

@media only screen and (min-width: 1200px) {
    body .anchor:before {
        height: 135px;
        /*content: "";*/
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .header {
        border-bottom: 60px solid var(--text-dark);
        border-left: 60px solid transparent;
        height: 0px;
    }

        .header a.nav-link {
            color: var(--text-white) !important;
        }
}

@media only screen and (max-width: 1199px) {
    .header a.nav-link {
        color: #343a40 !important;
        border-bottom: 1px solid var(--bg-info) !important;
    }
}

#microsite_photo_container img {
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

#microsite_photo_container div.position-absolute {
    bottom: 0;
    left: 0;
    width: calc(100% - 6rem);
}

@media only screen and (min-width: 1200px) {
    #microsite_photo_container #microsite_photo_overlay {
        background-color: var(--bg-dark) !important;
        max-width: 40% !important;
    }
}

@media only screen and (max-width: 1199px) {
    #microsite_photo_container #microsite_photo_overlay {
        background-color: var(--bg-secondary) !important;
        width: 100%;
        font-weight: bold;
    }
}

#microsite_key_features h1 {
    color: var(--text-dark);
}

#microsite_key_features ul {
    margin-left: -38px;
}

    #microsite_key_features ul li {
        font-size: 17px;
        padding-right: 22px;
    }

@media only screen and (min-width: 1200px) {
    #microsite_key_features ul li {
        font-size: 25px !important;
        padding-right: 30px !important;
    }
}

.microsite_summary h3 {
    color: var(--text-dark);
}

#microsite_description {
    background-color: var(--bg-secondary);
}

    @media only screen and (min-width: 992px) {
        #microsite_description h1 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 991px) {
    #microsite_description h4 {
        font-size: 15px !important;
        line-height: 25px;
    }
}

@media only screen and (min-width: 992px) {
    #microsite_description h4 {
        line-height: 40px;
    }
}

#microsite_gallery h1 {
    color: var(--text-dark);
}

#microsite_gallery div.col-6 {
    height: 750px;
}

#microsite_gallery #microsite_carousel {
    height: 750px;
}

#microsite_gallery #microsite_carousel_mobile {
    height: 500px;
}

    #microsite_gallery #microsite_carousel_mobile a.carousel-control-prev, #microsite_gallery #microsite_carousel_mobile a.carousel-control-next {
        height: 15% !important;
    }

    #microsite_gallery #microsite_carousel .carousel-item img, #microsite_gallery #microsite_carousel_mobile .carousel-item img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    #microsite_gallery #microsite_carousel a.carousel-control-prev, #microsite_gallery #microsite_carousel a.carousel-control-next, #microsite_gallery #microsite_carousel_mobile a.carousel-control-prev, #microsite_gallery #microsite_carousel_mobile a.carousel-control-next {
        width: 50%;
        bottom: 0;
        top: unset;
        height: 10%;
        padding: 20px;
    }

        #microsite_gallery #microsite_carousel a.carousel-control-prev span.carousel-control-prev-icon, #microsite_gallery #microsite_carousel a.carousel-control-prev span.carousel-control-next-icon, #microsite_gallery #microsite_carousel a.carousel-control-next span.carousel-control-prev-icon, #microsite_gallery #microsite_carousel a.carousel-control-next span.carousel-control-next-icon, #microsite_gallery #microsite_carousel_mobile a.carousel-control-prev span.carousel-control-prev-icon, #microsite_gallery #microsite_carousel_mobile a.carousel-control-prev span.carousel-control-next-icon, #microsite_gallery #microsite_carousel_mobile a.carousel-control-next span.carousel-control-prev-icon, #microsite_gallery #microsite_carousel_mobile a.carousel-control-next span.carousel-control-next-icon {
            width: 35px;
            height: 35px;
        }

    #microsite_gallery #microsite_carousel a.carousel-control-prev, #microsite_gallery #microsite_carousel_mobile a.carousel-control-prev {
        left: 0;
        justify-content: flex-end;
    }

    #microsite_gallery #microsite_carousel a.carousel-control-next, #microsite_gallery #microsite_carousel_mobile a.carousel-control-next {
        right: 0;
        justify-content: flex-start;
    }

#microsite_gallery #microsite_side_carousel #microsite_side_top img, #microsite_gallery #microsite_side_carousel #microsite_side_bottom img {
    -o-object-fit: cover;
    object-fit: cover;
}

#microsite_first_additional_container h1 {
    color: var(--text-dark);
}

@media only screen and (min-width: 992px) {
    #microsite_first_additional_container #microsite_first_additional {
        background-color: var(--bg-secondary);
    }

        #microsite_first_additional_container #microsite_first_additional p {
            min-height: 180px;
        }
}

#microsite_first_additional_container #microsite_first_additional p {
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    #microsite_first_additional_container #microsite_first_additional {
        margin-bottom: 0 !important;
    }
    #microsite_first_additional_container #microsite_first_additional p {
        color: var(--text-info) !important;
    }
}

#microsite_first_additional_container #microsite_first_additional img.position-absolute {
    right: 0;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
}

#microsite_first_additional_container #microsite_first_additional #microsite_first_additional_mobile img {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

#microsite_additional_container img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}

#microsite_downloads h1 {
    color: var(--text-dark);
}

#microsite_downloads i {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

    #microsite_downloads i.download {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%233A9BB6'%3E%3Cpath d='M19.479 10.092c-.212-3.951-3.473-7.092-7.479-7.092-4.005 0-7.267 3.141-7.479 7.092-2.57.463-4.521 2.706-4.521 5.408 0 3.037 2.463 5.5 5.5 5.5h13c3.037 0 5.5-2.463 5.5-5.5 0-2.702-1.951-4.945-4.521-5.408zm-7.479 6.908l-4-4h3v-4h2v4h3l-4 4z'/%3E%3C/svg%3E");
    }
    #microsite_downloads i.downloaded {
        background-image: url(../images/svg/downloaded.svg);
    }

#microsite_downloads span {
    width: 25px;
    height: 25px;
}

#microsite_contacts div.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent var(--text-dark) transparent;
}

#microsite_contacts #microsite_contacts_main {
    background-color: var(--bg-secondary);
}

@media only screen and (max-width: 991px) {
    #microsite_contacts #microsite_contacts_main h1 {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 575px) {
    #microsite_contacts #microsite_contacts_main h1 {
        font-size: 25px !important;
    }
}

#microsite_contacts #microsite_contacts_main img.card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#microsite_contacts #microsite_contacts_main i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%233A9BB6'%3E%3Cpath d='M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.btn-outline-info {
    color: var(--text-dark) !important;
    border-color: var(--text-dark) !important;
}

    .btn-outline-info:hover {
        color: var(--text-white) !important;
        background-color: var(--bg-secondary) !important;
        border-color: var(--text-dark) !important;
    }


.document-block {
    padding-right: 40px !important;
    width: 25%;
}

@media only screen and (max-width: 1500px) {
    .document-block {
        width: 33%;
    }
}

@media only screen and (max-width: 1200px) {
    .document-block {
        width: 50%;
    }
}

@media only screen and (max-width: 750px) {
    .document-block {
        width: 100%;
        padding-right: 0 !important;
    }
}


.virtual-tour-button {
    left: 60px;
    bottom: 31px;
    border-radius: 5px;
    background-color: var(--bg-light);
    color: var(--text-dark);
    font-family: "Oxygen",sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1em;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    z-index: 100;
}

@media screen and (max-width: 991px) {
    .virtual-tour-button {
        left: 10px
    }
}

.virtual-tour-button {
    left: 35px
}

    .virtual-tour-button .virtual-tour-button-text {
        width: 55px;
        margin: 0 auto
    }

    .virtual-tour-button .virtual-tour-button-icon {
        margin-top: -16px
    }

        .virtual-tour-button .virtual-tour-button-icon img {
            width: 89px
        }

    .virtual-tour-button:hover {
        text-decoration: none
    }

@media screen and (max-width: 1199px) {
    .virtual-tour-button {
        left: 60px
    }
}

@media screen and (max-width: 991px) {
    .virtual-tour-button {
        left: 10px
    }
}