﻿@charset "utf-8";
/** general **/
html {
    font-family: 'Open Sans', Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.228571429;
    color: #333;
    overflow-x: hidden;
    background-color: #f2f2f2 !important;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    line-height: normal;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    font-style: normal;
}

h1 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 1.9rem;
    color: black;
    text-align: left;
    font-weight: 600;
}

h2 {
    font-size: 1.75rem;
    color: #295135;
    font-weight: 600;
    padding-bottom: 10px;
}

    h2 a {
        text-decoration: none !important;
    }

        h2 a:hover {
            text-decoration: underline !important;
        }

h3 {
    font-size: 1.35rem;
    color: #956937;
    font-weight: 600;
    text-align: left;
    margin: 10px 0 10px 0;
}

h4 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 5px 0;
    color: #860613;
    text-align: center;
}

h5 {
    font-size: 1.1rem;
    color: #5a1c40;
    text-transform: uppercase;
}

h6 {
    font-size: 17px;
    font-weight: bold;
    color: black;
    font-style: normal;
}
/*-------------------------*/
a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

.secondary-page a {
    color: #3c7854;
    text-decoration: underline;
}

    .secondary-page a:hover {
        color: #956937;
        text-decoration: none;
    }

    .secondary-page a:visited {
        color: #593f21;
    }
/* ---------------- Tockify Calendar -------------*/
.viewerArea {
    border-radius: 5px !important;
}

.l-background {
    border-radius: 5px !important;
}
/*----------------------*/
.img-xl-l, .img-lg-l, .img-md-l {
    float: left;
    margin: 7px 35px 25px 0;
}

.img-xl-r, .img-lg-r, .img-md-r {
    float: right;
    margin: 7px 0 25px 25px;
}

@media (max-width:1780px) {
    .img-xl-l, .img-xl-r {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width:1480px) {
    .img-lg-l, .img-lg-r {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width:1190px) {
    .img-md-l, .img-md-r {
        max-width: 100%;
        height: auto;
    }
}

.secondary-page .content-text ul {
    list-style: none;
}

    .secondary-page .content-text ul li::before {
        content: "\2022";
        color: #00764d;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.calendar-page {
    background-color: #9bac9b;
    border-radius: 7px;
    padding-top: 9px;
}

p {
    margin-bottom: 18px;
}

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;
}

.journal-preview img:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.3);
}
/*----------------------------------------*/
#skiptocontent a {
    padding: 6px 15px 10px 15px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #1f4029;
    border-right: 1px solid #1f4029;
    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:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: white;
        border-bottom: 3px #00824a solid;
        border-right: 3px #00824a solid;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }
/*----------------------------------*/
#main-content {
}

.black {
    color: #000;
}

header {
    background-color: #9bac9b;
    padding-top: 5px;
}

.green-header {
    background-color: #295135;
    font-weight: bold;
    padding: 15px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}
/*----------------------------------*/
#green-bar {
    background-color: #295135;
    width: 100%;
    min-height: 54px;
}

@media (min-width:1650px) {
    #green-bar {
        padding-left: 250px;
        padding-top: 3px;
        padding-bottom: 7px;
    }
}

@media (min-width:1500px) and (max-width:1650px) {
    #green-bar {
        padding-left: 260px;
        padding-top: 3px;
        padding-bottom: 7px;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    #green-bar {
        padding-left: 320px;
        padding-top: 3px;
        padding-bottom: 7px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    #green-bar {
        padding-left: 300px;
        padding-top: 3px;
        padding-bottom: 7px;
        padding-right: 20px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #green-bar {
        padding-left: 285px;
        padding-top: 7px;
        padding-bottom: 9px;
    }

        #green-bar h1 {
            font-size: 1.7rem !important;
        }
}

@media (max-width:992px) {
    #green-bar {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        padding-bottom: 9px;
    }

        #green-bar h1 {
            font-size: 1.6rem !important;
        }
}

.header-photo {
    background-image: url(../images/photo-bg.jpg);
    min-height: 783px;
    background-size: cover;
}

.logo-wrapper {
    margin: auto;
}

