﻿@charset "utf-8";
/** general **/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #575656;
    overflow-x: hidden !important;
}

@media (min-width:1500px) {
    .container-large {
        max-width: 1400px;
    }
}
/*-------------------------*/
a {
    color: #066cac;
    text-decoration: underline;
    line-height: inherit;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

.no-p {
    padding: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

.home-page {
    height: 0;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #3c5772;
    text-rendering: optimizeLegibility;
    line-height: normal;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    color: #910522;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #3c5772;
}

    h2 a {
        font-size: 1.25rem;
    }

h3 {
    font-size: 1.15rem;
    text-align: left;
    color: black;
    margin: 10px 0;
    font-weight: 600;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 5px 0;
    color: #3c5772;
    text-align: left;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #3c5772;
    text-align: center;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    font-style: normal;
}

ol {
    list-style-type: none;
    padding-left: 0;
}

table .bdtable td {
    border-bottom: 1px #707b7c dotted;
}

.right-image {
    float: right;
    max-width: 25%;
    margin-left: 35px;
    margin-bottom: 30px;
}

.right-image-wide {
    float: right;
    max-width: 50%;
    margin-left: 35px;
    margin-bottom: 30px;
}

.left-image {
    float: left;
    max-width: 25%;
    margin-right: 35px;
    margin-bottom: 30px;
}

.btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#accordion {
    padding-left: 5px;
}

    #accordion .accordion_item .accordion-toggle::before {
        background-color: #910522;
        opacity: 0.9;
        width: 17px;
        height: 17px;
        border-radius: 2px;
        text-align: center;
        display: block;
        color: #fff;
        position: relative;
        left: -30px;
        top: 19px;
        line-height: 17px;
        font-size: 10px;
        content: "\f067";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
    }

    #accordion .accordion_item h2.accordion-toggle {
        color: #3b5771;
        font-weight: 600;
        font-size: 1rem;
        padding-left: 25px;
    }

    #accordion .accordion_item.active h2.accordion-toggle::before {
        background-color: #3b5771;
        opacity: 0.9;
        width: 17px;
        height: 17px;
        border-radius: 2px;
        text-align: center;
        display: block;
        color: #fff;
        position: relative;
        left: -30px;
        top: 19px;
        line-height: 17px;
        font-size: 10px;
        content: "\f068";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
    }

