﻿@charset "utf-8";
/** general **/
html {
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.5;
    color: #000;
    background-color: white;
    font-family: 'Raleway';
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    color: #2441b2;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: underline;
}

    a:active, a:hover {
        text-decoration: none;
    }

    a.icon-doc:before {
        content: url(../Images/icon-doc.svg);
        position: relative;
        width: 15px;
        height: 20px;
        top: 4px;
        margin-right: 7px;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
    object-fit: cover;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

a, area, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

b, strong {
    font-weight: bold;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, em, img, i, dl, dt, ol, ul, li, video, canvas {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 15px;
}

h2 {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 20px 0;
}

h3 {
    font-size: 1.5rem;
    margin: 10px 0;
    line-height: 1.4;
    font-weight: 700;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
}

h5 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
}

h6 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
}

ul, ol {
    list-style-type: none;
}

input[type="submit"], button {
    cursor: pointer;
}

    input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a:focus, a:active {
    text-decoration: none;
    color: inherit;
    text-shadow: none;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row {
    position: relative
}

.no-p {
    padding: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.hg_section {
   
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}
.logo a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 60%;

}
  
    @media (min-width:575px) {
       
    }
p {
    margin-bottom: 18px;
}
.logo-wrapper > div {
}
#skiptocontent a {
    padding: 8px 15px 8px 15px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #0D6031;
    text-decoration: underline;
    border-right: 1px solid #0D6031;
    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: 100;
}

    #skiptocontent a:hover {
        text-decoration: none;
    }

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: white;
        border-bottom: 3px #0D6031 solid;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

.secondary-page #main-content a {
    color: #0056b3;
    text-decoration: underline;
}

    .secondary-page #main-content a:hover {
        text-decoration: none;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

header {
    background-color: rgba(255, 255, 255, .70);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.table td, .table th {
    padding: .55rem !important;
}



.header-photo {
    background-image: url("../Images/headers/header-bg.jpg");
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    height: 65vh;
}
.header-title {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
    .header-photo .welcome-text {
        font-weight: 700;
     
        color: #fff;
        font-size: 4rem;
        line-height: 5rem;
        display: block;
       
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
        text-align: center;
    }

.photo-header-secondary {
    background-size: cover;
    background-position: 50% 90%;
    height: 330px;
    background-image: url(../images/headers/header-bg-secondary-1.jpg);
}


    .photo-header-secondary.header-default {
        background-image: url(../images/headers/header-bg-secondary-1.jpg);
    }

#side-menu {
    padding: 0;
    background-color: #f6f6f4;
    padding-right: 25px;
}

    #side-menu h2 {
        padding: 40px 0 20px 40px;
        font-size: 1.6rem;
    }

    #side-menu ul li a {
        padding: 20px 19px 20px 30px !important;
        font-size: 1rem;
        display: block;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        position: relative;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

#main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#side-menu ul li a:before {
    content: '';
    position: absolute;
    background-image: url(../Images/arrow-point-to-right.png);
    background-repeat: no-repeat;
    width: 12px;
    opacity: 0;
    display: block;
    top: 26px;
    background-size: cover;
    left: 10px;
    height: 12px;
    line-height: 12px;
    background-position: 48% 85%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#side-menu ul li a:hover:before {
    opacity: 1;
}

#side-menu ul li a:hover {
    color: #000;
    -moz-transform: translate(15px, 0px);
    -webkit-transform: translate(15px, 0px);
    -o-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

#side-menu ul li {
    border-bottom: 1px solid #7f979f;
}

    #side-menu ul li:first-child {
        border-top: 1px solid #7f979f;
    }

.side-menu-hidden {
    display: none;
}

.list-unstyled {
    padding-left: 20px;
    list-style: none;
}
#news ._button {
    margin-top:35px;
    margin-left: 15px;
}
#news .slick-arrow {
    border: 0 !important;
    background-color: #b7b7b7;
}
#news .slick-arrow:hover {
    background-color: #a8a8a8;
}
.icons_ {
    margin-top: -55px;
    width: 100%;
}

