﻿/******* GENERAL THEME OF THE SITE *******/

:root {
    --alert-default: #5d9732;
    --alert-warning: #26990B;
    --alert-severe: #B84725;
    --alert-default-hover: #52852C;
    --alert-warning-hover: #d18c0a;
    --alert-severe-hover: #A64021;
    --swatches-1: #004964;
    --swatches-2: #0073AE;
    --swatches-3: #febc11;
    --swatches-4: #dd2c14;
    --swatches-5: #f15a22;
    --swatches-6: #666666;
    --swatches-7: #b3b3b3;
    --fireban1: #0088cc;
    --fireban2: #F2C305;
    --fireban3: #FF860D;
    --roadc1: #5d9732;
    --roadc2: #E55430;
}

body {
    min-width: 320px;
    font: normal 400 16px/1.5 !important;
    font-family: sofia-pro, sans-serif;
    color: #292829;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #FFF;
}

.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: sofia-pro, sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #086ea5;
    padding: 0;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 460px;
    font: bold 3rem sofia-pro, sans-serif;
    color: #FFF;
    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 .overlay {
        background-image: linear-gradient(to right, #064a70 0%, rgba(0, 131, 202, 0) 69%);
        width: 100%;
        height: auto;
        min-height: 460px;
        background-position: bottom;
    }

    h2.categoryTitle .innerFlower {
        position: absolute;
        background: url(../images/MaskGroup1.png) bottom no-repeat;
        background-size: contain;
        height: 384px;
        left: 87%;
        top: 17%;
        width: 253px;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    /*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: 70%;
        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 sofia-pro, sans-serif;
        display: block;
    }

h3.pageTitle {
    font: normal 700 2rem sofia-pro, sans-serif;
    color: #0F3D39;
    display: block;
    margin-bottom: 1.5rem;
}


/* styling for content area tables */

table th {
    background: #0F3D39;
    color: #FFF;
}


/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button,
.idLiketoSearchBTN,
.btnHeaderYahooWeather {
    font-weight: 700;
    color: #086ea5;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

    a:visited {
        color: #086ea5;
    }

    a:hover,
    a:active,
    a:focus,
    ul.directory-list button:hover,
    ul.directory-list button:active,
    ul.directory-list button:focus {
        color: #00a76d;
        text-decoration: none;
    }

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption > span,
.scrollup > span,
.searchcontainerIN,
.frmSearchInternal {
    display: none;
}

    /*.highlightContainer h2:before,*/
    /*.hightlightsInnerCont a:after,*/
    .btnPrint,
    .btnFireRating h3:after,
    .dynamicRoadBan a:before,
    ul.footerCol3 > li:last-child:before,
    ul.phoneColsList > li:before,
    .desktopNav ul.mainMenu a:after,
    .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,
    .sideMenuNav:before,
    .sideMenuNav:after,
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before,
    .moreOption:before,
    .menuIcon:after,
    .socialMedia a:before {
        content: "\f111";
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-variant: normal;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.modal-header:after,
.popupAlert a:before,
.hMap:before,
.hPhone:before,
.btnHeaderYahooWeather:before,
.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    font-family: 'Font Awesome 6 Pro' !important;
}

ol.breadCrumb,
ol.breadCrumb > li,
ul.hightlightLists,
ul.hightlightLists > li,
ul.phoneColsList,
ul.phoneColsList > li,
ul.relatedLinks,
ul.relatedLinks > li,
ul.search-page,
ul.search-page > 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;
}

.owl-nav {
    display: none;
}

/** Set the .container's width here based on the design **/
.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: #018AB6;
        margin-bottom: 0.5em;
    }

ol.skipLinks,
ol.skipLinks > li {
    font-size: 0.9rem;
    color: #FFF;
    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: #FFF;
}

    .skipToContent a:visited {
        color: #FFF;
    }

    .skipToContent a:hover,
    .skipToContent a:active,
    .skipToContent a:focus {
        color: #FFF;
        outline: 1px solid #018AB6;
    }

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.socialsCon {
    position: fixed;
    top: 33%;
    right: 0;
}

    .socialsCon ul {
        padding-left: 0;
    }

    .socialsCon a:before {
        color: #fff;
    }

.headerTop .socialsCon a:first-of-type {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialsCon ul li {
    list-style: none;
}

.socialsCon a.hFacebook:before {
    content: '\f39e';
    font-family: "Font Awesome 5 Brands";
    margin: 0 auto;
    font-size: 25px;
}

.socialsCon a.hTwitter:before {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
    font-size: 25px;
    margin: 0 auto;
}

.socialsCon a.hInstagram:before {
    content: '\f16d';
    font-family: "Font Awesome 5 Brands";
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
}

.socialsCon a:before {
    color: #fff !important;
}

.socialsCon a.hFacebook,
.socialsCon a.hTwitter,
.socialsCon a.hInstagram {
    margin-bottom: 1rem;
    transition: 0.5s;
    height: 65px;
    width: 60px;
    -webkit-border-radius: .25rem 0 0 .25rem;
    -moz-border-radius: .25rem 0 0 .25rem;
    -o-border-radius: .25rem 0 0 .25rem;
    border-radius: .25rem 0 0 .25rem;
    opacity: 0.875;
}

.socialsCon a.hFacebook {
    /* padding: 8px 22px!important;*/
    background: #0083ca !important;
}

.socialsCon a.hTwitter {
    /* padding: 8px 17px !important;*/
    background: #00a76d !important;
}

.socialsCon a.hInstagram {
    /* padding: 8px 19px !important;*/
    background: #f15a22 !important;
}

.socialsCon a:hover {
    background: #febc11 !important;
    transition: 0.5s;
}


.btnScrollup {
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    padding: 8px 17px 10px;
    border-radius: 4px;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
    background: #00a76d;
}

    .btnScrollup:hover,
    .btnScrollup:focus {
        color: #FFF;
        background: #0083ca;
    }

header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
}

.headerTop {
    padding: 1rem 0;
    background: #fff;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    flex-direction: row;
}

    .headerTop a:first-of-type {
        margin-left: 22em;
    }

.headerBottom {
    position: relative;
    background: rgba(8, 110, 165,0.8);
    height: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
}

.topNavContainer {
    -webkit-box-shadow: inset 0px 10px 20px -4px rgba(0,0,0,0.27);
    -moz-box-shadow: inset 0px 10px 20px -4px rgba(0,0,0,0.27);
    box-shadow: inset 0px 5px 10px -4px rgb(0 0 0 / 27%);
}

.footerMiddle {
    padding-top: 2rem;
    background: #FFF url(../images/bgTrees.png) left bottom repeat-x;
}

    .footerMiddle > .container {
        padding: 8rem 32rem 2rem 2rem;
        background: url(../images/bgPhones.png) right bottom no-repeat;
    }

.footerBottom {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #025582;
}

    .footerBottom .container {
        max-width: 87%;
    }

.fb1.row .col-sm {
    padding-left: 2rem;
    padding-right: 2rem;
}

.fb1.row .col-sm:nth-child(3) {
  /*  border-left: 1px solid rgba(255, 255, 255, 0.15);*/
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.fb1.row .col-sm:nth-child(2) {
    display: none;
}
.fb1 .col-sm:first-of-type {
    padding-left: 0;
}

.fb1 .col-sm:last-of-type {
   /* max-width: 20%;
    direction: rtl;*/
    padding-right: 0;
}

.fb1 .col-sm:last-of-type h2 {
 /*   max-width: 215px;*/
    direction: rtl;
}

.fb1 .contact-btns,
.fb1 .submitDiv 
{
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}


.fb2.row {
    padding-top: 1.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    height: 7rem;
}

.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,
.btnHeaderYahooWeather,
.officeHoursBTN {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #0083ca !important;
    display: inline-block;
    margin-right: 1.5rem;
    background: none;
    border: none;
    z-index: 2;
    text-transform: uppercase;
}

.officeHoursLBL {
    font-weight: bold;
}

.headerTop a:visited,
.btnHeaderYahooWeather:visited,
.officeHoursBTN:visited {
    color: #0083ca !important;
}

.headerTop a:hover,
.headerTop a:focus,
.headerTop a:active,
.btnHeaderYahooWeather:hover,
.btnHeaderYahooWeather:focus,
.btnHeaderYahooWeather:active,
.officeHoursBTN:hover,
.officeHoursBTN:focus,
.officeHoursBTN:active {
    color: #f15a22 !important;
}

.headerTop a:before,
.btnHeaderYahooWeather:before {
    font-weight: 400;
    margin-left: 0;
    margin-right: 0.5rem;
    color: #f15a22;
}

.headerTop a.hMap:before {
    content: "\f813";
}

.headerTop a.hPhone:before {
    content: "\f4d2";
}

.headerTop a.hFax:before {
    content: "\f1ac";
}

.headerTop a.hEmail:before {
    content: "\f0e0";
}

.headerTop .officeHoursBTN:before {
    content: "\f017";
}

.btnHeaderYahooWeather:before {
    content: "\f763";
    font-family: 'Font Awesome 5 Pro';
}

.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);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
        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: #FFF;
    }

    .headerTop a.langTranslateBTN.selected-lan {
        color: #FCB040;
    }

