﻿/**:not(.fa) {
    font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}*/

[v-cloak] {
    display: none !important;
}

    [v-cloak] > * {
        display: none !important;
    }

.bodyContent {
    min-height: calc(100vh - 210px);
}

.bodyStyle {
    min-height: calc(100vh - 72px);
    margin-top: 72px;
    display: flex;
    flex-direction: column;
}

.container {
    overflow-x: auto;
}

:root {
    --newBlue: #005680;
    --darkBlue: #00496C;
    --lightBlue: #00B5F1;
    --textBlue: #003047;
    --bkgdGrey: #f4f6f9;
    --selectBlue: #8cd8fc;
}

*:not(.fa, .fas) {
    font-family: 'Poppins' !important;
}

.fontAwesome {
    font-family: Arial, FontAwesome !important;
}

.defaultNewBlue {
    color: var(--newBlue) !important;
}

.newBlueBkgd {
    background-color: var(--newBlue) !important;
}

.defaultDarkBlue {
    color: var(--darkBlue) !important;
}

.defaultLightBlue {
    color: var(--lightBlue) !important;
}

.defaultColor {
    color: var(--textBlue) !important;
}

    .defaultColor:hover {
        text-decoration: none !important;
    }

.bkgdGrey {
    background-color: var(--bkgdGrey) !important;
}

.whiteText {
    color: white !important;
}

.orangeText {
    color: #e48f00 !important;
}

.greenText {
    color: #51b51e !important;
}

.greyBackground {
    background-color: rgb(244, 246, 249) !important;
}

.zebraBkgd:nth-child(even) {
    background-color: #f4f6f9 !important;
}

    .zebraBkgd:nth-child(even) .greyBackground {
        background-color: white !important;
    }

.selectedBlue {
    background-color: var(--selectBlue) !important;
}

.feedbackImg {
    background-color: white;
    height: 5rem;
    /*width: 5rem;*/
    padding: 10px;
    border-radius: 10px;
    border-color: #46b8da;
    cursor: pointer;
}

#feedbackButton {
    position: fixed;
    bottom: 23px;
    right: 30px;
    z-index: 999;
}

.popupWindow {
    background-color: white;
    padding: 10px;
    max-width: 600px;
}

.x-close {
    position: relative;
    float: right;
    height: 2.5rem;
    width: 2.5rem;
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
}

.customShadow {
    box-shadow: 0px 20px 20px 0 rgb(5 41 76 / 10%), 0px -20px 20px 0 rgb(5 41 76 / 10%), -20px 0px 20px 0 rgb(5 41 76 / 10%), 20px 0px 20px 0 rgb(5 41 76 / 10%);
}

.pe-none {
    pointer-events: none;
}

@media (max-width: 767px) {
    .bodyStyle {
        min-height: calc(100vh - 52px);
        margin-top: 52px;
    }
}

.content {
    flex: 1 0 auto;
}

.width1440 {
    max-width: 1440px;
    margin: 0 auto;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

iframe {
    width: 100%;
    padding: 5px;
}

@media (max-width: 460px) {
    iframe:not(#si_frame) {
        height: 80vw;
    }
}

.jumbotron {
    align-items: center;
    display: flex;
}

.fullScreenSlide {
    height: 100vh !important;
}

.fullScreenVideo {
    height: calc(100vh - 10px) !important;
}

.roundButton {
    background-color: #001d3f;
    border: none;
    color: #b8e8fd;
    padding: 15px 25px;
    letter-spacing: 1px;
    /* text-align: center; */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    display: inline-block;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.roundedBtn {
    border-radius: 9999px;
    background-color: white;
    text-transform: none;
    padding: 10px 25px;
}

.strongShadow {
    text-shadow: 0 0 30px #000000, 0 0 20px #000000, 0 0 20px #000000, 0 0 10px #000000;
}

.overlay {
    position: absolute;
    bottom: 0;
    /* margin: 50%; */
    height: 100%;
    margin-left: 20%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    color: #f1f1f1;
    width: 60%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.overlay {
    opacity: 1;
}

.padding5-0 {
    padding: 5px 0;
}

.centeredContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centeredContentVertical {
    display: flex;
    align-items: center;
}

.center-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lightBlue {
    color: #54c8ff;
}

.lightBlueBcg {
    background-color: #54c8ff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }

    .w-md-75 {
        width: 75% !important;
    }
}

#mainNav {
    /*position: absolute;*/
    border-bottom: 1px solid #e9ecef;
    background-color: white;
    font-family: 'Poppins';
}

    #mainNav .navbar-brand {
        font-weight: 800;
        color: #343a40;
    }

    #mainNav .navbar-toggler {
        /*font-size: 12px;*/
        font-weight: 800;
        /*padding: 13px;*/
        text-transform: uppercase;
        /*color: #343a40;*/
        /*border-radius: 25px;*/
        border: none;
    }

    #mainNav .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(6,45,84, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(6,45,84);
}