.accordion-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-left: 1.75rem;
}

    .accordion-content p {
        margin-bottom: 12px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

    .accordion-content.default {
        display: block;
    }
/*----------------------------------------*/
#skiptocontent a {
    padding: 6px 15px 10px 15px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #3c5772;
    border-right: 1px solid #3c5772;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 1000;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: white;
        border-bottom: 3px #3c5772 solid;
        border-right: 3px #3c5772 solid;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }
/*----------------------------------*/
header {
    min-height: 200px;
}

@media (min-width:575px) {
    .header-right-section {
        float: right;
    }
}

.header-first-menu ul {
    list-style: none;
}

.header-first-menu a {
    font-family: 'Montserrat';
    color: #777676;
    font-weight: 300;
    text-decoration: none;
}

.header-first-menu li a:hover {
    text-decoration: underline;
}

a.social {
    display: inline-block;
    background-color: #517188;
    color: white;
    font-size: 1.2rem;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    a.social i {
        margin-left: 2px;
        margin-right: 2px;
        line-height: inherit;
    }

    a.social:hover {
        background-color: #385d78;
    }

@media (max-width:574px) {
    .header-first-menu {
        display: none;
    }
}

.header-first-menu ul li {
    float: left;
}

@media (min-width:420px) and (max-width:992px) {
    .header-first-menu {
        max-width: 100%;
    }
}

@media (min-width:575px) and (max-width:992px) {
    .header-right-section {
        text-align: center;
        float: none !important;
        width: 100%;
        margin: 0 auto;
    }
}

.search-error-text {
    color: Red;
    position: absolute;
    right: 70px;
    top: 10px;
}

@media (max-width:992px) {
    header {
        width: 100%;
        background-color: #e5ecf3;
        padding-top: 20px;
    }

    .right-image, .left-image {
        max-width: 50%;
    }

    .header-first-menu {
        text-align: center;
        float: none !important;
        margin: 0 auto;
    }

    .right-image-wide {
        max-width: 55%;
    }

    .header-first-menu {
        padding-bottom: 20px !important;
    }

        .header-first-menu li {
            padding: 0 12px;
        }
}

@media (min-width:576px) and (max-width:992px) {
    .second-line {
        width: 467px;
        margin: 0 auto;
    }
}

@media (min-width:992px) {
    header {
        position: absolute;
        z-index: 1000;
        width: 100%;
        background-color: rgba(255, 255, 255, .8);
    }

    .header-first-menu li {
        padding: 0 10px;
    }

    .logo-wrapper {
        float: left;
    }
}

@media (min-width:1200px) {
    .header-right-section .first-line {
        float: right;
    }

        .header-right-section .first-line > div {
            float: left;
            margin-top: 20px;
        }

    .header-right-section ul {
        margin-top: 6px;
    }

    .logo-wrapper {
        position: absolute;
        left: 0;
        width: 28.5%;
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-first-menu a {
        padding: 0 7px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .header-first-menu a {
        padding: 0 7px;
    }
}
/*------------------Weather--------------------------*/
.weather-box {
    min-width: 150px;
    position: relative;
    top: -11px;
}

    .weather-box img, .weather-temperature {
        float: left;
    }

    .weather-box img {
        max-width: 45px;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: 12px;
    }

.weather-temperature {
    color: #507389;
    font-size: 1.4rem;
    font-weight: bold;
}

.weather-description {
    text-transform: capitalize;
    font-size: .8rem;
    margin-left: 55px;
    margin-top: 34px;
    font-weight: 600;
    color: #507389;
}

@media (max-width:420px) {
    .weather-box::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    header {
        padding-top: 15px;
    }

    .weather-box {
        max-width: 150px;
        float: none !important;
        margin: 0 auto;
    }
}
/*--------------------------------------------*/
@media (max-width:575px) {
    .menu-collapser {
        margin: 0 !important;
    }

    .slimmenu.collapsed {
        right: unset !important;
    }
}

@media (max-width:1300px) {
    .btn {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-stroke a {
        padding: 10px 20px;
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .right-image, .left-image {
        max-width: 50%;
    }
}

@media (min-width:1200px) {
    nav {
        margin-top: 22px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    nav {
        margin-left: 40px;
    }
}

@media (min-width:1600px) and (max-width:1650px) {
    nav {
        margin-left: 22px;
    }
}

@media (min-width:1650px) {
    nav {
        margin-left: 100px;
    }
}
/*----------------------------------*/
@media (max-width:575px) {
    .logo-wrapper img {
        max-width: 250px;
    }

    .logo-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }

        .logo-wrapper img {
            max-width: 150px;
        }

    #tblSearchResultsHeader tr td:nth-child(1), #tblSearchResultsHeader tr td:nth-child(2), #tblSearchResultsHeader tr td:nth-child(4), #tblSearchResultsHeader tr td:nth-child(5), #tblSearchResultsHeader tr td:nth-child(6), #tblSearchResultsHeader tr td:nth-child(8), #tblSearchResultsHeader tr td:nth-child(9), #tblSearchResultsHeader tr td:nth-child(10), #tblSearchResultsHeader tr td:nth-child(12), #tblSearchResultsHeader tr td:nth-child(13) {
        display: none;
    }

    #tblSearchResultsHeader tr td:nth-child(3), #tblSearchResultsHeader tr td:nth-child(7), #tblSearchResultsHeader tr td:nth-child(11) {
        width: 100% !important;
        display: block;
        position: relative;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 28px;
    }

        #tblSearchResultsHeader tr td:nth-child(7)::before {
            content: "Criteria:";
            font-weight: bold;
            text-align: left;
        }

        #tblSearchResultsHeader tr td:nth-child(3)::before {
            content: "Search Mode:";
            font-weight: bold;
            text-align: left;
        }

        #tblSearchResultsHeader tr td:nth-child(11)::before {
            content: "Results Returned:";
            font-weight: bold;
            text-align: left;
        }

    .weather-temperature, .weather-description {
        color: #fff !important;
    }
}

@media (min-width:767px) and (max-width:992px) {
    .logo-wrapper img {
        max-width: 265px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .search-btn {
        position: relative;
        top: 11px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .search-btn {
        position: relative;
        top: 20px;
    }
}

@media (max-width:992px) {
    .logo-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width:992px) {
    .search-box {
        float: none;
        max-width: 100%;
        margin: 25px auto 20px !important;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }

    .search-box {
        margin: 15px auto 15px !important;
    }
}

@media (max-width:993px) {
    header {
        padding-bottom: 15px;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .logo-wrapper img {
        max-width: 340px;
    }
}

@media (min-width:991px) {
    /*header {
        padding-top: 15px;
    }*/
}
/*--------------Search----------------------------*/
.search-box {
    display: block;
    border: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.search-input {
    color: #282828;
    float: left;
    font-size: .9rem;
    height: 42px;
    line-height: 1.25;
    padding-left: 5%;
    border: 0;
    background: none;
    border: 1px solid #777b7e;
    border-radius: 45px;
    margin-top: 4px;
}

.search-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #282828;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #282828;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #282828;
}

.spotlight-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    padding: 15px 0;
    margin-top: 30px;
}

.search {
    position: relative;
}

.search-btn {
    background-image: url(../images/search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    background-color: #517188;
    height: 42px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 42px;
    border: 0;
    border-left: none;
    border-radius: 45px;
    background-position: 10px 10px;
    margin-left: 5px;
    margin-top: 4px;
}

    .search-btn:hover {
        background-color: #385d78;
    }

.mcms_ErrorText {
    color: red;
    font-weight: bold;
    height: 31px;
    padding-bottom: 0;
    padding-top: 0;
    float: left;
}

@media (max-width:320px) {
    .search-input {
        min-width: 200px;
    }
}

@media (min-width:330px) {
    .search-input {
        min-width: 250px;
    }
}

@media (min-width:575px) and (max-width:767px) {
}

@media (max-width:768px) {
    .search-box {
        margin-top: 28px;
        margin-right: 15px;
    }
}

@media (min-width:768px) {
    .search-box {
        margin-left: 5px;
    }
}

@media (max-width:991px) {
    .search-input {
        width: calc(100% - 57px);
    }
}

@media (min-width:999px) and (max-width:1200px) {
    .search-box {
        min-width: 250px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .search-box {
        max-width: 460px;
        min-width: 460px;
        float: right;
    }

    #secondary-page .search-box {
        padding-top: 0;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }
}

@media (min-width:991px) {
    .search-input {
        width: calc(100% - 58px);
    }
}

@media (min-width:1400px) {
    .search-box {
        min-width: 170px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .search-box {
        margin-left: 30px;
    }
}
/*----------------Quick links------------------------------*/
#quick-links {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #3c5772;
}

    #quick-links .row > div {
        text-align: center;
    }

    #quick-links img {
        padding: 25px 0;
        max-width: 106px;
    }

    #quick-links a {
        color: white;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
        align-items: center;
    }

        #quick-links a:hover figure {
            display: flex;
            border: 5px solid #5f92b6;
            /*or red border 
             border:5px solid #861d1d;
            */
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
        }

        #quick-links a:hover {
            color: #b4dffd;
        }

    #quick-links figure {
        background-color: #427090;
        border-radius: 100%;
        width: 95px;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    #quick-links .row > div:first-child img {
        max-width: 47px;
    }

    #quick-links .row > div:nth-child(2) img, #quick-links .row > div:nth-child(5) img, #quick-links .row > div:nth-child(6) img {
        max-width: 55px;
    }

    #quick-links .row > div:nth-child(3) img {
        max-width: 50px;
        margin-left: 5px;
    }

    #quick-links .row > div:nth-child(4) img {
        max-width: 50px;
    }

