﻿@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', sans-serif;
    font-style: normal;
    font-weight: 400;
    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;
    }
    b, strong {
        font-weight:600;
    }

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: 'Montserrat', sans-serif;
    font-weight:600;
    font-style: normal;
    color: #3c5772;
    text-rendering: optimizeLegibility;
    line-height: normal;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    color: #910522;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3c5772;
}

h3 {
    font-size: 1.15rem;
    text-align: left;
    color: black;
    margin: 10px 0;
    font-weight: 700;
}

h4 {
    font-size: 1.4rem;
    font-weight: 700;
    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;
}

.header-photo {
    width: 100%;
  
 height:72vh;
}

.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;
}
header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255, 255, 255, .83);
}

#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: 700;
        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 {
    padding-top: 20px;
    padding-bottom: 15px;
}
.logo-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.first-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.second-line {
    width: 100%;
}
.right-flexed-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    align-content: flex-end;
}
@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: #3c579e;
    color: white;
    font-size: 1.2rem;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

    a.social i {
        margin-left: 2px;
        margin-right: 2px;
        line-height: inherit;
    }

    a.social:hover {
        background-color: #0c1f53;
    }

@media (max-width:575px) {
}

.header-first-menu ul li {
    float: left;
}

@media (min-width:420px) and (max-width:992px) {
    .header-first-menu {
        max-width: 440px;
    }
}

@media (min-width:575px) and (max-width:992px) {
    .header-right-section {
        text-align: center;
        float: none !important;
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    header {
        width: 100%;
       
        padding-top: 20px;
    }

    .right-image, .left-image {
        max-width: 50%;
    }

   

    .right-image-wide {
        max-width: 55%;
    }


    .header-first-menu li {
       padding-left:0;
       padding-right:15px;
    }
}

.search-box input[type="text"] {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000;
}
@media (min-width:992px) {
  

    .header-first-menu li {
        padding: 0 10px;
    }

    .logo-wrapper {
        float: left;
    }
}

@media (min-width:1200px) {

    .second-line {
      
        margin-top: 15px;
    }


   

    .header-right-section .first-line > div {
        float: left;
        margin-top: 20px;
    }

    .header-right-section ul {
    }

    .search-input {
        min-width: 300px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-first-menu a {
        padding: 0 7px;
    }

    .search-input {
        min-width: 300px;
    }
}

@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: 700;
    color: #507389;
}

@media (max-width:420px) {
    .weather-box::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .weather-box {
        max-width: 150px;
        float: none !important;
        margin: 0 auto;
    }
}
/*--------------------------------------------*/
@media (max-width:575px) {
}

@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) {
   
}

@media (min-width:1400px) and (max-width:1600px) {
   
}

@media (min-width:1600px) and (max-width:1650px) {
   
}

@media (min-width:1650px) {
   
}
/*----------------------------------*/

@media (max-width:575px) {
    .logo-wrapper img {
        max-width: 250px;
    }

    .logo-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }

        .logo-wrapper img {
            max-width: 280px;
        }

    #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 (max-width:992px) {
    .logo-wrapper {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }
}

