﻿@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: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #575656;
    overflow-x: hidden !important;
}
/*-------------------------*/
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: 600;
    font-style: normal;
    color: #3c5772;
    text-rendering: optimizeLegibility;
    line-height: normal;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 15px 0;
    color: #0a206b;
}

    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;
    margin: 5px 0;
    color: #3c5772;
    text-align: left;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #3c5772;
    text-align: center;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    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;
}
/*----------------------------------------*/
#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 {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255, 255, 255, .83);
}

@media (min-width:575px) {
}

.header-first-menu ul {
    list-style: none;
    padding: 0;
}

.header-first-menu a {
    color: #777676;
    font-weight: 300;
    text-decoration: none;
}

.top-logo {
    display: block;
padding:11px;
   
}
.top-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.top-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}
    .top-logo > img {
min-width:250px;
    }

#totop {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: fixed;
    right: -60px;
    width: 55px;
    height: 55px;
    z-index: 9999;
    display: block;
    top: 85%;
    background: #099443;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 28px 0 21px;
    border: 2px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

    #totop:before {
        position: absolute;
        content: "\f077";
        top: 14px;
        left: 50%;
        margin-left: -11px;
        font-size: 25px;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        line-height: 1;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
       
    }
#totop.show {
    right: 10px;
    

}

    #totop:hover {
        background-color: #087435 !important;
    }

.header-first-menu li a:hover {
    text-decoration: underline;
}

a.social {
    display: inline-block;
    background-color: #282b2b;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;
    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: black;
    }

.header-first-menu ul li {
    float: left;
}

.search-error-text {
    color: Red;
    position: absolute;
    right: 70px;
    top: 10px;
}

@media (max-width:992px) {
    .right-image, .left-image {
        max-width: 50%;
    }

    .header-first-menu li {
        padding: 0;
    }
}

@media (min-width:992px) {
    .header-first-menu li {
        padding: 0 10px;
    }
}
/*--------------------------------------------*/
@media (max-width:575px) {
    .top-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .top-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
}
/*--------------------------------------------*/
@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 (max-width:767px) {
    #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;
        }
}

@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;
    }
}
/*--------------Search----------------------------*/
.search-box {
    display: block;
    border: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
}

.search-input {
    color: #282828;
    font-size: .9rem;
    height: 42px;
    line-height: 1.25;
    border: 0;
    background: none;
    border-bottom: 1px solid #8a8a88;
    border-radius: 0;
    margin-right: 55px;
}

.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;
}

.first-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.second-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: center;
}

.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-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    background-color: #099443;
    height: 42px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 42px;
    border: 0;
    border-left: none;
    border-radius: 5px;
    background-position: 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.mcms_ErrorText {
    color: red;
    font-weight: bold;
    height: 31px;
    padding-bottom: 0;
    padding-top: 0;
    float: left;
}

@media (max-width:991px) {
    .search-input {
        width: calc(100% - 57px);
    }
}

@media (max-width:767px) {
    .search-input {
        width: 150px;
    }

    .search-box {
        margin-left: 15px;
    }

    .first-line {
        margin-bottom: 15px;
    }
    .spotlight-header h1 {        
        margin: 0 auto;
    }
}

@media (max-width:345px) {
    .search-box {
        margin-left: 0;
    }
}
/*----------------Quick links------------------------------*/
#quick-links {
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(29, 97, 63, .85);
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #quick-links .container .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    #quick-links img {
       height:60px;
    }

    #quick-links a {
        color: white;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
        align-items: center;
    }

    #quick-links .row > div:hover img {
        animation: quicklinksHover ease;
        animation-duration: 1s;
    }

@-webkit-keyframes quicklinksHover {

    from {
        -webkit-transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes quicklinksHover {

    from {
        -webkit-transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-5px);
    }
}

.quicklinksHover {
    -webkit-animation-name: quicklinksHover;
    animation-name: quicklinksHover;
}
 

   

@media (max-width:767px) {
    #quick-links {
        padding-top: 25px;
        position: relative;
        padding-bottom:0;
    }

        #quick-links a {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
        }

        #quick-links .container .row > div {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            align-content: center;
            min-height: 135px;
        }

        #quick-links span {
            margin-bottom: 30px;
        }
}

@media (max-width:1199px) {
    #city-news .btn-stroke {
        text-align: center !important;
    }
}   
@media (max-width:991px) {
        #quick-links span {
            font-size: 0.85rem;
            margin-top: 15px;
        }

        #quick-links img {
            max-width: 50px;
        }    
    }