@media only screen and (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: #ffffff;
    }

        #mainNav .navbar-brand {
            padding: 10px 20px;
            color: #11527f;
        }

            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: rgba(0, 133, 161, 0.8);
            }

        #mainNav .navbar-nav > li > a {
            padding: 10px 20px;
            color: #11527f;
        }

            #mainNav .navbar-nav > li > a:focus, #mainNav .navbar-nav > li > a:hover {
                color: rgba(0, 133, 161, 0.8);
            }
}

@media only screen and (min-width: 992px) {
    #mainNav {
        transition: background-color 0.2s;
        /* Force Hardware Acceleration in WebKit */
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }

        #mainNav.is-fixed {
            /* when the user scrolls down, we hide the header right above the viewport */
            position: fixed;
            top: -67px;
            transition: transform 0.2s;
            border-bottom: 1px solid white;
            background-color: rgba(255, 255, 255, 0.9);
        }

            #mainNav.is-fixed .navbar-brand {
                color: #212529;
            }

                #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
                    color: #0085A1;
                }

            #mainNav.is-fixed .navbar-nav > li > a {
                color: #212529;
            }

                #mainNav.is-fixed .navbar-nav > li > a:focus, #mainNav.is-fixed .navbar-nav > li > a:hover {
                    color: #0085A1;
                }

        #mainNav.is-visible {
            /* if the user changes the scrolling direction, we show the header */
            transform: translate3d(0, 100%, 0);
        }
}