@media (max-width:993px) {
    header {
        padding-bottom: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .logo-wrapper img {
        max-width: 340px;
    }

   

    .header-first-menu {
        margin-top: 0;
    }
}





/*--------------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: 1px solid #ccc;
    background: #fff;
    border-radius: 45px;
    margin-top: 0;
}

.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;
}

.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: #9c0411;
    height: 42px;
    right: -5px;
    padding-bottom: 0;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 42px;
    border: none;
    border-left: none;
    border-radius: 45px;
    background-position: 11px 9px;
    top: 0;
}

    .search-btn:hover {
        background-color: #8c0716;
    }

.mcms_ErrorText {
    color: red;
    font-weight: bold;
    height: 31px;
    padding-bottom: 0;
    padding-top: 0;
    float: left;
}




@media (max-width:992px) {
    .search-box {
        float: none;
    }
}



@media (max-width:768px) {
}

@media (min-width:768px) {
    .search-box {
        margin-left: 5px;
    }
}

@media (max-width:991px) {
    .header-first-menu ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    .first-line {
        margin-bottom: 20px;
    }
}

.search-error-text {
    color: Red;
    position: absolute;
    right: 44px;
    font-size: 25px;
}

@media (min-width:992px) and (max-width:1200px) {
    .search-box {
        float: right;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .first-line {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .header-right-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-end;
        min-height: 150px;
    }

    #secondary-page .search-box {
        padding-top: 0;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
    }
}

@media (min-width:992px) {
}

@media (min-width:1400px) {
    .search-box {
        min-width: 170px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .search-box {
        margin-left: 15px;
    }
}

@media (min-width:576px) and (max-width:992px) {
    .second-line {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

    .search-input {
        min-width: 270px;
    }
}
/*----------------Quick links------------------------------*/
#quick-links {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #172d67;
}

    #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 {
        }


    #quick-links figure {
     
        border-radius: 100%;
        width: 95px;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
       
    }

    #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;
    }

    #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: 25px 0 25px 0;
    }
}

@media (max-width:575px) {
    #quick-links {
        padding: 40px 0;
    }
}

@media (min-width:768px) {
    #quick-links span {
        max-width: 130px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

@media (max-width:992px) {
    #quick-links span {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

@media (min-width:992px) {
    #quick-links span {
        margin-top: 10px;
    }
}
/*-----------------------------------------*/
#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 {
        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 {
        float: right;
    }
}

#city-news h1 {
    text-align: left;
    color: #ae0728;
    font-size: 2.5rem;
}

#city-news {
    padding: 50px 0 70px 0;
}

.city-news-slider h2  {
    margin-top:15px;
    margin-bottom:15px;
}

.city-news-slider h2 a {
    font-size: 1rem;
    color: #b00122;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0 5px 0;
    text-align: left;
    text-decoration: none;
    
}
    .city-news-slider h2 a:hover {
        color: #87040f;
    }
.welcome-text {
    background-image: url(../images/welcome-bg-light-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

    .welcome-text .welcome-header {
        margin: 0 auto 30px auto;
        padding-top: 30px;
        text-align: center;
    }

@media (max-width:992px) {
    .welcome-text {
        min-height: 570px;
        padding-bottom: 30px;
    }
}

@media (min-width:992px) {
    .welcome-text {
        height: 570px;
    }

        .welcome-text .welcome-bg2 {
            position: absolute;
            z-index: 2;
            right: 0;
            height: 149px;
            width: 100%;
            bottom: 0;
        }

        .welcome-text .welcome-bg3 {
            position: absolute;
            z-index: 3;
            right: 0;
            height: 100px;
            width: 100%;
            bottom: 0;
        }

    .welcome-bg2 .welcome-bg-blue {
        background-image: url(../images/welcome-bg-blue.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 149px;
        width: 100%;
    }

    .welcome-bg3 .welcome-bg-green {
        background-image: url(../images/welcome-bg-green.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 100px;
        width: 100%;
    }
}


#welcome p {
    color: #fff;
}

#welcome h2 {
    text-align: center;
    color: #fff;
}

.slick-next::before, .slick-prev::before {
    color: #000 !important;
}


.slick-next, .slick-prev {
    background-color: #eee;
    color: #000;
}

@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: #af0527;
        color: white;
        padding: 4px 15px;
        border-radius: 3px;
        text-decoration: none;
        font-size: 1rem;
        transition: background-color 0.5s ease-out;
        -o-transition: background-color 0.5s ease-out;
        -moz-transition: background-color 0.5s ease-out;
        -webkit-transition: background-color 0.5s ease-out;
    }

        .btn-news a:hover {
            background-color: #87040f;
        }

#city-news .btn-stroke {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -60px;
    position: relative;
    z-index: 1000;
}
@media (min-width:1200px) {
    
    .second-line > nav > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-end;
        align-content: center;
    }

    .logo-wrapper {
        position: absolute;
        left: 0;
        top: 10px;
        width: 28.5%;
        text-align: center;
    }
}
/*-------------------Events----------------------------*/
#events {
    background-image: linear-gradient(to bottom, rgba(31,46,69, .25) 0%,rgba(31,46,69, .15) 100%), url(../images/events-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: left;
    position: relative;
    z-index: 5;
}

    #events a {
      
        text-decoration: none;
    }

    #events h1 {
        color: #ae0728;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 35px;
        font-size: 2.5rem;
    }

    #events span {
        display: block;
        width: 100%;
    }

    #events .date {
        padding-bottom: 8px;
        font-size: 1.2rem;
        font-weight:600;
    }

    #events .time {
        font-weight: 500;
    }