.top-slider.extra-height {
    margin-bottom: 0 !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .secondary-logo-wrapper {
        margin-left: 1%;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .secondary-logo-wrapper {
        margin-left: 2%;
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    .secondary-logo-wrapper {
        margin-left: 3%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .logo-wrapper img {
        max-width: 200px;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .secondary-logo-wrapper {
        margin-left: 3.6%;
    }

    .logo-wrapper img {
        max-width: 160px;
    }
}

@media (min-width:1500px) and (max-width:1650px) {
    .secondary-logo-wrapper {
        margin-left: 4.2%;
    }

    .logo-wrapper img {
        max-width: 205px;
    }
}

@media (min-width:1400px) and (max-width:1650px) {
    .logo-wrapper {
        top: 40px;
        margin-left: -30px;
    }

    .secondary-logo-wrapper img {
        max-width: 221px;
    }
}

@media (min-width:1650px) {
    .logo-wrapper {
        top: 53px;
        margin-left: -30px;
    }

        .logo-wrapper img {
            max-width: 190px;
        }

    .secondary-logo-wrapper {
        top: 80px;
    }

    .secondary-logo-wrapper {
        margin-left: 5%;
    }
}

@media (min-width:1828px) {
    .secondary-logo-wrapper {
        margin-left: 91px;
    }
}
/*------------------------------------------------*/
.social {
    float: right;
    line-height: 41px;
}

    .social a {
        margin-right: 25px;
    }

        .social a.fb img {
            width: 17px;
            height: 27px;
        }

        .social a.twitter img {
            width: 27px;
            height: 23px;
        }

        .social a.instagram img {
            width: 25px;
            height: 25px;
        }

        .social a.flickr img {
            width: 28px;
            height: 26px;
        }

        .social a.linkedin img {
            width: 27px;
            height: 22px;
        } 
       .social a.youtube img {
            width: 27px;
            height: 22px;
        }

        .social a:hover {
            color: black;
        }

.fb {
    margin-right: 5px;
}

.social img:hover {
    transform: scale(1.05);
}

div ul#navigation {
    margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1199px) {
    .social {
        right: 28px;
    }

        .social a {
            cursor: pointer;
        }

    .logo-nav {
        margin-top: -35px !important;
        padding-bottom: 0;
    }
}

@media (max-width:575px) {
    header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:576px) and (max-width:992px) {
    header {
        padding-top: 24px;
        padding-bottom: 25px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header {
        padding-top: 24px;
        padding-bottom: 7px;
    }
}

@media (max-width:768px) {
    .logo-wrapper {
        text-align: center;
    }

    header {
        text-align: center;
    }

    .social a:last-child {
        margin-right: 0;
    }

    div ul#navigation {
        float: right;
    }
}

@media (min-width:768px) {
    .logo-wrapper {
        position: absolute;
        z-index: 4;
    }

    .social {
        text-align: right;
    }

    div ul#navigation {
        float: right;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .social a:last-child {
        margin-right: 83px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .social {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%
    }

    .search-wrapper {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media (min-width:1200px) {
    .social {
        -ms-flex: 0 0 calc(100% - 340px);
        flex: 0 0 calc(100% - 340px);
        max-width: calc(100% - 340px);
    }

    .search-wrapper {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    header {
        padding: 34px 0 9px 0;
    }
}

@media (min-width:1400px) {
    .search-wrapper {
        padding-bottom: 26px;
    }
}

@media (min-width:1500px) and (max-width:1570px) {
    header .container {
        width: 97% !important;
    }
}

@media (min-width:1650px) and (max-width:1700px) {
    header .container {
        width: 92% !important;
    }
}

@media (min-width:1400px) and (max-width:1430px) {
    header .container {
        width: 93% !important;
    }
}

@media (min-width:575px) {
    .container {
        width: 90%;
        max-width: 1728px;
    }
}
/*--------------Search----------------------------*/
.search-btn {
    background-image: url("../images/search-btn.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 45px;
    padding: 0;
    width: 45px;
    border: none;
    background-color: #f8f8f8;
    border: 0;
    position: relative;
    top: -1px;
}

.search-box {
    display: block;
    float: right;
    border-left: 1px solid #96adc1;
    border-top: 1px solid #96adc1;
    border-bottom: 1px solid #96adc1;
    height: 45px;
    background-color: white;
}

.search-input {
    float: left;
    font-size: 1rem;
    height: 45px;
    line-height: 1.25;
    padding-left: 5%;
    border: 0;
    background: none;
    border-radius: 0 !important;
    width: calc(100% - 45px);
    color: #2e2e2e;
    font-size: .8rem;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000;
}

    .search-input:focus {
        border: 1px solid #000;
    }

@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #fff;
    }
}

.header-search input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.search-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    background-color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.search-btn:hover {
    background-image: url("../images/search-btn-hover.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.search-btn {
    border-radius: 0 !important;
}

.mcms_ErrorText {
    color: red;
    float: left;
    font-weight: bold;
    height: 31px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 0;
}

@media (max-width:768px) {
    header {
        text-align: center;
    }

    .search-box {
        width: 100%;
        margin-top: 20px;
    }
}

@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) {
    .search-box {
        width: 290px !important;
        margin-left: 20px;
        margin-top: 0;
    }

    .search-wrapper {
        padding-left: 0 !important;
        padding-right: 30px;
    }
}

@media (min-width:768px) and (max-width:1399px) {
    nav {
        margin-right: 15px;
    }
}
/*---------------------Bootstrap Slider------------------------------------*/
#top-slider .active, #top-slider .active a {
    background-color: unset;
}

@media (min-width:992px) {
    #top-slider a, #top-slider .active a {
        background-color: unset;
        color: white !important;
        text-decoration: none;
    }

    #news-slider a:hover {
        text-decoration: underline;
    }
}

@media (max-width:992px) {
    #top-slider a, #top-slider .active a {
        background-color: unset;
        color: black !important;
        text-decoration: underline;
    }
}

.transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #295135;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 1;
    position: relative;
    top: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    color: #fff;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(../images/ar-left.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/ar-right.svg);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: white;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #295135 !important;
        border: 1px solid white;
    }

@media (max-width:575px) {
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 23px;
        height: 25px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 12%;
    }
}

@media (max-width:768px) {
    #top-slider h1 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .carousel-indicators {
        bottom: 65px;
    }
}

.carousel-caption {
    height: 20% !important;
}

@media (max-width:992px) {
    .carousel-caption {
        position: unset;
        top: 400px;
        z-index: 1000;
        padding: 20px;
        color: #fff;
        text-align: center;
        width: 100%;
        background-color: #9bac9b;
        cursor: pointer;
    }

    #top-slider .carousel-caption {
        background-color: #d8d3b7;
    }

    #top-slider .carousel-caption-wrapper {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 7%;
        top: 0;
    }

    #top-slider h1, #news-slider h1 {
        text-align: center;
    }

    .carousel-indicators {
        height: 30px;
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    #top-slider .carousel-indicators {
        display: none;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #top-slider .carousel-caption h1 {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
}

@media (min-width:768px) and (max-width:806px) {
    #top-slider .carousel-indicators {
        top: 240px;
    }
}

@media (min-width:806px) and (max-width:860px) {
    #top-slider .carousel-indicators {
        top: 255px;
    }
}

@media (min-width:860px) and (max-width:887px) {
    #top-slider .carousel-indicators {
        top: 272px;
    }
}

@media (min-width:888px) and (max-width:992px) {
    #top-slider .carousel-indicators {
        top: 290px;
    }
}

@media (min-width:992px) {
    .carousel-caption {
        height: 20% !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 65px;
        height: 65px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .carousel-caption-wrapper-left {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: rgba(0, 0, 0, .6);
    }

    .carousel-caption-wrapper-right {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgba(0, 0, 0, .6);
        padding-left: 5%;
        padding-right: 30px;
    }

    #top-slider .carousel-caption {
        position: absolute;
        top: 160px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 49%;
        background-color: unset;
    }

    .carousel-caption-large-text {
        top: 30px !important;
    }

    .left-caption {
        left: 0;
    }

    .right-caption {
        left: 51%;
    }

    #top-slider .carousel-caption h1 {
        color: white;
        text-align: left;
    }

    .left-caption h1 {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .right-caption h1 {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-right: 10%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top-slider .carousel-caption div {
        font-size: 1.1rem;
    }

    .carousel-indicators {
        margin-bottom: 18px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #top-slider h1 {
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {
    #top-slider .carousel-caption h1 {
        font-size: 1.9rem;
    }
}

@media (min-width:992px) and (max-width:1399px) {
    #top-slider .left-caption h1 {
        padding-left: 15%;
    }
}

@media (min-width:1400px) {
    #top-slider .left-caption h1 {
        padding-left: 40%;
    }
}
/*-----------News slider---------------------*/
#news-slider .carousel-item {
    background-color: #9bac9b;
}