@media (max-width:575px) {
    #quick-links img {
        max-width: 50px;
        float: left;
        padding: 0;
    }
}

@media (min-width:575px) {
    #quick-links span {
        display: block;
        width: 100%;
    }

    #quick-links {
        padding: 15px 0 15px 0;
    }
}

@media (max-width:575px) {
    #quick-links {
        padding: 20px 0 0 0;
    }
}

@media (min-width:768px) {
    #quick-links span {
        max-width: 130px;
        font-size: 1.05rem;
        line-height: 1.2;
    }
}

@media (max-width:992px) {
    #quick-links span {
        margin-bottom: 30px;
        margin-top:15px;
    }
}

@media (min-width:992px) {
    #quick-links span {
        margin-top: 15px;
    }
}
/*-----------------------------------------*/
#city-spotlights {
    padding: 50px 0 50px 0;
}

    #city-spotlights h1 {
        line-height: 1.2;
        text-align: left;
    }

@media (max-width:575px) {
    #city-spotlights h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    #city-spotlights .btn-stroke, #spotlight-slider .btn-stroke {
        text-align: center;
        margin-bottom: 30px;
        display: block;
    }
}

@media (min-width:575px) {
    #city-spotlights h1 {
        float: left;
        display: block;
        max-width: 200px;
    }

    #city-spotlights .btn-stroke, #spotlight-slider .btn-stroke {
        float: right;
    }
}

#city-news {
    margin: 40px 0 50px 0;
}

.city-news-slider h2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    margin: 10px 0;
}

@media (max-width:648px) {
    .btn-news {
        display: block;
        text-align: center;
    }
}

.btn-news {
    margin-top: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .btn-news a {
        background-color: #7fbade;
        color: white;
        padding: 4px 15px;
        border-radius: 15px;
        text-decoration: none;
        font-size: .8rem;
    }

        .btn-news a:hover {
            background-color: #6ca4c7;
        }

#city-news .btn-stroke {
    text-align: center;
    margin-top: 60px;
}
/*-------------------Home  page background slider----------------------------*/
#home-slider .carousel-fade .carousel-inner .active.left, #home-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

#home-slider .carousel-fade .carousel-inner .next.left, #home-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#home-slider .carousel-fade .carousel-control {
    z-index: 2;
}

#home-slider, #home-slider .carouselHomePage, #home-slider .carousel-inner, #home-slider .carousel-item, #home-slider img {
    width: 100%;
    height: 80vh;
    position: relative;
}

    #home-slider .carousel-item {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: relative;
        background-attachment: fixed;
    }

        #home-slider .carousel-item img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #home-slider .carousel {
        z-index: -99;
    }

