﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
/* @import '../fonts/aleo-family/stylesheet.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('../fonts/blackjack_regular_macroman/stylesheet.css');
@import url('../fonts/shorelines-script/style.css');
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace'); */

@font-face {
    font-family: 'Journal';
    src: url('../fonts/journal-webfont.eot');
    src: url('../fonts/journal-webfont.eot?iefix') format('eot'), url('../fonts/journal-webfont.woff') format('woff'), url('../fonts/journal-webfont.ttf') format('truetype'), url('../fonts/journal-webfont.svg#webfont') format('svg');
}

body {
    min-width: 320px;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: rgb(37,37,37);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: .075rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
    color: #1B5939;
}

h4 {
    font-size: 1.25rem;
    color: #333;
    text-transform: none;
}

h5 {
    font-size: 1.125rem;
    color: #1B5939;
    letter-spacing: .05rem;
}

h6 {
    font-size: 1rem;
    text-transform: none;
    color: #333;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 460px;
    font: bold 4rem 'Roboto', Arial, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    h2.categoryTitle:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 51px;
        display: block;
        background: url(../images/bgBackgroundInnerPages.png) left bottom repeat-x;
    }

    h2.categoryTitle .catTitleCont {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        padding: 0 1.5rem;
        display: block;
    }

    h2.categoryTitle .subCatTitle {
        font: italic 400 2rem 'Roboto', Arial, sans-serif;
        display: block;
    }

h3.pageTitle {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: rgb(40, 41, 42);
    display: inline-block;
    padding-bottom: 1rem;
    margin: 0;
}
/* styling for content area tables */
table th {
    background: #0db14b;
    color: #ffffff;
}
/* end */
.pageCover {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-y: 45%;
    height: 475px;
    text-align: center;
}

    .pageCover h1 {
        position: absolute;
        top: 55%;
        width: 100%;
        color: #fff;
        font-size: 2.75rem;
        letter-spacing: .2rem;
        text-shadow: 0 0 5px rgba(0,0,0,1);
    }

.innerGradient {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 40%;
}

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 500;
    color: #1B5939;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    a:visited {
        color: #134029;
    }

    a:hover,
    ul.directory-list button:hover {
        color: #F1B129;
        text-decoration: none;
    }

    a:active,
    ul.directory-list button:active {
        color: #F1B129;
    }

    a:focus,
    ul.directory-list button:focus {
        color: #F1B129;
        text-decoration: none;
    }

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.mobile-search,
.weather-tab,
.moreOption > span,
.scrollup > span {
    display: none;
}

    .btnPrint,
    .btnFireRating h3:after,
    .dynamicRoadBan a:before,
    ul.footerCol3 > li:last-child:before,
    ul.phoneColsList > li:before,
    .headerTop a:before,
    .footerTop a:before,
    ul.footerNav a:before,
    ul.footerNav a:after,
    dd.ddMap:before,
    dd.ddPhone:before,
    dd.ddFax:before,
    dd.ddEmail:before,
    .frmPSubmit:after,
    .searchIcon:after,
    .serviceRequest h2:before,
    .headerTopRight a:before,
    ol.breadCrumb a.breadcrumbHome:before,
    ol.breadCrumb a:after,
    ol.breadCrumb-mobile a.breadcrumbHome:before,
    ol.breadCrumb-mobile a:after,
    .sideMenuNav:before,
    .sideMenuNav:after,
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before,
    .moreOption:before,
    .menuIcon:after {
        content: "\f10c";
        font-family: "Font Awesome 6 Pro";
        font-size: inherit;
        font-weight: normal;
        font-style: normal;
        color: inherit;
        display: inline-block;
        margin-left: 0.5rem;
    }

    ol.breadCrumb-mobile a.breadcrumbHome:before,
    ol.breadCrumb-mobile a:after {   
        content: none;
    }



.desktopNav ul.mainMenu a:after {
    content: "\f10c";
    font-family: 'Font Awesome 6 Pro';
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}

ul.phoneColsList,
ul.phoneColsList > li,
ul.relatedLinks,
ul.relatedLinks > li,
ul.search-page,
ul.search-page > li,
ol.breadCrumb,
ol.breadCrumb > li,
ol.breadCrumb-mobile,
ol.breadCrumb-mobile > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.textResizer,
ul.textResizer > li,
ul.footerNav,
ul.footerNav > li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/

.container {
    max-width: 1700px;
    width: auto;
    margin: 0 auto;
    padding: 0 2rem;
}

.municipalServices .container {
    max-width: 100%;
}


.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}

    .skipToContent.showSkipToContents {
        top: 1rem;
        height: auto;
    }

    .skipToContent h2 {
        font-size: 1rem;
        color: rgb(1,138,182);
        margin-bottom: 0.5em;
    }

ol.skipLinks,
ol.skipLinks > li {
    font-size: 0.9rem;
    color: rgb(255,255,255);
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5rem;
}

.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: rgb(255,255,255);
}

    .skipToContent a:visited {
        color: rgb(255,255,255);
    }

    .skipToContent a:hover {
        color: rgb(1,138,182);
    }

    .skipToContent a:active {
        color: rgb(1,138,182);
    }

    .skipToContent a:focus {
        color: rgb(255,255,255);
        outline: 1px solid rgb(1,138,182);
    }

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: #1B5939;
    cursor: pointer;
    padding: 0.7rem 1rem;
    display: none;
    border: none;
    border-radius: 5px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 6;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
}

    .btnScrollup:hover {
        color: #fff;
        background: #1B5939;
    }

    .btnScrollup:focus {
        color: rgb(255,255,255);
        background: #134029;
    }



header.masterHeader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.headerTop {
    /* padding: 1rem 0 1rem 5rem;*/
    background: rgba(19, 64, 41, .95);
    padding-left: 5rem;
}

.headerBottom {
    height: 125px;
    padding: 30px 0 30px 20%;
    position: relative;
    width: auto;
    -webkit-transition: width 900ms ease 0s;
    -moz-transition: width 900ms ease 0s;
    -o-transition: width 900ms ease 0s;
    transition: width 900ms ease 0s;
    background: rgba(19, 64, 41, .95);
    border-bottom: 5px solid #F1B129;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.footerBottom {
    height: 220px;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    background: #134029;
    border-top: 5px solid #F1B129;
}

.fb1.row .fb-flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}

    .fb1.row .fb-flex a {
        display: block;
    }

.fb-flex .fb-address {
    width: 60%;
}

.fb-flex .fb-contact {
    width: 40%;
}

.fb1.row .col-sm {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .fb1.row .col-sm:nth-child(2) {
        /* border-left: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);*/
    }

.fb2.row {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}

    .fb2.row .col-sm:first-child {
        text-align: left;
    }

    .fb2.row .col-sm:nth-child(2) {
        text-align: center;
    }

    .fb2.row .col-sm:last-child {
        text-align: right;
    }


.headerTop a,
.headerTop a:link {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: .82rem;
    font-style: normal;
    font-weight: 400;
    color: rgb(255,255,255);
    display: inline-block;
    margin-right: 2.5rem;
    letter-spacing: 2px;
    padding: .8rem 0 .7rem 0;
}

    .headerTop a:visited {
        color: rgb(255,255,255);
    }

    .headerTop a:hover {
        color: rgb(253,184,19);
    }

    .headerTop a:active {
        color: rgb(253,184,19);
    }

    .headerTop a:before {
        margin-left: 0;
        margin-right: 0.5rem;
    }

    .headerTop a.hMap:before {
        content: "\f041";
    }

    .headerTop a.hPhone:before {
        content: "\f095";
    }

    .headerTop a.hFax:before {
        content: "\f1ac";
    }

    .headerTop a.hEmail:before {
        content: "\f003";
    }

    .headerTop a#weather:before,
    .headerTop a.langTranslateBTN:before,
    .headerTop a.langTranslateBTN:before {
        content: normal;
    }
/*loading - start*/
.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 15px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*loading - end*/
.langCont {
    float: right;
}

/* 
.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: rgb(255,255,255);
}
.headerTop a.langTranslateBTN.selected-lan {
    color: rgb(252, 176, 64);
} */

/* .btnHeaderYahooWeather {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    letter-spacing:2px;
}

    .btnHeaderYahooWeather:hover span, .btnHeaderYahooWeather:hover span i {
        color: rgb(253,184,19) !important;
    }

    .btnHeaderYahooWeather:focus span .btnHeaderYahooWeather:focus span i {
        color: rgb(253,184,19) !important;
    }

    .btnHeaderYahooWeather i {
        margin-right: 0.3rem;
        color: rgb(229,149,0);
        display: inline-block;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

    .btnHeaderYahooWeather span, .btnHeaderYahooWeather span i {
        color: rgb(255,255,255);
        display: inline-block;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    } */

h1.siteLogo,
h1.siteLogoFR {
    position: absolute;
    top: 90%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 0 0 0 4.5rem;
}

    h1.siteLogo > a,
    h1.siteLogoFR > a {
        width: inherit;
        height: inherit;
        display: block;
        text-indent: -9999rem;
        background: url(../images/logo.png) center no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }

    h1.siteLogoFR > a {
        background: url(../images/French-River-FR.png) left center no-repeat;
    }

.bannerCol .col-sm:first-child {
    min-width: 40%;
    position: relative;
    padding: 0;
}

.weather-wrap {
    width: 225px;
    position: relative;
    display: inline-block;
}

.weather-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    height: 60px;
}