@media (max-width:575px) {
    #news-slider .carousel-item {
        min-height: 550px;
    }

    .fb-sm {
        display: none;
    }
}

@media (max-width:360px) {
    .fb-xxs {
        display: block;
    }

    .fb-xs {
        display: none;
    }
}

@media (min-width:360px) {
    .fb-xxs {
        display: none;
    }
}

@media (min-width:360px) and (max-width:575px) {
    .fb-xs {
        display: block;
    }
}

@media (min-width:360px) and (max-width:575px) {
    #news-slider .carousel-item {
        min-height: 550px;
    }
}

@media (min-width:575px) and (max-width:768px) {
    #news-slider .carousel-item {
        min-height: 550px;
    }

    .fb-sm {
        display: block;
    }
}

@media (min-width:768px) {
    .fb-sm {
        display: none;
    }
}

@media (min-width:575px) {
    .fb-xs {
        display: none;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #news-slider .carousel-item {
        min-height: 535px;
    }
}

@media (max-width:992px) {
    #fb-plugin {
        padding-bottom: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #news-slider .carousel-item {
        min-height: 635px;
    }

    #fb-plugin {
        min-height: 595px;
    }
}

@media (min-width:1200px) {
    #news-slider .carousel-item {
        min-height: 550px;
    }

    #fb-plugin {
        min-height: 510px;
    }
}

@media (max-width:992px) {
    #news-slider .carousel-caption {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
}

#fb-plugin {
    text-align: center;
    padding: 25px 20px;
}

@media (min-width:992px) and (max-width:1200px) {
    .fb-plugin-wrapper {
        max-width: 452px;
        -ms-flex: 0 0 452px;
        flex: 0 0 452px;
    }

    .news-slider-wrapper {
        -ms-flex: 0 0 calc(100% - 452px);
        flex: 0 0 calc(100% - 452px);
        max-width: calc(100% - 452px);
    }
}

@media (min-width:1200px) and (max-width:1540px) {
    .fb-plugin-wrapper {
        -ms-flex: 0 0 578px;
        flex: 0 0 578px;
        max-width: 578px;
    }

    .news-slider-wrapper {
        -ms-flex: 0 0 calc(100% - 578px);
        flex: 0 0 calc(100% - 578px);
        max-width: calc(100% - 578px);
    }
}

@media (min-width:1540px) {
    .fb-plugin-wrapper {
        max-width: 578px;
    }

    .news-slider-wrapper {
        -ms-flex: 0 0 calc(100% - 578px);
        flex: 0 0 calc(100% - 578px);
        max-width: calc(100% - 578px);
    }
}

#news-slider a, #news-slider .active a, #news-slider .active a {
    background-color: unset;
}

.news-header {
    padding: 20px;
    background-color: #295135;
    color: white;
    text-align: center;
    font-size: 1.7rem;
    position: unset;
    /*min-height: 107px*/
}

    .news-header a {
        color: white;
        text-decoration: none;
    }

#news-slider .carousel-caption {
    position: unset;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}

.news-description, .news-description h1, .news-description h2, .news-description h3 {
    color: black;
    text-align: center;
}

    .news-description h1 {
        font-size: 1.55rem;
    }

    .news-description h2 {
        font-size: 1.45rem;
        font-weight: 600;
    }

.news-description {
    padding: 20px 30px;
    font-size: 1.3rem;
    line-height: 180%;
}

    .news-description a, .active .news-description a {
        color: #1f4029 !important;
        text-decoration: underline;
    }

        .news-description a:hover {
            text-decoration: none;
        }

@media (max-width:992px) {
    #news-slider .carousel-indicators {
        bottom: 20px;
    }

    #news-slider .carousel-item {
        padding-bottom: 20px;
    }

    #news-slider {
        margin-bottom: 40px;
    }
}
/*-----------facebook---------------*/
#fb-plugin {
    background-color: #9bac9b;
}
/*------------------Quick-links------------------------*/
#quick-links {
    text-align: center;
    margin-top: 57px;
    margin-bottom: 57px;
    margin-top: 40px;
}

    #quick-links .container > .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        align-content: flex-start;
    }

    #quick-links h1 {
        text-align: center;
        font-size: 2rem;
        font-weight: normal;
        color: #414141;
        margin-bottom: 50px;
    }

    #quick-links a {
        text-decoration: none;
        color: #295135;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #quick-links figure {
        cursor: pointer;
        position: relative;
        z-index: 4;
        margin-bottom: 20px;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #quick-links a:hover {
        color: #467554;
    }

    #quick-links .container .row div:first-child figure > img {
        margin-bottom: 16px;
    }

    #quick-links .container .row div:nth-child(3) figure > img {
        margin-bottom: 11px;
    }

    #quick-links figure img {
        width: 73px;
        height: 73px;
    }

    #quick-links a:hover figure {
        box-shadow: inset 0 0 0 10px #a9b8ac;
    }

.quick-links-tan figure {
    background-color: #183821 !important;
}

.quick-links-tan a:hover figure {
    box-shadow: inset 0 0 0 10px #a9b8ac !important;
}

@media (max-width:575px) {
    #quick-links .row > div:nth-child(2), #quick-links .row > div:nth-child(3), #quick-links .row > div:nth-child(4), #quick-links .row > div:nth-child(5), #quick-links .row > div:nth-child(6) {
        margin-top: 50px;
    }
}

@media (max-width:768px) {
    #quick-links figure {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        line-height: 100px;
    }

    #quick-links .row > div:nth-child(2) figure img {
        width: 60px;
        max-height: 60px;
        height: 60px;
        max-width: 60px;
    }

    #quick-links img {
        max-width: 65px;
    }

    #quick-links .row > div:nth-child(3), #quick-links .row > div:nth-child(4), #quick-links .row > div:nth-child(5), #quick-links .row > div:nth-child(6) {
        margin-top: 50px;
    }

    #quick-links a {
        font-size: 1rem;
    }
}

