﻿
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;800&display=swap);
/******* GENERAL THEME OF THE SITE *******/

:root {
    --FBLow: #6495bc;
    --FBMod: #edcb58;
    --FBHigh: #ec7822;
    --FBExtm: #d6182b;
}
body {
min-width: 320px;
font:  400;
font-family: 'Mulish', sans-serif !important;
font-Size: 17px !important;
color: #252525;
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: normal 700 48px 'Mulish', sans-serif;
    color: #727171;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 620px;
    font: bold 4rem 'Mulish',   sans-serif;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}



h2.categoryTitle .catTitleCont {
    position: absolute;
    top: 55%;
    left: 28%;
    -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: 50%;
    padding: 0 1.5rem;
    display: block;
    text-shadow: 0px 0px 2px #000000;
        font-size: 48px;
    text-transform: uppercase;
}

h2.categoryTitle .subCatTitle {
    font: italic 400 2rem 'Mulish',   sans-serif;
    display: block;
}

h3.pageTitle {
    font: normal 700 2rem 'Mulish',   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 {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #00838f;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    color: #00838f;
}

a:hover,
a:active,
a:focus,
ul.directory-list button:hover,
ul.directory-list button:active,
ul.directory-list button:focus {
    color: #00a7b5;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption>span,
.scrollup>span {
    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;
}

.popupAlert a:before,
.iconPost:after,
.breadCrumb a:after,
.carousel-control-prev-icon:before,
.carousel-control-next-icon:after,
.modal-header:after,
.monthly-prev:after,
.monthly-next:after,
.qlMobileButton:before {
    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;
}
/*SCROLLING ANIMATIONS */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*--------------*/
/** Set the .container's width here based on the design **/
.container {
    max-width: 92%;
}

.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;
}
.hidden{
    display: none !important;
}
.showMe{
    display: flex !important;
}

.btnScrollup {
    position: fixed;
    bottom: 20rem;
    right: 20px;
    color: #FFF;
    cursor: pointer;
    padding: 7px 14px 7px;
    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: 2;
    background: #00838f;
}

.btnScrollup:hover,
.btnScrollup:focus {

   background: #00a7b5;
}


.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
}