h1.siteLogo,
h1.siteLogoFR {
    z-index: 1;
    float: left;
    height: 193px;
    left: 6%;
    padding: 10px 24px;
    width: 200px;
    top: -61%;
    position: absolute;
    background: #fff;
    margin: 0.3rem 0 0 0.5rem;
    border-radius: 10px;
}

    h1.siteLogo > a,
    h1.siteLogoFR > a {
        width: auto;
        height: 5em;
        display: flex;
        text-indent: -9999rem;
        background: url(../images/Whitecitylogo.png) left center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: contain;
        /* width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/Whitecitylogo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;*/
    }

    h1.siteLogoFR > a {
        background: url(../images/French-River-FR.png) left center no-repeat;
    }

/*  Quick Links  */
.quickLinks .mobile-ql {
    display: none;
}

.quickLinks > .container-fluid {
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
    height: 75px;
    max-width: 87%;
}

.quickLinks a {
    display: flex;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    align-items: center;
}


.quickLinks i,
.qlMobile i {
    margin-right: .8rem;
    font-size: 41px;
    color: #fff;
}

.quickLinks span,
.qlMobile span {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    /*    text-transform: capitalize;
*/
}

.quickLinks a span,
.quickLinks a h3,
.quickLinks a span,
.quickLinks a h3 {
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.quickLinks a:hover span,
.quickLinks a:hover h3,
.quickLinks a:active span,
.quickLinks a:active h3 {
    color: #06d28b;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}


.fa-fire {
    font-weight: 500;
}

.Low {
    color: var(--swatches-3) !important;
}

.Moderate {
    color: var(--swatches-4) !important;
}

.High {
    color: #f15a22 !important;
}

.Extreme {
    color: #ac0930 !important;
}

.frs.low:hover span {
    color: var(--swatches-3) !important;
}

.frs.moderate:hover span {
    color: var(--swatches-4) !important;
}

.frs.high:hover span {
    color: #f15a22 !important;
}

.frs.extreme:hover span {
    color: #ac0930 !important;
}

.roadBanInEffect {
    color: #06d28b !important;
}

.roadBanInEffectheader:hover span {
    color: #06d28b !important;
}

.roadBanNone {
    color: var(--swatches-3) !important;
}

.quickLinks h3,
.qlMobile h3 {
    text-transform: capitalize;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.quickLinks {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #086ea5;
}

    .quickLinks .qlContainer {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .quickLinks .qlContainer a {
            flex-grow: 1;
            flex-shrink: 1;
            display: block;
            text-align: center;
            color: #fff;
            padding: 1.5rem .5rem;
            font-weight: 400;
            text-transform: uppercase;
            -webkit-transition: color 300ms ease 0s;
            -moz-transition: color 300ms ease 0s;
            -o-transition: color 300ms ease 0s;
            transition: color 300ms ease 0s;
            letter-spacing: 1px;
        }

            .quickLinks .qlContainer a:first-of-type {
                padding: 1.5rem .5rem 1.5rem 0;
            }

            .quickLinks .qlContainer a:last-of-type {
                padding: 1.5rem 0 1.5rem .5rem;
            }

            .quickLinks .qlContainer a > i {
                margin-right: .5rem;
                font-weight: 400;
            }

.qlMobile {
    display: none;
}

    /*.quickLinks .qlContainer a:hover {

}*/
    .qlMobile .qlMobileButton {
        width: 100% !important;
        padding: 1rem 4rem;
        text-transform: uppercase;
        font-size: 1.2rem;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        z-index: 12;
        position: relative;
    }

    .qlMobile .qlMobileItems {
        padding: 0;
        display: none;
        position: absolute;
        bottom: 0;
        margin-bottom: 3.8rem;
        background: #032f47;
        width: 100%;
        max-width: 100%;
        z-index: 10;
    }

    .qlMobile .qlClose {
        height: 4em;
        text-align: center;
        width: 100%;
        margin: 0;
        background: #00a76d;
        padding-top: 15px;
        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;
    }

        .qlMobile .qlClose span {
            font-size: 20px;
            font-family: sofia-pro, sans-serif;
            font-weight: 700;
        }

        .qlMobile .qlClose:hover {
            background: #086ea5;
            -webkit-transition: background 300ms ease 0s;
            -moz-transition: background 300ms ease 0s;
            -o-transition: background 300ms ease 0s;
            transition: background 300ms ease 0s;
        }

    .qlMobile .qlMobileButton::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.2rem;
    }

    .qlMobile .qlMobileButton.qlOpen::after {
        content: "\f068";
    }

.qlMobileItems a:hover i,
.qlMobileItems a:hover h3 {
}

.qlMobile h3 {
    font-size: 1.1rem;
    transition: all 200ms ease-in-out;
}

.qlMobileItems a {
    display: flex;
    width: 90%;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 3em;
    margin-right: 3em;
}

.qlMobileItems i {
    font-size: 2rem;
    transition: all 200ms ease-in-out;
}

.qlMobileItems a:last-child {
    border: none;
}

.qlMobileItems .qlText {
    margin-left: 1rem;
}

.qlMobileItems a span {
    font-weight: 400 !important;
    text-transform: capitalize;
}

/* 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;
}

.frmSearch {
    position: absolute;
    top: 34%;
    left: 20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* min-width: 300px;*/
    display: block;
    margin: 0;
    z-index: 2;
    width: 27%;
}

.activePopupAlert .frmSearch {
    top: 35%;
}

.frmSearch input[type="search"],
.frmSearchInternal input[type="search"] {
    width: 100%;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    color: #0083ca;
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #fff;
}

.frmSearchInternal input[type="search"] {
    width: 100%;
    background: #fff;
}

    .frmSearch input[type="search"]:focus,
    .frmSearchInternal input[type="search"]:focus {
        background: rgba(244, 242, 241, 1);
    }

input::-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)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-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)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.frmSearch button[type="submit"],
.frmSearchInternal button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.7rem;
    -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;
}