.bannerCaption {
    /* position: relative;
    display: inline-block;    
    left: -67%;
    min-height: 1089px;
    min-width: 67%;
    background: url(../images/bg-caption.jpg) center top no-repeat;
    background-size: contain;    */
}

.bannerCol .col-sm:last-child {
    min-width: 60%;
    position: relative;
    padding: 0;
}


.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

.quickLinks {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 0.5em;
    z-index: 5;
}

    .quickLinks:hover .qlContainer,
    .qlContainer.hasFocus {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .quickLinks a,
    .quickLinks a:link {
        position: relative;
        width: 50px;
        height: 50px;
        font: normal 600 1rem 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.5em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        z-index: 2;
        background: rgb(1,138,182);
    }

        .quickLinks a:visited {
            color: rgb(255,255,255);
        }

        .quickLinks a:hover {
            color: rgb(255,255,255);
            background: rgb(252,176,64);
        }

        .quickLinks a:active {
            color: rgb(255,255,255);
            background: rgb(252,176,64);
        }

        .quickLinks a:focus {
            color: rgb(255,255,255);
            background: rgb(252,176,64);
        }

        .quickLinks a:last-of-type {
            margin-bottom: 0;
        }

        .quickLinks a i {
            font-weight: 400;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-left: 0;
        }

        .quickLinks a[title="E-Service Request"] {
            margin-top: 0.3rem;
        }

        .quickLinks a:nth-of-type(2),
        .quickLinks a:nth-of-type(3),
        .quickLinks a:nth-of-type(4),
        .quickLinks a:nth-of-type(5) {
            margin-top: 0.6rem;
            margin-bottom: 0.6rem;
        }

        .quickLinks a[title="E-Service Request"]:before,
        .quickLinks a[title="Meeting Minutes and Agendas"]:before,
        .quickLinks a[title="Business Directory"]:before,
        .quickLinks a[title="Property Listings"]:before,
        .quickLinks a[title="FAQs"]:before,
        .quickLinks a[title="Community Events"]:before,
        .quickLinks a[title="Tax CalcuRobotor"]:before {
            content: normal;
        }

.qlContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-border-radius: 0 0.5rem 0.5rem 0;
    -moz-border-radius: 0 0.5rem 0.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: 1;
    background: rgb(29,46,69);
    background: rgba(29,46,69,0.9);
}

    .qlContainer a,
    .qlContainer a:link {
        color: rgb(255,255,255);
        width: auto !important;
        height: auto !important;
        padding: 1.1rem 1rem 1.2rem 4.5rem;
        margin: 0 !important;
        text-align: left !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-transition-property: color !important;
        -moz-transition-property: color !important;
        -o-transition-property: color !important;
        transition-property: color !important;
        background: none !important
    }

        .qlContainer a:visited {
            color: rgb(255,255,255);
        }

        .qlContainer a:hover {
            color: rgb(252,176,64);
        }

        .qlContainer a:active {
            color: rgb(252,176,64);
        }

        .qlContainer a:focus {
            color: rgb(252,176,64);
        }

        .qlContainer a:before {
            content: normal;
            position: static;
            top: auto;
            left: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }

.quickLinks .qlContainer a[title="E-Service Request"]:before,
.quickLinks .qlContainer a[title="Meeting Minutes and Agendas"]:before,
.quickLinks .qlContainer a[title="Business Directory"]:before,
.quickLinks .qlContainer a[title="Community Events"]:before,
.quickLinks .qlContainer a[title="Tax CalcuRobotor"]:before {
    content: normal;
}


/* Search Section */
.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto !important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}

.modal-header {
    background: none;
    height: 50px;
}


.frmSearch {
    position: absolute;
    right: 6rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    display: inline-block;
    margin: 0;
    z-index: 1;
}

#MobilefrmSearchbtn .frmSearch {
    right: 0;
    width: 101%;
}

#MobilefrmSearchbtn .modal-header button.close,
#modalHeaderWeather .modal-header button.close,
#MobilefrmSearchbtn .modal-header h2.modalTitle,
#modalHeaderWeather .modal-header h2.modalTitle {
    color: #1B5939;
}

#MobilefrmSearchbtn .modal-content {
    background: url(../images/logo-watermark.png) #fff;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: -10% -10px;
}

#MobilefrmSearchbtn .modal-body {
    padding-top: 0;
    padding-bottom: 50px;
    padding: 0;
}

#MobilefrmSearchbtn .frmSearch input[type="search"] {
    height: 50px;
    border: 1px solid #134029;
    color: #333;
    font-size: 1.125rem;
    margin: 1.5rem;
    width: 92%;
}

.msearch-model {
    display: block;
    position: relative;
    height: 47px;
}

#MobilefrmSearchbtn .msearch-model button[type="submit"] {
    background: #1b5939;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    padding: 10px;
    width: 100% !important;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: .075rem;
}

    #MobilefrmSearchbtn .msearch-model button[type="submit"]:hover {
        background: #f1b129;
    }

.frmSearch input[type="search"] {
    width: 100%;
    font: italic 400 1.125rem 'Roboto', Arial, sans-serif;
    color: #fff;
    padding: 1rem 3rem 1rem 0rem;
    border: none;
    /*-webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;*/
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    /*background: rgb(244,242,241);
    background: rgba(244,242,241,0.75);*/
    background: none;
}

.frmSearch.banner input[type="search"] {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 1rem 3rem 0.5rem 1.2rem;
    border: none;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
    background: none;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(255,255,255)
}

.frmSearch input[type="search"]:focus {
    border-bottom: 1px solid #fff;
}

.frmSearch input[type="search"]:focus {
    background: none;
}