.headerBottom {
    position: relative;
    background: linear-gradient(to bottom, #003d4c 45%, #fff0ff00 100%);
     height: 142px;
}
.footerMiddle {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footerMiddle1 {
    color: #fff !important;
    width: 50%;
    padding: 2rem 24rem 4rem 3rem;
    background: url(../images/mobile-apps.png),#00838f;
    background-repeat: no-repeat;
    background-size: 16em;
    background-position: right bottom;
    background-position-y: 6em;
}

.footerMiddle1 h2{
    color: #fff;
    font-size: 28px;
}
.footerMiddle2 {
    color: #003d4c !important;
    width: 50%;
    padding: 2rem 3rem 2rem 0rem;
}
.footerMiddle2 h2 {
    color: #003d4c;
    font-size: 28px;
}
.footerMiddle2 span {
    font-size: 22px;
    font-weight: 700;
}
.footerMiddle2 button{
    font: 700 22px 'Mulish';
    border: 2px solid #003d4c;
    border-radius: 8px;
    width: 12em;
    display: flex;
    height: 59px;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #003d4c;
    margin-top: 7rem;
    background: none;
     -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
.registerOptions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 2em;
}
.footerMiddle1 h2:after {
    content: "";
    height: 1px;
    background: #FFF;
    width: 25%;
    margin-top: 18px;
    position: absolute;
    margin-left: 1em;
}
.footerMiddle2 h2:after {
    content: "";
    height: 1px;
    background: #003d4c;
    width: 24%;
    margin-top: 18px;
    position: absolute;
    margin-left: 1em;
}

.footerMiddle1 li{
    font-size: 20px;
    line-height: 28px;
}
.footerMiddle .middleChunk {
    width: 3em;
    clip-path: polygon(0 0, 4% 0, 80% 100%, 0 100%);
    background: #00838f;
    margin: 0 -1px;
}
.footerMiddle1 p,
.footerMiddle2 p {
    line-height: 25px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.footerMiddle1 #downloadOurApp {
    margin-right: 2em;
}
.footerMiddle1 #downloadOurApp:hover img,
.footerMiddle1 #googleApp:hover img {
    opacity: 60%;
    transition: opacity 300ms ease 0s;
}
/*.footerMiddle1 #downloadOurApp,
.footerMiddle1 #googleApp {
    content:"";
    display: block;
    background: RED, url(../images/bgApple.png);
}*/
.footerBottom {
    position: relative;
    margin-top: -1px;
    border-top: 10px solid #e03e52;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #003d4c;
}
.footerBottom .twnInfo{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 2em;
}
.footerBottom  .logoCol{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footerBottom .logoCol img{
    height: 130px;
}

.fb1.row .col-sm {
    padding-left: 2rem;
    padding-right: 2rem;
}
.footerBottom .firstCol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.fb1.row .lastCol {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.headerTop{
    height: 0;
}
/*.headerTop a,
.headerTop a:link {
    font: normal 700 0.938rem 'Mulish', sans-serif;
    color: #FFF;
    display: inline-block;
    margin-right: 1.5rem;
}
*/ /*
.headerTop a:visited {
    color: #FFF;
}

.headerTop a:hover,
.headerTop a:focus,
.headerTop a:active {
    color: #FCB040;
}

.headerTop a:before {
    font-weight: 300;
    margin-left: 0;
    margin-right: 0.5rem;
}*/
.headerTop a.hMap:before {
    content: "\f3c5";
}

.headerTop a.hPhone:before {
    content: "\f095";
}

.headerTop a.hFax:before {
    content: "\f1ac";
}

.headerTop a.hEmail:before {
    content: "\f0e0";
}

.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}


/*loading - start*/

.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 15px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        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 {
    left: 74px;
    position: absolute;
    width: 125px;
    height: 131px;
    display: inline-block;
    margin: 18px 0 0 10px;
    z-index: 2;
}

h1.siteLogo>a,
h1.siteLogoFR>a {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/taber-logo.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.indexQL {
    display: block;
    position: absolute;
    /*top: 38.92em;*/
    top: 40.25em;
    max-width: 1740px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.quickLinks.innerQL {
    display: block;
    position: absolute;
    /*top: 29.5em;*/
    top: 30.8em;
    max-width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.quickLinks .container-fluid{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}


.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;
    /*font-size: 19px;*/
    font-size: 15px;
	font-weight: 600;
	font-family: 'Mulish', serif;
	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;
    background: rgba(0, 61, 76, 0.9);
    width: 100%;
    /*height: 118px;
    padding-top: 10px;*/
    height: 96px;
    padding-top: 15px;
}
.quickLinks .qlContainer .QLtitles{
    display: flex;
    flex-direction: column;
    padding-top: 3px;
}
.quickLinks .qlContainer .QLtitles span{
    /*line-height: 31px;*/
    line-height:21px;
}

.quickLinks .qlContainer h3 {
    color: black;
    /*font-size: 19px;*/
    font-size: 15px;
    font-weight: 600;
    font-family: 'Mulish', serif;
    padding-left: 10px ;
    padding-right: 10px;
    border-radius: 15px;
}



.quickLinks .qlContainer a:first-of-type {
    border-top-left-radius: 20px;

}

.quickLinks .qlContainer .QLinfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.fa-fire {
    font-weight: 500;
}

.Low {
    background: var( --FBLow) !important;
}

.Moderate {
    background: var( --FBMod) !important;
}

h3.High {
    background: var( --FBHigh) !important;
}

.Extreme {
    background: var( --FBExtm) !important;
}

.frs.low:hover span {
    background: var(--swatches-3) !important;
}

/*frs.moderate:hover span {
    background: var(--swatches-4) !important;}
*/
/*
.frs.high:hover span {
    background: #f15a22 !important;
}*/

/*.frs.extreme:hover span {
    background: #ac0930 !important;}
*/

h3.roadBanInEffect {
    background: #06d28b !important;
}
h3.roadBanNone {
    background: #febc11 !important;
}

h3.roadBanInEffectheader:hover span {
    /*    background: #06d28b !important;*/
}



.quickLinks .frmSearch {
    /*	padding: 2.5rem 0 1.5rem .5rem;*/
    border-top-right-radius: 20px;
    min-width: 20%;
    background: rgba(255,255,255,0.9);
    width: 100%;
    /*margin-right: 1em;*/
    /*height: 118px;*/
    height: 96px;
}


.qlMobile {
    display: none;
}

    /*.quickLinks .qlContainer a:hover {

}*/
.qlMobile .qlMobileButton {
    width: 50% !important;
    /*padding:1rem 8px;*/
    padding: 10px 8px;
    text-transform: uppercase;
    /*font-size: 1.2rem;*/
    font-size: 16px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 12;
    position: relative;
    border: none;
    background: #003d4c;
}

.qlMobile .qlMobileItems {
    padding: 0;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0 20px 0;
    position: absolute;
    top: 69px;
    margin-bottom: 3.8rem;
    background: #003d4c;
    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:before {
    content: "\f0c1";
    margin-right: 0.5em;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #00a7b5;
}

.qlMobile .qlMobileButton.qlOpen:before {
     content: "\f00d";
     color: #fff;
    /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/

}

.qlMobileItems a:hover i,
.qlMobileItems a:hover h3 {
}

.qlMobile h3 {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}

.qlMobileItems a {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 11px 0 0 0px;
}
.qlMobileItems span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.qlMobileItems a .QLtitles,
.qlMobileItems .qlText  {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qlMobileItems i {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    transition: all 200ms ease-in-out;
}


/** Search animations-----------------------------------*/

::-webkit-input-placeholder {
    display: inline-block;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    padding-right: .15em;
    white-space: nowrap;
}

input:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-125%);
    font-size: 75%;
    opacity: 0.05
}

input.imitatefocus::-webkit-input-placeholder {
    -webkit-transform: translateY(-125%);
    opacity: 0.05
}

/** END OF Search animations------------------------------------*/

.quickLinks .frmSearch:active,
.quickLinks .frmSearch input:active,
.quickLinks .frmSearch input:focus{
    background: #fff;
}
.quickLinks .frmSearch:active,
.quickLinks .frmSearch input:active,
.quickLinks .frmSearch input:focus {
    background: #fff;
}

.quickLinks .qlContainer  i {
	margin-right: .5rem;
	font-weight: 600;
    /*font-size: 27px;*/   
    font-size: 22px;
}

.quickLinks .qlContainer a:hover {
    color: #00a7b5;
}

/* 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 {

    z-index: 1;
}

.activePopupAlert .frmSearch {
    top: 21rem;
}
#AlertCarouselModal .carousel-inner{
    height: revert !important;
}

.frmSearch input[type="search"] {
    background: none;
    /*padding-top: 52px;*/
    padding-top: 33px;
    padding-bottom: 41px;
    border-top-right-radius: 20px;
    width: 100%;
    font: 500 1.125rem 'Mulish', sans-serif;
    border: none;
    color: #003d4c;
    padding-left: 2em;
}

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"] {
    position: absolute;
    top: 50%;
    right:30px;
    -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;
}
.innerQL .frmSearch button[type="submit"]{
    right: 16px;
}


.frmSearch button[type="submit"] i {
    color: #003d4c;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.frmSearch button[type="submit"] i:hover {
    color: #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 {
    max-width: 200px;
    font: normal 700 1.2rem 'Mulish',   sans-serif;
    color: #FFF;
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #018AB6;
}

.btnPollQuestionVote:hover,
.btnPollQuestionVote:focus {
    background: #FCB040;
}


/** 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,
.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 30px 'Mulish',   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: #FFF;
    background: #165751;
}

.menuIcon:after {
    content: "\f0c9";
}

nav {
    /*float: right;*/
    /*position: inherit;
    left: 228px;*/
}


.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: rgba(0, 61, 76, 0.95);
    margin-top: -5em;
    padding-top: 8em;
    padding-bottom: 3em;
}