.event-name {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
}

.event-wrapper {
}



    .event-wrapper a {
        background-color: rgba(255,255,255,.7);
        text-align: center;
        min-height: 200px;
        display: flex;
     
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        color: #000;
        padding: 15px;
    }



#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 {
        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) {
}

/*----------------------------------------------*/


.color-black {
    color: black;
}

.color-white {
    color: white;
}

.color-red {
    color: #910522;
}


/*------------Buttons-----------------*/
#city-news .btn-stroke a {
    background-color: #fff;
    border: 2px solid #a60e2d;
    color: #910522;
    font-size: 1.1rem;
    transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
}

    #city-news .btn-stroke a:hover {
        background-color: #a60e2d;
        border: 2px solid #a60e2d;
        color: #fff;
    }

.btn-stroke a {
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 2px;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

    .btn-stroke a:hover {
        border: 2px solid #851f20;
        color: #851f20
    }

.btn-stroke-white a {
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 2px;
    background-color: #af0527;
    color: white;
    font-size: 1.1rem;
}

    .btn-stroke-white a:hover {
        background-color: #87040f;
    }

/*------------------Footer---------------------------------*/
footer {
    background-color: #052659;
    position: relative;
    z-index: 7;
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 15px;
}

    footer .row {
        position: relative;
        z-index: 999;
    }


    .footer-accessbility i {
        position: relative;
        top: 3px;
    }


footer h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 0 15px 0;
    text-align: left;
}

footer ul {
}

.footer-fb {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

    .footer-fb span:first-child {
        margin-left: 0;
        border-radius: 50%;
        background: #fff;
        color: #053014;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 22px;
        height: 23px;
        font-size: 16px;
    }

    .footer-fb span {
        display: block;
        margin-left: 10px;
        line-height: 1.2;
        font-size: 1rem;
    }

footer h2 i {
    color: #f96467;
    margin-right: 10px;
}

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: 1.1rem;
    padding-top: 4px;
    padding-left: 2px;
}

.footer-tribune {
    width: 165px;
}

.footer-main li {
    margin: 14px 0;
}

@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;
    }
    #city-news .btn-stroke {
        margin-top: 50px;
        margin-bottom: 35px;
        text-align: center;
    }
    
    
    .footer-sitemap, .footer-accessbility, .footer-tribune {
        margin: 15px auto;
    }

    footer h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .footer-main > div {
        margin-bottom: 20px;
    }

        .footer-main > div:nth-child(3) {
            margin-bottom: 0;
        }
}

@media (max-width:768px) {
    .footer-main h2 i {
        float: left;
    }

    .footer-main h2 {
        text-align: center;
    }

    .footer-bottom {
        margin-top: 0;
        padding-bottom: 25px;
    }

    .footer-fb {
        margin: 0;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .footer-icons {
        display: none;
    }

    footer ul {
        margin: 0;
    }

    footer a {
        text-decoration: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

@media (min-width:768px) {
    footer input {
        float: left;
        margin-right: 7px;
    }

    .footer-bottom {
        margin-top: 40px;
    }
}

@media (min-width:768px) and (max-width:992px) {
}


@media (max-width:992px) {
    .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-bottom {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .footer-bottom > div:first-child {
        text-align: left;
    }
}


@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 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: 30px;
    }
}

@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-logo img {
    max-width: 90%;
}

.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;
    }
}