.quick_links {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}

    .quick_links a {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        text-align: center;
        text-decoration: none;
    }

        .quick_links a > div {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            padding: 1px;
            margin-bottom: 10px;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            border: 1px solid #fff;
            background: rgb(0,85,165); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(0,85,165,1) 0%, rgba(7,131,227,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,85,165,1) 0%,rgba(7,131,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,85,165,1) 0%,rgba(7,131,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a5', endColorstr='#0783e3',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 0px 0px 18px 0px rgba(61,61,61,0.39);
            -moz-box-shadow: 0px 0px 18px 0px rgba(61,61,61,0.39);
            box-shadow: 0px 0px 18px 0px rgba(61,61,61,0.39);
        }
            .quick_links a > div:hover {
                background: rgb(0,71,140); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(0,71,140,1) 0%, rgba(5,113,195,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(0,71,140,1) 0%,rgba(5,113,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(0,71,140,1) 0%,rgba(5,113,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00478c', endColorstr='#0571c3',GradientType=0 ); /* IE6-9 */
            }

        .quick_links a span:first-child {
            border-radius: 50%;       
            width: 85px;
            height: 85px;
            padding: 0;
            -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }
        .icon_minutes {
            border:0!important;
        }
       

.quick_links a span:first-child span {
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


        .quick_links a span:first-child span img {
  
        }

        .quick_links a span {
            color: #000;
            font-weight:bold;
            display: block;
            font-size: 1rem;
            text-transform: uppercase;
        }

#news a:hover {
    text-decoration: none;
}

.news .news-read-more {
}

.news .news-item-link {
    margin: 15px 0 25px 0;
}
.news-block {
    height: 420px;
    display: flex;
    flex-direction: column;
    
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-image {
    width: 100%;
 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #f2f2f2;
}

.news-body h3 a {
    text-decoration: none;
    font-size: 1.1rem
}

.news-body a, .news-body span {
    display: block;
    margin-top:15px;
}

    .news-body span a {
        display: inline !important;
    }

. .news-body h3 a:hover {
    color: #260e2f
}

.news-body h3 {
    margin: 0px 0 12px 0;
    line-height: 21px;
    display: block;
}

.news-body p {
    margin: 0;
}

.news-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-image img {
   
    width: 100%;
    margin-bottom: 0;
}

.news-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 30px;
    min-height: 270px;
}

    .news-body span {
        font-size: 1rem;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.latest_event {
    background-color: #0054A2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-decoration: none;
    color: #fff !important;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
}
    .latest_event span {
        position: absolute;
        top: 30px;
    }

    @media (max-width:575px) {
        .latest_event {
            min-height: 140px;
            max-width: 80%;
            margin: 15px auto;
        }
        .latest_event h3 {
            margin-top: 35px;
        }
    }
    @media (min-width:575px) {
        .latest_event {
            min-height: 200px;
        }
    }
.cpr > div.col-md-4 {
    text-align: center
}

.cpr {
    margin-bottom: 25px;
}

    .cpr > div > table tr td, .cpr > div > table tr th {
        border: 1px solid #7f979f;
        text-align: center;
    }

    .cpr > div > table tr th {
        color: #fff;
        background-color: #19892B;
    }

.float-right {
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.float-left {
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.header-search {
    position: relative;
    z-index: 100;
   
}




  


.mobile-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}
.header-search {
    
  margin-bottom:15px;
    background-color: rgba(249, 249, 249, 0.95);
   
}
.search {
    margin: 0;
    position: relative;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}
.search-input {
    font-size: 1rem;
    height: 42px;
    line-height: 1.25;
    padding-left: 5%;
    width: 100%;
    border: none;
    background: none;
    color: #000;
    min-width: 310px;
}
.searchBtn {
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #132a60;
    height: 42px;
    padding: 0;
    width: 42px;
    border: 0;
    border-left: none;
    background-position: 12px;
    position:absolute;
    right:0;

}

    .search-btn:hover {
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: #1e366d;
    }

.search-error-text {
    color: red;
    float: left;
    padding-top: 11px;
    padding-left: 2px;
    font-weight: bold;
}


.searchsubmit {
   
    background-color: transparent;
    border: none;

}

@media (min-width:575px) and (max-width:1200px) {
    #search {
        margin-top: 0;
        margin-bottom: 0;
        margin-right:25px;
    }
}
.feedLinkContainer {
    border-top: 1px #325965 dashed !important;
    border-bottom: 1px #325965 dashed !important;
    margin: -15px 0 20px 0 !important;
    padding: 0px 0 0px 5px;
}

    .feedLinkContainer img {
        vertical-align: middle;
    }

table.classes tr td {
    padding: 10px;
}

    table.classes tr td img {
        padding-top: 8px;
    }

table.classes {
    margin-bottom: 30px;
}

    table.classes tr td:first-child {
        padding-left: 0;
    }

    table.classes tr td > table tr td {
        border: 2px solid #ccc;
        width: 50%;
    }

    table.classes tr td > table tr th {
        color: #fff;
        background-color: #19892B;
        text-align: center;
        width: 50%;
    }

        table.classes tr td > table tr th:first-child {
            border-right: 2px solid #fff;
        }

    table.classes tr td:last-child {
        min-width: 200px;
    }

    table.classes tr td a {
        text-decoration: underline;
    }

        table.classes tr td a:hover {
            text-decoration: none;
        }

#side-menu .sub-toggle {
    display: none !important;
}

a.fancybox:after {
    left: 15px;
    width: 91%;
}
/*------------------- Site Map styles ---------------- */
.width-19 {
    width: 19px !important;
}

.width-wide {
    width: calc(100% - 40px) !important;
}

.width-100 {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 10px !important;
}

#carouselCommunityC {
    width: 100%;
}

.feedLinkContainer a {
    color: #325965 !important;
}


#news { 
    padding-bottom: 60px;
}

    #events h2, #news h2 {
        margin: 0px 0 40px;
    }

.latest_post {  
    margin-bottom: 30px;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .latest_post:hover {
        -webkit-box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.3);
    }

.first_column .latest_post h4 {
    margin-bottom: 20px;
    font-size: 2.1rem
}

.second_column .latest_post h4 {
    margin-bottom: 5px;
    font-size: 1.2rem
}

.latest_post .img_ {
    height: 290px;
}

    .latest_post .img_ img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.first_column .latest_post .block_post {
    padding: 40px 40px 114px 40px;
    position: relative;
}

.latest_post .block_post .date {
    position: absolute;
    display: block;
    right: 30px;
    bottom: 20px;
}

.block_post a, .block_post a:hover {
    text-decoration: none;
}

.block_post h3 a {
    color: #323232;
    font-weight: 700;
}

    .block_post h3 a:hover {
        color: #167b26;
    }

.first_column .latest_post .block_post > div {
    font-size: 1.1rem;
    line-height: 1.9rem;
}

.second_column .latest_post .block_post {
    padding: 25px 30px 45px 30px;
    position: relative;
}

    .second_column .latest_post .block_post > div {
        font-size: 1rem;
        line-height: 1.4rem;
    }


.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
._button {
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    background: #0054A2;
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 40px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}
._button span {margin-right:20px}
#events ._button {
    margin-left:auto;
    margin-right:auto;
    margin-top:35px;
}
#events {padding-bottom:75px;
    background-color:#f2f2f2;
    }