.topNavContainer > .container-fluid{
    width: 92%;
}
.topNavContainer .subMain{
    padding-left: 35px;
    padding-right: 10px;
}
.topNavContainer .subMain:nth-child(2),
.topNavContainer .subMain:nth-child(3),
.topNavContainer .subMain:nth-child(4) {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

ul.mainMenu {
    display: flex;
    justify-content: center;
}
.desktopNav ul.mainMenu>li.weather{
    margin-right: 1em;
}

ul.mainMenu a,
ul.mainMenu a:link {
        z-index: 10;
    position: relative;
    font: normal 700 21px 'Mulish', sans-serif;
    letter-spacing: .025rem;
    color: #fff;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 0px 32px;
    border: none;
    /* border-left: 1px solid #E6E9E8;*/
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

ul.mainMenu a:visited {
    color: #fff;
}

ul.mainMenu > a:hover,
ul.mainMenu > a:active,
ul.mainMenu > a:focus {
    color: red;
    /*background: #0F3D39;*/
}
ul.mainMenu li:last-child{
    margin-right: 3em;
}

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}
.weatherList {
    list-style: none;
    position: absolute;
    right: 2em;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #fff;
    line-height: 5em;
    font-weight: 600;
}
.weatherList a{
    color: #fff;
    font-weight: 600;
}
.weatherList li{
        margin: 0 20px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-end;

}
.weatherList i {
    color: #fff;
    margin-right: 0.5rem;
    font-size: 21px;
}

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu>li {
    float: left;
    height: 8rem;
    display: table;
}

/*.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: block;
    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 span {
    /* text-decoration: underline solid #fff 5px; */
    border-bottom: 5px solid #fff;
}

.desktopNav ul.mainMenu > li:hover > a,
.desktopNav ul.mainMenu>li[aria-expanded="true"]>a{
    color: #00838f;

}
.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;
    z-index: -1;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    text-transform: none;
    position: relative;
    font-size: 18px;
    color: #fff;
    border-left: none;
    display: block;
    padding: 0.6rem 1rem 7px 0;
    text-align: left;
    letter-spacing: .05rem;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
}

.desktopNav ul.subSubMainMenu a,
.desktopNav ul.subSubMainMenu a:link {
    padding-left: 2em;
    font-style: italic;
    font-weight: 400;
}

.desktopNav ul.subMainMenu a:visited {
    color: #fff ;
}

.desktopNav ul.subMainMenu a:hover {
    color: #00a7b5 !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: #00a7b5 !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 'Mulish', Aria, sans-serif;
    display: block;
    text-transform: none;
}

ul.relatedLinks i {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

ul.relatedLinks>li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}

ul.relatedLinks>li:nth-child(even) {
    margin-right: 0;
}


/******* Main Content - Inside Pages *******/

.mainContainer {
    position: relative;
    padding: 0 0 2rem;
    background: #f0f0f0;
    border-top: 10px solid #e03e52;
}
.mainContainer article img{

}
.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 0;
    background: #DCE6E5;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 1.5rem;    
    padding-top: 0;
    margin-top: -12px;
    overflow: hidden;
    font-size: 17px !important;
}
.mainContainer article{
     border-bottom: 2px solid #d1d9db;
}
.mainContainer .container{
    padding: 0;
}
.pageTitle {
    color: #003d4c;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 1em;
}
.HelpfulContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.HelpfulContainer.wasClicked,
.wasClicked,
.helpError,
.recaptchaError {
    display: none;
}
.thankYou{
    display:none;
}
.helpCommentBox {
    display: none;
}
.helpError.show,
.recaptchaError.show{
    display: block;
    color: red;
}
.recaptchaError.show{
    text-align:center;
}
.thankYou.show,
.helpCommentBox.show{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
}
.helpCommentBox .submitHelpfulBTN,
.helpCommentBox .cancelBTN.bottomCancel{
    width: auto !important;
    display: inline-block !important;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--main-txt);
    border-radius: 0;
    border: none;
    padding: 0.5rem 1rem;
    transition: background 300ms ease 0s;
    background: var(--main);
    text-transform: uppercase;
    margin-right: 1em;
    margin-left: 1em;
}