@media (max-width:992px) {
    .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin-right: 8px;
    }
}

@media (min-width:768px) {
    #quick-links figure {
        width: 125px;
        height: 125px;
        border-radius: 125px;
        line-height: 125px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #quick-links a {
        font-size: 1rem;
    }

    #quick-links .row > div:nth-child(4), #quick-links .row > div:nth-child(5), #quick-links .row > div:nth-child(6) {
        margin-top: 40px;
    }
}

@media (min-width:992px) {
    .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin-right: 12px;
    }

    #quick-links .row > div:nth-child(4), #quick-links .row > div:nth-child(5), #quick-links .row > div:nth-child(6) {
        margin-top: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #quick-links a {
        line-height: 1.4;
        font-size: 1.2rem;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #quick-links a div {
        padding-left: 30px;
        padding-right: 30px;
    }

    #quick-links a {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    #quick-links a div {
        padding-left: 40px;
        padding-right: 40px;
    }

    #quick-links a {
        font-size: 1.3rem;
        line-height: 1.2;
    }
}

@media (min-width:1600px) {
    #quick-links a div {
        padding-left: 5px;
        padding-right: 5px;
    }

    #quick-links a {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}
/*------------------Footer--------------------------*/
footer {
    margin-top: 68px;
}

    footer .container {
        border-top: 1px solid #d8d8d8;
        padding-top: 68px;
        padding-left: 0;
        padding-right: 0;
    }

.footer-menu {
    text-align: center;
    margin-bottom: 20px;
}

    .footer-menu a {
        color: #414141;
        text-decoration: none;
        padding-right: 20px;
        padding-left: 20px;
        border-right: 1px solid #414141;
    }

        .footer-menu a:last-child {
            border-right: 0;
        }

        .footer-menu a:hover {
            text-decoration: underline;
            color: #00824a;
        }

@media (max-width:6426px) {
    .footer-menu a {
        line-height: 2;
    }
}

@media (min-width:576px) and (max-width:768px) {
    footer {
        max-height: 720px;
    }
}

@media (max-width:992px) {
    .copyright, footer .row:last-child {
        text-align: center;
    }

        .copyright div {
            padding: 0 15px;
            text-align: center;
        }

            .copyright div:last-child {
                padding-top: 30px;
            }

            .copyright div:first-child {
                padding-top: 15px;
            }
}

@media (min-width:992px) {
    .copyright {
        margin: 0 auto;
        max-width: 1120px;
    }
}

@media (min-width:992px) and (max-width:1225px) {
    .copyright div:first-child {
        line-height: 40px;
        margin-right: 30px;
        text-align: center;
    }

    .copyright div:last-child {
        padding-top: 30px;
        padding-bottom: 45px;
        text-align: center;
    }
}

@media (min-width:1225px) {
    .copyright div:first-child {
        line-height: 40px;
        margin-right: 30px;
        float: left;
    }

    .copyright div:last-child {
        padding-bottom: 45px;
        float: left;
    }
}

.align-right {
    float: right;
}

@media (max-width:410px) {
    .align-right {
        float: none;
    }
}
/*---------------------------Animation---------------------------------*/
.top-stay:before, .top-stay:after, .top-stay > .ui-border-element:before, .top-stay > .ui-border-element:after {
    content: '';
    position: absolute
}

.top-stay:before {
    border-top: 8px solid #5b1d42;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:before, .top-stay:after, .top-stay > .ui-border-element:before, .top-stay > .ui-border-element:after {
    content: '';
    position: absolute
}

.top-stay .ui-border-element:after {
    border-right: 8px solid #5b1d42;
    top: 0;
    bottom: 100%;
    right: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:hover .ui-border-element:after {
    bottom: 0%
}

.top-stay:not(:hover) .ui-border-element:after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:before, .top-stay:after, .top-stay > .ui-border-element:before, .top-stay > .ui-border-element:after {
    content: '';
    position: absolute
}

.top-stay:after {
    border-bottom: 8px solid #5b1d42;
    left: 51%;
    right: 51%;
    bottom: 0px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:hover:after {
    left: 0%;
    right: 0%
}

.top-stay:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:before, .top-stay:after, .top-stay > .ui-border-element:before, .top-stay > .ui-border-element:after {
    content: '';
    position: absolute
}

.top-stay .ui-border-element:before {
    border-left: 8px solid #5b1d42;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.top-stay:hover .ui-border-element:before {
    bottom: 0%
}

.top-stay:not(:hover) .ui-border-element:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-device-width: 992px) {
    .wow {
        animation: none !important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/*-----------====================-------------*/
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-t-2 {
    padding-top: 2rem !important;
}

.p-t-4 {
    padding-top: 4rem !important;
}

.p-b-4 {
    padding-bottom: 4rem;
}

.p-b-2 {
    padding-bottom: 2rem !important;
}

.p-l-2 {
    padding-left: 2rem;
}

.p-l-4 {
    padding-left: 4rem;
}

.p-r-2 {
    padding-right: 2rem;
}

.p-r-4 {
    padding-right: 4rem;
}

.m-t-2 {
    margin-top: 2rem;
}

.m-t-3 {
    margin-top: 3rem;
}

.m-t-4 {
    margin-top: 4rem;
}

.m-t-6 {
    margin-top: 6rem;
}

.m-t-12 {
    margin-top: 12rem;
}

.m-b-2 {
    margin-bottom: 2rem;
}

.m-b-4 {
    margin-bottom: 4rem;
}

.m-b-6 {
    margin-bottom: 6rem;
}

.m-l-2 {
    margin-left: 2rem;
}

.m-r-2 {
    margin-right: 2rem;
}

.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%;
        max-width: 100%;
        height: auto;
    }
}
/*-------------------Legislative Advocacy page-----------------------------*/
#green-bar h1 {
    color: white;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 0;
}

.secondary-page {
    padding-top: 70px;
}

#main-content.secondary-page {
    line-height: 1.5;
}