.carousel-btn-wrapper .carousel-control-next, .carousel-btn-wrapper .carousel-control-prev {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    opacity: .8;
    transition: opacity .15s ease;
    max-height: 40px;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-btn-wrapper .carousel-control-next, .carousel-btn-wrapper .carousel-control-prev {
        transition: none
    }
}

.carousel-btn-wrapper .carousel-control-next:focus, .carousel-btn-wrapper .carousel-control-next:hover, .carousel-btn-wrapper .carousel-control-prev:focus, .carousel-btn-wrapper .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1
}

.carousel-btn-wrapper .carousel-control-next-icon, .carousel-btn-wrapper .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: no-repeat 50%/100% 100%
}

.carousel-btn-wrapper .carousel-control-prev-icon, .carousel-btn-wrapper .carousel-control-next-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
    font-size: 30px;
}

#spotlight-slider .carousel-control-next-icon, #spotlight-slider .carousel-control-prev-icon {
    border-color: #efefef;
    background-color: #efefef;
    color: #000;
    font-size: 18px;
    line-height: 46px;
}

#home-slider .carousel-control-next-icon::before {
    content: "\f138";
    position: relative;
    top: -6px;
}

#spotlight-slider .carousel-control-next-icon::before {
    content: "\f054";
    position: relative;
    top: -6px;
}

#home-slider .carousel-control-prev-icon::before {
    content: "\f137";
    position: relative;
    top: -6px;
}

#spotlight-slider .carousel-control-prev-icon::before {
    content: "\f053";
    position: relative;
    top: -6px;
}

#home-slider .carousel-btn-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#spotlight-slider > .container {
    position: relative;
}

#home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
    transform: translate(-50%, -50%);
    top: 65%;
}

#home-slider .carousel-btn-wrapper .carousel-control-prev {
    left: 35px;
}

@media (min-width:992px) {
    #spotlight-slider .carousel-inner {
        min-height: 490px;
    }
}

#spotlight-slider .carousel-btn-wrapper .carousel-control-prev {
    left: auto;
    right: 8%;
}

#spotlight-slider .carousel-btn-wrapper .carousel-control-prev, #spotlight-slider .carousel-btn-wrapper .carousel-control-next {
    top: -75px;
}

#spotlight-slider .carousel-btn-wrapper .carousel-control-prev {
}

#spotlight-slider .carousel-btn-wrapper .carousel-control-next {
    right: 3%;
}

#carouselSpotlights .carousel-indicators li {
    background-color: #a2a2a2;
}

#carouselSpotlights .carousel-indicators {
    position: absolute;
    right: 140px;
    top: -70px;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:991px) {
    .footer-bottom {
        padding-bottom: 35px;
    }
}

@media (max-width:768px) {
    #spotlight-slider .carousel-btn-wrapper .carousel-control-prev {
        right: 12%;
    }

    #carouselFireDepartment {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width:575px) {
    #home-slider .carousel-item img {
        min-height: 250px;
    }

    #home-slider #carouselIndicators.carousel {
        display: none;
    }
}

@media (min-width:575px) and (max-width:992px) {
}

@media (min-width:768px) and (max-width:992px) {
}

@media (min-width:992px) and (max-width:1200px) {
}

@media (max-width:1199px) {
    #home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
        top: 70%;
    }
}

@media (max-width:991px) {
    #home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
        top: 50%;
    }
}
/*-------------------Events----------------------------*/
#events {
    background-image: linear-gradient(to bottom, rgba(31, 46, 69, .85) 0%, rgba(31, 46, 69, .65) 100%), url(../images/events.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: left;
    position: relative;
    z-index: 5;
}

    #events a {
        color: white;
        text-decoration: none;
    }

    #events h1 {
        color: white;
        text-align: left;
        padding-top: 60px;
    }

    #events span {
        display: block;
        width: 100%;
    }

    #events .date {
        padding-bottom: 8px;
        font-size: 1.25rem;
    }

    #events .time {
        font-weight: 500;
    }

.event-name {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 15px;
}

.event-wrapper {
    padding-top: 20px;
}

    .event-wrapper:hover {
        background-color: rgba(31, 46, 69, 0.7)
    }

#events .container {
    position: relative;
    z-index: 12;
}

#events .btn-stroke-white {
    text-align: center;
}

@media (max-width:575px) {
    #events {
        padding-bottom: 45px;
    }

    .event-wrapper {
        background-color: rgba(12, 51, 92, 0.4);
        padding: 5px 30px;
        margin-bottom: 10px !important;
    }

    #events .month {
        border-bottom: 0 !important;
    }

    #events h1 {
        padding-left: 15px;
    }

    #events .btn-stroke-white {
        margin-top: 25px;
    }
}

@media (min-width:575px) {
    #events .time {
        border-bottom: 3px solid #2f7baf;
    }

    #events {
        padding-bottom: 85px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #events h1 {
        padding-left: 15px;
    }
}

@media (max-width:1200px) {
    .event-wrapper {
        margin-bottom: 40px;
    }

    #events .time {
        padding-bottom: 10px;
    }

    .event-name {
        margin-top: 5px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .event-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .event-wrapper {
        padding: 0 30px !important;
    }

    #events {
        min-height: 510px;
    }
}