#events.hg_section {
    padding-top: 50px;
}

    ._button:hover {
        background: #3276B4;
        color: #fff;
        text-decoration: none;
    }

    ._button:active, ._button:focus {
        color: #fff;
    }

.content-btn {
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
    background: #19892B;
    padding: 7px 20px;
    text-decoration: none !important;
    margin: 20px 0;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

    .content-btn:hover {
        background-color: #157524;
        text-decoration: none;
        color: white !important;
    }

.everify {
    color: #fff;
    margin-top: 25px;
}

    .everify img {
        max-width: 170px;
    }

    .everify span {
        font-size: 0.9rem;
    }

#calendar .events-wrapper ._button {
    background: #19892B;
}

    #calendar .events-wrapper ._button:hover {
        background: #167B26
    }

.navigate li img {
    position: relative;
    margin-right: 11px;
    top: 3px;
}

._button_comm {
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    background-color: #19892B;
    font-size: 1.1rem;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 35px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .27);
}

    ._button_comm:hover {
        background-color: #194452;
        color: #fff;
        text-decoration: none;
    }

#calendar h2 {
    color: #fff;
    font-size: 2.3rem;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 700;
}

#calendar {
    background-image: url(../Images/calendar-bg.jpg);
    background-position: 10% center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 45px;
    position: relative;
}