.frmSearchInternal button[type="submit"] {
    right: -90%;
    top: -31px;
    position: relative;
}

    .frmSearch button[type="submit"] i,
    .frmSearchInternal button[type="submit"] i {
        color: #0083ca;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
        font-weight: 600;
    }

        .frmSearch button[type="submit"] i:hover,
        .frmSearchInternal button[type="submit"] i:hover {
            color: #018AB6;
        }

.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,
.serviceRequestBTN,
.contactUsBTN,
.councillorsBTN {
    position: absolute;
    min-width: 215px;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12pt;
    color: #FFF;
    display: block;
    padding: 7px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    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: none;
}

.councillorsBTN {
    margin-top: 3.4em;
}

.btnPollQuestionVote:hover,
.btnPollQuestionVote:focus {
    color: #FFF;
    background: #00a76d;
    border: 2px solid #00a76d;
}


/** 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 **/

.menuIcon,
.idLiketoSearchBTNMobile,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
/*.desktopNav ul.subSubMainMenu,*/
ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 1.1rem sofia-pro, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -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: #00a76d;
    }

    .menuIcon:after {
        content: "\f0c9";
        margin-left: 6px;
    }

.desktopNav {
    width: 94%;
    padding-left: 20.5%;
}

    .desktopNav .mainMenu {
        display: flex;
        justify-content: space-between;
    }

.navContainer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 350ms ease;
}

.topNavContainer {
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.11);
}

    .topNavContainer > .container-fluid {
        padding-top: 85px;
        padding-bottom: 1rem;
        width: 88%;
    }

        .topNavContainer > .container-fluid .col-sm:nth-child(2) {
            border-left: 1px solid rgba(161, 160, 160, 0.5);
            border-right: 1px solid rgba(161, 160, 160, 0.5);
        }

        .topNavContainer > .container-fluid .col-sm:nth-child(3) {
            border-right: 1px solid rgba(161, 160, 160, 0.5);
        }

/*.bottomNavContainer {
    background: rgba(22, 87, 81, 0.9);
}

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1rem!important;
    color: #FFF!important;
    text-align: left!important;
    padding: 1rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
}

.bottomNavContainer a:visited {
    color: #FFF!important;
}

.bottomNavContainer a:hover,
.bottomNavContainer a:active,
.bottomNavContainer a:focus {
    color: #A3BFBC !important;
}

.bottomNavContainer a:after {
    content: "\f054"!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: #E3530D!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}*/

ul.mainMenu a.mLink,
ul.mainMenu a.mLink:link,
ul.mainMenu a.home {
    position: relative;
    font-size: 1.2rem;
    font-family: sofia-pro, sans-serif;
    color: #fff;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 26px 1.1rem;
    /* border-left: 1px solid #E6E9E8;*/
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

ul.mainMenu a {
    cursor: pointer !important;
}

    ul.mainMenu a.mLink:visited {
        color: #fff;
    }

    ul.mainMenu a:hover,
    ul.mainMenu a:active,
    ul.mainMenu a:focus {
        color: #FFF;
        background: #00a76d;
    }

    ul.mainMenu a i {
        display: inline-block;
    }

        ul.mainMenu a i.fa-caret-right {
            color: #00a76d;
            margin-right: 0.7rem;
        }

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu > li {
    float: left;
    height: auto;
    display: table;
    /*   margin-right: 35px;*/
}

    .desktopNav ul.mainMenu > li > a:after {
        content: "\f078";
        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: #DCE6E5;
        display: none;
        z-index: 1;
    }

/*.desktopNav ul.mainMenu>li:hover a:after {
    content: "\f0d7";
    bottom: -0.6rem;
    color: #0F3D39;
}*/

@-moz-document url-prefix() {
    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.7rem;
    }
}

.desktopNav ul.mainMenu > li.selected a,
.desktopNav ul.mainMenu > li:hover a,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    background: #00a76d;
}

.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 .bottomNavContainer a[role="menuitem"] {
    display: inline-block !important;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 0.95rem;
    color: #0083ca;
    border-left: none;
    display: block;
    padding: 0.6rem 1.1rem 0.6rem 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
}

    .desktopNav ul.subMainMenu a:visited {
        color: #0083ca;
    }

    .desktopNav ul.subMainMenu a:hover {
        color: #00a76d !important;
    }

.topNavContainer ul.subSubMainMenu > li > a {
    font-family: sofia-pro, sans-serif;
    font-weight: 300 !important;
    color: #292829 !important;
    text-transform: capitalize !important;
}

/*
.desktopNav ul.subMainMenu>li>a:after {
    content: "\f054"!important;
    position: absolute;
    right: 0;
    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;
    color: #A3BFBC!important;
}*/
.desktopNav ul.subMainMenu > li.selected a {
    color: #E3530D !important;
}

