/* Minification failed. Returning unminified contents.
(169,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(171,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
 */

html {
    height: 100%;
}
body {
    height: 100%;
    background: linear-gradient(rgba(223,241,251), rgba(165,191,206));
    background-image: -ms-linear-gradient(top,#dff1fb 0%,#a5bfce 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header img{
    max-height: 100%;
    max-width: 100%;
}

.header {
    width: 100%;
    /*background: #fff url(/Images/bg_header.jpg) no-repeat right;*/
    background-size: cover;
    border-bottom: 1px #808080 solid;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
   
}

.body-bg-container {
    padding: 15px 15px 0 15px;
    background: #fff url(/Images/bg.jpg) no-repeat left;
    display: block;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.noc-link {
    width:100%;
}
footer {
    padding: 15px 15px 0 15px;
    min-height: 80px;
    background-color: #ffffff;
    border-top: 1px solid #808080;
}

.covid-links-bar {
    min-height: 80px;
    background: #2f2f2f url(/images/coronavirus-banner.png) no-repeat center;
    background-size: cover;
    border-radius: 7px;
    padding: 10px 10px 10px 10px;
}

a.covid-link {
    color: #ffffff !important;
    padding: 6px 0 0 0;
    font-size: 14px;
}
.sponsor-images {
    background-color: #ffffff;
}
.sponsor-images img {
    max-height: 75px;
    margin: 0 10px;
}
.sponsor-images a {
    align-self: flex-end;
}
/* bootstrap over rides*/
.btn-success {
    color: #fff;
    background-color: #7caf37;
    border-color: #7caf37;
}

.btn-success:hover {
    color: #fff;
    background-color: #25a9e2;
    border-color: #25a9e2;
}

.dropdown-label {
    display: block;
    margin-left: 8px;
    color: #7caf37;
    font-weight: 600;
}
.custom-menu-link-left {
    display: inline-block;
    padding: 6px 10px;
    border-right: 1px solid #808080;
    font-weight: 400;
    color: #212529;
}
.custom-menu-link-right {
    display: inline-block;
    padding: 6px 0 6px 10px;
    font-weight: 400;
    color: #212529;
}

.dropdown-menu {
    min-width: 250px;
}

.flex-it{
    display: flex;
}

.middle-last {
    flex-grow: 1;
}

.box-image {
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 350px;
    background-position: top center;
    margin: -20px -20px 20px -20px;
    background-size: cover;
}

/* Google Translate */

.goog-te-gadget-simple {
    background-color: rgba(255,255,255,0) !important;
    border: none !important;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

#btnGoogleTranslate .goog-te-gadget img {
    vertical-align: middle;
    border: none;
    position: absolute !important;
    top: 3px;
    left: 0;
}

.goog-te-gadget-simple {
    font-size: 16px !important;
}


.goog-te-menu-value:before {
    background-image: none !important;
    content: "\f085";
    font-family: FontAwesome;
    padding-right: 5px;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: 'Material Icons';
    &:after;

    {
        font-family: 'Material Icons';
        content: "\E5C5";
        vertical-align: -6px;
    }
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu2 {
    border: none !important;
}

@media (max-width: 768px) {
    #btnGoogleTranslate {
        display: none;
    }

    #goog-gt-tt {
        height: 0px !important;
        left: -9999px !important;
    }

    #google_translate_element_mobile {
        display: block;
    }
}

@media (min-width: 576px) {
    .desktopHide {
        display: none;
    }
    .covid-links-bar {
        padding: 10px 10px 10px 130px;
    }
}

@media (max-width: 575px){
    .mobileHide {
        display: none;
    }
}