.secondary-page .content-text {
    text-align: justify;
    text-justify: inter-word;
}
/*---------------Side menu----------------------------*/
#side-menu {
    padding-bottom: 35px;
}

    #side-menu ul {
        list-style-type: none;
        padding-left: 0;
    }

        #side-menu ul ul a.active, #side-menu ul ul a:hover {
            background-color: #183821;
        }

    #side-menu > ul > li:first-child, #side-menu > ul > li:first-child a.active, #side-menu > ul > li:first-child:hover a {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    #side-menu > ul > li:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    #side-menu > ul > li {
        border-bottom: 1px dotted #f2f2f2;
        background-color: #cccbcb;
    }

    #side-menu ul li:last-child {
        border-bottom: none;
    }

    #side-menu a {
        text-decoration: none;
        color: black;
        font-size: 1.2rem;
    }

    #side-menu > ul > li .active {
        background-color: #afaeae;
        color: black;
        font-weight: 600 !important;
    }

    #side-menu > ul > li a:hover {
        background-color: #afaeae;
    }

@media (min-width:1400px) {
    #side-menu ul.slimmenu li ul li {
        min-width: 252px;
    }
}

#side-menu ul.slimmenu.collapsed li .sub-toggle {
    background: unset;
}

    #side-menu ul.slimmenu.collapsed li .sub-toggle > i {
        background-image: url(../images/sub-toggle-green.png);
    }

    #side-menu ul.slimmenu.collapsed li .sub-toggle.expanded > i {
        background-image: url(../images/sub-toggle-top-green.png);
    }

#side-menu ul.slimmenu.collapsed li ul li .sub-toggle > i {
    background-image: url(../images/sub-toggle-right.png);
}

#side-menu ul.slimmenu.collapsed li ul li .sub-toggle.expanded > i {
    background-image: url(../images/sub-toggle.png);
}
/*----------------Side Slimmenu-------------------------*/
#side-menu .menu-collapser {
    display: none !important;
}

#side-menu > ul > li {
    width: calc(100% - 30px);
}

#side-menu ul.slimmenu.collapsed li a {
    border-bottom: 0;
    font-weight: normal;
    border-right: 0;
}

#side-menu ul.slimmenu > li > a {
    padding: 12px 18px;
}

#side-menu ul.slimmenu.collapsed li .sub-toggle {
    height: 54px;
}

    #side-menu ul.slimmenu.collapsed li .sub-toggle > i {
        margin-top: 20px;
    }

#side-menu > ul.slimmenu.collapsed > li > ul > li .sub-toggle > i {
    margin-top: 16px;
}

#side-menu ul.slimmenu.collapsed {
    z-index: 5;
    position: static;
}

#side-menu ul.slimmenu li ul {
    left: 0;
    padding: 0;
    margin: 0;
}

#side-menu ul.slimmenu.collapsed li ul li {
    left: 0;
}

    #side-menu ul.slimmenu.collapsed li ul li a {
        padding: 10px 18px !important;
    }

#side-menu ul.slimmenu li ul li {
    max-width: unset;
    width: 100%;
    border-bottom: 1px solid #71987c;
}

@media (max-width: 768px) {
    #side-menu ul.slimmenu.collapsed {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    #side-menu ul.slimmenu.collapsed {
        width: 100%;
        top: 0;
        right: 0;
    }

        #side-menu ul.slimmenu.collapsed li {
            width: 100%;
        }
}

#side-menu ul a > i {
    display: none !important;
}

#side-menu > ul li > ul li > ul {
    width: 100% !important;
    min-width: 100% !important;
}

    #side-menu > ul li > ul li > ul li a {
        background-color: #183821;
    }
/*----------------Buttons on Legislative page-------------------------------*/
@media (max-width:640px) {
    .legislative-buttons div {
        float: none;
        text-align: center;
    }

    .legislative-text h1 {
        text-align: center;
    }
}

@media (min-width:641px) {
    .legislative-buttons div {
        float: left;
    }
}

.legislative-buttons {
    margin-bottom: 48px;
}

    .legislative-buttons div {
        margin-top: 36px;
    }

    .legislative-buttons a {
        background-color: #027b4e;
        color: white;
        border-radius: 5px;
        text-decoration: none;
    }

        .legislative-buttons a:hover {
            background-color: #066743;
        }

@media (max-width:1827px) {
    .legislative-buttons a {
        padding: 14px 28px;
    }

    .legislative-buttons div:first-child, .legislative-buttons div:nth-child(2) {
        margin-right: 17px;
    }
}

@media (min-width:1827px) and (max-width:1876px) {
    .legislative-buttons a {
        font-size: 1.17rem;
        padding: 14px 24px;
    }
}

@media (min-width:1876px) {
    .legislative-buttons a {
        padding: 14px 28px;
    }
}

@media (min-width:1827px) and (max-width:1901px) {
    .legislative-buttons div:first-child, .legislative-buttons div:nth-child(2) {
        margin-right: 17px;
    }
}

@media (min-width:1902px) and (max-width:1917px) {
    .legislative-buttons div:first-child, .legislative-buttons div:nth-child(2) {
        margin-right: 18px;
    }
}

@media (min-width:1918px) {
    .legislative-buttons div:first-child, .legislative-buttons div:nth-child(2) {
        margin-right: 31px;
    }
}
/*--------------------------------------------------*/
.legislative-photo, .legislative-text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:1827px) {
    .legislative-text, .legislative-photo {
        width: 100%;
    }

    .legislative-text {
        margin-top: 50px;
    }
}

@media (min-width:1827px) {
    .legislative-photo {
        -ms-flex: 0 0 690px;
        flex: 0 0 690px;
        max-width: 690px;
    }

    .legislative-text {
        width: calc(100% - 690px);
        max-width: calc(100% - 690px);
    }
}

@media (min-width:1200px) {
    .legislative-photo {
        -ms-flex: 0 0 690px;
        flex: 0 0 690px;
        max-width: 690px;
    }
}
/*---------------------Second Example of legislative page----------------------------*/
.legislative-photo2, .legislative-text2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:1525px) {
    .legislative-text2, .legislative-photo2 {
        width: 100%;
    }

    .legislative-text2 {
        margin-top: 50px;
    }
}