ul.relatedLinks a,
ul.relatedLinks a:link {
    position: relative;
    font-size: 1.3rem !important;
    color: #0F3D39 !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: #A3BFBC !important;
}

    ul.relatedLinks a:visited {
        color: #0F3D39 !important;
    }

    ul.relatedLinks a:hover,
    ul.relatedLinks a:active,
    ul.relatedLinks a:focus {
        color: #FFF !important;
        background: #E3530D !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;
        font-family: sofia-pro, 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: 0 0 2rem;
    background: #FFF;
    margin-bottom: 13rem;
}

.pageLastUpdated {
    text-align: end;
    font-size: 0.8rem;
    padding-right: 1.5rem;
}

.container {
    width: 85%;
}

.mainContainer .container {
    width: 100%;
}

.mainContainer .container-fluid {
    width: 90%;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

    .mainContainer main .articlePost {
        border-top: 1px solid #c1c1c1;
        padding-top: 1rem;
    }

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 0;
    max-width: 25%;
}

.mainContainer main {
    flex-grow: 2;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}

/** Aside Menu - Inside Pages **/
/* Aside Colours */
:root {
    --aside-bg: #fff;
    --aside-more-txt: #0083ca;
    --aside-more-txt-hvr: #f15a22;
    --aside-main-bg: #fff;
    --aside-main-bg-hvr: #fff;
    --aside-main-txt: #0083ca;
    --aside-main-txt-hvr: #f15a22;
    --aside-sub-bg: #fff;
    --aside-sub-bg-hvr: #fff;
    --aside-sub-txt: #0083ca;
    --aside-sub-txt-hvr: #f15a22;
}

.mainContainer aside.col-sm {
    background: var(--aside-bg);
}

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: var(--aside-more-txt);
    display: inline-block;
    padding: 0.73rem;
    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: var(--aside-more-txt-hvr) !important;
    }

    .moreOption:before {
        content: "\e59e";
        font-family: 'Font Awesome 6 Pro';
        color: #f15a22;
        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 {
        content: "\f068";
        /* -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    }

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase; /*
    border-top: 1px solid #c1c1c1;*/
    border-bottom: 1px solid #c1c1c1;
    color: var(--aside-main-txt);
    display: block;
    padding: 0.8rem 0rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: var(--aside-main-bg);
}

ul.sideMenu h2 {
    padding: 1.5rem 1.5rem 1.5rem 0;
    text-transform: uppercase;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #f15a22;
    border-bottom: 1px solid #c1c1c1;
    margin: 0;
}

ul.sideMenu a:visited {
    color: var(--aside-main-txt);
}

ul.sideMenu a:hover,
ul.sideMenu a:active,
ul.sideMenu a:focus {
    color: var(--aside-main-txt-hvr);
    background: var(--aside-main-bg-hvr);
}

ul.sideMenu > li {
    position: relative;
    /*margin-left: 0.8rem*/
}

    ul.sideMenu > li:first-child {
        margin-top: -5px;
    }

    ul.sideMenu > li.hasChild a {
        padding-right: 2.5rem;
    }

    ul.sideMenu > li.selected a {
        color: var(--aside-main-txt-hvr);
        background: var(--aside-main-bg-hvr);
    }

    ul.sideMenu > li.selected .moreOption {
        color: var(--aside-more-txt-hvr);
    }

    ul.sideMenu > li:hover > a {
        color: var(--aside-main-txt-hvr);
        background: var(--aside-main-bg-hvr);
    }

    ul.sideMenu > li:hover .moreOption {
        color: var(--aside-more-txt-hvr);
    }

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: var(--aside-sub-txt) !important;
    padding: 8px 8px 8px 0 !important;
    display: block;
    background: var(--aside-sub-bg) !important;
    text-transform: capitalize;
    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;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}


    ul.subSideMenu a:visited {
        color: var(--aside-sub-txt) !important;
    }

    ul.subSideMenu a:hover,
    ul.subSideMenu a:active,
    ul.subSideMenu a:focus {
        color: var(--aside-sub-txt-hvr) !important;
        background: var(--aside-sub-bg-hvr) !important;
    }