@media (max-width:420px) {
    .footer-social {
        max-width: 250px !important;
        margin-top: -1.5rem;
    }

    .weather-box {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:575px) {

 
    .search-input {
        min-width: 230px;
        margin-top: 0;
    }

    .header-first-menu ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    .first-line {
        margin-bottom: 20px;
    }
}

@media (max-width:420px) {
    .search-input {
        min-width: 215px;
        margin-top: 0;
    }

    .first-line {
        margin-bottom: 20px;
    }

    .search-btn {
        top: 0;
    }

}

@media (max-width:360px) {
    .search-input {
        min-width: 200px;
        margin-top: 0;
    }
    .header-first-menu li {
        padding-left: 0;
        padding-right: 5px;
    }
}
@media (max-width:330px) {
    .search-input {
        min-width: 190px;
        margin-top: 0;
    }
}
/*-------------------------------------------------*/
.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;
    }
    .right-flexed-col {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .first-line {
        margin-bottom: 0;
    }
    .second-line {
        width: auto;
    }
    .logo-top a img {
        max-width:65%;
    }
    .logo-top {
        margin-bottom:20px;
    }
}

@media (min-width:768px) {
    .fl-r-w100-sm {
        float: right;
        padding: 0 0 10px 25px;
    }
}





/*---------------Secondary page-------------------------*/

#secondary-page .left-col {
    background-color: #f3f3f3;
    color: white;
}

#secondary-page .right-col {
    background-color: white;
    color: black;
}

#secondary-page .left-col a {
    color: #0b0c37;
    text-decoration: none;
    font-weight: bold;
}

#secondary-page .left-col ul a {
   
    font-weight: 700;
    font-size: 1.15rem;
}

#secondary-page .left-col ul.sidebar-submenu a {
    color: white !important;
}

#secondary-page .left-col li.has-submenu a {
    padding-left: 60px;
}

#secondary-page .left-col h1 {
    color: #0b0c37;
    font-size: 1.3rem;
}

#secondary-page .left-col ul {
    padding: 0;
}

#secondary-page .left-col > ul > li {
    list-style: none;
    border-bottom: 1px solid #a8a8a8;
}

#secondary-page .left-col ul li:hover {
    background-color: #e0e0e0;
}

#secondary-page .left-col i {
    font-size: .8rem;
    margin-right: 15px;
    color: #172d67;
}

@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:991px) {
    #secondary-page .left-col {
        width: 100%;
        padding: 0 35px 0 35px;
    }

        #secondary-page .left-col .left-container {
            width: 80%;
            margin: 0 auto
        }

    .sidebar-menu > li:last-child {
        margin-bottom: 25px;
    }

    #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%;
        color: white;
    }



    #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 0 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 0 50px 0;
    }
}

@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 .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.secondary-page-bg {
    background-size: cover;
    background-position: 0 20%;
    min-height: 200px;
    position: relative;
}

    .secondary-page-bg > .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, .8);
    }

    .secondary-page-bg.about {
        background-image: url(../images/secondary-bg.jpg);
    }

#secondary-page .left-container > ul > li >a  {
    background-image: url(../images/sidemenu-bullet.png);
    background-position: 35px 15px;
    background-repeat: no-repeat;
    display: block;
    padding-left: 60px;
    line-height: 22px;
}

/*---------------News Page------------------*/
.news-item {
    padding: 1rem 0;
}

    .news-item h2 {
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: left;
    }

/*--------------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;
            pointer-events: initial;
            text-decoration: underline !important;
        }

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 .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 (min-width: 1200px) {


    #city-news .container {
        max-width: 1370px;
    }
}

@media (min-width: 1400px) {
    #city-news .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    #city-news > .container {
        max-width: 1450px;
    }
}

@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 (max-width:991px) {
   .fb-widget {
       margin-top:145px;
   }
    #city-news .btn-stroke {
        margin-top:0;
    }
    
    #city-news h1, #events h1 {
        text-align: center;
        font-size: 2.1rem;
    }

    .first-line {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .wow {
        animation: none !important;
        visibility: visible !important;
    }
}
@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;
    }
}

/*.wow {
    visibility: visible !important;
}*/

.fb-page {
    padding-top: 5px;
}