.searchBar {
    background-color: #f4f6f9;
    padding: 10px 15px;
    border-radius: 50px;
    width: 150px;
    margin: 0 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .hideBellow800 {
        display: none;
    }

    .searchBar {
        background-color: #f4f6f9;
        padding: 10px 15px;
        border-radius: 50px;
        width: 120px;
        margin: 0px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.highLighted {
    /*text-shadow: 0 0px 15px rgb(0, 137, 255) !important;*/
    border: 2px solid #a1cff7;
    border-radius: 20px;
}

.oneLine {
    display: -webkit-box;
    max-height: 1.5em;
    line-height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maxTwoLines {
    display: -webkit-box;
    max-height: 3em;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fourLines {
    display: -webkit-box;
    height: 6em;
    line-height: 1.5em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

blockquote {
    font-style: italic;
    color: #868e96;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 61%;
}

    .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

/*google map fragment fix*/
.vue-map-container img {
    border-radius: 0px;
}

.stickyHeader th {
    position: sticky;
    top: 0px; /* 0px if you don't have a navbar, but something is required */
    background-color: lightgray;
}

@media only screen and (max-width: 576px) {

    .aspect-ratio {
        height: inherit;
        padding-bottom: 0;
    }

        .aspect-ratio iframe {
            position: relative;
        }

    .img-responsive-mobile {
        max-width: 100%;
        height: auto;
        min-height: 200px;
        object-fit: cover;
    }

    .searchBar {
        background-color: #f4f6f9;
        padding: 10px 15px;
        border-radius: 50px;
        width: 60px;
        margin: 0px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hideOnMobile {
        display: none !important;
    }

    .rightBorderOnMobile {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .mobileRow {
        padding-left: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobileRowLeft {
        padding-left: 0px;
    }

    .logoSection h5 {
        margin-top: 0px;
    }

    .logoSection {
        width: initial;
        min-width: initial;
    }

    .infoRow {
        padding: 0;
    }

    #feedbackButton {
        position: fixed;
        bottom: 23px;
        right: 30px;
        z-index: 999;
    }

    .popupWindow {
        max-width: 85vw;
    }

    .feedbackImg {
        height: 3rem;
        padding: 5px;
        border-radius: 5px;
        border-color: #46b8da;
        cursor: pointer;
    }

    .mobileSmallText {
        font-size: .75rem !important;
    }

    .mobileSmallerText {
        font-size: 1rem !important;
    }

        .mobileSmallerText * {
            font-size: 1rem !important;
        }

    table.mobileSmallerText td {
        font-size: 1rem !important;
    }

    table.mobileSmallText td {
        font-size: .75rem !important;
    }

    .fontSize85 {
        font-size: 85%;
    }

    .smallerTdPadding td, th {
        padding: .75rem .35rem !important;
    }

    h1 {
        font-size: 2rem !important;
    }

    .w-75 {
        width: 85% !important;
    }
}

.boldAndBlue {
    color: var(--lightBlue);
    font-weight: bold;
}

/*map info box style*/
.gm-style-iw-d {
    padding-right: 10px;
}

.toogleBtnDiv {
    margin: auto 5px;
}

    .toogleBtnDiv label {
        margin: 0;
    }

.slow-expand {
    transition: height 0.5s ease 0s;
}

.btn-blue {
    background-color: var(--selectBlue) !important;
}

.fa-1_5x {
    font-size: 1.5em;
}

.noUnderline:hover {
    text-decoration: none !important;
}

.centerPlaceholder [placeholder] {
    text-align: center;
}

div[id^="collapse"][aria-expanded=false] .fa-chevron-up {
    display: none;
}

div[id^="collapse"][aria-expanded=true] .fa-chevron-down {
    display: none;
}

div[id^="collapse"][aria-expanded=true] {
    /*filter: brightness(75%);*/
    background-color: var(--selectBlue) !important;
}


@media (min-width: 1200px) {
    .progressiveNarrow {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
}

@media (min-width: 1400px) {
    .progressiveNarrow {
        padding-left: 15rem !important;
        padding-right: 15rem !important;
    }
}


.mobileResponsiveHeight {
    background-image: url('../img/errors/RegionRestriction_bkgd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: calc(100vh - 427px);
}

/* Portrait */
@media screen and (orientation:portrait) {
}
/* Landscape */
@media screen and (orientation:landscape) and (max-width: 1023px) {
    .mobileResponsiveHeight {
        min-height: initial;
    }
}

.credit-container {
    position: relative;
    color: white;
    margin: 0;
    max-height: 500px;
}

.credit-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 30px;
    padding-right: 5px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 10% )
}

.title-overlay {
    color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 50px #000, 0px 0px 40px #000, 0px 0px 40px #000;
    font-weight: bold;
    text-align: center !important;
    width: 75% !important;
}


.imgFit {
    /*min-width: 120px;*/
    flex-basis: 0px;
    flex-grow: 1;
    margin: 5px;
    height: 80px;
    object-fit: cover;
}

.filterButtons > div {
    display: inline-table;
    border-radius: 10px;
    background-color: rgb(244, 246, 249);
    padding: .5rem !important;
    margin: .25rem !important;
}

.filterButtons i {
    cursor: pointer;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

/*slick carousel style*/
.slick-dots li button:before {
    font-size: 10px;
}

.halfOpacity {
    /*pointer-events: none;*/
    opacity: 0.5;
}

.w-100 img {
    width: 100% !important;
}

.borderDefault {
    border: 1px solid var(--darkBlue) !important;
    border-radius: 5px;
}

.umbraco-forms-hidden {
    display: none;
}

.fa-angle-right {
    min-height: 4rem;
    align-content: center;
    font-size: 2rem;
    padding-left: 10px;
}

/*@media (min-width: 1600px) {
    .carousel-inner {
        overflow: visible !important;
    }

    .slick-prev:before, .slick-next:before {
        color: var(--darkBlue) !important;
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }    
    
    .slick-prev {
        left: -45px;
    }    
    
    .slick-next {
        right: -45px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }
}*/