ul.subSideMenu > li.selected a {
    color: var(--aside-sub-txt-hvr) !important;
    background: var(--aside-sub-bg-hvr) !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/

.headerContent {
    position: relative;
    /*padding-right: 10rem;*/
    padding-bottom: 1em;
}

    .headerContent h4 {
        text-transform: uppercase;
        color: #0083ca;
        font-size: 25px;
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
    }

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 1.3rem sofia-pro, sans-serif;
    color: #0F3D39;
    display: block;
}

    ol.breadCrumb a:visited {
        color: #0F3D39;
    }

    ol.breadCrumb a:hover,
    ol.breadCrumb a:active,
    ol.breadCrumb a:active {
        color: #E3530D;
    }

    ol.breadCrumb a:after {
        content: "\f105";
        color: #E3530D;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

ol.breadCrumb {
    display: none;
}

    ol.breadCrumb > li {
        float: left;
    }

        ol.breadCrumb > li:first-child a:before {
            content: "\f015";
            margin-left: 0;
        }

        ol.breadCrumb > li:last-child a:after {
            content: normal;
            margin-right: 0;
            margin-left: 0;
        }

.btnPrint {
    margin: 0;
    padding: 0;
    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:before {
        content: "\f02f";
        font-size: 23px;
        color: #00a76d;
        -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:before {
        color: #febc11;
    }

ul.textResizer {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    ul.textResizer > li {
        float: left;
        margin-right: 0.2rem;
    }

        ul.textResizer > li:last-child {
            margin-right: 0;
        }

    ul.textResizer span {
        font-size: 18pt;
    }

    ul.textResizer span,
    ul.textResizer a,
    ul.textResizer a:link {
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        /*font-size: 18pt;*/
        color: #0083ca;
        text-transform: uppercase;
        display: inline-block;
    }

        ul.textResizer a,
        ul.textResizer a:link {
            font-family: sofia-pro, sans-serif;
            font-weight: bold;
        }

            ul.textResizer a:visited {
                color: #0083ca;
            }

            ul.textResizer a:hover,
            ul.textResizer a:active,
            ul.textResizer a:focus {
                color: #E3530D;
            }

            /*ul.textResizer span {
    margin-right: 0.5rem
}*/

            ul.textResizer a.small-text {
                font-size: 0.688rem;
            }

            ul.textResizer a.medium-text {
                font-size: 1rem;
            }

            ul.textResizer a.large-text {
                font-size: 1.3rem;
            }

            ul.textResizer a.textresizer-active {
                color: #E3530D;
            }

#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: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 18px;

}
.footerBottom .fb1 h2 {
    text-align: center;
}

.footerBottom .french h2 {
    font-size: 1.5rem;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}

.footerBottom .logoCol {
    max-width: 225px;
}

.footerBottom .bottomLogo {
    background: url(../images/Capture.PNG) center no-repeat;
    height: 160px;
    width: 157px;
    background-size: contain;
}

.footerBottom a,
.footerBottom a:link {
    font-size: inherit;
    font-weight: normal;
    color: #FFF;
    /*    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;*/
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

    .footerBottom a:visited {
        color: #FFF;
    }

    .footerBottom a:hover,
    .footerBottom a:active,
    .footerBottom a:focus {
        color: #FFF;
        background: #00a76d;
        border: 2px solid #00a76d;
    }

.fb2 a.privacyStateBTN,
.fb2 cite a {
    border: none !important;
}

.btnRegister {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-size: 12pt;
    color: #FFF !important;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 1rem 0 0;
    padding: 9px 80px;
    cursor: pointer;
    border: 2px solid #FFF;
    -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: 5px;
    background: none;
}

    .btnRegister:hover,
    .btnRegister:focus {
        color: #FFF;
        background: #00a76d;
        border: 2px solid #00a76d;
    }

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font: normal 1rem sofia-pro, sans-serif;
    color: #FFF;
    display: block;
    padding: 0.5rem;
}

    ul.footerNav a:visited {
        color: #FFF;
    }

    ul.footerNav a:hover,
    ul.footerNav a:active,
    ul.footerNav a:focus {
        color: #23B7A9;
    }

    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: #79ADAE;
    }

.footerBottom cite,
.footerBottom small,
.footerBottom .fb1 .privacyStateBTN {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12pt;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.footerBottom cite {
    float: right;
    display: block;
}

    .footerBottom cite a,
    .footerBottom cite a:link {
        width: inherit;
        height: inherit;
        display: block;
        color: #fff;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
        position: relative;
        padding-right: 6rem;
    }

        .footerBottom cite a i {
            font-size: 4rem;
            position: absolute;
            right: 0;
            top: -20px;
            height: 3rem;
            font-weight: 100;
        }

        .footerBottom cite a:hover,
        .footerBottom cite a:active,
        .footerBottom cite a:focus,
        .privacyStateBTN:hover {
            color: #00a76d !important;
            background: none !important;
        }

.socialMedia a,
.socialMedia a:link {
    font: normal 600 1.5rem sofia-pro, sans-serif;
    color: #FFF;
    display: inline-block;
    margin: 0 0.5rem;
}

    .socialMedia a:visited {
        color: #FFF;
    }

    .socialMedia a:hover,
    .socialMedia a:active,
    .socialMedia a:focus {
        color: #23B7A9;
    }

.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}

    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        color: #FFF;
        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;
    color: #FFF;
}

a.inEffectLink,
a.inEffectLink:link {
    color: #FFF;
    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: #165751;
}

    a.inEffectLink:visited {
        color: #FFF;
    }

    a.inEffectLink:hover,
    a.inEffectLink:active,
    a.inEffectLink:focus {
        background: #26948A;
    }

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: #E3530D;
}

    a.roadBanInEffect:hover,
    a.roadBanInEffect:active,
    a.roadBanInEffect:focus {
        background: #FF6418;
    }


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

/*Highlights*/
.highlightContainer {
    text-align: left;
    color: #fff;
    background: url(../images/highlightsimg.png), #025582;
    background-repeat: no-repeat;
    background-position: top, bottom;
    /*background-size: contain;*/
    margin-top: 3rem;
    padding-top: 2rem;
    background-position-y: center;
}

    .highlightContainer .container-fluid {
        width: 87%;
    }

    .highlightContainer .owl-stage {
        display: flex;
    }
    /*.highlightContainer .owl-item {
    min-width: 345px;
}*/
    .highlightContainer .owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .highlightContainer .whiteOverlay {
        background-image: linear-gradient(to bottom, #fff 46%, rgba(255, 255, 255, 0));
        height: 34%;
        width: 100%;
        position: absolute;
        transform: translateY(3rem);
    }

    .highlightContainer .connectCon {
        width: 85.5%;
        padding: 20px 100px;
        background: url(../images/MaskGroup2.png), #00a76d;
        background-size: cover;
        background-position: bottom;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        margin-top: -1em;
    }

        .highlightContainer .connectCon .ROWsheild {
            float: left;
        }

        .highlightContainer .connectCon .hightlighcol:nth-child(1),
        .highlightContainer .connectCon .hightlighcol:nth-child(2) {
            text-align: justify;
            margin-left: 29px;
        }

    .highlightContainer .HLcolShield i {
        float: right;
        font-size: 71px;
        color: #fff;
        font-weight: 600;
        margin-right: 10px;
    }

    .highlightContainer .HLcolShield {
        max-width: 91px;
        padding: 0;
    }

    .highlightContainer .HLcolLast {
        max-width: 19rem;
        /* display: flex;
    flex-direction: row;
    justify-content: center;*/
    }

    .highlightContainer .writing {
        padding-right: 6em;
    }

        .highlightContainer .writing p1 {
             /* min-width: 54rem;
            padding-right: 4rem;*/
            font-family: sofia-pro, sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 32px;
        }

    .highlightContainer .HLcol1 {
        max-width: 10rem;
        padding: 0;
    }

        .highlightContainer .HLcol1 p2 {
            font-family: sofia-pro, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 20px;
            color: #fff;
        }

        .highlightContainer .HLcol1 h3 {
            font-family: sofia-pro, sans-serif;
            font-weight: 700;
            font-size: 30px;
            text-transform: uppercase;
            text-align: left;
            color: #fff;
        }

    .highlightContainer p {
        color: #fff;
        font-family: 'Roboto Slab';
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }

    .highlightContainer h2 {
        text-align: center;
        font-family: sofia-pro, sans-serif;
        font-size: 30px;
        color: #0083ca;
        text-transform: uppercase;
        font-weight: 400;
    }

    .highlightContainer h3 {
        text-align: center;
        font-family: sofia-pro, sans-serif;
        font-size: 20px;
        color: #f15a22;
        text-transform: uppercase;
        font-weight: 400;
    }

    .highlightContainer .miniLogo {
        background: url(../images/minilogo1.png) center no-repeat;
        height: 37px;
        width: 100%;
        margin-top: -14em;
        overflow-x: hidden;
    }

.adContainer.mobile {
    display: none;
}

.highlightContainer .highlightOuterCont {
    margin-top: 1.455rem !important;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3em;
}

.highlightOuterCont .highlightCon {
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.39);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.highlightContainer .highlight-carousel .owl-item {
    padding-bottom: 0.5rem;
}

.highlightContainer .highlight-carousel .highlight-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.highlightCon .highlight-content-sub {
    padding: 1rem 1rem 1.5rem 1rem;
    margin: 0;
    position: absolute;
    bottom: -221px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.highlight-content h5 {
    margin: 0.15rem;
}

.highlightCon .cardHighlight:hover .highlight-content h5 {
    color: #00a76d;
}

.highlight-carousel a.cardHighlight:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.cardHighlight .highlight-content .card-title {
    color: #0083ca;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    width: 200px;
}

.cardHighlight .highlight-content .second-title {
    color: #0083ca;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
}

.cardHighlight .highlight-content .card-desc {
    font-family: 'Poppins';
    font-size: 16px;
    width: auto;
    text-transform: none;
    font-weight: 400;
}

.cardHighlight .highlight-content .LearnMore {
    color: #fff;
    text-transform: uppercase;
    line-height: 3rem;
}


.highlightCon .hImage img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.highlightCon .LearnMore:hover,
.highlightCon .LearnMore:focus,
.highlightCon .LearnMore:active {
    color: #444348;
}


.highlightContainer .highlight-carousel .owl-dot {
    justify-content: center;
    display: flex;
    width: 20px;
    height: 20px;
    margin: 7px;
    border-radius: 20px;
    border-color: #fff !important;
    border-width: 3px !important;
    border-style: solid !important;
    background: none;
    margin-top: 20px;
}

.highlightContainer .owl-carousel .owl-dot.active {
    /*   border: none !important;*/
    background: #fff !important;
}

/******* 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:1680px) {
    /* h1.siteLogo,
    h1.siteLogoFR {
        width: 430px;
        height: 109px;
        margin-top: 0.9rem;
    }*/
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.1rem;
    }

    .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,
    .headerTop a:link,
    .btnHeaderYahooWeather,
    .officeHoursBTN {
        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;
        width: 100%;
    }

    .frmSearch button[type="submit"] {
        right: 7px;
    }

    .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;
    }
}