@media (min-width:1525px) and (max-width:1827px) {
    .legislative-photo2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .legislative-text2 {
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width:1827px) {
    .legislative-photo2 {
        -ms-flex: 0 0 690px;
        flex: 0 0 690px;
        max-width: 690px;
    }

    .legislative-text2 {
        width: calc(100% - 690px);
        max-width: calc(100% - 690px);
    }
}
/*------------------Sticky Header-----------------------------------------*/
.navbar {
    padding: 0;
}

    .navbar > .container, .navbar > .container-fluid {
        display: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

header.sticky .container {
    width: inherit;
}

header.sticky .logo-wrapper img {
    display: none;
}

header.sticky .social {
    display: none;
}

header.sticky .search-box {
    display: none;
}

.search {
    position: relative;
}

.search-error-text {
    position: absolute;
    right: 50px;
    top: 14px;
}

.smooth-header {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.extra-height {
    border-top: 100px solid #295135;
    margin-bottom: 120px;
}

@-webkit-keyframes smooth-header-opacity {
    0% {
        opacity: .3;
    }

    70% {
        opacity: 1;
    }
}

@keyframes smooth-header-opacity {
    0% {
        opacity: .3;
    }

    70% {
        opacity: 1;
    }
}

.smooth-header {
    -webkit-animation-name: smooth-header-opacity;
    animation-name: smooth-header-opacity;
}
/*----------------------------------------------*/
header.sticky {
    padding: 0 !important;
}

@media (min-width:1400px) {
    header.sticky {
        position: fixed;
        height: 100px;
        width: 100%;
        background: #9bac9b;
        text-align: left;
        z-index: 1000;
        border-bottom: 5px solid #295135;
    }
}

.menu-home a img {
    width: 30px;
    height: 28px;
}

@media (max-width:1400px) {
    header .sticky {
        position: fixed;
        width: 100%;
        text-align: left;
        z-index: 1000;
        border-bottom: 5px solid #295135;
        background: #9bac9b;
    }

        header.sticky .menu-collapser {
            margin-right: 15px;
            margin-bottom: 0;
        }
}
/*--------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    header.sticky, header.sticky .row, header.sticky ul, header .row {
        width: 100%;
    }

        header.sticky .container {
            width: 90%;
        }

        header.sticky, header.sticky .menu-collapser {
            background: #9bac9b;
        }
}
/*----------------------Bootstrap tabs for Facebook and Twitter -----------------------------*/
.tablinks a {
    text-decoration: none;
}

#fb-plugin-wrapper .nav-link {
    display: block;
    padding: .5rem 1rem;
    border: 0 !important;
}

    #fb-plugin-wrapper .nav-link:focus, .nav-link:hover {
        text-decoration: none;
        background-color: #a9b8ac !important;
    }

.nav-tabs {
    border-bottom: 0 !important;
}

#fb-plugin-wrapper .nav-tabs .nav-item {
    margin-bottom: 0;
    border: 0 !important;
}

#fb-plugin-wrapper .nav-tabs .nav-link {
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    #fb-plugin-wrapper .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: unset;
        border: 0 !important;
    }

#fb-plugin-wrapper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0 !important;
    border-color: unset;
    background-color: #9bac9b;
    color: #1f4029 !important;
    font-size: 1.4rem;
    font-weight: 600;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.fb-plugin-wrapper ul li a:hover {
    border: 0 !important;
}

.nav-link {
    background-color: #dfdedc;
    border: 0 !important;
    outline: none;
    padding: 4px 16px 10px 15px;
    color: #195e44 !important;
    font-size: 1.4rem;
    font-weight: 600;
    min-width: 140px;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.fb-plugin-wrapper ul li:first-child {
    margin-right: 5px;
}

.fb-plugin-wrapper .active {
    background-color: #9bac9b;
    color: #195e44 !important;
    font-size: 1.4rem;
    font-weight: 600;
}

.tab {
    overflow: hidden;
}

#fb-plugin-wrapper .active, .active {
    background-color: unset;
}
/*---------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*--------------- Styles for the Municipal Marketplace page  -------------*/
.marketplace-company {
    margin: 40px 0;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 40px;
}

    .marketplace-company:last-child {
        border-bottom: none;
    }

.marketplace-company-name {
    color: #008443;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.marketplace-company:first-child {
    margin-top: 0px;
}

.marketplace-company img {
    margin-bottom: 25px;
    width: 100%;
    line-height: 170px;
    vertical-align: middle;
}