@media (min-width:768px) {
    #quick-links span {
        max-width: 130px;
        font-size: 1.05rem;
        line-height: 1.2;
    }
}
@media (max-width:575px) {
    #quick-links img {
        max-width: 50px;
        padding: 0;
    }
}
@media (max-width:370px) {
    #quick-links .container .row {
       
        flex-direction: column;
       
        justify-content: center;
        
    }
}

    @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;
    }

    #city-news .news-item h2 a:hover {
        text-decoration: underline;
    }

    @media (max-width:767px) {
        #city-news .container > h1 {
            text-align: center !important;
        }
    }
    @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: black;
            color: white;
            padding: 10px 15px;
            border-radius: 3px;
            text-decoration: none;
            font-size: .9rem;
        }

            .btn-news a:hover {
            }

    .city-news-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    #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: 100vh;
        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: 50%;
    }

    #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: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 (max-width:1199px) {
        #home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
            top: 50%;
        }
        .city-news-slider .slick-prev {
            left: -10px!important;
        }
        .city-news-slider .slick-next {
            right: -10px !important;
        }
       
    }

    @media (max-width:767px) {
        #home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
            top: 65%;
        }
        .city-news-slider .slick-prev {
            left: 10px !important;
        }

        .city-news-slider .slick-next {
            right: 10px !important;
        }
    }

    @media (max-width:575px) {
        #home-slider .carousel-btn-wrapper .carousel-control-prev, #home-slider .carousel-btn-wrapper .carousel-control-next {
            top: 75%;
        }
   
    }
    /*-------------------Events----------------------------*/
    #events {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 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 .row {
            margin-bottom: 60px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            align-content: center;
        }

        #events .event-wrapper a {
            color: white;
            text-decoration: none;
            background-color: rgba(29, 97, 63, .85);

            display: block;
            text-align: center;
        }

        #events .event-wrapper a:hover {
            background-color: rgba(29, 97, 63, .95);
        }

        #events h1 {
            color: #0a206b;
            text-align: center;
            padding-top: 60px;
        }

        #events span {
            display: block;
            width: 100%;
        }

        #events .date {
            font-weight: 700;
            font-size: 1.35rem;
        }

        #events .time {
            font-weight: 400;
            font-size: 0.84rem
        }

    .event-name {
        font-size: 0.91rem;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .event-wrapper {
        padding-top: 20px;
    }

    #events .container {
        position: relative;
        z-index: 12;
    }

    #events .btn-stroke-white {
        text-align: center;
    }

        #events .btn-stroke-white a {
            text-align: center;
            background-color: #099443;
        }

    @media (max-width:575px) {
        #events {
            padding-bottom: 45px;
        }

        .event-wrapper {
            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: 15px;
        }
    }
    @media (max-width:768px) {
        #events .event-wrapper a {
            padding: 25px 10px 10px 10px;
            min-height:160px;
        }
    }
    @media (min-width:768px) and (max-width:992px) {
        .event-wrapper {
            padding: 0 15px;
        }
        #events .event-wrapper a {
            padding: 25px 10px 10px 10px;
            min-height:160px;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        .event-wrapper {
            padding: 0 15px !important;
        }

        #events {
            min-height: 510px;
        }
        #events .event-wrapper a {
            padding: 25px 10px 10px 10px;
            min-height:200px;
        }

    }

    @media (min-width:992px) {
        #events .row {
            margin-bottom: 60px;
        }
        .col-lg-20 {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }

    @media (min-width:1200px) {
        #events .time {
            margin: 5px 0 25px 0;
        }

        .event-name {
            margin-top: 15px;
        }
        
        #events .event-wrapper a {
            padding: 30px 20px 10px 20px;
            min-height:200px;
        }
    }
    /*----------------------------------------------*/
    .color-black {
        color: black;
    }

    .color-white {
        color: white;
    }

    .color-red {
        color: #910522;
    }
  
    /*------------Buttons-----------------*/
    .btn-stroke a {
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 3px;
        background-color: #099443;
        color: #fff;
    }
    .btn-stroke {
        max-width: 175px;
       
        margin: 0 auto;
    }
        .btn-stroke.custom {
            min-width: 300px;
            margin: 20px 0 20px 0;
        }
        .btn-stroke.contact {
            min-width: 225px;
            margin:0!important;
        }
        .btn-stroke.custom a {
           display:block;
           text-align:center;
        }
    .btn-stroke-white a {
        text-decoration: none;
        padding: 10px 50px;
        border-radius: 3px;
        color: white;
       
    }

    .btn-stroke-white {
        max-width: 210px;
        display: block;
        margin: 0 auto;
    }


    .btn-news:hover a {
            background-color: #282a27;
        }
    
        .btn-stroke:hover a,
        .btn-stroke-white:hover a {
            background-color: #087435 !important;
        }