@media only screen and (max-width:1532px) {
    ul.mainMenu a.mLink,
    ul.mainMenu a.mLink:link,
    ul.mainMenu a.home {
        padding: 0;
        font-size: 1rem;
    }

    .idLiketoSearchBTN {
        font-size: 1rem !important;
    }

    .desktopNav {
        width: 99%;
    }
}

@media only screen and (max-width:1450px) {
    /* h1.siteLogo,
    h1.siteLogoFR {
        width: 400px;
        height: 102px;
        margin-top: 1rem;
    }*/
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }

    .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;
    }

    .fb1 .col-sm:last-of-type {
        direction: unset;
    }
}

@media only screen and (max-width:1400px) {
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 0.9rem !important;
    }

    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1rem !important;
    }

    .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:1330px) {
    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 350px;
        height: 89px;
        margin-top: 1.2rem;
    }*/
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem;
    }

    .topNavContainer {
        min-height: 17rem;
    }

    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1rem !important;
    }

    ul.relatedLinks > li {
        height: 6rem;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }

    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 {
        font-size: 1.3rem;
    }

    .highlightContainer .whiteOverlay {
        background-image: linear-gradient(to bottom, #fff 60%, rgba(255, 255, 255, 0));
    }
}

@media only screen and (max-width:1285px) {
    .highlightContainer .connectCon {
        width: 87%;
        padding: 20px 100px;
        background: url(../images/MaskGroup2.png), #00a76d;
        background-size: cover;
        background-position: bottom;
    }

    .highlightContainer .writing {
        padding-right: 0;
    }

    .highlightContainer .HLcolShield {
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .highlighbottom {
        display: block;
        flex-basis: auto;
        text-align: center;
    }

    .highlightContainer .HLcol1 h3 {
        text-align: center;
    }

    .highlightContainer .connectCon .hightlighcol:nth-child(2) {
        text-align: center;
        max-width: 100%;
        margin-left: 0;
    }

    .highlightContainer .HLcolLast {
        align-items: center;
        margin: 0 auto;
    }

    .btnRegister {
        margin-top: 0.5rem;
        /*display: inline;*/
    }


    .fb1.row .col-sm {
        flex-basis: auto;
        padding-bottom: 4em !important;
        border: none !important;
    }

    .fb1.row {
        display: grid;
        justify-content: center;
        justify-items: center;
    }

        .fb1.row .col-sm:first-of-type {
            padding-bottom: 0 !important;
            display: grid;
            flex-basis: auto;
        }

        .fb1.row .col-sm {
            padding-left: 0;
            padding-right: 0;
        }

            .fb1.row .col-sm:nth-child(2) {
                margin-top: 0 !important;
            }

    .fb2 .col-sm:first-of-type {
        padding-left: 0;
    }

    .fb2 .col-sm:last-of-type {
        padding-right: 0;
    }

    .footerBottom .container {
        text-align: center;
    }

    .footerBottom .logoCol .bottomLogo {
        width: auto;
    }

    .fb1 .col-sm:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .fb1 .col-sm:nth-child(3) {
        margin-top: 1.2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .fb1 .col-sm:last-of-type {
        margin-top: 1.2rem;
    }

    .fb1 .contact-btns {
        margin-bottom: 2rem;
    }

    .btnPollQuestionVote,
    .serviceRequestBTN,
    .contactUsBTN,
    .councillorsBTN {
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        min-width: 170px;
    }

    .btnScrollup {
        bottom: 11rem;
    }

    .highlightContainer .whiteOverlay {
        background-image: linear-gradient(to bottom, #fff 70%, rgba(255, 255, 255, 0));
    }
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .highlightContainer .highlightOuterCont {
        width: 70%;
    }

    .highlightContainer .owl-carousel .owl-nav .owl-prev, .highlightContainer .owl-carousel .owl-nav .owl-next {
        color: #086ea5;
        font-size: 27px;
        padding: 14px 15px;
        position: absolute;
        top: 33%;
    }

    .highlightContainer .owl-carousel .owl-nav .owl-next {
        right: -14%;
    }

    .highlightContainer .owl-carousel .owl-nav .owl-prev {
        left: -14%;
    }

    .owl-nav {
        display: block !important;
    }
}

@media only screen and (max-width:1500px) {
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .idLiketoSearchBTNMobile,
    .closeNav {
        display: inherit;
    }

    .menuIcon {
        right: 4.5rem;
    }

    /* Mobile Nav Colours */
    :root {
        --nav-bg: rgba(255,255,255,1);
        --nav-more-txt: #00a76d;
        --nav-more-txt-hvr: #fff;
        --nav-main-bg: none;
        --nav-main-bg-hvr: #0083ca;
        --nav-main-txt: #086ea5;
        --nav-main-txt-hvr: #fff;
        --nav-sub-bg: #f3f1f1;
        --nav-sub-bg-hvr: #00a76d;
        --nav-sub-txt: #086ea5;
        --nav-sub-txt-hvr: #fff;
        --nav-subSub-bg: #086ea5;
        --nav-subSub-bg-hvr: #064a70;
        --nav-subSub-txt: #fff;
        --nav-subSub-txt-hvr: #fff;
        --nav-close: #086ea5;
        --nav-close-hvr: #00a76d;
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: var(--nav-more-txt);
        display: inline-block;
        padding: 1rem 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;
        background: none;
        z-index: 5;
    }

    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

        .moreOptionMainMenu:before,
        .moreOptionSubMainMenu:before {
            content: "\e59e";
            font-family: 'Font Awesome 6 Pro';
            margin-left: 0;
            -webkit-transition: transform 300ms ease 0s;
            -moz-transition: transform 300ms ease 0s;
            -o-transition: 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);*/
            content: "\f068";
        }

        .moreOptionMainMenu:hover,
        .moreOptionSubMainMenu:hover {
            color: var(--nav-more-txt-hvr);
        }

    nav.navOpen {
        background: #fff;
        -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: 15px;
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: var(--nav-close);
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        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;
    }

        .closeNav i {
            margin-left: 6px;
            font-size: 20px;
            color: #f15a22;
        }

        .closeNav:hover {
            color: var(--nav-close-hvr);
        }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        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: var(--nav-bg);
        box-shadow: 0px 5px 10px rgba(0,0,0,.25);
    }

    ul.mainMenu {
        margin-top: 4rem;
    }

        ul.mainMenu i {
            margin-right: 0.5rem;
            display: inline-block;
        }

        ul.mainMenu a,
        ul.mainMenu a:link {
            position: static;
            font-family: sofia-pro, sans-serif;
            font-weight: 700;
            font-size: 1rem;
            font-style: normal;
            text-transform: uppercase;
            text-align: left;
            border-left: none;
            display: block;
            padding: 1rem;
            width: 24em;
            overflow-x: hidden;
        }

        ul.mainMenu > li {
            position: relative;
        }

            ul.mainMenu > li > a {
                color: var(--nav-main-txt);
                background: var(--nav-main-bg);
            }

            ul.mainMenu > li.hasChild > a {
                padding-right: 2.5em;
            }

            ul.mainMenu > li.selected > a {
                color: var(--nav-main-txt-hvr);
                background: var(--nav-main-bg-hvr);
            }

            ul.mainMenu > li.selected .moreOptionMainMenu {
                color: var(--nav-more-txt-hvr);
            }

            ul.mainMenu > li:hover > a {
                color: var(--nav-main-txt-hvr);
                background: var(--nav-main-bg-hvr);
            }

            ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
                color: var(--nav-more-txt-hvr);
            }

    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--nav-sub-txt);
        padding-left: 1.5rem !important;
        background: var(--nav-sub-bg) !important;
    }

        ul.subMainMenu a:visited {
            color: var(--nav-sub-txt);
        }

        ul.subMainMenu a:hover,
        ul.subMainMenu a:active,
        ul.subMainMenu a:hover {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

    ul.subMainMenu > li {
        position: relative;
    }

        ul.subMainMenu > li.hasChild > a {
            padding-right: 2.7rem;
        }

        ul.subMainMenu > li.selected > a {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

        ul.subMainMenu > li.selected .moreOptionSubMainMenu {
            color: var(--nav-more-txt-hvr);
        }

        ul.subMainMenu > li:hover > a {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

        ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
            color: var(--nav-more-txt-hvr);
        }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        text-transform: capitalize !important;
        font-family: sofia-pro, sans-serif;
        font-weight: 300;
        color: var(--nav-subSub-txt) !important;
        background: var(--nav-subSub-bg) !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
    }

        ul.subSubMainMenu a:visited {
            color: var(--nav-subSub-txt) !important;
        }

    ul.subSubMainMenu > li a:hover {
        color: var(--nav-subSub-txt-hvr) !important;
        background: var(--nav-subSub-bg-hvr) !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: var(--nav-subSub-txt-hvr) !important;
        background: var(--nav-subSub-bg-hvr) !important;
    }

    /*.btnPollQuestionVote {
        font-size: 1rem;
    }*/
    .frmSearch {
        top: 13rem;
        display: none;
    }

    .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: 1.3rem;
    }

    .footerTop h2 {
        font-size: 1.2rem;
    }

    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }
    /* .footerBottom h2 {
        font-size: 1.6rem;
    }
    .footerBottom p {
        font-size: 0.8rem;
    }*/
    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.95rem;
    }
    /*.socialMedia a,
    .socialMedia a:link {
       
    }*/
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1200px) {
    .container {
        max-width: 85%;
    }
}