.btnBox{
    display: flex;
    flex-direction: row;

}
.helpCommentBox .cancelBTN.topCancel {
    color: #fff;
    border: none;
    background: var(--main);
    margin-bottom: 1em;

    font-size: 14px;
}
.HelpfulContainer h4{
    color: #003d4c;
    font-size: 23px;
    padding-left: 23%;
}
.HelpfulContainer button.reveal{
    color: #fff;
    background: #00838f;
    border: none;
    border-radius: 5px;
    padding: 10px 7px;
    font-weight: 700;
    width: 5em;
    -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;
}


.HelpfulContainer button:hover{
    background: #00a7b5;
}

.HelpfulContainer button i{
        margin-right: 8px;
}
.HelpfulContainer button.yesBTN{
    margin-right: 1em;
    margin-left: 1em;
}
/** Aside Menu - Inside Pages **/
/* Aside Colours */
:root {
    --aside-bg: #fff;
    --aside-more-txt: #383838;
    --aside-more-txt-hvr: #00a7b5;
    --aside-main-bg: #fff;
    --aside-main-bg-hvr: #003d4c;
    --aside-main-txt: #003d4c;
    --aside-main-txt-hvr: #00a7b5;
    --aside-sub-bg: #d1d9db;
    --aside-sub-bg-hvr: #003d4c;
    --aside-sub-txt: #003d4c;
    --aside-sub-txt-hvr: #00a7b5;
}

.mainContainer aside.col-sm {
    background: var(--aside-bg);
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    max-width: 25%;
}

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1rem;
    color: var(--aside-more-txt);
    display: inline-block;
    padding: 0.65rem;
    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: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 700 1rem 'Mulish', sans-serif;
    font-size: 20px !important;
    color: var(--aside-main-txt);
    display: block;
    padding: 19px 1rem;
    -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;
    background: var(--aside-main-bg);
}
ul.sideMenu > li:first-of-type> a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

ul.sideMenu a:visited {
    color: var(--aside-main-txt);
}

ul.sideMenu a:hover {
     color: var(--aside-main-txt-hvr);
     background: none;
}
ul.sideMenu a:active,
ul.sideMenu a:focus {
    background: var(--aside-main-bg-hvr);
    color: var(--aside-main-txt-hvr);
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    color: #fff;
    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: italic 400 17px 'Mulish', sans-serif !important;
    color: var(--aside-sub-txt) !important;
    padding: 1rem !important;
    padding-left: 4em !important;
    display: block;
    background: var(--aside-sub-bg) !important;
}

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;
    height: 3em;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 2em;
    box-shadow: 0px 2px 25px 0px rgb(0 0 0 / 14%);
    display: flex;
    align-items: center;
    padding-left: 1em;
}
ol.breadCrumb a.breadcrumbHome,
ol.breadCrumb a.breadcrumbHome:visited{
    color: #003d4c;
    text-decoration-style:none;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: 600 18px 'Mulish', sans-serif;
    color: #00838f;
    display: block;
    text-decoration:underline;
}

ol.breadCrumb a:visited {
    color: #00838f;
}

ol.breadCrumb a:hover,
ol.breadCrumb a:active,
ol.breadCrumb a:active {
    color: #00a7b5;
}

ol.breadCrumb a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: bolder;
    color: #003d4c;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ol.breadCrumb {
    display: block;
}

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 1rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    color: #00838f;
    font-weight: 600;
    margin-right: 0.5em;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.btnPrint:hover{
    color: #00a7b5;
}

.btnPrint:before {
    content: "\f02f";
}

ul.textResizer {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: baseline;
}

ul.textResizer>li {
    float: left;
    margin-right: 0.2rem;
}

ul.textResizer>li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 18px 'Mulish',   sans-serif;
    color: #00838f;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Mulish',   sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: #0F3D39;
}

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: #9b3a4a;
}

ul.textResizer span {
    margin-right: 0.5rem;
    color: black;
}

ul.textResizer a.small-text {
    font-size: 18px;
}

ul.textResizer a.medium-text {
    font-size: 24px;
}

ul.textResizer a.large-text {
    font-size: 28px;
}

ul.textResizer a.textresizer-active {
    color: #00a7b5;
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}

ul.phoneColsList {
    margin-bottom: 4rem;
}