::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch.banner button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    padding: 0.2rem 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

    .frmSearch.banner button[type="submit"] i {
        color: rgb(255,255,255);
        font-weight: 400;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

.frmSearch button[type="submit"] i {
    /*color: rgb(253,184,19);*/
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    .frmSearch button[type="submit"] i:hover {
        color: #f1b129;
    }

.frmSearch.banner button[type="submit"] i:hover {
    color: rgb(255,255,255);
}


.footerTop {
    height: auto;
    min-height: 20rem;
    background: url(../images/bgVoteNow.jpg) left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .footerTop .container {
        min-height: inherit;
        padding-left: 0;
        padding-right: 0;
    }

.pollQuestionCont {
    max-width: 500px;
    min-height: inherit;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 2rem 1.5rem;
    background: rgba(255,255,255,0.9);
}

    .pollQuestionCont i {
        font-size: 2.5rem;
        display: block;
        margin-bottom: 0.5rem;
    }

.btnPollQuestionVote {
    max-width: 200px;
    font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(1,138,182);
}

    .btnPollQuestionVote:hover {
        background: rgb(252,176,64);
    }

    .btnPollQuestionVote:focus {
        background: rgb(252,176,64);
    }


/** Model Search **/
#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/

.desktopNav .moreOptionMainMenu,
/* .desktopNav .moreOptionSubMainMenu, */
/* .desktopNav ul.subSubMainMenu, */
/* .desktopNav ul.subSubMainMenu, */
ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    display: block;
    position: relative;
    top: 40%;
    right: 5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1rem;
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    /*border: 1px solid rgb(156,178,159);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;*/
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}

    .menuIcon:hover,
    .menuIcon:focus {
        color: #134029;
        background: #fff;
    }

    .menuIcon:after {
        content: "\f0c9";
        font-weight: 500;
    }

.desktopNav .moreOptionMainMenu, .desktopNav ul.subSubMainMenu, ul.mainMenuCol2 h3 {
    display: none;
}

nav {
    position: fixed;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: 10;
    min-width: 430px;
}

    nav.navOpen {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

.desktopNav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 460px;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #134029;
}

nav.navOpen .desktopNav {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.desktopNav .innerDesktopNavContainer {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #134029;
}

.desktopNav ul.mainMenu {
    /* height: 100%; */
    -webkit-overflow-scrolling: touch;
    /* overflow-y: hidden;
    overflow-x: hidden; */
    background: #134029;
    padding-top: 5rem;
}

.closeNav {
    position: absolute;
    top: 0;
    right: 2rem;
    font-size: 1.563rem;
    color: #fff;
    -webkit-transition: color 500ms ease 0s;
    -moz-transition: color 500ms ease 0s;
    -o-transition: color 500ms ease 0s;
    transition: color 500ms ease 200ms;
    padding: 0.5em;
    margin: 1rem 0.5rem 0.5rem 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 700;
}

    .closeNav:hover {
        color: #f2b50c;
    }

.topNavContainer {
    height: auto;
    background: rgb(220,230,229);
}

    .topNavContainer > .container {
        padding-top: 2.4rem;
        padding-bottom: 1rem;
    }

.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .innerNavContainer,
.desktopNav ul.mainMenu > li:hover .innerNavContainer {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(-100%,0,0);
}

.innerNavContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 100%;
    padding: 6.75rem 3.75rem 6.75rem 2.75rem;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: -1;
    background: rgba(255,255,255.95);
}

.desktopNav .moreOptionMainMenu.show {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 41px solid transparent;
    border-right: 27px solid rgb(242,181,12);
    border-bottom: 41px solid transparent;
    position: absolute;
    left: -27px;
    background: transparent;
    border-left: transparent;
}

.desktopNav .moreOptionMainMenu:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
}

.desktopNav ul.subMainMenu > li > button.moreOptionSubMainMenu {
    float: right;
    top: unset;
    right: 4rem;
    margin-top: 9px;
    position: absolute;
    border: none;
    background: none;
    color: #333;
    font-size: 1em;
    z-index: 10;
}



    .desktopNav ul.subMainMenu > li > button.moreOptionSubMainMenu:hover {
    }

    .desktopNav ul.subMainMenu > li > button.moreOptionSubMainMenu.openIcon:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .desktopNav ul.subMainMenu > li > button.moreOptionSubMainMenu:before {
        content: "\f078";
        -webkit-transition: transform 200ms ease 0s;
        -moz-transition: transform 200ms ease 0s;
        -o-transition: transform 200ms ease 0s;
        transition: transform 200ms ease 200ms;
    }

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    letter-spacing: .1rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    padding: 1rem 1rem 1rem 3rem;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
/* ul.mainMenu a:visited {
        color: rgb(68,71,74);
    } */

ul.mainMenu li.listMainMenu,
ul.mainMenu li.ListHome {
    border-left: 5px solid transparent;
}

    ul.mainMenu li.listMainMenu:hover,
    ul.mainMenu li.ListHome:hover {
        color: #F1B129;
        border-left: 5px solid #F1B129;
    }

    ul.mainMenu li.listMainMenu:active,
    ul.mainMenu li.ListHome:active {
        color: #F1B129;
        border-left: 5px solid #F1B129;
    }

    ul.mainMenu li.listMainMenu:focus,
    ul.mainMenu li.ListHome:focus {
        color: #F1B129;
        border-left: 5px solid #F1B129;
    }

ul.mainMenu a i {
    font-weight: 400;
    display: inline-block;
    margin-right: 0.5rem;
}

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu {
    display: flex;
    flex-flow: column nowrap;
}

    .desktopNav ul.mainMenu > li {
        float: left;
        display: table;
    }

        .desktopNav ul.mainMenu > li > a:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0.5rem;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            color: rgb(220,230,229);
            display: block;
            z-index: 1;
        }

/* .desktopNav ul.mainMenu > li:hover > a:after{
    content: "\f0d7";
    bottom: -6rem;
    color: rgb(13,177,75);
    font-size: 8.125rem;
    font-weight: 700;
} */

@-moz-document url-prefix() {
    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -6rem;
    }
}

.desktopNav ul.mainMenu > li.listMainMenu.selected,
.desktopNav ul.mainMenu > li.listMainMenu:hover,
.desktopNav ul.mainMenu > li.listMainMenu[aria-expanded="true"] {
    color: rgb(255,255,255);
    border-left: 5px solid #F1B129;
}

.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.desktopNav ul.subMainMenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        position: relative;
        float: left;
        font-size: 1.25rem;
        font-weight: 500;
        text-transform: none;
        color: #333 !important;
        border-left: none;
        display: block;
        padding: 0.6rem 1.1rem 0.6rem 0rem;
        margin: 0 0.5rem 0 0rem;
        text-align: left;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        background: none !important;
        letter-spacing: .02em;
        width: 100%;
    }

        /* .desktopNav ul.subMainMenu a:visited {
        color: rgb(68,71,74) !important;
    } */

        .desktopNav ul.subMainMenu a:hover,
        .desktopNav ul.subSubMainMenu a:hover {
            color: #1B5939 !important;
            border-left: none;
        }

    .desktopNav ul.subMainMenu > li > a:after {
        /* content: "\f054" !important; */
        /* position: absolute; */
        /* right: 1rem; */
        /* top: 50%; */
        /* left: auto; */
        /* bottom: auto !important; */
        /* -webkit-transform: translateY(-50%) !important; */
        /* -moz-transform: translateY(-50%) !important; */
        /* -o-transform: translateY(-50%) !important; */
        /* -ms-transform: translateY(-50%) !important; */
        /* transform: translateY(-50%) !important; */
        /* font-size: 1.563rem !important; */
        /* color:rgb(68,71,74) !important; */
    }

    .desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf {
        display: none;
    }

        .desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf.open {
            display: block;
        }

.desktopNav ul.subSubMainMenu a,
.desktopNav ul.subSubMainMenu a:link {
    position: relative;
    float: left;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    color: #333 !important;
    border-left: none;
    display: block;
    padding: 0.6rem 1.1rem 0.6rem 1rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    margin: 0 0.5rem 0 0rem;
    letter-spacing: .02em;
    font-weight: 400 !important;
    text-transform: none !important;
    width: 100%;
    border-top: 1px solid #b2b2b2;
}

.desktopNav ul.subMainMenu > li {
    /* float: left; */
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    /* overflow: hidden; */
    display: table;
}

.desktopNav ul.subSubMainMenu > li {
    display: table;
    width: 100%;
}

.desktopNav ul.subMainMenu > li a i {
    position: absolute;
    right: 0;
    top: 30%;
}

.desktopNav ul.subMainMenu > li.selected a {
    color: #1B5939 !important;
}

.contact-us {
    margin: 1.25rem 3rem;
    padding: 3rem 0 0;
    border-top: 1px solid #fff;
}

    .contact-us h2 {
        color: #fff;
        font-size: 1.25rem;
    }

    .contact-us a,
    .contact-us p {
        display: block;
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        padding: .25rem 0;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
    }

        .contact-us a:hover {
            color: #F1B129;
        }

    .contact-us i,
    .fb1.row i {
        font-weight: 400;
        margin-right: .5rem;
    }

a.hMap {
    margin-bottom: .5rem;
}

/* ul.relatedLinks a,
ul.relatedLinks a:link {
    position: relative;
    font-size: 1.3rem!important;
    color: rgb(15,61,57)!important;
    padding: 1rem 0.5rem 1rem 4rem!important;
    text-align: left!important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(163,191,188)!important;
}
ul.relatedLinks a:visited {
    color: rgb(15,61,57) !important;
}
ul.relatedLinks a:hover {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:active {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:focus {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:after {
    content: normal!important;
    position: static!important;
    left: auto!important;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
ul.relatedLinks a > span {
    font: normal 0.8rem aleoitalic, Aria, sans-serif;
    display: block;
    text-transform: none;
}

ul.relatedLinks i {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%) ;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}
ul.relatedLinks > li:nth-child(even) {
    margin-right: 0;
} */