@media only screen and (max-width:1160px) {
    .headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .headerTop a.langTranslateBTN,
        .headerTop a.langTranslateBTN:link {
            margin-top: 0.5rem;
        }

        .headerTop a,
        .headerTop a:link,
        .btnHeaderYahooWeather,
        .officeHoursBTN {
            font-size: 0.7rem;
        }

    .qlMobile {
        display: block;
        position: fixed !important;
        bottom: 0;
        z-index: 10;
        width: 100%;
    }

    .quickLinks {
        display: none;
    }
}

@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;
    }

    .fb2.row {
        /* display: inline-block;*/
        height: 6rem;
        padding-top: 21px;
    }
    /*.footerBottom cite {
        float: none;
        max-width: 195px;
    }*/
    .highlightContainer .writing,
    .highlightContainer .writing p1 {
        padding-right: 0;
    }
}

@media only screen and (max-width:1380px) {
    .headerTop > a > span, .headerTop #btnHeaderYahooWeather span {
        display: none;
    }

    .headerTop {
        padding: 0.5rem 1rem;
        justify-content: space-between;
    }

        .headerTop a,
        .headerTop a:link,
        .btnHeaderYahooWeather,
        .officeHoursBTN {
            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;
    }*/
    .pageTitle {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:1023px) {
    ul.sideMenu h2 {
        display: none;
    }

    ul.sideMenu a, ul.sideMenu a:link {
        padding-left: 1em;
    }

    ul.sideMenu > li:hover > a {
        background: #0083ca;
        color: #fff;
    }

    ul.sideMenu > li.selected > a {
        background: #064a70 !important;
        color: #fff !important;
    }

    ul.sideMenu > li.selected .moreOption:before,
    ul.sideMenu > li:hover .moreOption:before {
        color: #fff !important;
    }

    ul.subSideMenu a,
    ul.subSideMenu a:link,
    ul.subSideMenu a:visited {
        background: #086ea5 !important;
        color: #fff !important;
        font-style: normal;
        padding-left: 2.5em !important;
    }

        ul.subSideMenu a:hover,
        ul.subSideMenu a:active,
        ul.subSideMenu a:focus {
            background: #00a76d !important;
        }

    ul.subSideMenu > li.selected a {
        color: #fff !important;
        background: #064a70 !important;
    }


    ul.sideMenu > li a,
    ul.sideMenu > li {
        border: none !important;
    }

    ul.sideMenu {
        padding: 3px 0px 27px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.22);
        -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.22);
        box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.22);
    }

    .adContainer.desktop {
        display: none;
    }

    .adContainer.mobile {
        display: block;
        margin: 1rem 0;
    }

    .headerContent {
        padding-bottom: 0;
    }

    ul.sideMenu {
        display: none;
    }

    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }

    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }

    .frmSearchInternal {
        height: 3em;
        overflow: hidden;
        border-radius: 4px;
        display: block;
        width: 85%;
        margin-bottom: 1em;
        margin-top: 1em;
        -webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.75);
    }

    .searchcontainerIN {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        max-width: 100% !important;
        overflow-x: hidden;
        background: #f3f1f1;
    }

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1rem sofia-pro, sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        border-radius: 4px;
        padding: 0.7rem 1rem;
        margin: 0;
        margin-top: 1em;
        background: #086ea5;
    }

        .sideMenuNav:before {
            content: normal;
            margin-left: 0;
        }

        .sideMenuNav:after {
            content: "\e59e";
            font-family: 'Font Awesome 6 Pro';
            color: #fff;
            margin-left: 1rem;
        }

        .sideMenuNav.openSideMenuIcon:after {
            content: "\f068";
        }

    .articlePost {
        border-top: none;
        padding-top: 0;
    }

    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }

        ol.breadCrumb a,
        ol.breadCrumb a:link {
            font-size: 1rem;
        }

    h2.categoryTitle {
        min-height: 400px;
        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;
    }*/
    h3.pageTitle {
        font-size: 1.2rem;
    }

    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }

    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
        max-width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-top: 0;
    }
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 85%;
    }
}