@media (min-width:1600px) {
    .marketplace-company img {
        max-width: 270px;
    }

    .marketplace-company-md-img {
        max-width: 230px !important;
    }

    .marketplace-company-sm-img {
        max-width: 200px !important;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .marketplace-company img {
        max-width: 230px;
    }

    .marketplace-company-md-img {
        max-width: 220px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .marketplace-company img {
        max-width: 210px;
    }
}

@media (max-width:768px) {
    .marketplace-company img {
        max-width: 280px;
    }

    .marketplace-company .row > div:nth-child(2) {
        text-align: center;
    }
}
/*--------------- Styles for the Contact Forms  -------------*/
.textEntry {
    min-height: 35px;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    padding: 0 7px;
}

@media (min-width:1200px) {
    .textEntry {
        width: 45%;
    }
}

@media (max-width:1200px) {
    .textEntry {
        width: 80%;
    }
}

.textEntry:focus {
    border: 1px solid #295135;
}

.submitButton input {
    background-color: #295135;
    padding: 10px 30px;
    color: white;
    border: 0;
    font-size: 1.2rem;
}

    .submitButton input:hover, .submitButton input:focus {
        background-color: #2e5f3b;
        cursor: pointer;
    }

.content-button {
    background-color: #183821;
    padding: 10px 30px;
    color: white !important;
    text-decoration: none !important;
    border: 0;
    font-size: 1.2rem;
}

    .content-button:hover, .content-button:focus {
        background-color: #295135;
        cursor: pointer;
    }

.inputLabel, .requiredFieldLabel {
    width: 100%;
    text-align: left !important;
    color: #295135;
}

@media (min-width:992px) {
    .contactInfo input, .contactInfo .requiredFieldLabel, .contactInfo .formLabel, .errorNotificationSummary {
        margin-bottom: 30px;
    }
}

@media (max-width:992px) {
    .contactInfo input, .contactInfo .requiredFieldLabel, .contactInfo .formLabel, .errorNotificationSummary {
        margin-bottom: 20px;
    }
}

@media (min-width:992px) {
    .errorNotificationSummary {
        margin-bottom: 40px;
    }
}

@media (max-width:992px) {
    .errorNotificationSummary {
        margin-bottom: 30px;
    }
}

.g-recaptcha {
    padding-left: 0 !important;
}

.contactInfo div {
    text-align: left;
}

.errorNotification {
    font-size: 13px;
    font-weight: bold;
    color: Red;
    line-height: 150%;
    margin-left: -20px;
}

.errorNotificationSummary {
    font-size: 17px;
    color: Red;
    line-height: 150%;
}

.municipal-websites p {
    margin: 5px 0;
}

@media (min-width:1200px) {
    .municipal-websites > div:nth-child(2), .municipal-websites > div:nth-child(6) {
        margin-top: 93px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .municipal-websites > div {
        font-size: 1rem;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .municipal-websites > div:nth-child(2) {
        margin-top: -200px;
    }

    .municipal-websites > div:last-child {
        margin-top: -30px;
    }
}

@media (min-width:575px) and (max-width:768px) {
    .municipal-websites > div:nth-child(3) {
        margin-top: -130px;
    }
}

@media (min-width:525px) and (max-width:768px) {
    .photo-border-container {
        max-width: 505px
    }
}

@media (min-width:1480px) {
    .photo-large {
        max-width: 538px !important;
    }
}

@media (max-width:1480px) {
    .photo-large {
        max-width: 475px !important;
        float: none;
    }
}

.conferences-ad {
    max-width: 130px;
}

@media (max-width:620px) {
    .conferences-ad {
        display: block;
        float: none !important;
        text-align: center;
        margin: 10px auto !important;
    }
}

@media (min-width:620px) and (max-width:992px) {
    .conferences-ad {
        margin-top: -20px !important;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .conferences-ad {
        margin-top: -20px !important;
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    .conferences-ad {
        margin-top: 0 !important;
    }
}

@media (min-width:1200px) {
    .conferences-ad {
        margin-top: -50px !important;
    }
}

@media print {
    h2, h3 {
        page-break-after: avoid;
    }

    #green-bar {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    img {
        max-width: 100% !important;
    }

    article {
        page-break-before: always;
    }

    ul, img {
        page-break-inside: avoid;
    }
}
/*----------Content header styles-------------*/
.heading-bg-green {
    width: 100%;
    background-color: #295135;
    padding: 10px;
    margin-top: 30px;
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

.heading-bg-green-bold {
    background-color: #295135;
    font-weight: bold;
    padding: 15px;
    color: white;
    text-align: center;
}
/*-----------------------*/
.content-button-darker-green {
    background-color: #183821 !important;
}

    .content-button-darker-green:hover, .content-button-darker-green:focus {
        background-color: #295135 !important;
    }
/*--------------------------*/
.marketplace-company-name-darker-green {
    color: #345c40 !important;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.content-background-gray {
    background-color: #e8e8e8;
    padding: 15px;
}

    .content-background-gray a {
        color: #2E5F3B;
    }

.presidents > div > span {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 25px;
}

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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')
}

.fancybox {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .fancybox:hover .icon {
        display: block;
        opacity: 1;
        margin-top: 0;
    }

.logo-spread {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 992px) {
    .logo-spread {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}

a.to-top {
    display: block;
    color: #fff !important;
    background-color: #737878 !important;
    text-decoration: none !important;
    margin-top: 1.5rem;
    clear: both;
    max-width: 160px;
    text-align: center;
    text-decoration: none !important;
    padding: 8px 18px;
}
/*----------Accordion----------*/
.accordion {
    margin-bottom: 2rem;
}

    .accordion .accordion_item h4.accordion-toggle {
        color: #000;
        font-weight: normal;
        font-size: 1.1rem;
        padding-left: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        position: relative;
        text-decoration: underline;
        text-align: left;
    }

.accordion-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-left: 0;
    padding-bottom: 1rem;
}

    .accordion-content p {
        margin-bottom: 5px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

    .accordion-content.default {
        display: block;
    }
/*--------------- Styles for the AMFund page  -------------*/
#amfund h3, #amfund a, #amfund span {
    color: #C47C08;
}

#amfund h2 {
    background-color: #8f5100;
    font-weight: bold;
    padding: 15px;
    color: white;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

#amfund-team img, #board-of-directors img {
    height: 220px;
}

#amfund span {
    color: #000;
    display: block;
    font-weight: 600;
}

#amfund .application-button {
    display: inline-block;
    color: #000;
    background-color: #E6920A;
    text-decoration: none;
    padding: 8px 18px;
    margin-bottom: 1rem;
}
/*--------------- Styles for the MWCF  page  -------------*/
#mwcf h3, #mwcf span {
    color: #993366;
}

#mwcf h2 {
    background-color: #4b0730;
    font-weight: bold;
    padding: 15px;
    color: white;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

#mwcf p a, #mwcf li a {
    color: #993366 !important;
}

#mwcf-team img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
/*--------------- Styles for the LOSS CONTROL PAGE ---*/
.loss-control-carousel {
    position: relative;
}

    .loss-control-carousel .carousel-control-prev {
        left: 10px;
    }

    .loss-control-carousel .carousel-control-next {
        right: 10px;
    }

    .loss-control-carousel .carousel-control-prev-icon {
        width: 47px;
        height: 47px;
    }

.loss-control-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;
}

    .loss-control-header > div {
        text-align: center;
    }

        .loss-control-header > div h2 {
            font-weight: bold;
        }

        .loss-control-header > div > p > span {
            display: block;
            font-style: italic;
            margin-top: 10px;
        }
/*--------------- Styles for the LOSS DOCS SECTION ---*/
#reference-docs .bordered {
    border: 5px solid #28468F;
}

#reference-docs h2 {
    background-color: #28468F;
    font-weight: bold;
    padding: 15px;
    color: white;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

#reference-docs h3 {
    color: #000;
}

#reference-docs .download-pdf {
    display: inline-block;
    background-color: #28468F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #28468F;
    padding: 0 40px;
    margin-top: 20px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 33px;
}

    #reference-docs .download-pdf:hover {
        background-color: #243f80;
    }

#reference-docs h3 {
    margin: 15px 0;
}
/*--------------- SLICK CENTERED CAROUSEL ---*/
.center .slick-slide {
    line-height: 0
}

    .center .slick-slide div {
        line-height: 0
    }