/****************************************************************
Main Content - Inside Pages
****************************************************************/
.mainContainer {
    position: relative;
    padding: 30rem 2rem 2rem;
}

    .mainContainer .row {
        margin: 0;
    }

    .mainContainer main {
        width: 100%;
        height: auto;
        min-height: 25rem;
        overflow-x: hidden;
        background: none;
    }

        .mainContainer main.formPage {
            padding: 1.5rem 3rem;
        }

    .mainContainer.pagePasswordProtected .container {
        background: rgb(246,248,251);
    }

main.searchPage {
    padding: 1.5rem 2rem;
}

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 0;
    background: url(../images/logo-watermark.png), #f2f2f2;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 200% 120%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2rem;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.3);
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 1.5rem 3rem;
}


/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    color: #1b5939;
    display: inline-block;
    padding: 1.2rem 0.9rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}

    .moreOption:hover {
        color: #1b5939;
    }

    .moreOption:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }

    .moreOption.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

ul.sideMenu > li:first-child span {
    font-family: "BlackJackRegular", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    text-transform: capitalize;
    color: rgb(255,255,255);
    background: rgb(0,164,216);
    padding: 1rem 1.5rem;
    line-height: 1;
    display: block;
}

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    color: rgb(68,71,74);
    text-transform: capitalize;
    display: block;
    padding: 1rem 1.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: transparent;
}

    ul.sideMenu a:visited {
        color: rgb(68,71,74);
    }

    ul.sideMenu a:hover {
        background: #fff;
    }

    ul.sideMenu a:active {
        background: #fff;
    }

    ul.sideMenu a:focus {
        background: #fff;
    }

ul.sideMenu > li {
    position: relative;
}

    ul.sideMenu > li.hasChild a {
        padding-right: 2.5rem;
    }

    ul.sideMenu > li.selected a {
        /* background: #fff; */
    }

    ul.sideMenu > li.selected .moreOption {
    }

    /* ul.sideMenu > li:hover > a {
        background: #fff;
    } */

    ul.sideMenu > li:hover .moreOption {
    }

ul.sideMenu li.hasChild[aria-expanded="true"] a {
    background: #1b5939;
    color: #fff;
}

ul.sideMenu li.hasChild[aria-expanded="true"] .moreOption {
    color: #fff;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: normal 700 1rem 'Roboto', Arial, sans-serif !important;
    color: rgb(255,255,255) !important;
    padding: 1.25rem 2.5rem !important;
    display: block;
    background: #134029 !important;
    text-transform: capitalize !important;
}

    ul.subSideMenu a:visited {
        color: rgb(255,255,255) !important;
    }

    ul.subSideMenu a:hover {
        background: rgb(255,255,255) !important;
        color: #134029 !important;
    }

    ul.subSideMenu a:active {
        background: rgb(255,255,255) !important;
        color: #134029 !important;
    }

    ul.subSideMenu a:focus {
        background: rgb(255,255,255) !important;
        color: #134029 !important;
    }

ul.subSideMenu > li.selected a {
    color: #134029 !important;
    background: rgb(255,255,255) !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    /* padding: 1.5rem 0.8rem;
   padding-bottom: 2.5rem;*/
}

main .innerHead {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    border-bottom: 2px solid #b3b3b3;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.searchPage .innerHead {
    border: none;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(68,71,74);
    text-transform: uppercase;
    letter-spacing: .075rem;
    display: block;
}

    ol.breadCrumb a:visited {
        color: rgb(68,71,74);
    }

    ol.breadCrumb a:hover {
        color: rgb(253, 184, 19);
    }

    ol.breadCrumb a:active {
        color: rgb(253, 184, 19);
    }

    ol.breadCrumb a:active {
        color: rgb(253, 184, 19);
    }

    ol.breadCrumb a:after {
        content: "\f105";
        margin-right: 0.5rem;
        color: #f1b129;
    }


ol.breadCrumb-mobile {
    display: none;
}

    ol.breadCrumb > li {
        float: left;
    }

        ol.breadCrumb > li:first-child a:before {
            content: "";
            margin-left: 0;
        }

        ol.breadCrumb > li:last-child a:after {
            content: normal;
            margin-right: 0;
            margin-left: 0;
        }

        ol.breadCrumb > li:last-child a {
            color: #1b5939;
        }

ul.textResizer {
    width: 110px;
}

ul.textResizer > li {
    margin-right: 0.33rem;
    float: left;
}

    ul.textResizer > li:last-child {
        margin-right: 0;
    }

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 500 1em/0 'Roboto', sans-serif;
    color: rgb(68,71,74);
    text-transform: uppercase;
    display: inline-block;
}

    ul.textResizer a,
    ul.textResizer a:link {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
    }

        ul.textResizer a:visited {
            color: rgb(68,71,74);
        }

        ul.textResizer a:hover {
            color: #f1b129;
        }

        ul.textResizer a:active {
            color: #f1b129;
        }

        ul.textResizer a:focus {
            color: #f1b129;
        }

ul.textResizer span {
    margin-right: 0.5em;
}

ul.textResizer a.small-text {
    font-size: 1.125em;
}

ul.textResizer a.medium-text {
    font-size: 1.25em;
}

ul.textResizer a.large-text {
    font-size: 1.5em;
}

ul.textResizer a.textresizer-active {
    color: #f1b129;
}

.btnPrint {
    font-weight: 500;
    margin-top: -0.2rem;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    .btnPrint:hover {
        color: #f1b129;
    }

    .btnPrint:before {
        content: "\f02f";
    }

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}


ul.phoneColsList {
    margin-bottom: 2rem;
}

    ul.phoneColsList > li:before {
        content: "\f105";
        margin-left: 0;
        margin-right: 0.5rem;
    }