.footerBottom h2 {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom .french h2 {
    font-size: 1.5rem;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom p {
    font: normal 400 0.938rem 'Mulish',   sans-serif;
    color: #FFF;
}

.footerBottom p img {
    display: inline-block;
    margin-top: 2rem;
    margin-right: 3rem;
}

.footerBottom p img+img {
    margin-right: 0;
}

.footerBottom a,
.footerBottom a:link {
    font-size: inherit;
    font-weight: normal;
    color: #FFF;
}

.footerBottom a:visited {
    color: #FFF;
}

.footerBottom a:hover,
.footerBottom a:active,
.footerBottom a:focus,
.footerBottom a:hover i,
.footerBottom a:active i,
.footerBottom a:focus i{
    color: #00a7b5;
}
/*
.btnRegister {
    font: normal 700 1rem 'Mulish',   sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 2rem 0 0;
    padding: 0.6rem 3.2rem;
    cursor: pointer;
    border: 1px 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: 2rem;
    background: none;
}
*/
.btnRegister:hover,
.btnRegister:focus {
    color: #fff;
    background: #003d4c;
}

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font: normal 1rem 'Mulish',   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 h5 {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.025px;
}
.footerBottom .firstCol i {
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.footerBottom .firstCol a {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.footerBottom cite,
.footerBottom small {
    font: normal 600 0.750rem 'Mulish', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.footerBottom cite {
    float: right;
    display: block;
    opacity: 0.6;
    /*margin-bottom: 3em;*/
}
.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;
    padding-top: 5px;
}

.footerBottom cite a i {
    font-size: 4rem;
    position: absolute;
    right: 0;
    top: -20px;
    height: 3rem;
    font-weight: 100;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}


.socialMedia a,
.socialMedia a:link {
    font: normal 600 1.5rem 'Mulish', sans-serif;
    color: #FFF;
    display: inline-block;
    margin: 0 0.5rem;
   
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.socialMedia a:visited {
    color: #FFF;
}

.socialMedia a:hover,
.socialMedia a:active,
.socialMedia a:focus {
    color: #00a7b5;
}

.socialMedia a.facebook::before {
    content: "\f39e";
}

.socialMedia a.twitter:before {
    content: "\f099";
}

.socialMedia a.instagram:before {
    content: "\f16d";
}

.socialMedia a.youtube:before {
    content: "\f167";
}

.socialMedia a.linkedIn:before {
    content: "\f0e1";
}

.socialMedia a.tripAdvisor:before {
    content: "\f262";
}

.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: center;
    background: url(../images/highlights-bg.jpg) center top no-repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 27px 0px rgb(0 0 0 / 35%);
}
.highlightContainer .container-fluid {
    width: 90%;
    padding-bottom: 2em;
}
.highlightContainer .owl-stage{
    display: flex;
}
.highlightContainer .HLheader {
    padding-top: 45px;
    border-bottom: 1px solid #96969687;
    justify-content: center;
    margin-bottom: 61px;
    margin-left: 279px;
    margin-right: 220px;
}
.highlightContainer .owl-nav{
    position: absolute;
    top: -81px;
    right: 8px;
}

.highlightContainer .owl-nav i{
        color:#00a7b5;
    font-size: 30px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;

}
.highlightContainer .owl-nav button{
    color:#00a7b5;
      -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.highlightContainer .owl-nav button:hover i{
    color: #003d4c;
}
.highlightContainer .owl-prev  i {
      position: absolute;
    left: -2em;
    top: 1px;
}
.highlightContainer .owl-next  i {
  
}
.highlightContainer h2 {
    text-align: left;
    margin-left: -186px;
    color: #003d4c;
    font-size: 29px;
    margin-bottom: -16px;
}
.highlightContainer .owl-carousel .owl-item {
    background: #fff;
    border-radius: 20px;
  /*  border-bottom-right-radius: 20px;*/
}
.highlight-content {
    border-top: 10px solid #e03e52;
    padding: 1em 1em 1em;
    height: 13em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.owl-carousel .owl-item img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.highlightCon:hover p1,
.highlightCon:hover i{
    color: #00a7b5;
}

.card-title {
    color: #003d4c;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    /* margin-top: 31px;*/
    word-break: break-word;
}

.highlight-content p {
    font-size: 13pt;
    color: #003d4c;
    font-weight: 500;
    word-break: break-word;
}
.highlight-content-sub p1,
.highlight-content-sub p1:visited {
    color: #9b3a4a;
    font-size: 18px;
    -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;
}
.highlight-content-sub p1 i{
    color: #e03e52;
    font-size: 16px;
    font-weight: 900;
}


.adContainer.mobile {
    display: none;
}


/******* MEDIA QUERY *******/

@media only screen and (max-width:1830px) {
    h1.siteLogo,
    h1.siteLogoFR {
    /*    width: 500px;
        height: 127px;
        margin-top: 0.65rem;*/
    }
}
@media only screen and (max-width:1765px) {

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }
}
@media only screen and (max-width:1680px) {
    h1.siteLogo,
    h1.siteLogoFR {
        /*width: 430px;
        height: 109px;
        margin-top: 0.9rem;*/
    }
  
    .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 {
        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"] {
        padding-left: 1em;
    }
    .frmSearch button[type="submit"] {
    /*    right: 3.3rem;*/
    }
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.5rem;
    }
    .btnFireRating {
        width: 170px;
        height: 170px;
    }
    .btnFireRating:before {
        width: 200px;
        height: 200px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 1655px){
    .footerMiddle1 {
        padding: 2rem 4rem 4rem 3rem;

        background-size: 10em;

        background-position-y: 11em;
    }
}
@media only screen and (max-width: 1585px) {
    .quickLinks .qlContainer a,
    .quickLinks .qlContainer h3 {
        font-size: 14px;
    }
    .quickLinks .qlContainer .QLtitles span {
        line-height: 20px;
    }
    .QLinfo {
        line-height: 22px;
    }
}

@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;
    }
}

@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;
    }
    .footerMiddle2 h2:after,
    .footerMiddle1 h2:after{
        width: 15%;
    }
    .footerMiddle1 #downloadOurApp {
        margin-right:0.5em;
    }
}