@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:930px) {
    .fb2 small,
    .fb2 .active,
    .fb2 cite {
        font-size: 0.9rem;
    }
}

@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;
        }

    .fb2 {
        margin-bottom: 4rem;
    }

        .fb2 .col-sm:first-of-type {
            padding-right: 0;
        }

    .footerBottom cite {
        float: none;
        display: inline-flex;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert > .container {
        font-size: 0.8rem;
    }

    .headerTop a:first-of-type {
        margin-left: 37%;
    }

    .highlightContainer {
        background-position-y: unset;
    }
}

@media only screen and (max-width:785px) {

    .highlightContainer .whiteOverlay {
        height: 14em;
    }
    /* mobile tables */
    h1.siteLogo, h1.siteLogoFR {
        height: 151px;
        width: 133px;
    }

    .headerBottom {
        background: #086ea5;
    }

    .mobile-tables {
        display: block;
        overflow-x: scroll;
        width: 100%;
    }

        .mobile-tables table td,
        .mobile-tables table th {
            min-width: 10rem;
        }

    .popupAlert > .container {
        font-size: 0.8rem;
    }

    main img {
        display: block !important;
        float: none !important;
        margin: 0.5rem auto !important;
    }

    .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;
    }

        .footerBottom cite a i {
            right: auto;
            margin-left: 0.7rem;
        }

    .socialsCon {
        top: 21%;
    }
}

@media only screen and (max-width:768px) {
    .container {
        max-width: 85%;
    }

    .overlay {
        display: none;
    }
}

@media only screen and (max-width:750px) {
    .headerContent {
    }

    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) {
    .headerContent h4 {
        font-size: 19px;
    }

    .sideMenuNav {
        font-size: 0.95rem;
    }

    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem !important;
    }

    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem !important;
    }

    .Extreme,
    .High,
    .Moderate,
    .Low {
    }

    .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,
    .footerBottom h2 {
        font-size: 1.1rem;
    }*/
    .btnRegister {
        font-size: 0.8rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }

    .frmSearchInternal button[type="submit"] {
        right: -90%;
    }
}

@media only screen and (max-width:600px) {
    .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 {
        font-size: 1.1rem;
    }

    .btnSearchPage span {
        display: none;
    }

    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0;
    }

    .searchPage input[type="text"] {
        padding-right: 5rem;
    }
}

@media only screen and (max-width:580px) {
    .menuIcon > span {
        display: none;
    }

    .menuIcon {
        font-size: 1rem;
    }

        .menuIcon:after {
            margin-left: 0;
        }
    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 300px;
        height: 76px;
        margin-top: 0.4rem;
        margin-left: 0.1rem;
    }*/
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
}

@media only screen and (max-width:576px) {
    .container {
        max-width: 90%;
    }
}

@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: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;
        }

    .pageLastUpdated {
        text-align: start;
    }

    .socialsCon a.hFacebook:before,
    .socialsCon a.hTwitter:before,
    .socialsCon a.hInstagram:before {
        font-size: 20px;
    }
    /*
    .socialsCon a.hFacebook,
    .socialsCon a.hTwitter,
    .socialsCon a.hInstagram {
        margin-bottom: 1rem;
        transition: 0.5s;
    }

    .socialsCon a.hFacebook {
        padding: 8px 22px !important;
    }

    .socialsCon a.hTwitter {
        padding: 8px 17px !important;
    }

    .socialsCon a.hInstagram {
        padding: 8px 19px !important;
    }
*/
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }

    .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;
    }

        ul.mainMenu a,
        ul.mainMenu a:link {
            width: 20em;
        }
}

@media only screen and (max-width:480px) {
    h2.categoryTitle {
        min-height: 350px;
        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;
    }
}

@media only screen and (max-width:400px) {
    /* h1.siteLogo,
    h1.siteLogoFR {
        width: 230px;
        height: 58px;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
    }*/
    /*.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;
    }

    .headerTop a,
    .headerTop a:link {
        margin-right: 0.2rem;
    }

    #weather h2 {
        font-size: 0.8rem;
    }

    #weather i {
        font-size: 1.6rem;
    }

    .frmSearch {
        top: 9rem;
    }

    .activePopupAlert .frmSearch {
        top: 11rem;
    }

    .frmSearchInternal button[type="submit"] {
        right: -85%;
    }
}