.footerBottom h2 {
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom .french h2 {
    font-size: 1.5rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom p {
    font: normal 400 .875rem 'Roboto', Arial, sans-serif;
    color: rgb(255,255,255);
    letter-spacing: .02em;
    margin-bottom: 0;
    line-height: 1.75;
}

.footerBottom h3 {
    color: #fff;
}

.footerBottom p span {
    position: relative;
    display: inline-block;
}

.footerBottom p.add a i {
    position: relative;
    display: inline-block;
    top: -90px;
}

.footerBottom p a i {
    font-weight: 400;
    margin-right: 0.5rem;
}

.footerBottom p img {
    display: inline-block;
    /*margin-top: 2rem;
margin-right: 3rem;*/
}

    .footerBottom p img + img {
        margin-right: 0;
    }

.footerBottom a,
.footerBottom a:link,
.footerSocial.socialMedia a {
    font-size: .875rem;
    line-height: 1.75;
    font-weight: normal;
    color: rgb(255,255,255);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    .footerBottom a:visited {
        color: rgb(255,255,255);
    }

    .footerBottom a:hover,
    .footerSocial.socialMedia a:hover {
        color: #f1b129;
    }

    .footerBottom a:active {
        color: #f1b129;
    }

    .footerBottom a:focus {
        color: #f1b129;
    }

.btnRegister {
    font: normal 700 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 2rem 0 0;
    padding: 0.6rem 3.2rem;
    cursor: pointer;
    border: 1px solid rgb(255,255,255);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background: none;
}

    .btnRegister:hover {
        border-color: rgb(201,125,12);
        background: rgb(201,125,12);
    }

    .btnRegister:focus {
        border-color: rgb(201,125,12);
        background: rgb(201,125,12);
    }


ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font: normal 1rem 'Aleo Regular', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
    padding: 0.5rem;
}

    ul.footerNav a:visited {
        color: rgb(255,255,255);
    }

    ul.footerNav a:hover {
        color: rgb(35,183,169);
    }

    ul.footerNav a:active {
        color: rgb(35,183,169);
    }

    ul.footerNav a:focus {
        color: rgb(35,183,169);
    }

    ul.footerNav a:before {
        content: normal;
        margin-left: 0;
    }

    ul.footerNav a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgb(121,173,174);
        margin-left: 0;
    }

.footerBottom cite {
    font: normal 400 0.875rem 'Roboto', Arial, sans-serif;
    line-height: normal;
    color: rgb(255,255,255);
    text-transform: none;
    text-align: left;
    display: block;
    /* margin: 0.5rem 0 1.3rem 0; */
    line-height: 1.75;
}

.footerBottom small {
    font: normal 400 0.875rem 'Roboto', Arial, sans-serif;
    color: rgb(255,255,255);
    text-transform: none;
    text-align: left;
    display: block;
    line-height: 1.75;
}

/* .footerBottom cite a span {
    color: rgb(255,255,255);
    width: 112px;
    height: 34px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;
} */

/* .footerBottom cite a:visited {
    color: rgb(255,255,255);
} */

.footerBottom cite a:hover {
    color: #f1b129;
}

.footerBottom cite a:active {
    color: #f1b129;
}

.footerBottom cite a:focus {
    color: #f1b129;
}



/* .headerTop .socialMedia {
    float: right;
    display: block;
    background: url(../images/bg-headsocial.jpg) right center no-repeat;
    padding-right: 4rem;
    padding-left: 5rem;
}

    .headerTop .socialMedia span.socialTitle {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.25rem;
        text-transform: uppercase;
        color: rgb(253,184,19);
        margin-right: 0.5rem;
        letter-spacing: 2px;
    }

    .headerTop .socialMedia a,
    .headerTop .socialMedia a:link {
        font: normal 600 1.25rem 'Roboto', Arial, sans-serif;
        color: rgb(255,255,255);
        display: inline-block;
        margin: 0 0.5rem;
        padding: .7rem 0;
    }

        .headerTop .socialMedia a:visited, .footerSocial.socialMedia a:visited {
            color: rgb(255,255,255);
        }

        .headerTop .socialMedia a:hover, .footerSocial.socialMedia a:hover {
            color: rgb(253,184,19);
        }

        .headerTop .socialMedia a:active, .footerSocial.socialMedia a:active {
            color: rgb(253,184,19);
        }

        .headerTop .socialMedia a:focus, .footerSocial.socialMedia a:focus {
            color: rgb(253,184,19);
        }

        .headerTop .socialMedia a:before {
            margin-left: 0;
        } */

.socialMedia a.facebook:before {
    content: "\f09a";
    margin-right: .5rem;
    font-family: "Font Awesome 6 Brands";
}

.socialMedia a.twitter:before {
    content: "\f099";
    margin-right: .5rem;
    font-family: "Font Awesome 6 Brands";
}

.socialMedia a.instagram:before {
    content: "\f16d";
    margin-right: .5rem;
    font-family: "Font Awesome 6 Brands";
}

.socialMedia a.youtube:before {
    content: "\f167";
    font-family: "Font Awesome 6 Brands";
}

.socialMedia a.linkedIn:before {
    content: "\f0e1";
    font-family: "Font Awesome 6 Brands";
}

.socialMedia a.tripAdvisor:before {
    content: "\f262";
    font-family: "Font Awesome 6 Brands";
}


.footerSocial.socialMedia a.twitter {
    margin: 0 0.5rem 0 0;
}

.socialMedia a.twitter::before {
    margin-left: 0;
}

.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}

    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        color: rgb(255,255,255);
        margin-bottom: 2rem;
    }

    .municipalServices .col-7 h2 {
        margin-bottom: 0.5rem;
    }

    .municipalServices .col-5 h2 span {
        font-size: 0.9rem;
        display: block;
        padding-top: 0.5rem;
    }

.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}


.roadBanCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.municipalServices .col-7 i {
    font-size: 2rem;
    font-weight: 400;
    color: rgb(255,255,255);
}

a.inEffectLink,
a.inEffectLink:link {
    color: rgb(255,255,255);
    text-align: center;
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(22,87,81);
}

    a.inEffectLink:visited {
        color: rgb(255,255,255);
    }

    a.inEffectLink:hover {
        background: rgb(38,148,138);
    }

    a.inEffectLink:active {
        background: rgb(38,148,138);
    }

    a.inEffectLink:focus {
        background: rgb(38,148,138);
    }

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: rgb(227,83,13);
}

    a.roadBanInEffect:hover {
        background: rgb(255,100,24);
    }

    a.roadBanInEffect:active {
        background: rgb(255,100,24);
    }

    a.roadBanInEffect:focus {
        background: rgb(255,100,24);
    }



/*---------------------table styling-------------------------*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/****************************************************************
Weather
****************************************************************/
#modalHeaderWeather .modal-footer {
    display: none;
}

ul.col2W,
ul.col2W > li,
ul.bwTabs,
ul.bwTabs > li,
ul.weatherListsHeader,
ul.weatherListsHeader > li,
ul.innerColWeatherLists,
ul.innerColWeatherLists > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}

#modalHeaderWeather .modal-body {
    padding: 0;
}

    #modalHeaderWeather .modal-body .close {
        background: none;
    }

#modalHeaderWeather .headerWeather {
    color: rgb(255,255,255);
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    background: rgb(68,71,74);
}

.weatherText {
    font: 700 1.3em 'Roboto';
    margin-bottom: 0;
}

    .weatherText > i {
        font-size: 2rem;
        display: block;
        margin-bottom: 0.5rem;
    }

.weatherCity {
    margin-bottom: 0.3rem;
}

.weatherTemp {
    font: 700 4em 'Open Sans';
    margin-bottom: 0;
}


ul.bwTabs > li {
    float: left;
    width: 33.33%;
}


.bodyContainer {
    height: 300px;
    padding: 1.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.weatherList {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208,210,212,0.5);
}

ul.innerColWeatherLists > li,
ul.weatherListsHeader > li {
    float: left;
    width: 33.33%;
}

    ul.innerColWeatherLists > li:nth-child(2),
    ul.weatherListsHeader > li:nth-child(2) {
        text-align: center;
    }

    ul.innerColWeatherLists > li:last-child,
    ul.weatherListsHeader > li:last-child {
        text-align: right;
    }

ul.weatherListsHeader {
    padding: 1rem 1.4rem 0.5rem 1.5rem;
}

ul.bwTabs {
    padding: 1rem 1.4rem 0.5rem 1.4rem;
    border: none;
}

    ul.bwTabs a,
    ul.bwTabs a:link {
        font-size: 0.9rem;
        color: rgb(199,202,205);
        display: block;
    }

        ul.bwTabs a:visited {
            color: rgb(199,202,205);
        }

        ul.bwTabs a:hover {
            color: rgb(121,135,150);
        }

        ul.bwTabs a:active {
            color: rgb(121,135,150);
        }

        ul.bwTabs a:focus {
            color: rgb(121,135,150);
        }

        ul.bwTabs a.active {
            color: rgb(121,135,150);
        }

#forecast .bodyContainer {
    padding-top: 0;
}


.wlDay,
.wlIcon,
.wlHigh,
.wlLow,
.col2WDesc {
    color: rgb(121,135,150);
}

.wlHead,
.wlText,
.col2WTitle {
    font-size: 0.75rem;
    color: rgb(85,85,85);
    display: block;
}

.wlHead {
    font-size: 0.7rem;
    text-transform: uppercase;
}


ul.col2W > li {
    float: left;
    width: 50%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208,210,212,0.5);
}

.col2WDesc i {
    display: inline-block;
    margin-right: 0.5rem;
}

/*Section Feature Images*/

.highlights1,
.highlights2 {
    position: relative;
    padding: 0 0 4rem 0;
    background: #f2f2f2;
    background-size: cover;
    padding-top: 2rem;
    overflow: hidden;
}


    .highlights1 .container,
    .highlights2 .container {
        margin: 0 auto !important;
    }

.watermark {
    background: url(../images/logo-watermark.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    display: block;
    height: 420px;
    width: 420px;
    top: -120px;
    right: -130px;
}

.highlights1 h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 1rem;
    letter-spacing: 4px;
}

.highlights1 p {
    font-family: 'Journal', Georgia, serif;
    font-size: 3rem;
    font-weight: normal;
    font-style: normal;
    color: #1b5939;
    text-transform: none;
    letter-spacing: .05rem;
    text-align: center;
    margin-bottom: 0;
}

.highlights1 .highlightImg .imgscale {
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    transform: scale(1.00);
}

.highlights1 .highlightImg:hover .imgscale {
    transform: scale(1.15);
}