.center .slick-slide.slick-center div a {
	position: relative;
        z-index: 5; 
}

        .center .slick-slide div img {
            width: 100%;
            height: 100%;
        }

       .slick-wrapper.large {
            max-width:90vw;
        }

        .slick-wrapper {
            width:100%;
            max-width:65vw;
            margin-top: 25px;
        }
@media screen and (max-width: 991px) {
    .slick-wrapper {
   
        max-width: 88vw;
    }
}
@media screen and (max-width: 575px) {
    .slick-wrapper {
        max-width: 95vw;
    }
}
    .center .slick-slide {
        position: relative;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transition: transform 300ms ease;
    }

        .center .slick-slide.nextdiv {
            position: relative;
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            transition: transform 300ms ease;
        }

        .center .slick-slide.slick-center {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            z-index: 90;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            margin-bottom: 5rem;
            transition: transform 300ms ease;
        }

        .center .slick-slide::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(255, 255, 255, .8);
            visibility: visible;
            -webkit-transition: background-color .2s;
            transition: background-color .2s;
            z-index: 4;
        }

        .center .slick-slide.slick-center::before {
            opacity: 0;
        }
    /*--------------- Styles for the LOSS CONTROL SECTION ---*/
    #losscontrol h2 {
        background-color: #28468F;
        font-weight: bold;
        padding: 15px;
        color: white;
        display: block;
        text-align: center;
        font-size: 1.2rem;
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

        #losscontrol h2:last-child {
            /*margin-bottom: 0;*/
        }

    #losscontrol h3, #losscontrol h4 {
        color: #000;
        text-align: left;
        margin-bottom: 1rem;
    }

        #losscontrol h3.map-title {
            color: #28468F;
        }

    #losscontrol .bordered {
        border: 5px solid #28468F;
    }

    #losscontrol-staff div img {
        border: 2px solid #000;
    }

    #losscontrol-staff {
        margin-bottom: 7rem;
    }

        #losscontrol-staff div .caption {
            display: block;
            font-style: italic;
            margin-top: 15px;
        }

    #losscontrol-representatives .col-lg-6 {
        text-align: center;
    }

    #losscontrol .atss img {
        max-height: 320px;
        float: left;
    }

    #losscontrol .atss img {
        margin-right: 1rem;
        margin-bottom: 1rem;
        border: 2px solid #000;
    }

    #losscontrol .footer-menu a {
        text-decoration: underline;
    }

        #losscontrol .footer-menu a:hover {
            text-decoration: none;
            color: #414141;
        }

    .is-hidden {
        display: none;
    }

    .highlight {
        background: #ff8;
    }

    .display-block {
        display: block;
    }

    #page-search {
        max-width: 500px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
    }

    #search-box {
        font-size: 1rem;
        height: 45px;
        line-height: 1.25;
        padding-left: 5%;
        border: 1px solid #d8d8d8;
        width: calc(100% - 45px);
        -webkit-box-shadow: inset 0 0 0 50px #fff;
        -webkit-text-fill-color: #000;
    }

        #search-box::placeholder {
            color: 333333 !important;
        }

    .search-page-btn {
        background-image: url(../images/search-btn-blue.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: 0;
        height: 45px;
        width: 70px;
        border: none;
        position: relative;
    }

    .search-page-btn-reset {
        background-color: #28468F;
        color: white;
        cursor: pointer;
        font-size: 1.2rem;
        height: 45px;
        border: none;
        padding: 0 18px;
        margin-left: 8px;
    }

    #reference-docs.presentations h3 {
        font-size: 1.1rem !important;
        font-weight: normal;
        text-decoration: underline;
    }

    #reference-docs.presentations h2 {
        font-size: 1.5rem;
        color: #000;
        font-weight: 600;
        text-align: left;
        margin: 10px 0;
        padding: 10px 0;
        background: none !important;
    }

    #loss-control-counties {
        font-size: 1rem;
        height: 45px;
        padding: 5px;
        border: 1px solid #d8d8d8;
        max-width: 400px;
        display: block;
        margin-bottom: 2rem;
    }

        #loss-control-counties:focus, #loss-control-counties:active {
            border: 1px solid silver;
        }

    .first-rep img, .second-rep img {
        margin-bottom: 1rem;
    }

    .purple-font {
        color: #9e295a;
    }

    #press-releases h2 {
        font-size: 1.45rem !important;
        text-align: left;
    }

    @media (max-width: 1024px) {
        #press-releases h2 {
            font-size: 1.35rem !important;
        }
    }

    @media (max-width: 650px) {
        #press-releases h2 {
            font-size: 1.25rem !important;
        }
    }

    #press-releases h2 a:hover {
        text-decoration: none !important;
    }

    .content-bar-green {
        background-color: #295135;
        font-weight: bold;
        padding: 15px;
        margin-top: 10px;
        color: white;
        text-align: center;
    }

    .content-bar-green a {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

    .content-bar-green a:visited {
        color: white;
    }

.container #countdown {
    margin: 0 auto;
}

.countdown-wrapper {
    margin: 40px auto;
    text-align: center;
    color: #295135;
}

.countdown-title {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #295135;
}

.countdown-subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: #295135;
}

    .countdown-title img {
        max-height: 45px;
    }

.countdown {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-color: #dfdedc;
}


.time-box {
    flex: 1 1 140px;
    text-align: center;
}

.number,
.divider {
    font-weight: 700;
    line-height: 1;
}

.label {
    font-size: clamp(12px, 2.2vw, 16px);
    letter-spacing: 0.08em;
    opacity: 0.9;
    margin-top: 6px;
}

@media (max-width: 474px) {
    .time-box {
        padding: 12px;
        min-width: 90px;
        max-width: 100px;
    }

    .number {
        font-size: clamp(20px, 8vw, 40px);
    }
}

@media (min-width: 475px) {
    .time-box {
        padding: 40px 0;
        min-width: 120px;
        max-width: 200px;
    }

    .number {
        font-size: clamp(20px, 8vw, 90px);
    }

    .divider {
        font-size: clamp(20px, 8vw, 40px);
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .divider {
        display: none;
    }
}

.expired {
    text-align: center;
    font-size: 18px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}