@media (min-width:992px) {
    #events .row {
        margin-bottom: 60px;
    }
}

@media (min-width:1200px) {
    #events .time {
        margin: 10px 0 25px 0;
        padding-bottom: 25px;
    }

    .event-name {
        margin-top: 15px;
    }
}
/*----------------------------------------------*/
.color-black {
    color: black;
}

.color-white {
    color: white;
}

.color-red {
    color: #910522;
}
/*------------Buttons-----------------*/
.btn-stroke a {
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid #c84e4d;
    color: #c64b4c;
}

    .btn-stroke a:hover {
        border: 2px solid #851f20;
        color: #851f20
    }

.btn-stroke-white a {
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 50px;
    border: 2px solid white;
    color: white;
}

    .btn-stroke-white a:hover {
        background-color: rgba(255, 255, 255, .2);
    }
/*------------------Footer---------------------------------*/
footer {
    background-color: #1f2e45;
    position: relative;
    z-index: 7;
    color: white;
    font-size: .9rem;
    min-height: 330px;
    line-height: 1.5;
}

    footer .row {
        position: relative;
        z-index: 999;
    }

    footer h2 {
        font-family: 'Open Sans';
        font-size: 1.15rem;
        font-weight: 600;
        color: white;
        font-style: normal;
        margin: 10px 0 15px 0;
        text-align: left;
    }

        footer h2 i {
            color: #f96467;
            margin-right: 10px;
            position: relative;
            top: 3px;
        }

    footer a {
        color: white !important;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline !important;
        }

    footer .container {
        padding-top: 30px;
    }

.footer-sitemap i {
    color: white;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    font-size: .9rem;
    padding-top: 2px;
    padding-left: 2px;
}

.footer-tribune {
    width: 165px;
}

@media (max-width:575px) {
    footer .footer-logo img {
        max-width: 250px;
        margin: 0;
    }

    .footer-icons {
        float: none !important;
        display: block;
    }

    .footer-sitemap {
        max-width: 100px;
    }

    .footer-accessbility {
        max-width: 130px;
        margin: 0 auto 20px auto;
    }

        .footer-sitemap i, .footer-accessbility i {
            float: left;
        }
}

@media (min-width:575px) {
    .footer-icons div {
        float: left;
    }
}

@media (max-width:767px) {
    footer {
        text-align: center;
    }

    .footer-sitemap, .footer-accessbility, .footer-tribune {
        margin: 35px auto;
    }

    footer h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .footer-main > div {
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .footer-main h2 i {
        float: left;
    }

    .footer-main h2 {
        display: block;
        max-width: 150px;
        margin: 0 auto;
        text-align: left;
    }

    .footer-bottom {
        margin-top: 0;
        padding-bottom: 25px;
    }
}

@media (min-width:768px) {
    footer input {
        float: left;
        margin-right: 7px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .footer-main > div:nth-child(2) {
        padding-left: 170px;
    }
}

@media (min-width:575px) and (max-width:992px) {
    .footer-sitemap {
        margin-left: 75px;
    }
}

@media (max-width:992px) {
    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .footer-bottom > div:first-child {
        text-align: left;
    }

    .footer-sitemap {
        margin-left: 120px;
    }
}

@media (min-width:575px) and (max-width:1200px) {
    .footer-sitemap {
        margin-left: 75px;
    }
}

@media (max-width:1200px) {
    .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .btn-stroke a {
        padding: 10px 20px;
    }

    .footer-tribune {
        margin: 0 auto 20px auto;
    }

    .footer-accessbility i {
        margin-left: 10px;
    }
}

footer ul {
    padding-left: 0;
}

    footer ul li {
        list-style: none;
    }

footer i {
    font-size: 1.4rem;
    float: left;
    margin-right: 8px;
}

@media (min-width:1200px) {
    .footer-bottom {
        margin-top: 25px;
    }

    .footer-sitemap {
        margin-left: 120px;
    }
}

@media (min-width:575px) and (max-width:992px) {
    .footer-icons {
        max-width: 334px;
        margin: 20px auto;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .footer-bottom > div:first-child {
        text-align: left;
    }
}

.footer-main > div:nth-child(2), .footer-main > div:nth-child(3), .footer-main > div:nth-child(4) {
    padding-top: 30px;
}

.footer-logo {
    padding-top: 27px;
}

.footer-menu ul {
    margin-top: 4px;
}

.footer-bottom {
    text-align: center;
}

.footer-social {
    margin: 1rem auto;
}

    .footer-social ul {
        display: inline-block;
    }

        .footer-social ul li {
            float: left;
            padding: 0 12px;
        }

            .footer-social ul li i {
                float: none;
            }

@media (min-width:575px) {
    .footer-social {
        display: none;
    }
}
/*-------------------------------------------------*/
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.margin-auto {
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (max-width:992px) {
    .m-t-50-md {
        margin-top: 50px;
    }

    .m-b-50-md {
        margin-bottom: 50px;
    }

    .text-center-md {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .m-t-50-lg {
        margin-top: 50px;
    }

    .m-b-50-lg {
        margin-bottom: 50px;
    }

    .text-center-lg {
        text-align: center !important;
    }
}
/*----------------------------------------------*/
.img-fl-l {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-fl-r {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width:575px) {
    .img-fl-l, .img-fl-r, .img-w-100 {
        width: 100%;
        height: auto;
    }
}

.display-none {
    display: none;
}

@media (max-width:767px) {
    .fl-r-w100-sm {
        width: 100%;
        margin-bottom: 10px;
    }

    #home-slider, #home-slider .carouselHomePage, #home-slider .carousel-inner, #home-slider .carousel-item, #home-slider img {
        width: 100%;
        height: 60vh;
    }
}

@media (min-width:768px) {
    .fl-r-w100-sm {
        float: right;
        padding: 0 0 10px 25px;
    }
}

@media (max-width:420px) {
    .footer-social {
        max-width: 250px !important;
        margin-top: -1.5rem;
    }

    .weather-box {
        margin-bottom: 1.5rem;
    }

    #spotlight-slider .carousel-btn-wrapper .carousel-control-prev {
        right: 20%;
    }

    #spotlight-slider .carousel-btn-wrapper .carousel-control-next {
        right: 9%;
    }

    #spotlight-slider .carousel-indicators {
        display: none;
    }

    #home-slider, #home-slider .carouselHomePage, #home-slider .carousel-inner, #home-slider .carousel-item, #home-slider img {
        height: 45vh;
    }
}
/*----------------Animation WOW--------------------*/
@media (max-width:991px) {
    .wow {
        animation: none !important;
        visibility: visible !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/*---------------Secondary page-------------------------*/
#secondary-page .left-col {
    background-color: #3b5771;
    color: white;
}

#secondary-page .right-col {
    background-color: white;
    color: black;
}

#secondary-page .left-col a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#secondary-page .left-col h1 {
    color: white;
    font-size: 1.3rem;
}