.calendar-wrapper, .events-wrapper {
    float: left;
}

.calendar-wrapper {
    padding: 0 40px;
    margin-top: 20px;
}

#calendar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 0;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 9px/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 9px/50% 110%;
    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")
}

footer .bottom_tribune > div:first-child {
    font-size: 1rem;
}

.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:hover .icon {
    display: block;
    opacity: 1;
    margin-top: 0;
}

footer .contacts a {
    text-decoration: none;
}

a.fancybox {
    overflow: hidden;
}

.carousel-indicators {
    margin-right: 4% !important;
    margin-left: 4% !important;
    bottom: 17px !important;
}

a.pdf {
    position: relative;
    display: block;
    padding-left: 26px;
    text-decoration: underline;
}

    a.pdf:hover {
        text-decoration: none;
    }

    a.pdf:before {
        content: url(../Images/doc-file-format.svg);
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 2px;
    }

a.icon-doc:before {
    content: url(../Images/icon-doc.svg);
    position: relative;
    width: 15px;
    height: 20px;
    top: 4px;
    margin-right: 7px;
}

#calendar .calendar-selected-day {
    background-color: #F2D980 !important;
    color: black !important;
}

.events-wrapper {
    color: white;
    text-align: left;
}

.events-wrapper {
    margin-top: 120px;
    padding: 0 40px 0 90px;
}

#calendar table {
    width: 100%;
    margin: 0 auto;
}

.events-calendar {
    border-collapse: separate !important;
}

.events-calendar {
    border-spacing: 16px;
}

    .events-calendar a {
        color: #194452 !important;
        text-decoration: none;
    }

#calendar tr {
    padding: 10px 0;
    height: 20px;
    border-collapse: separate;
}

.events-calendar tbody tr:first-child td {
    padding: 0 !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    color: white !important;
    background-color: unset !important;
}

#calendar tr td {
    text-align: center;
    width: 14.28% !important;
    font-weight: 600;
    color: black;
    border-radius: 7px;
    padding: 10px 0;
}

.days-week {
    text-transform: uppercase;
    padding: 0 !important;
    font-size: 1.2rem !important;
}

#calendar tr:nth-child(n + 3) td {
    background-color: white;
}

.event {
    margin-bottom: 40px;
}

.events-wrapper .event a {
    font-size: 1.7rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

    .events-wrapper .event a:hover {
        color: #F2D980;
    }
.fa-facebook-f {
    margin-left: 0;
    border-radius: 50%;
    background: #fff;
    color: #132a60;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 17px;
    height: 17px;
    font-size: 12px;
}
.footer-fb li i, .footer-fb a span {
    margin-right:10px;
}
    .footer-fb li  i {
        color:#fff;
    }
    
    footer h3 {
        color: #fff;
        text-transform: uppercase;
        padding-top: 0;
        margin-top: 0;
        font-size: 1.2rem;
    }
.footer-fb a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
 
}
#news h2 {
    color: #0054A2;
    font-weight: 700;
}
#events h2 {
    color: #000;
    font-weight: 700;
}
footer {
    background-color: #132a60;
    padding-top: 60px;
  
}
.logo-footer img {
    max-width:55%;
}
.tribune_bottom {
    background: #132a60;
    margin-top: 0;
}

footer .bottom_tribune {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 0.9rem;
    padding-left: 15px;
    padding-right: 15px;
}

footer .contacts-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

    footer .contacts-socials .socials {
        margin-right: 10px;
    }

footer .facebook {
    color: #fff;
    border: 1px solid #fff;
    font-size: 19px;
    background-color: #3e5b98;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 7px;
    margin-right: 7px;
    text-align: center;
}