/*------------Accordion-----------------*/
#accordion, #accordion2 {
    padding-left: 5px;
}

    #accordion .accordion_item .accordion-toggle::before,
    #accordion2 .accordion_item .accordion-toggle::before {
        background-color: #0D6938;
        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,
    #accordion2 .accordion_item h2.accordion-toggle {
        color: #000;
        font-weight: 600;
        font-size: 1.1rem;
        padding-left: 25px;
    }

    #accordion .accordion_item.active h2.accordion-toggle::before,
    #accordion2 .accordion_item.active h2.accordion-toggle::before {
        background-color: #3D875F;
        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;
    }

    /*------------------Footer---------------------------------*/
    footer {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .01) 100%), url(../images/footer-bg.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 7;
        color: white;
        font-size: .9rem;
        padding-top: 25px;
        padding-bottom: 0;
    }

        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 {
                margin-right: 10px;
                position: relative;
                top: 3px;
            }

        footer a {
            color: white !important;
            text-decoration: none;
        }
        footer .footer-logo a img {
            min-width:269px;
        }

        footer .footer-links img {
            margin-right: 10px;
            position: relative;
            width: 30px;
            height: 30px;
        }

        footer .footer-links {
            margin-top: 10px;
        }

            footer .footer-links li {
                line-height: 25px;
                margin-top: 5px;
                margin-bottom: 10px;
            }

        footer .footer-credits {
            width: 100%;
            background-color: rgba(0, 0, 0, .53);
            padding-top: 15px;
            padding-bottom: 15px;
            margin-top: 35px;
        }

            footer .footer-credits .container .row {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                align-content: center;
            }

                footer .footer-credits .container .row > div {
                    padding-left: 15px;
                    padding-right: 15px;
                }

        footer .footer-links .sitemap i {
            font-size: 19px;
            position: relative;
            top: 2px;
            left: -1px;
            margin-right: 6px;
        }

    .footer-logo a {
        display: block;

        margin-top: 20px;
    }

    footer a:hover {
        text-decoration: underline !important;
    }

    @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;
        }
    }

    @media (min-width:768px) {
        footer input {
            float: left;
            margin-right: 7px;
        }
    }

    @media (min-width:768px) and (max-width:992px) {
        .footer-main > div:nth-child(2) {
            padding-left: 100px;
        }
    }

    @media (max-width:992px) {
        .footer-logo {
            text-align: center;
            margin-bottom: 30px;
        }
    }

    @media (min-width:992px) {
        .footer-bottom > div:first-child {
            text-align: left;
        }
    }

    @media (max-width:767px) {
        footer {
            text-align: center;
        }

            footer .footer-credits .container .row {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                align-content: center;
            }

        .footer-tribune {
            margin-bottom: 15px;
        }

        footer h2 {
            text-align: center;
            margin-bottom: 15px !important;
        }

        .footer-main > div {
            margin-bottom: 25px;
        }
    }

    @media (max-width:1199px) {
        .footer-logo {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
            margin-bottom: 40px;
        }

        .btn-stroke a {
            padding: 10px 20px;
        }
    }

    footer ul {
        padding-left: 0;
    }

        footer ul li {
            list-style: none;
        }

    footer i {
        font-size: 1.4rem;
        float: left;
        margin-right: 8px;
    }
    /*-------------------------------------------------*/
    .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: 70vh;
        }
    }

    @media (min-width:768px) {
        .fl-r-w100-sm {
            float: right;
            padding: 0 0 10px 25px;
        }
    }

    @media (max-width:420px) {
        #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: 100vh;
        }
    }
    /*---------------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 {
        text-decoration: none;
        font-weight: 600;
    }

    #secondary-page .left-col h1 {
        color: white;
        font-size: 1.3rem;
    }

    #secondary-page .left-col ul {
        padding-left: 0;
    }

    #secondary-page .left-col ul.sidebar-menu > li {
        border-bottom: 1px solid #c9c9c9 !important;
    }

    #secondary-page .left-col ul li a:hover {
        background-color: #d5d6d8;
    }
    #secondary-page .left-col ul.sidebar-menu ul {
        background-color: #e1e2e6;
    }
    #secondary-page .left-col ul.sidebar-menu ul li:not(:last-child) {
        border-bottom: 1px solid #d6d7d9;
    }

#secondary-page .left-col i {
    font-size: 1rem;
    color:#0a206b;
}

    @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 {
          display:none!important;
        }

            #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 5px 15px 10px;
        }
    }

    @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;
    }

    #secondary-page .left-col {
        background-color: #eaebed;
    }

    @media (min-width:1200px) {
        #secondary-page .left-col > ul > li {
            padding: 15px 0 15px 30px;
        }
        #secondary-page .right-col {
            -ms-flex: 0 0 69.5%;
            flex: 0 0 69.5%;
            max-width: 69.5%;
            background-color: white;
            color: black;
        }
        #secondary-page .left-col {
            padding: 15px 15px 50px 30px;
        }
    }

    @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;
        position: relative;
    }

        .secondary-page-bg.about {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 100%), 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: 25px;
    }

    .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: #0a206b;
            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;
    margin-top: 15px;
    margin-bottom: 15px
}

        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;
        }

        .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;
        }
    }
@media (min-width:1720px) {
    header .container, footer .container {
        max-width: 1650px;
    }
}

    @media (min-width:1400px) {
      header .container, footer .container {
            max-width: 1350px;
        }
    }

.agenda-minutes ul {
    padding: 0;
    list-style-type: none;
    margin:0;
}

    .agenda-minutes ul li {
        margin-top: 12px;
        margin-bottom: 12px;
        list-style-type: none;
        line-height: 1.3;
    }

.agenda-minutes th, .agenda-minutes td, .table th, .agenda-minutes td, .table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 8px;
    font-size: 0.95rem;
    padding-right:8px;
}

.agenda-minutes tr:hover {
    background-color: #f7f8f8;
    cursor: default;
}

.agenda-minutes th {
    background-color: #eaebed;
}

.agenda-minutes tr:nth-child(2n+1) td {
    background-color: #f9f9f9;
}

.agenda-minutes td {
    border-top: 0 !important;
    border-bottom: 1px solid #f2f6f8;
    height: 60px;
}



@media (min-width:768px) and (max-width:992px) {

    .agenda-minutes {
        line-height: 1.3;
    }
}



@media (min-width:768px) and (max-width:1200px) {

    .agenda-minutes td,
    .agenda-minutes th {
        padding: 0.3rem !important;
    }

    .agenda-minutes tr td:first-child {
        width: 17%;
        max-width: 245px !important;
    }

    .agenda-minutes tr td:nth-child(2) {
        width: 23%;
    }

    .agenda-minutes tr td:nth-child(3),
    .agenda-minutes tr td:nth-child(4),
    .agenda-minutes tr td:nth-child(5) {
        width: 20%;
    }
}

.agenda-minutes p {
    margin:0;
    padding:0;
}


@media (min-width:1200px) {
    .agenda-minutes {
        width: 100%;
    }

        .agenda-minutes tr td:first-child, .agenda-minutes tr th:first-child {
            width: 9%;
        }

        .agenda-minutes tr td:nth-child(2) {
            width: 14%;
        }

        .agenda-minutes tr td:nth-child(3),
        .agenda-minutes tr td:nth-child(4)
      {
            width: 13%;
        }

       
        .agenda-minutes tr td:nth-child(5) {
            width: 51%;
        }
}



@media (max-width:767px) {

    .table-responsive .agenda-minutes {
        width: 100%;
    }

    .table-responsive td {
        padding: 10px 0 10px 60%;
        display: block;
        position: relative;
        font-size: 0.9rem;
        line-height: 16px;
    }



    .table-responsive .agenda-minutes td {
        padding: 10px 0 10px 40%;
        display: block;
        border-left: 0;
        border-right: 0;
        position: relative;
    }

    .agenda-minutes td {
        height: auto;
    }

    .agenda-minutes ul li {
        margin-top: 0;
        margin-bottom: 10px;
    }


    .agenda-minutes tbody tr td:last-child {
        width: auto !important;
        text-align: left !important;
    }



    .agenda-minutes tbody tr td:first-child {
        border-top: 2px solid rgba(10, 22, 80, 1) !important;
    }



    .table-responsive td {
        padding: 10px 0 10px 40% !important;
    }



    .table-responsive th {
        display: none;
    }



    .table-responsive td:before {
        content: attr(data-th);
        position: absolute;
        left: 3%;
        font-weight: 700
    }
}

@media (max-width:320px) {

    .table-responsive td {
        font-size: 0.7rem;
    }

        .table-responsive td:before {
            left: 1%;
        }
}

.city-administration span {
    display:block;
}

@media (min-width:1600px) {
.city-administration img {
       max-width:315px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
.city-administration img {
       max-width:315px;
    }
}

@media (max-width:767px) {
    .city-administration img {
       max-width:315px;
    }
}

.facebook-icon {
    display: inline-block;
    background-color: #099443;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;
    vertical-align: baseline;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    margin-right: 10px;
}

.social-link {
    font-weight: 600;
    text-decoration: none;
}
}