#secondary-page .left-col ul {
    padding-left: 0;
}

#secondary-page .left-col > ul > li {
    list-style: none;
    border-bottom: 1px solid #4b6680;
}

#secondary-page .left-col ul li:hover, #secondary-page .left-col ul li a.active {
    background-color: #304a63;
    border-radius: 5px;
}

#secondary-page .left-col li.active {
    background-color: #1f3b54;
}

#secondary-page .left-col i {
    font-size: .8rem;
    margin-right: 15px;
}

@media (max-width:1200px) {
    #secondary-page .left-col i {
        margin-right: 5px !important;
    }

    #secondary-page .left-col i {
        font-size: .6rem;
    }

        #secondary-page .left-col i.fa-angle-right {
            font-size: .8rem !important;
        }
}

@media (max-width:575px) {
    #secondary-page .left-col .left-container {
        width: 100% !important;
        margin: 0 auto
    }
}

@media (max-width:992px) {
    #secondary-page .left-col {
        width: 100%;
        padding: 30px 20px 10px 20px;
    }

        #secondary-page .left-col .left-container {
            width: 80%;
            margin: 0 auto
        }

    #secondary-page .right-col {
        width: 100%;
        padding: 30px;
    }

    #secondary-page .left-col ul li a {
        padding: 15px 0 15px 10px;
    }
}

@media (min-width:992px) {
    #secondary-page .left-col {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
        background-color: #3b5771;
        color: white;
    }

    #secondary-page .left-col {
        background-color: #3b5771;
    }

    #secondary-page .right-col {
        -ms-flex: 0 0 76.5%;
        flex: 0 0 76.5%;
        max-width: 76.5%;
        background-color: white;
        color: black;
    }

    #secondary-page .left-col h1 {
        margin-top: 75px;
    }

    #secondary-page .left-col, #secondary-page .right-col {
        float: left;
    }

    #secondary-page .right-col {
        padding: 25px 30px 50px 30px;
    }

    #secondary-page .left-col ul li a {
        padding: 15px 0 15px 15px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #secondary-page .left-col {
        padding: 0 15px 300px 15px;
    }

    #secondary-page nav {
        margin-bottom: 0;
    }
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

@media (min-width:1200px) {
    #secondary-page .left-col > ul > li {
        padding: 15px 0 15px 30px;
    }

    #secondary-page .left-col {
        padding: 15px 30px 50px 30px;
        background-color: #3b5771;
    }
}

@media (min-width:2000px) {
    #secondary-page .right-col {
        padding: 25px 10% 50px 30px;
    }
}

@media (min-width:2600px) {
    #secondary-page .right-col {
        padding: 25px 28.5% 50px 30px;
    }
}

#secondary-page .right-col img {
    margin-bottom: 15px;
}