/* .imgscale img {
        width: 375px;
    } */

.highlights1 .highlightImg a.highlightContent,
.highlights2 .highlightContent a {
    position: relative;
    display: inline-block;
    width: auto;
    background: #134030;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    position: relative;
}

.highlights1.highlightImg a.highlightContent img {
    position: relative;
    display: block;
    width: 100%;
}

.highlights1 a.highlightContent h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    color: #fff;
    background: #134030;
    text-transform: uppercase !important;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 1.5rem 1rem;
    line-height: 1;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.highlights1.highlightImg a.highlightContent h4 span {
    font-weight: 600;
    font-size: 2rem;
    display: block;
}

.highlights1.highlightImg a:visited h4 {
    color: rgb(40,41,42);
}

.highlights1.highlightImg a:hover h4 {
    color: rgb(255,255,255);
}

.highlights1.highlightImg a:focus h4 {
    color: rgb(255,255,255);
}

a.highlightContent {
    color: #fff;
    font-size: 2rem;
}

.highlights1.highlightImg:nth-child(1) a.highlightContent h4 {
    background: rgb(202,206,213);
}

.highlights1.highlightImg:nth-child(2) a.highlightContent h4 {
    background: rgb(0,164,216);
}

.highlights1.highlightImg:nth-child(3) a.highlightContent h4 {
    background: rgb(253,184,19);
}

.highlights1.highlightImg:nth-child(4) a.highlightContent h4 {
    background: rgb(13,177,75);
}

.highlights2 {
    background: #fff;
}

.highlights2 .highlightContent {
    margin-top: 2rem;
}

.highlights2 .highlightContent a {
    background: #fff;
    width: 100%;
    padding: 4rem 1rem;
    height: 200px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.highlights2 .highlightContent a h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.highlights2 .highlightContent a i {
    color: #1b5939;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.highlights2 .highlightContent a:hover {
    background: #1b5939;
    color: #fff;
}

.highlights2 .highlightContent a:hover i,
.highlights2 .highlightContent a:hover h4 {
    color: #fff;
}

/*end section feature image*/






.moreCategory {
    background: rgba(228,230,233,0.9);
    width: 70%;
    float: right;
}

    .moreCategory a,
    .moreCategory a:link {
        display: block !important;
    }





#business-list img {
    max-width: 150px;
    margin-bottom: 1rem;
}

#notice-list ul.notices .img {
    display: block;
    margin-bottom: 1.5rem;
}

    #notice-list ul.notices .img img {
        float: left;
        width: 150px;
        margin-right: 1rem;
        display: inline-block;
    }

#notice-list ul.notices time {
    border-bottom: none;
}
/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1830px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 500px;
        height: 127px;
        margin-top: 0.65rem;
    }*/
}

@media only screen and (max-width:1730px) {
}

@media only screen and (max-width:1680px) {

    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 1.250rem;
    }

    .desktopNav ul.subMainMenu > li > a::after {
        font-size: 1.250rem !important;
    }
    /*.desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.6rem;
    }*/
    .topNavContainer {
        min-height: 20rem;
    }

    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.2rem !important;
    }

    ul.relatedLinks > li {
        height: 7.3em;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.8rem !important;
    }


    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }


    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.25rem;
    }


    h2.categoryTitle {
        font-size: 3.5rem;
    }

        h2.categoryTitle .subCatTitle {
            font-size: 1.8rem;
        }

    .frmSearch input[type="search"] {
        font-size: 1rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }

    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.5rem;
    }

    .btnFireRating {
        width: 170px;
        height: 170px;
    }

        .btnFireRating:before {
            width: 200px;
            height: 200px;
        }

    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.9rem;
    }

    .frmSearch.banner input[type="search"] {
        font-size: 1.250rem;
    }

    .frmSearch.banner button[type="submit"] {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width:1500px) {
    .headerTop .socialMedia {
        width: 280px;
        height: 52px;
    }

        .headerTop .socialMedia a, .headerTop .socialMedia a:link {
            padding: 1rem 0;
        }

    .headerTop a, .headerTop a:link {
        font-size: 0.8rem;
    }

    .btnHeaderYahooWeather {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1450px) {

    .menuIcon {
        font-size: 1.25rem;
    }

    .desktopNav ul.subMainMenu a, .desktopNav ul.subMainMenu a:link {
        font-size: 1rem;
    }

    .desktopNav ul.subMainMenu > li > a::after {
        font-size: 1rem !important;
    }

    .topNavContainer {
        min-height: 17rem;
    }

    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.1rem !important;
    }

    ul.relatedLinks > li {
        height: 6.6rem;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.7rem !important;
    }

    .frmSearch.banner {
        min-width: 0;
        width: 100%;
    }

        .frmSearch.banner input[type="search"] {
            font-size: 0.9rem;
        }

    .feature h3 {
        font-size: 2.75rem;
    }

        .feature h3 span {
            font-size: 4.938rem;
        }

    .feature .featureImg a.featureContent h4 {
        font-size: 1rem;
    }

        .feature .featureImg a.featureContent h4 span {
            font-size: 2rem;
        }
}

@media only screen and (max-width:1400px) {



    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.3rem;
    }

    .btnFireRating {
        width: 130px;
        height: 130px;
    }

        .btnFireRating:before {
            width: 150px;
            height: 150px;
        }

    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:1350px) {
    .headerTop a, .headerTop a:link {
        margin-right: 1rem;
    }

    .headerTop .socialMedia {
        width: 270px;
        height: 52px;
        padding-right: 1rem;
        padding-left: 3rem;
    }
}

@media only screen and (max-width:1330px) {
    h1.siteLogo, h1.siteLogoFR {
        width: 175px;
    }

    .topNavContainer {
        min-height: 17rem;
    }
    /* .headerTop a, .headerTop a:link {        
        font-size: 0.75rem;
    }
    .headerTop .socialMedia {
        width: 250px;
        height: 51px;       
    }
    .headerTop .socialMedia span.socialTitle {
        font-size: 0.8rem;
    }
    .headerTop .socialMedia a, .headerTop .socialMedia a:link {
        font-size: 0.85rem;        
    } */

    h2.categoryTitle {
        min-height: 370px;
        font-size: 3rem;
    }

        h2.categoryTitle .subCatTitle {
            font-size: 1.6rem;
        }

    h3.pageTitle {
        font-size: 1.5rem;
    }

    h4.searchTitle {
        font-size: 1.3rem;
    }

    .frmSearch {
        /*top: 19rem;*/
    }

    .activePopupAlert .frmSearch {
        /* top: 20rem;*/
    }

    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }

    main.formPage i {
        font-size: 4rem;
    }

    main.formPage .textSuccess, main.formPage h3 {
        font-size: 1.250rem;
    }

    .footerBottom {
        height: auto;
    }

        .footerBottom .container {
            margin: 0 2rem;
        }
}