@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: 460px ;/* 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"] {
     /* width: 75%;*/
    }
    .quickLinks.innerQL {
        /*  top: 10.1em;*/
        top: 21.4em;
    }
    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
    .footerMiddle2 span{
       
    }
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .footerMiddle{
        flex-direction: column;
    }
    .footerMiddle1,
    .footerMiddle2 {
        width: 100%;
        background-size: 10em;
        background-position-y: 8em;
        background-position-x: 96%;
    }
    .footerMiddle1 .container{
            padding: 0;
            margin: 0;
    }
    .footerMiddle .middleChunk{
        display: none;
    }
    .footerMiddle2 h2:after, 
    .footerMiddle1 h2:after{
        display: none;
    }


}

@media only screen and (max-width:1545px) {
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
    .mobileNav,
  
    .closeNav {
        display: inherit;
    }
    .menuIcon {
        display: block;
        top: 2em;
        right: 2em;
    }
    .weatherList {
        right: revert;
        position: revert;
    }
    .headerBottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    /* Mobile Nav Colours */
    :root {
        --nav-bg: #d1d9db;
        --nav-more-txt: #003d4c;
        --nav-more-txt-hvr: #fff;
        --nav-main-bg: none;
        --nav-main-bg-hvr: #969696;
        --nav-main-txt: #003d4c;
        --nav-main-txt-hvr: #fff;
        --nav-sub-bg: #f0f0f0;
        --nav-sub-bg-hvr: #969696;
        --nav-sub-txt: #003d4c;
        --nav-sub-txt-hvr: #fff;
        --nav-subSub-bg: #fff;
        --nav-subSub-bg-hvr: #00a7b5;
        --nav-subSub-txt: #003d4c;
        --nav-subSub-txt-hvr: #383838;
        --nav-close: #fff;
        --nav-close-hvr: #00a7b5;
    }
	
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 8px;
        right: 0;
        font-size: 1rem;
        color: var(--nav-more-txt);
        display: inline-block;
        padding:11px 18px;
        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: "\f067";
        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 {
       content: "\f068";
    }
	
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: var(--nav-more-txt-hvr);
    }
	
    nav.navOpen {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: var(--nav-close);
        z-index: 1;
        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: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;
*/
        flex-direction: column;
    }
	
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }
	
    ul.mainMenu a,
    ul.mainMenu a:link,
     ul.mainMenu a:visited,
    ul.mainMenu a:link:visited{
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 20px 1em;
        color: var(--nav-main-txt);
    }

	ul.mainMenu>li:first-of-type{
        height: 3em;
        background: #00838f;
	}
    ul.mainMenu>li:nth-child(2) {
        background: #00838f;
    }
     ul.mainMenu>li:nth-child(2) a{
         color: #fff;
     }
     ul.mainMenu li:last-child {
        margin-right: 0;
     }

    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: 16px !important;
        font-weight: 600;
        color: var(--nav-sub-txt);
        text-transform: none !important;
        padding-left: 3rem!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 {
      /*  font-style: italic;*/
        color: var(--nav-subSub-txt) !important;
        background: var(--nav-subSub-bg) !important;
        border-bottom: none!important;
        padding-left: 5rem!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;
    }
    .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 {
        font-size: 1.5rem!important;
    }
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
}

@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 {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width:1085px) {

    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }

    /* Mobile Quick Links */

    .qlMobile {
        display: flex;
    }

    .qlMobile.indexQLMob {
        position: absolute;
       /* top: 41.9em;*/
        top: 42.9em;
        max-width: 1740px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
    }

    .qlMobile.innerQLMob {
        display: flex;
        position: absolute !important;
        top: 24.1em;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
        height: 51px;
    }

    .qlMobile .itemsOpen {
        grid-template-columns: repeat(3, 1fr);
        padding: 10px 0 20px 0;
    }

    .quickLinks {
        display: none !important;
    }
    .frmSearch {
        width: 50%;
        background: rgba(255,255,255,.9);
    }
    .frmSearch input[type="search"]{
        padding: 0;
        padding-left: 1em;
    }
    .indexQLMob .frmSearch input[type="search"] {
        /* padding-top: 24px;
        padding-bottom: 23px;*/
        padding-top: 12px;
        padding-bottom: 17px;
        border-radius: 0;
        width: 100%;
    }
    .indexQLMob .frmSearch:active, .indexQLMob .frmSearch input:active, .indexQLMob .frmSearch input:focus{
        background: #fff;
    }
    .innerQLMob .frmSearch input[type="search"] {
        /* padding-top: 24px;
        padding-bottom: 23px;*/
        padding-top: 14px;
        padding-bottom: 14px;
        border-radius: 0;
        width: 100%;
    }

    .innerQLMob .frmSearch:active, .innerQLMob .frmSearch input:active, .innerQLMob .frmSearch input:focus {
        background: #fff;
    }
}

@media only screen and (max-width:1050px) {
 /*   .headerTop>a>span,
    .headerTop #weather h1 {
        display: none;
    }*/
 /*   .headerTop {
        padding: 0.5rem 1rem;
    }*/
  /*  .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
    .headerTop a:before {
        margin-right: 0;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }*/
    h2.categoryTitle .catTitleCont {
        top: 56%;
        font-size: 35px;
    }
}