.secondary-page .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.secondary-page-bg {
    background-size: cover;
    background-position: top center;
    min-height: 200px;
    position: relative;
}

    .secondary-page-bg.about {
        background-image: url(../images/secondary-bg.jpg);
    }

#secondary-page .left-container > ul > li > a::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: .4rem;
    margin-right: 8px;
    float: left;
    line-height: 22px;
}

.sitemapNodes img {
    margin-bottom: 0 !important;
}

#spotlight-slider .carousel-btn-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*---------------News Page------------------*/
.news-item {
    padding: .75rem 0;
}

    .news-item h2 a {
        color: #a33435;
        font-size: 1.15rem;
        line-height: 1.25;
        text-decoration: none;
    }
/*--------------Breadcrumb------------------*/
.breadcrumb {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0.25rem;
    background-color: white;
}

    .breadcrumb a:last-child {
        text-decoration: none !important;
        pointer-events: none;
        color: grey !important;
    }

    .breadcrumb .item a {
        padding-right: 4px !important;
        padding-left: 4px;
        font-size: 0.9rem;
    }

        .breadcrumb .item a:first-child {
            padding-left: 0;
        }

nav[aria-label=breadcrumb] {
    float: none;
    margin-top: 0;
}

#secondary-page #main-content .right-col .breadcrumb .item a::before {
    display: inline-block;
    color: #6c757d;
    content: ">";
    width: unset;
    margin-right: 8px;
}

#secondary-page #main-content .right-col .breadcrumb .item a:first-child::before {
    content: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

a.fancybox {
    display: block;
    position: relative;
}

    a.fancybox img {
        margin-bottom: 0 !important;
    }

    a.fancybox .icon {
        opacity: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 50%;
        margin-top: 15px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        border-color: #fff;
        color: #fff;
        z-index: 10;
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOkAAADyCAYAAACoJuK7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwQ0Q4QUVDQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwQ0Q4QUVEQjc2MTExRTlCRTEzODZGRDJGRTM3OTQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBDRDhBRUFCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBDRDhBRUJCNzYxMTFFOUJFMTM4NkZEMkZFMzc5NDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6o6/5tAAAO+klEQVR42uyd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')
    }

a.fancybox {
    overflow: hidden;
}

.carousel-indicators {
    margin-right: 4% !important;
    margin-left: 4% !important;
}

a.fancybox:hover .icon {
    display: block;
    opacity: 1;
    margin-top: 0;
}

a.fancybox:after {
    content: '';
    position: absolute;
    background-color: rgba(28, 31, 32, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

a.fancybox:hover:after {
    opacity: 1;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 55%/50% 100%;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 55%/50% 100%;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
/*-------------- File Browser styles --------------*/
.assets-browser {
    padding-top: 10px;
}

.tree-view {
    height: 100%;
    margin-bottom: 15px;
    margin-top: -12px;
}

.tree-container {
    overflow-y: auto;
    text-align: left;
    border-left: 1px solid #a8b7c7;
    border-top: 1px solid #a8b7c7;
    border-bottom: 1px solid #a8b7c7;
}

.files-container {
    border: 1px solid #a8b7c7;
    max-height: 700px;
    min-height: 700px;
    overflow-y: scroll;
    scrollbar-shadow-color: black;
}

#secondary-page .right-col #_ctl0_uxViewArea_ucFileBrowser_ucTreeViewn0Nodes table tr td img {
    margin-bottom: 0;
}

#secondary-page .right-col #_ctl0_uxViewArea_ucFileBrowser_ucTreeView table tr td img {
    margin-bottom: 0;
}

.files-container table th {
    background-color: #d2dce7;
    border-bottom: 1px solid #a8b7c7;
}

.files-container table {
    width: 100%;
}

    .files-container table th {
        background-color: #d2dce7;
        border-bottom: 1px solid #a8b7c7;
        font-weight: normal;
        text-align: left;
    }

        .files-container table th:first-child {
            padding: 6px 6px 6px 11px;
        }

        .files-container table th:nth-child(2) {
            border-right: none;
            padding: 6px;
            width: 80px;
        }

    .files-container table tr:nth-child(odd) {
        background-color: #f2f3f4;
    }

    .files-container table a {
        /*color: #183d57;*/
    }

    .files-container table td {
        padding: 6px;
    }

    .files-container table tr td {
        border-bottom: 1px solid #e4e4d9;
    }

        .files-container table tr td:first-child {
            border-right: 1px solid #e4e4d9;
        }

@media (max-width:768px) {
    .files-container {
        width: 100%;
        float: none;
        max-height: 500px;
        min-height: auto;
        display: block;
    }

    .tree-container {
        float: none;
        width: 100%;
        max-height: 432px;
        border-bottom: 0;
    }
}

@media (min-width:768px) {
    .files-container {
        float: left;
        width: calc(100% - 350px);
    }

    .tree-container {
        float: left;
        width: 350px;
        border-right: 0;
        max-height: 700px;
        min-height: 700px;
    }

    .assets-browser {
        height: 750px;
    }
}

@media (max-width:390px) {
    .right-image {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        float: none;
    }

    .left-image {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .right-image-wide {
        float: none;
        max-width: 100%;
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-left {
        border-left: 1px solid #e3e3e3;
    }
}

/*-------------------Notification Bar-----------------------*/
#alert-wrapper, #alert-wrapper .active, #alert-wrapper .active a {
    background-color: #910522;
    color: white !important;
}

#alert-wrapper .carousel-item {
    color: white;
}


#alert-wrapper p {
    margin: 0 !important;
}