footer .instagram {
    color: #fff;
    border: 1px solid #fff;
    font-size: 19px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(254, 197, 100, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(254, 197, 100, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(82, 88, 207, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(82, 88, 207, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(137, 61, 194, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(137, 61, 194, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(217, 49, 122, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 7px;
    line-height: 35px;
    text-align: center;
}

footer ul.contacts li {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    color: #fff;
}

    footer ul.contacts li > div {
        display: table-cell;
    }

        footer ul.contacts li > div > img {
            position: relative;
            top: 4px;
            width: 20px;
            margin-right: 10px;
        }

footer a {
    color: #fff;
}

    footer a:hover {
        text-decoration: underline !important;
        color: #fff;
    }

footer ul.navigate li a {
    color: #fff;
    text-decoration: none;
}

footer ul.navigate li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
@media (max-width:1200px) {
    footer {
        background-size: cover;
    }
}
/* ==========================================================================

	Responsive CSS Stylesheet.


========================================================================== */
@media (min-width: 992px) and (max-width: 1200px) {
    #side-menu h2 {
        padding: 60px 0 20px 10px;
        font-size: 1.4rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .icons_ {
        margin-top: -55px;
       
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .header-photo {
        height: 65vh;
    }
    .icons_ {      
        margin-top: -100px;       
    }

    .header-photo .welcome-text {       
        font-size: 3rem;
        line-height: 4rem;
        }
     

            .quick_links a span {
                font-size: 1.3rem;
            }

    .calendar-wrapper {
        padding: 15px;
        margin-top: 0;
    }

    .events-calendar {
        border-spacing: 2px;
    }

    .events-wrapper {
        margin-top: 20px;
        padding: 0 6px 0 25px;
    }

    .first_column .latest_post h4 {
        margin-bottom: 25px;
    }

    .events-wrapper .event a {
        font-size: 1.2rem;
    }

    .second_column .latest_post .block_post > div {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    footer ul.contacts li, footer ul.navigate li {
        font-size: 0.9rem;
    }

    ._button {
        font-size: 1rem;
        padding-left: 50px;
        padding-right: 50px;
    }

    #side-menu h2 {
        padding: 40px 0 20px 10px;
        text-align: left;
        font-size: 1.35rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    #side-menu ul li a {
        padding: 20px 19px 20px 30px !important;
        font-size: 1rem !important;
        line-height: 23px;
    }

        #side-menu ul li a:before {
            top: 26px
        }
}
@media (min-width:768px) and (max-width: 991px) {
    .header-photo .header-title {
        width:90%;
        margin: 0 auto;
    }
}
@media (min-width:992px) {
    .header-photo .header-title {
        width:90%;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px) and (orientation: landscape) {
    .header-photo {
        height: 85vh;
     
    }
    .icons_ {  
        margin-top: -55px;      
    }

    .header-photo .welcome-text {
        font-size: 2.5rem;
        line-height: 3.5rem;
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
    }
}
/*-----------------------------------------------------------------------------------*/
/* Higher screens+ */
@media only screen and (min-width: 1280px) and (max-width: 1460px) {
    
}

@media (max-width: 1400px) {
    .logo a div {
        font-size: 0.9rem;
    }

        .logo a div span {
            font-size: 1.2rem;
        }
}

/** Laptop **/
@media (max-width: 1200px) {
    .header-search .searchBtn {
        margin-top: 0
    }

    .quick_links a span {
        font-size: 0.9rem;
    }
    .news-body span {
        font-size: 0.9rem;
    }
   

   
}
/** Large Tablets **/
@media (max-width: 991px) {
    .wow {
        animation: none !important;
    }
    .latest_event {
        margin-top:15px;
        margin-bottom:15px;
    }
    ._fb-feed {
        text-align:center;
    }
    
    #news h2 {
        text-align: center;
        margin-bottom: 70px;
    }
    #events h2 {
        text-align:center;
    }
    #news .col-lg-7.pl-5 {
        padding-left: 15px !important;
        margin-top: 45px;
    }
    ._button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 285px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #news ._button {
        margin:50px auto 60px auto;
    }
}

/** Tablets+  **/
/** Laptop+ **/
@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .logo-footer img {
        max-width: 70%;
    }
}
/** Smartphone landscape mode / Mini Tablet **/
/** Smartphone landscape mode / Mini Tablet **/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
    #side-menu h2 {
        padding: 60px 0 20px 10px;
        font-size: 1.4rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .header-photo .welcome-text {
        /*left: 15%;
        bottom: 45%;*/
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
    }

    header {
       
    }

    .menu-collapser {
        margin-top: 8px;
        margin-bottom: 0px !important;
    }

    .header-search {
        margin-top: 5px;
    }

    .header-photo {
        height: 85vh;
        
    }

    #side-menu ul li a {
        padding: 10px 19px 10px 18px !important;
        font-size: 1rem !important;
    }

        #side-menu ul li a:before {
            top: 18px;
            left: -2px;
            height: 12px;
        }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .quick_links a span {
        line-height: 19px;
    }

    .logo a {
        text-align: left!important;
    }
}
@media only screen and (min-width: 567px) and (max-width: 767px) and (orientation: landscape) {
   

    
}