@media only screen and (max-width:1300px) {
    .footerBottom a, .footerBottom a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width:1190px) {

    ul.sideMenu a, ul.sideMenu a:link {
        font-size: 1rem !important;
    }

    ul.subSideMenu a, ul.subSideMenu a:link {
        font-size: 1rem !important;
    }

    .moreOption {
        padding: 1.2rem 0.9rem;
    }

    ul.sideMenu > li:first-child span {
        font-size: 1.750rem;
    }

    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu,
    .headerTop .socialMedia {
        display: none;
    }

    .headerTop {
        padding: 0 2rem;
    }


    .mobileNav,
    .menuIcon,
    .closeNav {
        display: block;
    }

    h1.siteLogo,
    h1.siteLogoFR {
        margin: 0 0 0 1.5rem;
    }

    .headerBottom .nv {
        width: 100%;
    }

    .menuIcon {
        right: 3rem;
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #fff;
        display: inline-block;
        padding: 1.3rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        cursor: pointer;
        background: none;
        z-index: 5;
    }

    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
        color: #333;
    }

        .moreOptionMainMenu:before,
        .moreOptionSubMainMenu:before {
            content: "\f078";
            margin-left: 0;
            -webkit-transform: transform 300ms ease 0s;
            -moz-transform: transform 300ms ease 0s;
            -o-transform: transform 300ms ease 0s;
            transition: transform 300ms ease 0s;
        }

        .moreOptionMainMenu.openIcon:before,
        .moreOptionSubMainMenu.openIcon:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .moreOptionMainMenu:hover,
        .moreOptionSubMainMenu:hover {
            color: rgb(255,255,255);
        }

    nav.navOpen {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #fff;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: rgba(28, 89, 58, .95);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
        margin-right: -5px;
    }

    ul.mainMenu {
        margin-top: 4rem;
    }

        ul.mainMenu i {
            margin-right: 0.5rem;
            display: inline-block;
            /*display: none;*/
            font-weight: 400;
        }

        ul.mainMenu a,
        ul.mainMenu a:link {
            position: static;
            font-size: 1.125rem;
            text-align: left;
            border-left: none;
            display: block;
            padding: 1.25rem;
            color: #fff;
            background: transparent;
            -webkit-transition: background 300ms ease 0s;
            -moz-transition: background 300ms ease 0s;
            -o-transition: background 300ms ease 0s;
            transition: background 300ms ease 0s;
        }

        ul.mainMenu > li {
            position: relative;
        }

            ul.mainMenu > li.hasChild > a {
                padding-right: 2.5em;
            }

            ul.mainMenu > li.selected > a,
            ul.mainMenu > li:hover > a,
            ul.mainMenu > li:focus > a {
                background: rgb(255,255,255);
                color: #333;
            }

            ul.mainMenu > li.selected .moreOptionMainMenu {
                color: #333;
            }


            ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
                color: #1b5939;
            }


    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .05rem;
        background: rgb(255,255,255);
        color: #333;
        text-transform: none !important;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }

        /* ul.subMainMenu a:visited {
            color: #1B5939;
        } */

        ul.subMainMenu a:hover {
            color: #1B5939;
        }

        ul.subMainMenu a:active {
            color: #1B5939;
        }

        ul.subMainMenu a:hover {
            color: #1B5939;
        }

    ul.subMainMenu > li {
        position: relative;
    }

        ul.subMainMenu > li.hasChild > a {
            padding-right: 2.7rem;
        }

        ul.subMainMenu > li.selected > a {
            color: #1b5939;
        }

        ul.subMainMenu > li.selected .moreOptionSubMainMenu {
            color: #fff;
        }

        ul.subMainMenu > li.selected .moreOptionSubMainMenu {
            color: #1b5939;
        }

        ul.subMainMenu > li:hover > a {
            color: #1b5939;
        }

        ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
            color: #1b5939;
        }


    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        font-size: .9rem;
        font-weight: 400;
        color: #ffff !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
        background: #134029;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }

        ul.subSubMainMenu a:visited {
            color: #999 !important;
        }

    ul.subSubMainMenu > li a:hover {
        background: rgb(255,255,255) !important;
        color: #134029 !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: #333 !important;
    }


    .btnPollQuestionVote {
        font-size: 1rem;
    }


    .frmSearch {
        /*top: 13rem;*/
    }

    .activePopupAlert .frmSearch {
        /* top: 16rem;*/
    }

    .frmSearch input[type="search"] {
        font-size: 1rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 1.2rem;
    }


    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }



    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.95rem;
    }




    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }

    .frmSearch.banner {
        min-width: 370px;
        /* top:11rem;*/
    }

        .frmSearch.banner input[type="search"] {
            font-size: 0.9rem;
        }

        .frmSearch.banner button[type="submit"] {
            font-size: 1.5rem;
        }

    .feature h3 {
        font-size: 2rem;
    }

        .feature h3 span {
            font-size: 3.938rem;
        }

    .feature .featureImg a.featureContent h4 {
        font-size: 0.9rem;
    }

        .feature .featureImg a.featureContent h4 span {
            font-size: 1.5rem;
        }
}

@media only screen and (max-width:1160px) {


    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }

    .footerBottom a, .footerBottom a:link,
    .footerBottom p,
    .footerBottom small {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width:1085px) {
    .footerMiddle h2 {
        font-size: 1rem;
    }

    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }

    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }

    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:1050px) {
    /*.headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }

    
    .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
    .headerTop a:before {
        margin-right: 0;
    }
    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }*/
}

@media only screen and (max-width:1024px) {


    .footerBottom h2 {
        font-size: 1.4rem;
    }

    .weather-search .frmSearch {
        display: none;
    }

    .mobile-search {
        display: inline-block !important;
        position: absolute;
        right: 12rem;
    }

        .mobile-search > button {
            background: none !important;
            color: #fff;
            font-size: 1.5rem;
            box-shadow: none !important;
            font-weight: 900;
            border: none !important;
            padding: 0.5rem 1rem;
            -webkit-transition: color 300ms ease 0s;
            -moz-transition: color 300ms ease 0s;
            -o-transition: color 300ms ease 0s;
            transition: color 300ms ease 0s;
        }

            .mobile-search > button:hover,
            .mobile-search > button:focus,
            .mobile-search > button:active {
                color: #F1B129;
            }
}

@media only screen and (max-width:1023px) {
    ul.sideMenu {
        display: none;
        width: 100%;
    }

        ul.sideMenu > li.hasChild[aria-expanded="true"] a,
        ul.sideMenu > li.hasChild[aria-expanded="true"] .moreOption {
            color: #fff;
        }

            ul.sideMenu > li.hasChild[aria-expanded="true"] a:hover,
            ul.sideMenu > li.hasChild[aria-expanded="true"] a:hover .moreOption {
                color: #134029;
            }

    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }

    .mainContainer aside.col-sm {
        margin: 2rem 2rem 0;
        background: #f2f2f2;
    }

    .mainContainer main.col-sm {
        padding: 1.5rem 2rem;
    }

    ul.sideMenu > li:first-child {
        display: none;
    }

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.25rem;
        letter-spacing: .075rem;
        color: rgb(255,255,255);
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 1.25rem 1.1rem 1.25rem 2rem;
        margin: 0;
        background: #333;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }

        .sideMenuNav:hover {
            background: #000;
        }

        .sideMenuNav:before {
            content: normal;
            margin-left: 0;
        }

        .sideMenuNav:after {
            content: "\f055";
            color: #F1B129;
            margin-left: 1rem;
        }

        .sideMenuNav.openSideMenuIcon:after {
            content: "\f056";
        }

    ul.sideMenu a, ul.sideMenu a:link {
        padding: 1.25rem 2rem;
    }

    .articlePost {
        border-top: none;
        padding-top: 0;
    }


    /*ol.breadCrumb,
    ul.textResizer {
        float: none;
    }*/


    h2.categoryTitle {
        min-height: 300px;
        font-size: 2rem;
    }

        h2.categoryTitle .subCatTitle {
            font-size: 1.3rem;
        }

    .frmSearch {
        /*top: 12rem;*/
    }

    .activePopupAlert .frmSearch {
        /* top: 14rem;*/
    }

    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.1rem;
    }

    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:991px) {
    .fb1.row, .fb1.row .fb-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fb-flex .fb-address,
    .fb-flex .fb-contact {
        width: 100%;
    }

    .footerBottom .fb1 {
        padding-bottom: 2rem;
    }

    .fb1.row h3 {
        margin-top: 2rem;
    }

    .footerBottom small {
        float: none;
        text-align: center;
        margin-top: 2rem;
    }

    .footerBottom cite {
        float: none;
        margin: 0;
        text-align: center;
    }

    .footerBottom p.footerLogo {
        text-align: center;
    }

    .highlights1 h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:960px) {
    .fb1.row .col-sm {
        flex-basis: auto;
    }

        .fb1.row .col-sm:nth-child(2) {
            border-left: none;
            border-right: none;
            border-top: 1px solid rgba(255,255,255,0.15);
            border-bottom: 1px solid rgba(255,255,255,0.15);
            padding-top: 2rem;
            padding-bottom: 2rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
}

@media only screen and (max-width:950px) {
}

@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }

    h1.siteLogo, h1.siteLogoFR {
        width: 150px;
    }
}