@media only screen and (max-width:1024px) {
    .footerBottom h2 {
        font-size: 1.4rem;
    }

    .pageTitle {
        font-size: 1.1rem;
    }

    .qlMobile.innerQLMob {
        top: 21.7em;
    }
    h2.categoryTitle {
        min-height: 370px;

    }

    .adContainer.desktop {
        display: none;
    }
    .adContainer.mobile {
        display: block;
        margin: 1rem 0;
    }
    ul.sideMenu {
        display: none;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
        max-width: 100%;
    }
    .mainContainer main.col-sm {
        padding: 2rem 25px 0;
    }
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 600 23px 'Mulish', sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 14px 15px;
        margin: 0;
        background: #00838f;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:hover, 
    .sideMenuNav:focus,
     .sideMenuNav:active{
        background: #727171;
    }

    .sideMenuNav:after {
        content: "\f078";
        margin-left: 1rem;
    }
    .sideMenuNav.openSideMenuIcon:after {
        /* content: "\f068";*/
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.sideMenu > li:first-of-type a{
        border-radius: revert;
    }
    .mainContainer .container {
        max-width: 100%;
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }

    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
    .headerContent {
        display: none;
    }
    h2.categoryTitle .catTitleCont {
        transform: none;
        left: revert;
        /*text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000;*/
        top: 51%;
        font-size: 35px;
        width:revert;
    }
    h2.categoryTitle {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        /*margin-bottom: 69px;*/
        margin-bottom: 50px;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }
    ul.textResizer {
        right: revert;
        top: 67%;
        transform: none;
        float: none;
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    ul.textResizer > li {
        display: flex;
        align-items: flex-end;
        margin-right: 0.2rem;
        float: none;
    }
    ul.textResizer span, ul.textResizer a, 
    ul.textResizer a:link{     
        font: normal 700 16px 'Mulish', sans-serif;
    }
    ul.textResizer a.medium-text {
        font-size: 22px;
    }
    ul.textResizer a.large-text {
        font-size: 25px;
    }

    .btnPrint {
        margin: 0;
        font-size: 22px;
    }

    ul.textResizer span,
    ul.textResizer a,
    ul.textResizer a:link,
    ul.textResizer .btnPrint,
    ul.textResizer a:visited {
        color: #fff;
        /*text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000,0px 0px 20px #000000;*/
    }

    ul.textResizer a:hover, 
    ul.textResizer a:link:hover,
    ul.textResizer .btnPrint:hover{
        color: #9b3a4a;
    }
    .HelpfulContainer h4 {
        padding-left: 0;
    }
    .mainContainer .HelpfulContainer.container {
        justify-content: center;
        padding: 21px 10px 0px;
    }

    .activePopupAlert .frmSearch {
        top: 14rem;
    }
   
    .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;
    }
}

@media only screen and (max-width:960px) {
    .fb1.row .col-sm {
        flex-basis: auto;
    }
    .fb1.row .col-sm:nth-child(2) {
         margin-top: 1.5em;
    }
    .footerBottom .twnInfo {
        align-items: center;
        margin-bottom: 1.5em;
        text-align:center;
    }
    .footerBottom .firstCol {
        align-items: center;
    }
    .footerBottom .fb2.row {
        flex-direction: column;
        align-items: center;
    }
    .footerBottom .fb2 .col-sm {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fb1.row .lastCol {
        align-items: center;
        margin-bottom: 2em;
    }
    .fb2.row .col-sm:first-child{
        margin-bottom: 2em;
    }
}


@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:880px) {
    .fb2.row .col-sm {
        flex-basis: auto;
    }
    .fb2.row .col-sm:first-child,
    .fb2.row .col-sm:last-child {
        text-align: center;
    }
    .fb2.row .col-sm:nth-child(2) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert>.container {
        font-size: 0.8rem;
    }

    .highlightContainer .owl-nav {
       position: revert;
    }
    .highlightContainer .owl-prev i{
        position: revert;
    }
    .highlightContainer .owl-carousel .owl-item{
/*        max-width: 250px;
*/    }
    .owl-carousel .owl-dot {
        width: 20px;
        height: 20px;
        margin: 2px;
        border-radius: 20px;
/*        border-color: #bfbfbf !important;
        border-width: 3px !important;
        border-style: solid !important;*/
        background: #003d4c !important;
    }
    .owl-carousel .owl-dot.active {
        border: none !important;
        background: #00838f !important;
    }
    .highlightContainer .highlightOuterCont {
        width: 85%;
        margin: 0 auto;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 50%;
        position: absolute;
    }
    .highlightContainer .owl-nav i{
        color: #003d4c;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -12%
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -12%
    }
    .highlightContainer .HLheader {
        border: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .highlightContainer h2 {
        text-align: center;
        margin-left: 0;
        margin-bottom: 0;
    }
    .highlight-content{
        padding: 10px 10px 10px;
    }
}

@media only screen and (max-width:768px) {
    /*.qlMobile.indexQLMob {*/
        /* top: 14.9em;*/
        /*top: 15.9em;
    }*/
    .qlMobile.indexQLMob {
        top: 380px;
    }
    .qlMobile .qlMobileItems {
        margin-bottom: 0;
        top: revert;
        margin-top: 69px;
        z-index: 13;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.53);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.53);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.53);
    }
    .headerBottom {
        background: linear-gradient(to bottom, #003d4c 34%, #fff0ff00 100%);
        height: 124px;
    }



    h1.siteLogo, h1.siteLogoFR {
        width: 108px;
        height: 100px;
    }
    /* mobile tables */
    .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;
    }
}