@media (max-width: 767px) {
  
    .header-search {
      
        width: 240px;
      
    }
    .logo-footer {
        text-align:center;
    }
    .search-input {
       
        min-width: 240px;
    }
    .logo a {
        margin-left: 15px;
    }
    .logo-wrapper > div {
        margin-top: 0;
    }
    .container-top {
        max-width:100%!important;
        width:100%;
    }
    
    .news-body {
        width: 100% !important;
    }
        .news-body h3 a {
            font-size: 1rem;
        }
    .news-body a {
        font-size: 0.9rem
    }
    .mcms_SearchResultHeaderContainer td {
        padding: 10px 0 10px 58% !important;
        display: block;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        font-size: 1rem;
        line-height: 16px;
    }

        .mcms_SearchResultHeaderContainer td label, .mcms_SearchResultHeaderContainer .mcms_ColumnSpacer, .mcms_SearchResultHeaderContainer a, .mcms_SearchResultHeaderContainer .mcms_ColumnCaption {
            display: none;
        }

        .mcms_SearchResultHeaderContainer td:before {
            content: attr(data-th);
            position: absolute;
            left: 3%;
            font-weight: 700
        }
    .news-body h3 a {
        text-decoration: none;
        font-size: 1rem;
    }

    .news-body span {
        font-size: 0.9rem;
        line-height: 20px;
    }
    .header-title {
     width:90%;
    }
    .header-photo .welcome-text {
        /*left: 9%;*/
        font-size: 2.4rem;
        line-height: 3rem;
        /*bottom: 20%;*/
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
    }

    .tribune_bottom {
        margin-top: 30px;
    }

    footer {
        padding-top: 30px;
    }


    .navigate {
        margin-top: 20px;
    }

    #side-menu ul li a:before {
        display: none;
    }

    footer .bottom_tribune > div:first-child {
        margin-bottom: 20px;
    }

    table.classes tr td:nth-child(1), table.classes tr td:nth-child(2) {
        display: block;
        width: 100%;
    }

  

    .quick_links a {
        margin-bottom: 30px;
    }

    footer .bottom_tribune input {
        margin-right: 10px;
    }

    #side-menu h2 {
        padding: 40px 0 20px 0;
        text-align: center;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    #side-menu ul li {
        text-align: center;
    }

  

        .logo a img {
            max-width: 90%;
        }

        .logo a div {
            font-size: 0.9rem;
            margin-left: 8px;
        }
            .logo a div span {
                font-size: 1rem;
                line-height:20px;
            }

    .search {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }


    .calendar-wrapper {
        padding: 15px;
        margin-top: 0;
    }

    .events-wrapper {
        margin-top: 25px;
        padding: 15px;
    }

    .events-calendar {
        border-spacing: 5px;
    }

    .event {
        margin-bottom: 18px;
    }

    #calendar {
        padding-bottom: 30px;
    }

    #news {
        padding-bottom: 40px;
    }

    #calendar h2 {
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center;
    }

    .second_column ._button {
        float: none;
    }

    .icons_ {
        margin-top: -60px;
        width: 100%;
        height: auto;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    footer > .container > .row > div > a > img {
        margin-bottom: 20px;
    }

    footer .contacts-socials {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        footer .contacts-socials .socials {
            margin-right: 0;
            margin-top: 15px;
        }

    footer .bottom_tribune {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    footer ul.contacts li {
    }

    .header-photo {
        height: 630px;
    }
}

@media only screen and (min-width: 567px) and (max-width: 767px) and (orientation: landscape) {
 
        .header-photo .welcome-text {
            left: 8%;
            bottom: 25%;
        }

    footer .bottom_tribune > div:first-child {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:590px) and (max-width:768px) and (orientation: portrait) {
  
    footer .bottom_tribune > div:first-child {
        margin-bottom: 20px;
    }

    .mobile-menu {
        padding-right: 0 !important;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
    }
}
.header-search .mcms_ErrorText {
    position: absolute;
    top: -16px;
    right: 45px;
    font-size: 55px;
}



@media (max-width: 600px) {
    .slick-arrow:first-child {
    
        left: 0!important;
    }
    .slick-arrow:last-child {
      
        right: -30px!important;
    }
    #news h2 {
        text-align: center;
        margin-bottom: 35px;
    }
}
/** Smartphone portrait mode **/
@media (max-width: 590px) {
    #events h2 {
        text-align:center;
    }
    .icons_ {
        margin-top: -60px;
      
    }
    .news-block {
        height: 425px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        margin-bottom: 0;
    }

    .news-image {
        width: 100%;
     
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        background: #f2f2f2;
    }
        .news-image img {
     
            width: 100%;
     
            margin-bottom: 0 !important;
        }
    .news-body {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        
        align-items: flex-start;
        align-content: flex-start;
        padding: 15px;
 
    }
    #news .col-lg-7.pl-5 {
        padding-left: 15px !important;
        margin-top: 45px;
    }
   #news .col-md-12.pl-0 {
       padding-left:15px!important;
   }
    #news ._button {
        margin-top: 30px;
    }
    .slick-arrow:last-child {
        bottom: -35px!important;
    }
    .header-photo .header-title {
        width: 95%;
        top: 60%;
    }
    .header-photo .welcome-text {
/*
        left: 9%;
        bottom: 20%;
*/
        font-size: 2.3rem;
        line-height: 3rem;
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.75);
    }

    footer > .container > .row > div > a > img {
        margin-bottom: 20px;
    }

    footer .container .row div {
        text-align: center;
    }

    footer .bottom_tribune > div:first-child {
        margin-bottom: 0;
        margin-top:20px;
    }

    footer .bottom_tribune {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    footer ul.contacts li {
    }

    .header-photo {
       height:720px
    }
}
/** Normal phone portrait mode+ **/
@media (max-width: 380px) {
    .float-right {
        float: none !important;
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .float-left {
        float: none !important;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 5px;
    }
}


@media (min-width: 1200px) {
    header > .container, footer > .container, footer > .tribune_bottom > .container {
        max-width: 1170px;
    }
    .logo-wrapper > div {
        margin-top: 15px;
    }
}

@media (min-width: 1400px) {
    header > .container, footer > .container, footer > .tribune_bottom > .container {
       
    }
}

@media (min-width: 1600px) {
    header > .container, footer > .container, footer > .tribune_bottom > .container {
      
    }
}
/* Increase the content section width for wide screens */
@media (min-width: 1200px) {
    #main-content .container {
        max-width: 1320px;
    }
}
/*--------------- Accordion Styles ----------------*/
#accordion h2 {
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    margin-top: 35px;
}