#collapseAlert {
    width: 99%;
}

.alert-btn, .alert-btn.collapsed, .alert-btn:hover, .alert-btn.collapsed:hover {
    background-color: white;
    margin-top: 15px;
    position: absolute !important;
    border-radius: 100%;
}

    .alert-btn:hover, .alert-btn.collapsed:hover {
        background-color: white;
    }

.alert-btn {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    z-index: 1000;
}

    .alert-btn.collapsed {
        width: 42px;
        height: 42px;
        cursor: pointer;
        z-index: 1000;
        border: 1px solid #517188;
    }

        .alert-btn.collapsed .fa-angle-double-up {
            display: none;
        }

    .alert-btn .fa-angle-double-down {
        display: none;
    }

    .alert-btn.collapsed .fa-angle-double-down {
        display: inline-block;
    }

#alert-wrapper .collapsing {
    -webkit-transition: height 1s ease !important;
    -moz-transition: height 1s ease !important;
    -o-transition: height 1s ease !important;
    transition: height 1s ease !important;
}

#alert-wrapper h2 {
    color: black;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 0;
    margin-top: 8px;
    margin-bottom: 8px !important;
}

#alert-wrapper a {
    color: white;
    text-decoration: underline;
}

    #alert-wrapper a i {
        color: #3c5772;
    }
    
    
.alert-btn:focus, .alert-btn.focus {
    box-shadow: unset !important;
}

@media (max-width:992px) {
    .alert-btn, .alert-btn.collapsed, .alert-btn:hover, .alert-btn.collapsed:hover {
        right: 20px;
    }
}

@media (min-width:992px) and (max-width:1050px) {
    #alert-wrapper .carousel-item {
        width: 95% !important;
    }

    #alert-wrapper #carouselAlertControls .carousel-control-next {
        width: 13% !important;
    }

    .alert-btn, .alert-btn.collapsed, .alert-btn:hover, .alert-btn.collapsed:hover {
        margin-top: 2px !important;
        right: 30px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .alert-btn.collapsed, .alert-btn.collapsed:hover {
        margin-top: 34px !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .alert-btn.collapsed, .alert-btn.collapsed:hover {
        margin-top: 2px !important;
    }
}

@media (min-width:1050px) {
    .alert-btn, .alert-btn.collapsed, .alert-btn:hover, .alert-btn.collapsed:hover {
        right: 5px;
    }
}

#carouselAlertControls .carousel-item {
    font-size: 0.95rem;
    line-height: 1.3;
    color: white;
}

#carouselAlertControls .carousel-control-prev, #carouselAlertControls .carousel-control-next {
    width: 4%;
}

#carouselAlertControls .carousel-control-prev-icon, #carouselAlertControls .carousel-control-next-icon {
    background-color: inherit;
    border: unset;
    border-radius: unset;
}

#carouselAlertControls .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#carouselAlertControls .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

@media (min-width:992px) {
    #collapseAlert .carousel, #collapseAlert .carousel-inner {
        height: 100%;
        min-height: 100px;
        max-height: 100px;
    }
}

@media (max-width:992px) {
    #collapseAlert .carousel, #collapseAlert .carousel-inner {
        height: 100%;
        min-height: 140px;
        max-height: 140px;
    }

    #collapseAlert h2 {
        margin-bottom: 2px;
    }
}

@media (min-width:575px) and (max-width:992px) {
    #collapseAlert .carousel, #collapseAlert .carousel-inner {
        height: 100%;
    }
}

@media (max-width:640px) {
    #carouselAlertControls .carousel-control-prev, #carouselAlertControls .carousel-control-next {
        display: none;
    }

    #carouselAlertControls .carousel-item {
        padding: 6px 35px 15px 0;
        text-align: left;
    }
}

@media (min-width:640px) {
    #carouselAlertControls .carousel-item {
        padding: 0 50px 15px 50px;
    }
}

@media (max-width:575px) {
    #collapseAlert .carousel, #collapseAlert .carousel-inner {
        height: 100%;
        min-height: 150px;
        max-height: 150px;
    }

    .alert-btn {
        z-index: 1000 !important;
    }
}

@media (max-width:440px) {
    #collapseAlert.show .carousel, #collapseAlert.show .carousel-inner {
        height: 100%;
        min-height: 180px;
        max-height: 180px;
        font-size: 0.85rem;
    }
}

@media (prefers-reduced-motion:reduce) {
    #alert-wrapper .carousel-item {
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }
}
/*------------------------------------------*/