@media only screen and (max-width:750px) {
    .headerContent {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    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;
    }

    .qlMobileItems span {
        font-size: 14px;
        line-height: 22px;
    }

    .qlMobileItems h3 {
        font-size: 14px;
    }
    .qlMobileItems i {
        font-size: 21px;
    }
}

@media only screen and (max-width:680px) {
    .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;
    }

    .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;
    }

    .card-title {
        font-size: 20px;
    }

    .highlight-content p {
        font-size: 12pt;
        margin-bottom: 0;
    }

  
}

@media only screen and (max-width:600px) {
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }

    .qlMobile.indexQLMob {
        top: 320px;
    }
    .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;
    }
    .footerMiddle1, .footerMiddle2 {
        background-size: 7em;
        background-position-y: 7em;
        background-position-x: 96%;
        
    }
    .weatherList{
        line-height: revert;
    }
    .headerBottom {
        height: 85px;
    }
    h1.siteLogo, h1.siteLogoFR {
        margin: 28px 0 0 10px;
    }
}

@media only screen and (max-width:575px) {
 
    .qlMobile .qlMobileItems{
        margin-top: 55px;
    }

    .qlMobile.innerQLMob {
        top: 17.57em;
    }
    h1.siteLogo, h1.siteLogoFR {
        left: 21px;
    }
    .weatherList a {
        font-size: 18px;
    }
    .weatherList .airquality {
        font-size: 18px;
    }
    .weatherList li {
        margin: 0px 6px 0 6px;
    }

    h2.categoryTitle {
        min-height: 300px;
        margin-bottom: 50px;
    }
    h2.categoryTitle .catTitleCont{
        top: 61%
    }
    ul.textResizer{
        top: 75%
    }
    .searchColPages.col-sm {
        padding-right: 0;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }

    .footerMiddle2 button {
        margin-top: 2rem;
    }

    .registerOptions {
        padding: 0;
    }

    .footerMiddle2 span {
        font-size: 14px;
    }

    footerMiddle2 {
        padding: 20px 10px 20px 10px;
    }

    .footerMiddle2 button {
        font-size: 16px;
        width: 184px;
        height: 52px;
    }

    .footerMiddle1 .container {
        display: flex;
        flex-direction: column;
    }

    .footerMiddle1 #downloadOurApp {
        margin-bottom: 0.7em;
    }

    ul.phoneColsList {
        margin-bottom: 1em;
    }
    .footerMiddle1 li {
        font-size: 18px;
    }
    .footerMiddle p  {
        margin: 10px 0 10px 0px;
    }
    .footerMiddle1 {
        padding: 1em 1em 1em 10px;
    }
    .HelpfulContainer button {
        font-size: 19px;
        padding: 7px 0;
        width: 4em;
    }
    .HelpfulContainer h4 {
        font-size: 19px;
    }
    .HelpfulContainer button.yesBTN {
        margin-left: 10px;
    }
}

@media only screen and (max-width:530px) {
    .popupAlert > .container {
        padding-left: 1rem;
    }

    .popupAlert > .container:before {
        content: none;
        position: static;
        display: block;
        margin-right: 0;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem;
        text-align: center;
    }

   
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }
    .indexQLMob .frmSearch input[type="search"] {
        padding: 8px 1rem;
     
    }
    .qlMobile .qlMobileButton {
        padding: 0;
    }
    .frmSearch button[type="submit"] i {
        font-size: 1rem;
    }
    .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;
    }
}

@media only screen and (max-width:480px) {
    h2.categoryTitle {
       /* min-height: 200px;
        font-size: 1.3rem;*/
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }
    .frmSearch {
        top: 10rem;
    }
    .activePopupAlert .frmSearch {
        top: 12rem;
    }
    .frmSearch input[type="search"] {
        font-size: 15px;
    }
    .frmSearch button[type="submit"] {
        right: 0;
        top: 44%;
    }
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
    .roadBanStatus {
        font-size: 0.85rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        left: 6px;
        width: 90px;
        height: 90px;
    }
 

}

@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;
    }
    .footerMiddle1 {
        background-size: 5em;
        background-position-y: 9.5em;
        background-position-x: 96%;
    }
    .footerMiddle1 h2 {
        font-size: 25px;
    }
    .footerMiddle p{
        font-size: 18px;
    }
}
@media only screen and (max-width:450px) {
    .qlMobile .qlMobileButton,
    .qlMobile .qlMobileButton:before {
        font-size: 12px;
    }
    .qlMobile.indexQLMob{
        top:245px;
    }
    .indexQLMob .frmSearch input[type="search"] {
        padding: 8px 10px;
    }
    .frmSearch input[type="search"] {
        font-size: 12px;
    }
    .frmSearch button[type="submit"] i {
        font-size: 0.8rem;
    }

}

    @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;
    }
}

@media only screen and (max-width:380px) {
    #main article.articlePost table tr {
        font-size: 13px;
    }
}