a.icon-doc:before {
    content: url(../Images/icon-doc.svg);
    position: relative;
    width: 15px;
    height: 20px;
    top: 4px;
    margin-right: 7px;
    display: inline-block;
}

#accordion .accordion_item .accordion-toggle::before {
    background-color: #9cad97;
    opacity: 0.9;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    left: -30px;
    top: 17px;
    line-height: 17px;
    font-size: 10px;
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

#accordion .accordion_item h2.accordion-toggle {
    color: black;
    font-weight: 600;
    font-size: 1rem;
    padding-left: 25px;
    margin: 5px 0;
    line-height: 1;
}

#accordion .accordion_item.active h2.accordion-toggle::before {
    background-color: #9cad97;
    opacity: 0.9;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    left: -30px;
    top: 17px;
    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: .8rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
}

    .accordion-content a {
        color: #272a26;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

    .accordion-content.default {
        display: block;
    }
/*----------------------------*/
.councilmembers h1 {
    font-weight: 500;
}

.councilmembers h2 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.councilmembers p {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .councilmembers {
        text-align: center;
    }
    footer ul.navigate li {
       
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .logo a {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        justify-content: center;
        width:100%;
    }
    .header-search {
        width: 240px;
    }
    .logo a img {
        max-width: 50%;
    }


}

.councilmembers div {
    margin-bottom: 30px;
}

.councilmembers img {
    max-width: 210px;
}

.council-name {
    font-weight: bold;
}