@media only screen and (max-width:880px) {
    .fb2.row .col-sm {
        flex-basis: auto;
    }

        .fb2.row .col-sm:first-child,
        .fb2.row .col-sm:last-child {
            text-align: center;
        }

        .fb2.row .col-sm:nth-child(2) {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
}

@media only screen and (max-width:850px) {
    .menuIcon {
        position: absolute;
        margin-top: 5px;
    }

    .weather-search {
        justify-content: right;
    }

    .weather-wrap {
        display: none;
    }

    .weather-tab {
        display: block;
        position: absolute;
        color: #fff;
        background: #F1B129;
        right: 0;
        top: 175px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 50px;
        height: 45px;
        box-shadow: 0 0 5px rgba(0,0,0,.3);
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }

    .weather-tab:hover {
        background: #1b5939;
    }

        .weather-tab button.btn-primary {
            background: none;
            font-size: 1.25rem;
            margin-top: -.25rem;
        }

    .popupAlert > .container {
        font-size: 0.8rem;
    }

    .feature h3 {
        font-size: 1.250rem;
    }

        .feature h3 span {
            font-size: 2.5rem;
        }

    .feature .featureImg a.featureContent h4 {
        font-size: 0.8rem;
    }

        .feature .featureImg a.featureContent h4 span {
            font-size: 1.250rem;
        }

    .instagramFeed .instagramTitle h3 {
        font-size: 2rem;
    }

        .instagramFeed .instagramTitle h3 i {
            font-size: 3rem;
        }
}

@media only screen and (max-width: 768px) {
    .headerBottom {
        background: rgba(19, 64, 41, 1);
    }

   

    .footerBottom cite {
        margin: 0.5rem 0 0.5rem 0;
    }

    .pageCover {
        height: 150px;
        top: 125px;
    }

    .pageCover h1 {
        display: none;
    }

    .pageCover h1.searchTitle {
        display: block;
        font-size: 2rem;
    }

    .mainContainer {
        padding: 17rem 0 2rem 0;
    }

        .mainContainer .container {
            padding: 0;
            margin: 0 1rem;
        }

        ol.breadCrumb-desktop {
            display: none;
        }

        ol.breadCrumb-mobile {
            display: inherit;
        }
}

@media only screen and (max-width:767px) {


    .popupAlert > .container {
        font-size: 0.8rem;
    }

    /*.socialMedia {
        position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 400px;
        margin: 2rem auto 0;
        display: block;
        text-align: center;
    }

    .footerBottom small,
    .footerBottom cite {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0.5rem;
    }
    .footerBottom cite {
        margin-bottom: 1.5rem;
    }*/
    .frmSearch.banner {
        min-width: 355px;
    }

    .feature .featureImg {
        position: relative;
        padding: 0.5rem 1rem;
        text-align: center;
    }

        .feature .featureImg a.featureContent {
            width: 50%;
        }

    .footerBottom .fb1 {
        padding-bottom: 0;
    }

    .footerBottom cite {
        margin: 1.5rem 0 0.5rem 0;
    }

    .footerBottom small {
        line-height: normal;
    }

    .footerBottom cite, .footerBottom small {
        float: none;
        text-align: center;
    }

    .footerBottom p {
        text-align: center;
    }

    .footerSocial.socialMedia {
        padding-top: 0.5rem;
        text-align: center;
    }

    .footerBottom p.add a i {
        left: 3rem;
    }

    .highlights1 .highlightImg a.highlightContent,
    .highlights1 .highlightImg a.highlightContent .imgscale img {
        width: 100%;
    }

    .highlights1 h3 {
        font-size: 2rem;
        letter-spacing: 3px;
    }

    .highlights1 p {
        font-size: 2.5rem;
    }

    .highlights1 .container .row {
        text-align: center;
    }

    .highlights1 .highlightImg a.highlightContent,
    .highlights2 .highlightContent a {
        margin: .5rem 0;
    }

    .highlights1 .highlightImg a.highlightContent {
        height: 330px;
        width: 80%;
    }

    .highlights2 .highlightContent a {
        height: 170px;
        padding: 3rem 1rem;
    }
}

@media only screen and (max-width:750px) {

    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:720px) {
    .footerMiddle > .container {
        text-align: center;
        padding: 1rem 1rem 18rem;
        background-position: center bottom;
    }

    ul.phoneColsList {
        max-width: 300px;
        text-align: left;
        display: block;
        margin: 0 auto 2rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {

    ul.textResizer {
    }

    .sideMenuNav {
        font-size: 1.150rem;
    }

    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem !important;
    }

    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.9rem !important;
    }

    .moreOption {
        padding: 0.8rem 0.9rem;
    }

    .Extreme,
    .High,
    .Moderate,
    .Low {
        padding: 2rem 0;
    }

    .municipalServices .col-5,
    .municipalServices .col-7 {
        flex-basis: auto;
        max-width: 100%;
    }

    .municipalServices .col-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .roadBanCont {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        display: block;
        margin: auto;
        padding: 4rem 0;
    }


    h3.pageTitle {
        font-size: 1.5rem;
    }

    .footerBottom h2 {
        font-size: 1.1rem;
    }

    .btnRegister {
        font-size: 0.8rem;
    }

    .articlePost {
        font-size: 0.95rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:630px) {
    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:600px) {

    h1.siteLogo, h1.siteLogoFR {
        margin: 0 0 0 1rem;
        width: 140px;
        top: 70%;
    }

    .highlights1 .highlightImg a.highlightContent,
    .highlights1 .highlightImg a.highlightContent .imgscale img {
        width: 100%;
    }

    .mobile-search {
        right: 10rem;
    }

    .menuIcon {
        right: 1rem;
        font-size: 1.125rem;
    }

    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }

    .adContainer img {
        width: 100%;
        margin: 0;
    }

    .btnPollQuestionVote {
        font-size: 0.9rem;
    }

    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }

    main.formPage i {
        font-size: 2.5rem;
    }

    main.formPage .textSuccess, main.formPage h3 {
        font-size: 1rem;
    }


    .btnSearchPage span {
        display: none;
    }

    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0;
    }

    .searchPage input[type="text"] {
        padding-right: 5rem;
    }

    .frmSearch.banner {
        min-width: 356px;
    }

    ol.breadCrumb a, ol.breadCrumb a:link {
        font-size: 0.8rem;
    }

    .articlePost img {
        float: none !important;
        margin: 1rem 0 !important;
        display: block;
      }
}

@media only screen and (max-width:580px) {
}

@media only screen and (max-width:575px) {
    .searchColPages.col-sm {
        padding-right: 0;
    }

    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
}

@media only screen and (max-width:550px) {
}

@media only screen and (max-width:530px) {
    .popupAlert > .container {
        padding-left: 1rem;
    }

        .popupAlert > .container:before {
            content: none;
            position: static;
            display: block;
            margin-right: 0;
            margin-bottom: 0.8rem;
            margin-top: 0.8rem;
            text-align: center;
        }
}

@media only screen and (max-width:500px) {
    nav {
        width: 350px;
    }



    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.9rem !important;
    }

    .feature .featureImg a.featureContent {
        width: 80%;
    }

    .instagramFeed .instagramTitle h3 {
        font-size: 1.250rem;
    }

        .instagramFeed .instagramTitle h3 i {
            font-size: 2rem;
        }
}

@media only screen and (max-width:480px) {
    h2.categoryTitle {
        min-height: 200px;
        font-size: 1.3rem;
    }

        h2.categoryTitle .subCatTitle {
            font-size: 1.1rem;
        }

    /*.frmSearch {
        top: 10rem;
    }
    .activePopupAlert .frmSearch {
        top: 12rem;
    }*/
    .frmSearch input[type="search"] {
        font-size: 0.7rem;
    }

    .frmSearch button[type="submit"] {
        right: 0;
    }


    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }

    .roadBanStatus {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:470px) {
    .footerMiddle > .container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }

    .feature h3 {
        font-size: 1rem;
    }

        .feature h3 span {
            font-size: 2rem;
        }
}

@media only screen and (max-width:400px) {
    .menuIcon {
        right: 1rem;
    }

    .headerTop a, .headerTop a:link {
        margin-right: 1.250rem;
    }

    .btnPollQuestionVote {
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
    }


    .footerMiddle > .container {
        padding-bottom: 14rem;
        -webkit-background-size: 300px 191px;
        -moz-background-size: 300px 191px;
        background-size: 300px 191px;
    }









    /*.activePopupAlert .frmSearch {
        top: 11rem;
    }*/
    .feature h3 {
        font-size: 0.85rem;
    }

        .feature h3 span {
            font-size: 1.5rem;
        }

    .frmSearch.banner {
        min-width: 250px;
    }
}
