﻿/******* GENERAL THEME OF THE SITE *******/

body {
    min-width: 320px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4rem;
    font-weight: 400;
    color: #000;
    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 1rem 'Nunito Sans', sans-serif;
    color: #000;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

.bigmenu {
    display: none;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 600px;
    font: bold 4rem 'Nunito Sans', 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:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 148px;
    display: block;
    background: url(../images/bgSlider.png) bottom center repeat-x;
    background-size: cover;
}

h2.categoryTitle .catTitleCont {
    position: absolute;
    top: 60%;
    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: normal 400 2rem 'Nunito Sans', sans-serif;
    display: block;
}


/* styling for content area tables */

table th {
    background: #39b54a;
    color: #fff;
}


/* end */

.new_breadCrumb .col-sm.new_breadCrumb_first {
    flex-grow: 1;
    padding: 0;
}

.new_breadCrumb .col-sm.new_breadCrumb_first .pageTitle {
    color: #000;
    font-size: 1.875rem;
    margin-bottom: 0;
}

.new_breadCrumb .col-sm.new_breadCrumb_two {
    flex-grow: 2;
    padding: 0 1.5rem;
}

p {
    padding: 0;
    margin: 0 0 1rem;
}

button,
button:focus {
    outline: none;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: #058042;
    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;
    outline: none;
}

a:visited {
    color: #058042;
}

.monthly-next,
.monthly-prev {
    font-family: "Font Awesome 5 Pro";
}

a:hover,
ul.directory-list button:hover {
    color: #39b54a;
    text-decoration: none;
}

a:active,
ul.directory-list button:active {
    color: #39b54a;
}

a:focus,
ul.directory-list button:focus {
    color: #39b54a;
    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,
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:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.print:before,
.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-size:20px !important;
}

ul.hightlightLists,
ul.hightlightLists>li,
ul.phoneColsList,
ul.phoneColsList>li,
ul.relatedLinks,
ul.relatedLinks>li,
ul.search-page,
ul.search-page>li,
ol.breadCrumb,
ol.breadCrumb>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;
}

ul.footerNav>li {
    display: inline-block;
    width: 49%;
}


/** Set the .container's width here based on the design **/

@media (min-width:1100px) {
    .container {
        max-width: 1090px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1522px;
    }
}

@media (min-width:1720px) {
    .container {
        max-width: 1522px;
    }
}

.your_opinion_footer {
    z-index: 1;
}

.municipalServices .container {
    max-width: 100%;
}

.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}

.skipToContent h2 {
    font-size: 1rem;
    color: rgb(1, 138, 182);
    margin-bottom: 0.5em;
}

ol.skipLinks,
ol.skipLinks>li {
    font-size: 0.9rem;
    color: #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 {
    color: rgb(1, 138, 182);
}

.skipToContent a:active {
    color: rgb(1, 138, 182);
}

.skipToContent a:focus {
    color: #fff;
    outline: 1px solid rgb(1, 138, 182);
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 15rem;
    right: 1rem;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem 1rem 0.8rem;
    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: #058042;
}

.btnScrollup:hover,
.btnScrollup:focus {
    color: #fff;
    background: #046937;
}

header.masterHeader {
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
    -moz-box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
    box-shadow: -1px 3px 5px 0px rgba(53, 53, 53, 0.22);
}

.headerTop {
    background: #058042;
    text-align: right;
    overflow: hidden;
}

.headerBottom {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 1rem;
    /* padding-right: 1rem; */
}

.footerMiddle {
    padding-top: 12rem;
    background: #fff url(../images/bgTrees.jpg) center bottom no-repeat;
    background-size: cover;
    color: #FFF;
    position: relative;
}

.footerMiddle::before {
    background: url(../images/features-bottom.png) bottom center no-repeat;
    content: " ";
    height: 134px;
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
}

.footerMiddle h2 {
    color: #FFF;
    font-size: 2.813rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.875rem;
}

.footerMiddle h2 span {
    font-weight: 100;
    display: block;
    font-size: 1.563rem;
}

.footerMiddle h2::before {
    content: " ";
    position: absolute;
    background-color: #FFF;
    height: 2px;
    width: 75px;
    bottom: -10px;
}

.footerMiddle .text-center.fixed-bottom.position-absolute {
    z-index: 1;
}

.app_download {
    padding-bottom: 5rem;
}

.app_download .phoneColsList li {
    display: inline-block;
    width: 49%;
}

.app_button {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app_button li {
    display: inline-block;
    margin-left: 1.875rem;
}

.app_button li:first-child {
    margin-left: 0;
}

.app_button li a {
    background-color: #39b54a;
    color: #FFF;
    display: inline-block;
    padding: 7px 15px;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.app_button li a:hover {
    background-color: #058042;
}


/* Features */

.features-box {
    border: 1px solid #CCC;
}

.features-text {
    padding: 1px 2rem 2rem 2rem;
    margin-top: -10px;
}

.features-text h2 a {
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features-text h2 a:hover {
    color: #39b54a;
}

.features-text p {
    font-size: 0.938rem;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.features-text .readmore_link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    color: #046937;
}

.features-text .readmore_link:hover {
    color: #39b54a;
}

.features-img {
    position: relative;
    overflow: hidden;
}

.features-img img {
    transition: all 0.3s ease-in-out;
}

.features-box:hover .features-img img {
    transform: scale(1.1);
}

.features-img::before {
    content: " ";
    background: url(../images/features-arrow-bottom.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    height: 64px;
    width: 100%;
    left: 0;
    z-index: 1;
}


/* Features */


/* Floating Social Media */

.socialMedia.desksocial {
    position: fixed;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.socialMedia.desksocial ul {
    margin: 0 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.socialMedia.desksocial ul li {
    display: inline;
    z-index: 1;
    margin-top: 1.5rem;
}

.socialMedia.desksocial ul li:first-child {
    margin-top: 0rem;
}

.socialMedia.desksocial a {
    display: block !important;
    text-align: center;
    width: 55px;
    font-size:2rem !important;
    height: 55px;
    line-height: 31px !important;
    border-radius: 100%;
    transition: background 0.3s ease;
    color: #fff !important;
    background-color: #39b54a;
    padding: 0.5rem 0.3rem 0.7rem 0.7rem;
}

.socialMedia.desksocial a:hover {
    background-color: #046937;
}


/* Floating Social Media */

.quickLinksbottom {
    background: url(../images/quicklinkbg.jpg) center -260px no-repeat;
    background-size: cover;
    position: relative;
    padding: 2.625rem 0 11rem 0;
    color: #FFF;
}

.quickLinksbottom::before {
    content: '';
    background-color: rgba(4, 105, 55, 0.92);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.quickLinksbottom::after {
    background: url(../images/features-top.png) top center no-repeat;
    content: " ";
    height: 134px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
}

.quickLinksbottom a {
	color: #fff !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: block;
}
.quickLinksbottom a:visited{
    color:#fff;
}
.quickLinksbottom a:hover {
    transform: scale(1.2);
}

.quickLinksbottom a:hover i {
    font-weight: 700;
}

.quickLinksbottom .fa {
    font-size: 3.75rem;
    font-weight: 300;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.quickLinksbottom span {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
}

.quickLinksbottom .col-sm {
    border-left: 1px solid rgba(242, 242, 242, 0.35);
}

.quickLinksbottom .col-sm:nth-child(1) {
    border-left: none;
}

.features_slide {
    padding: 1px 0 1rem 0;
    margin-top: -2rem;
}

.m1rem {
    margin-bottom: 1rem;
}

.features_title h2 {
    font-family: 'scandiebox_oneregular';
    font-size: 3.75rem;
    color: #046937;
    font-weight: normal;
    font-style: normal;
    line-height: 4rem;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.features_title h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 75px;
    height: 1px;
    background: #046937;
    bottom: -10px;
}

.features_title p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-top: 5px;
    letter-spacing: 1px;
}

.footerBottom {
    position: relative;
    padding-top: 3.2rem;
    padding-bottom: 2.2rem;
    font-size: 15px;
}

.footerBottom::after {
    content: " ";
    background: url(../images/Killarne_-footer_right.png) right center no-repeat;
    height: 100%;
    width: 142px;
    display: block;
    position: absolute;
    right: 0px;
    top: 1.2rem;
}

.contact_us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_us ul li {
    margin-bottom: 8px;
}

.contact_us ul li:first-child {
    margin-bottom: 1rem;
}

.contact_us ul li span {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-copy {
    background: #046937;
    color: #FFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.813rem;
}

.footer-copy a {
    color: #FFF;
}

.footer-copy a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.footer-copy small {
    font-size: 0.813rem;
}

.fb1.row>div {
    padding-left: 2rem;
    padding-right: 2rem;
}

.fb1.row .col-sm:nth-child(1),
.fb1.row .col-sm:nth-child(2),
.fb1.row .col-sm:nth-child(3) {
    border-right: 1px solid #dcdcdc;
}

.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;
}

.contact_info{
    display:inline-block;
    position:relative;
    top:-1.1rem;
}

@-moz-document url-prefix() {
	.contact_info{
		display:inline-block;
		position:relative;
		top:0;
	}
}  
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .contact_info{
		display:inline-block;
		position:relative;
		top:0;
	}
}
.headerTop ul {
    margin: 0;
    padding: 0;
    height:54px;
    list-style: none;
}

.headerTop ul li {
    display: inline-block;
    margin-right: 2rem;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.headerTop ul li:first-child {
    margin-left: 0;
}

.headerTop ul li span {
    font-size: 0.813rem;
    font-weight: normal;
}

.frmSearch_headerInfo_last {
    background-color: #046937;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
    position: relative;
    margin-left: 12rem !important;
    margin-right: 0 !important;
}

.frmSearch_headerInfo_last::before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 68px solid #046937;
    border-left: 60px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: -48px;
}

.frmSearch_headerInfo_last .btn-search {
    background-color: transparent;
}

.frmSearch_headerInfo_last .btn-search .fal {
    font-weight: 700;
    font-size: 1.125rem;
}

.frmSearch_headerInfo #search-txt {
    border: none;
    background-color: transparent;
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-style: italic;
}

.headerTop a,
.headerTop a:link {
    font: normal 700 0.938rem 'Nunito Sans', sans-serif;
    color: #fff;
    display: inline-block;
}

.headerTop a:visited {
    color: #fff;
}

.headerTop a:hover {
    color: #000;
}

.headerTop a:active {
    color: #000;
}

.headerTop a:before {
    font-weight: 700;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.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: rgb(252, 176, 64);
}

h1.siteLogo,
h1.siteLogoFR {
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: url(../images/logo-bg.png) right center no-repeat;
    padding: 2.2rem 1px 2.2rem 2rem;
    margin: 0;
    left: 0;
    height: 137px;
    width: 491px;
}

h1.siteLogo>a,
h1.siteLogoFR>a {
    display: inline-block;
}

h1.siteLogoFR>a {
    background: url(../images/French-River-FR.png) left center no-repeat;
}

.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

.quickLinks {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 0.5em;
    z-index: 5;
}

.quickLinks:hover .qlContainer,
.qlContainer.hasFocus {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quickLinks a,
.quickLinks a:link {
    position: relative;
    width: 50px;
    height: 50px;
    font: normal 600 1rem 'Nunito Sans', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    z-index: 2;
    background: rgb(1, 138, 182);
}

.quickLinks a:visited {
    color: #fff;
}

.quickLinks a:hover {
    color: #fff;
    background: rgb(252, 176, 64);
}

.quickLinks a:active {
    color: #fff;
    background: rgb(252, 176, 64);
}

.quickLinks a:focus {
    color: #fff;
    background: rgb(252, 176, 64);
}

.quickLinks a:last-of-type {
    margin-bottom: 0;
}

.quickLinks a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
}

.quickLinks a[title="E-Service Request"] {
    margin-top: 0.3rem;
}

.quickLinks a:nth-of-type(2),
.quickLinks a:nth-of-type(3),
.quickLinks a:nth-of-type(4),
.quickLinks a:nth-of-type(5) {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.quickLinks a[title="E-Service Request"]:before,
.quickLinks a[title="Meeting Minutes and Agendas"]:before,
.quickLinks a[title="Business Directory"]:before,
.quickLinks a[title="Property Listings"]:before,
.quickLinks a[title="FAQs"]:before,
.quickLinks a[title="Community Events"]:before,
.quickLinks a[title="Tax Calculator"]:before {
    content: normal;
}

.qlContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-border-radius: 0 0.5rem 0.5rem 0;
    -moz-border-radius: 0 0.5rem 0.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: 1;
    background: rgb(29, 46, 69);
    background: rgba(29, 46, 69, 0.9);
}

.qlContainer a,
.qlContainer a:link {
    color: #fff;
    width: auto!important;
    height: auto!important;
    padding: 1.1rem 1rem 1.2rem 4.5rem;
    margin: 0!important;
    text-align: left!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transition-property: color!important;
    -moz-transition-property: color!important;
    -o-transition-property: color!important;
    transition-property: color!important;
    background: none!important
}

.qlContainer a:visited {
    color: #fff;
}

.qlContainer a:hover {
    color: rgb(252, 176, 64);
}

.qlContainer a:active {
    color: rgb(252, 176, 64);
}

.qlContainer a:focus {
    color: rgb(252, 176, 64);
}

.qlContainer a:before {
    content: normal;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.quickLinks .qlContainer a[title="E-Service Request"]:before,
.quickLinks .qlContainer a[title="Meeting Minutes and Agendas"]:before,
.quickLinks .qlContainer a[title="Business Directory"]:before,
.quickLinks .qlContainer a[title="Community Events"]:before,
.quickLinks .qlContainer a[title="Tax Calculator"]:before {
    content: normal;
}


/* Search Section */

.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto!important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}

.frmSearch {
    position: absolute;
    top: 20rem;
    left: 50%;
    -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: 1;
}

.activePopupAlert .frmSearch {
    top: 21rem;
}

.frmSearch input[type="search"] {
    width: 100%;
    font: italic 700 1.125rem 'Nunito Sans', sans-serif;
    color: #046937;
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(244, 242, 241);
    background: rgba(244, 242, 241, 0.75);
}

.frmSearch 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"] {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch button[type="submit"] i {
    color: #046937;
    -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: rgb(1, 138, 182);
}

.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;
}

.pollQuestionCont i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.btnPollQuestionVote {
    min-width: 190px;
    font: normal 700 1.125rem 'Nunito Sans', sans-serif;
    color: #fff;
    display: block;
    padding: 0.95rem 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: #39b54a;
}

.btnPollQuestionVote:hover,
.btnPollQuestionVote:focus {
    background: #046937;
}


/** 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,
.desktopNav ul.subSubMainMenu,
.desktopNav ul.mainMenu>li:first-child,
ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    position: inherit;
    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 'Nunito Sans', sans-serif;
    color: #000;
    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: transparent;
    float: right;
}

.menuIcon:hover {
    color: #000;
}

.menuIcon:focus {
    color: #000;
}

.menuIcon:after {
    content: "\f0c9";
    color: #000;
    margin-left: 8px;
}

.arrow-menu {
    position: relative;
}

.arrow-menu::before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 85px solid rgba(255, 255, 255, 0.9);
    border-left: 93px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left: -93px;
}

nav {
    float: right;
}

.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;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.topNavContainer::before {
    content: " ";
    background: url(../images/menu_icon.png) right center no-repeat;
    height: 100%;
    width: 143px;
    display: block;
    position: absolute;
    right: 0px;
    top: 1.2rem;
}

.topNavContainer:after {
    position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: " ";
	width: 100%;
	height: 5px;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.2));
}

.topNavContainer>.container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.bottomNavContainer {
    background: #058042;
    text-align: center;
}
.bottomNavContainer span, .bottomNavContainer a:after{
    font-size:22px;
}
.bottomNavContainer:hover {
    background: #39b54a;
    text-align: center;
}

.bottomNavContainer .container {
    padding: 0;
}

.desktopNav ul.subMainMenu li a {
    display: none;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1.875rem!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 {
    color: #fff !important;
}

.bottomNavContainer a:active {
    color: #fff !important;
}

.bottomNavContainer a:focus {
    color: #fff !important;
}

.bottomNavContainer a:after {
    content: "\f067"!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: #FFF!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
    font-weight: 400;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: normal 700 1.25rem 'Nunito Sans', sans-serif;
    color: #000;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 1.8rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

ul.mainMenu a:visited {
    color: #000;
}

ul.mainMenu a:hover,
ul.mainMenu a:active,
ul.mainMenu a:focus {
    color: #39b54a;
}

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}

nav i:empty {
    display: none;
}

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu>li {
    float: left;
    height: 4rem;
    display: table;
    margin-right: 3.75rem;
    /* width: 21rem; */
}

@-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 {
    color: #39b54a;
}

.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 li {
    border-bottom: 1px solid #e0e0e0;
}

.desktopNav ul.subMainMenu li a i {
    display: none;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;
    font-size: 1.3rem;
    color: #353535 !important;
    border-left: none;
    display: block;
    padding: 0.9rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    text-transform: capitalize;
    font-weight: 400;
}

.desktopNav ul.subMainMenu a:visited {
    color: #000!important;
}

.desktopNav ul.subMainMenu a:hover {
    color: #39b54a!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: rgb(163, 191, 188)!important;
    display: none;
}

.desktopNav ul.subMainMenu>li.selected a {
    color: #39b54a!important;
}

ul.relatedLinks a,
ul.relatedLinks a:link {
    position: relative;
    font-size: 1.3rem!important;
    color: #39b54a!important;
    padding: 1rem 0.5rem 1rem 4rem!important;
    text-align: left!important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(163, 191, 188)!important;
}

ul.relatedLinks a:visited {
    color: #39b54a !important;
}

ul.relatedLinks a:hover {
    color: #fff !important;
    background: #046937!important;
}

ul.relatedLinks a:active {
    color: #fff !important;
    background: #046937!important;
}

ul.relatedLinks a:focus {
    color: #fff !important;
    background: #046937!important;
}

ul.relatedLinks a:after {
    content: normal!important;
    position: static!important;
    left: auto!important;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}

ul.relatedLinks a>span {
    font: normal 0.8rem aleoitalic, Aria, sans-serif;
    display: block;
    text-transform: none;
}

ul.relatedLinks i {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

ul.relatedLinks>li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}

ul.relatedLinks>li:nth-child(even) {
    margin-right: 0;
}


/****************************************************************
Main Content - Inside Pages
****************************************************************/

.mainContainer {
    position: relative;
    padding: 0 0 2rem;
    background: #fff;
}

.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: #e6e6e6;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 0 1.5rem;
}


/** Aside Menu - Inside Pages **/

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    left: 0;
    margin-left:1em;
    font-size: 1rem;
    color: #39b54a;
    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: #fff!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 {
    padding: 1rem 0;
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 800 1.125rem 'Nunito Sans', sans-serif;
    color: #000;
    display: block;
    padding: 0.8rem 2.5rem 0.8rem 4rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #e6e6e6;
}

ul.sideMenu a:visited {
    color: #000;
}

ul.sideMenu a:hover {
    color: #046937;
}

ul.sideMenu a:active {
    color: #046937;
}

ul.sideMenu a:focus {
    color: #046937;
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    color: #000;
    background: transparent;
}

ul.sideMenu>li.selected .moreOption {
    color: #39b54a;
}

ul.sideMenu>li:hover>a {
    color: #046937;
    background: transparent;
}

ul.sideMenu>li:hover .moreOption {
    color: #39b54a!important;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 600 0.9rem 'Nunito Sans', sans-serif!important;
    color: #000!important;
    margin-left:2.5em;
    display: block;
}

ul.subSideMenu a:visited {
    color: #000;
}

ul.subSideMenu a:hover {
    color: #046937!important;
    font-weight:900 !important;
}

ul.subSideMenu a:active {
    color: #046937!important;
    font-weight:900 !important;
}

ul.subSideMenu a:focus {
    color: #046937!important;
}

ul.subSideMenu>li.selected a {
    color: #046937!important;
    font-weight:900 !important;
}

.subSideMenu li a {
    color: #046937!important;
    padding-left: 3.75rem !important;
}

.headerContent {
    padding: 1.5rem 0.8rem 1.5rem 0rem;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 700 0.875rem 'Nunito Sans', sans-serif;
    color: #000;
    display: block;
    text-transform: uppercase;
}

ol.breadCrumb a:visited {
    color: #000;
}

ol.breadCrumb a:hover {
    color: #39b54a;
}

ol.breadCrumb a:active {
    color: #39b54a;
}

ol.breadCrumb a:active {
    color: #39b54a;
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #046937;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ol.breadCrumb {
    float: left;
}

ol.breadCrumb>li {
    float: left;
}

ol.breadCrumb>li:last-child a {
    color: #39b54a;
}

ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
}

.btnPrint:hover:before {
    color: #046937;
}

.btnPrint:before {
    content: "\f02f";
    font-weight: 700;
}

ul.textResizer {
    float: right;
    margin-top: 0.4rem;
}

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 0.8em/0 'Nunito Sans', sans-serif;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: #000;
}

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: #39b54a;
}

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: #39b54a;
}

#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: #046937;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    font-size: 1.563rem;
}

.footerBottom .french h2 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom p img+img {
    margin-right: 0;
}

.footerBottom a,
.footerBottom a:link {
    font-weight: normal;
    color: #000;
}

.footerBottom a:visited {
    color: #000;
}

.footerBottom a:hover,
.footerBottom a:active,
.footerBottom a:focus {
    color: #39b54a;
}

.btnRegister {
    font: normal 700 1rem 'Nunito Sans', 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 {
    border-color: #046937;
    background: #046937;
    ;
}

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    color: #000;
    display: block;
    padding: 0.2rem 0.5rem;
}

ul.footerNav a:visited {
    color: #000;
}

ul.footerNav a:hover,
ul.footerNav a:active,
ul.footerNav a:focus {
    color: #39b54a;
}

ul.footerNav a:before {
    content: "\f105";
    position: relative;
    left: 0;
    color: #39b54a;
    padding-right: 8px;
}

.footerBottom cite,
.footerBottom small {
    font: normal 600 0.750rem 'Nunito Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.footerBottom cite a,
.footerBottom cite a:link {
    color: #fff;
    width: 71px;
    height: 22px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;
}

.footerBottom cite a:visited {
    color: #fff;
}

.footerBottom cite a:hover {
    color: rgb(35, 183, 169);
}

.footerBottom cite a:active {
    color: rgb(35, 183, 169);
}

.footerBottom cite a:focus {
    color: rgb(35, 183, 169);
}

.socialMedia a,
.socialMedia a:link {
    color: #fff;
    display: inline-block;
    margin: 0 0.5rem;
}

.socialMedia a:visited {
    color: #fff;
}

.socialMedia a:hover {
    color: rgb(35, 183, 169);
}

.socialMedia a:active {
    color: rgb(35, 183, 169);
}

.socialMedia a:focus {
    color: rgb(35, 183, 169);
}

.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";
}

.socialMedia a.print::before {
    content: "\f02f";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.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: #39b54a;
}

a.inEffectLink:visited {
    color: #fff;
}

a.inEffectLink:hover {
    background: #046937;
}

a.inEffectLink:active {
    background: #046937;
}

a.inEffectLink:focus {
    background: #046937;
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: #39b54a;
}

a.roadBanInEffect:hover {
    background: #046937;
}

a.roadBanInEffect:active {
    background: #046937;
}

a.roadBanInEffect:focus {
    background: #046937;
}

.pageTitle {
    font-size: 2.813rem;
    color: #046937;
    line-height: 3rem;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/****************************************************************
Weather
****************************************************************/

#modalHeaderWeather {
    padding: 0;
}

#modalHeaderWeather .modal-header,
#modalHeaderWeather .modal-footer {
    display: none;
}

.headerWeather:before {
    content: normal;
}

ul.col2W,
ul.col2W>li,
ul.bwTabs,
ul.bwTabs>li,
ul.weatherListsHeader,
ul.weatherListsHeader>li,
ul.innerColWeatherLists,
ul.innerColWeatherLists>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}

#modalHeaderWeather .modal-body {
    padding: 0;
}

#modalHeaderWeather .modal-body .close {
    padding: 0.1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: none;
}

.btnHeaderYahooWeather {
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 0.1rem;
    margin: 0;
    background: none;
}

.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
}

.btnHeaderYahooWeather:hover {
    color: #000;
}

#modalHeaderWeather .headerWeather {
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /*background: rgb(176,211,209);*/
}

.headerWeatherCont {
    background: #7ec34a;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d3d1+0,7aabaa+100 */
    background: #7ec34a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7ec34a 0%, #317750 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7ec34a 0%, #317750 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7ec34a 0%, #317750 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7ec34a', endColorstr='#317750', GradientType=0);
    /* IE6-9 */
}

#modalHeaderWeather .headerWeather.wi-tornado {
    background: url(../images/weather-images/wi-tornado.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-thunderstorm {
    background: url(../images/weather-images/wi-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hurricane {
    background: url(../images/weather-images/wi-hurricane.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-thunderstorm {
    background: url(../images/weather-images/wi-day-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-rain-mix {
    background: url(../images/weather-images/wi-rain-mix.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sleet {
    background: url(../images/weather-images/wi-sleet.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-dust {
    background: url(../images/weather-images/wi-dust.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-fog {
    background: url(../images/weather-images/wi-fog.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-haze {
    background: url(../images/weather-images/wi-day-haze.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-smoke {
    background: url(../images/weather-images/wi-smoke.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-windy {
    background: url(../images/weather-images/wi-windy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snowflake-cold {
    background: url(../images/weather-images/wi-snowflake-cold.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-cloudy {
    background: url(../images/weather-images/wi-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-cloudy {
    background: url(../images/weather-images/wi-night-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy {
    background: url(../images/weather-images/wi-day-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-partly-cloudy {
    background: url(../images/weather-images/wi-night-partly-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy-high {
    background: url(../images/weather-images/wi-day-cloudy-high.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-clear {
    background: url(../images/weather-images/wi-night-clear.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-sunny {
    background: url(../images/weather-images/wi-day-sunny.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-stars {
    background: url(../images/weather-images/wi-stars.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hot {
    background: url(../images/weather-images/wi-hot.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sprinkle {
    background: url(../images/weather-images/wi-sprinkle.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snow {
    background: url(../images/weather-images/wi-snow.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-storm-showers {
    background: url(../images/weather-images/wi-storm-showers.png) center bottom no-repeat;
}

.weatherText {
    font: 700 1.3em 'Open Sans';
    margin-bottom: 0;
}

.weatherText>i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.weatherCity {
    margin-bottom: 0.3rem;
}

.weatherTemp {
    font: 700 4em 'Open Sans';
    margin-bottom: 0;
}

ul.bwTabs>li {
    float: left;
    width: 33.33%;
}

.bodyContainer {
    height: 260px;
    padding: 1.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.weatherList {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

ul.innerColWeatherLists>li,
ul.weatherListsHeader>li {
    float: left;
    width: 33.33%;
}

ul.innerColWeatherLists>li:nth-child(2),
ul.weatherListsHeader>li:nth-child(2) {
    text-align: center;
}

ul.innerColWeatherLists>li:last-child,
ul.weatherListsHeader>li:last-child {
    text-align: right;
}

ul.weatherListsHeader {
    padding: 0 1.4rem 0.5rem 1.5rem;
    -webkit-transition: box-shadow 300ms ease 0s;
    -moz-transition: box-shadow 300ms ease 0s;
    -o-transition: box-shadow 300ms ease 0s;
    transition: box-shadow 300ms ease 0s;
}

.tab-pane:hover ul.weatherListsHeader {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.bwTabs {
    display: block;
    padding: 1.5rem 1rem;
    border: none;
}

ul.bwTabs a,
ul.bwTabs a:link {
    font-size: 0.9rem;
    color: #317750;
    display: inline-block;
    padding: 0 0.5rem 1rem;
}

ul.bwTabs a:visited {
    color: #317750;
}

ul.bwTabs a:hover {
    color: #317750;
}

ul.bwTabs a:active {
    color: #317750;
}

ul.bwTabs a:focus {
    color: #317750;
}

ul.bwTabs a.active {
    color: #317750;
    border-bottom: 1px solid #317750;
}

ul.bwTabs a i {
    display: inline-block;
    margin-right: 0.3rem;
}

ul.bwTabs>li {
    width: 50%;
    text-align: center;
}

#forecast .bodyContainer {
    padding-top: 0;
}

.wlDay,
.wlIcon,
.wlHigh,
.wlLow,
.col2WDesc {
    color: #317750;
}

.wlHead,
.wlText,
.col2WTitle {
    font-size: 0.8rem;
    color: #595959;
    display: block;
}

.wlHead {
    font-size: 0.7rem;
    text-transform: uppercase;
}

ul.col2W>li {
    float: left;
    width: 50%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

.col2WDesc i {
    display: inline-block;
    margin-right: 0.5rem;
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

table .council-table {
    font-size: 1em;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

table.tblAgendaMinutes td,
table.tblAgendaMinutes th {
    padding: 1em;
}

table.tblAgendaMinutes td span {
    display: none;
}

table.tblAgendaMinutes tbody td:nth-child(3),
table.tblAgendaMinutes tbody td:nth-child(4),
table.tblAgendaMinutes tbody td:nth-child(5) {
    padding-left: 2em;
}

table.tblAgendaMinutes thead tr {
    background: rgb(35, 156, 123);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

table.tblAgendaMinutes tbody {
    background: rgb(242, 242, 235);
}

table.tblAgendaMinutes tbody td {
    color: rgb(0, 35, 65);
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100% !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tblAgendaMinutes tbody td:nth-child(3),
    table.tblAgendaMinutes tbody td:nth-child(4),
    table.tblAgendaMinutes tbody td:nth-child(5) {
        padding-left: 1em;
    }
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
    table.tblAgendaMinutes thead {
        display: none;
    }
    table.tblAgendaMinutes thead tr {
        position: relative;
        top: auto;
        left: auto;
    }
    tr {
        border: none;
        border-bottom: 1px solid #39b54a;
    }
    .council-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }
    .council-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}


/*-------------responsive tables generic---------------------*/

.responsive-table {
    text-transform: none;
}

tr:nth-of-type(2n) {
    background: none !important;
}


/* table */

.responsive-table table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}

.responsive-table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

.responsive-table table tr {
    color: #222;
}

.responsive-table table tr {
    background: #efefef;
}

.responsive-table table tr:nth-child(even) {
    background: #efefef;
}

.responsive-table table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 1em;
}

.responsive-table table td {
    padding: 0.6em;
    font-size: 1.1em;
}

.responsive-table table td {
    text-align: left;
}


/*Highlights*/

.highlightContainer {
    text-align: center;
}

.highlightContainer h2 {
    text-align: center;
}

.highlightContainer h2:before {
    content: "\f5a0";
    font-weight: 400;
    display: block;
}

.hightlightsInnerCont a,
.hightlightsInnerCont a:link {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 0.5px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.hightlightsInnerCont a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0.5px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1;
}

.hightlightsInnerCont a:after {
    content: "\f57c";
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    z-index: 2;
}

.hightlightsInnerCont a:hover:before {
    background: rgba(0, 0, 0, 0);
}

.hightlightsInnerCont img {
    display: inline-block;
}

.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 2;
}

.hightlightsInnerCont a:hover .highlightCaption {
    background: rgba(227, 83, 13, 0.8);
}

.highlightCaption h3,
.highlightCaption p {
    color: #fff;
}

.highlightCaption h3 {
    font-size: 1.5rem;
}

.highlightCaption p {
    font-size: 0.85rem;
}

.mobile-search {
    display: none!important;
}

.adContainer.mobile,
.footer_social {
    display: none;
}

.footer_social {
    margin: 1.2rem 0 0 0 !important;
}

.footer_social li {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.footer_social li a,
.footer_social li a:visited {
    color: #39b54a !important;
}

.footer_social li a:hover {
    color: #046937 !important;
}

.bottomdiv {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}


/******* MEDIA QUERY *******jj**/

@media only screen and (min-width:1700px) and (max-width:1880px) {
    .frmSearch_headerInfo_last {
        margin-left: 7rem !important;
    }
    .desktopNav ul.mainMenu>li {
    margin-right: 3rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
    padding: 1.8rem 1.8rem 1.8rem 1.1rem;
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .frmSearch_headerInfo_last {
        margin-left: 5rem !important;
    }
    .desktopNav ul.mainMenu>li {
    margin-right: 2rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
    padding: 1.8rem .9rem 1.8rem .9rem;
    }
}

@media only screen and (min-width:1500px) and (max-width:1600px) {
    .frmSearch_headerInfo_last {
        margin-left: 2rem !important;
    }
    .headerTop ul li {
        margin-right: 1.2rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        padding: 1.8rem 1.2rem;
    }
    .fb1.row>div {
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }
        .desktopNav ul.mainMenu>li {
    margin-right: 1.5rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
    padding: 1.8rem .7rem 1.8rem .7rem;
    }
}

@media only screen and (min-width:1400px) and (max-width:1500px) {
    .desktopNav ul.mainMenu>li {
    margin-right: 1.2rem;
    }
    ul.mainMenu a,

    ul.mainMenu a:link {
    padding: 1.8rem .5rem 1.8rem .5rem;
    }
    /*.desktopNav ul.mainMenu>li {
        margin-right: 3rem;
    }*/
    .frmSearch_headerInfo_last {
        margin-left: 1.5rem !important;
    }
    .headerTop ul li {
        margin-right: 1rem;
    }
    /*ul.mainMenu a,
    ul.mainMenu a:link {
        padding: 1.8rem 1.2rem;
    }*/
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 137px;
        width: 420px;
        padding: 2.4rem 1px 2.4rem 1.2rem;
    }
    h1.siteLogo img,
    h1.siteLogoFR img {
        width: 80%;
    }
    .frmSearch_headerInfo_last {
        padding-right: 1rem !important;
    }
    .fb1.row>div {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media only screen and (max-width:1400px) {
	.socialMedia a, .socialMedia a:link{
		font-size:1rem;
	}
	/*.socialMedia.desksocial a{
		width: 45px;
		height: 45px;
		padding: 0.5rem 0.5rem;
	}*/
}
@media only screen and (min-width:1300px) and (max-width:1400px) {
      .desktopNav ul.mainMenu>li {
    margin-right: 1rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
    padding: 1.5rem .5rem 1.5rem .5rem;
    }
    /*.desktopNav ul.mainMenu>li {
        margin-right: 2.5rem;
    }*/
    .frmSearch_headerInfo #search-txt {
        width: 140px;
        font-size: 0.8rem;
    }
    .frmSearch_headerInfo_last {
        margin-left: 1.5rem !important;
    }
    .headerTop ul li {
        margin-right: 0.6rem;
    }
    /*ul.mainMenu a,
    ul.mainMenu a:link {
        padding: 1.5rem 1.2rem;
    }*/


    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 128px;
        width: 390px;
        padding: 2rem 1px 2rem 1.2rem;
    }
    h1.siteLogo img,
    h1.siteLogoFR img {
        width: 80%;
    }
    .frmSearch_headerInfo_last {
        padding-right: 0.5rem !important;
    }
    .fb1.row>div {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width:1190px) and (max-width:1300px) {
       .desktopNav ul.mainMenu>li {
    margin-right: .9rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
    font-size:16px;
    padding: 1rem .4rem 1rem .4rem;
    }
    .frmSearch_headerInfo_last .btn-search {
        padding: 0.5rem 0.2rem;
    }
    .frmSearch_headerInfo #search-txt {
        width: 125px;
        font-size: 0.7rem;
    }
    .frmSearch_headerInfo_last {
        margin-left: 1.8rem !important;
    }
    .headerTop ul li {
        margin-right: 0.6rem;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 118px;
        width: 358px;
        padding: 2rem 1px 2rem 1.2rem;
    }
    h1.siteLogo img,
    h1.siteLogoFR img {
        width: 70%;
    }
    .frmSearch_headerInfo_last {
        padding-right: 0.5rem !important;
    }
    .headerTop ul li span {
        font-size: 0.8rem;
    }
    .frmSearch_headerInfo_last .btn-search .fal {
        font-size: 1rem;
    }
    .fb1.row>div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width:1025px) and (max-width:1190px) {
    .fb1.row>div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    ul.footerNav>li {
        display: block;
        width: 100%;
    }
    .app_button li {
        margin-left: 0.8rem;
    }
    .socialMedia.desksocial {
        display: none;
    }
    .footerMiddle h2 {
        font-size: 2rem;
    }
    .footerMiddle h2 span {
        font-size: 1.2rem;
    }
    .footerMiddle .col-xs-12.col-lg-4:first-child {
        padding-right: 0;
    }
    .footerMiddle p,
    .app_download .phoneColsList li {
        font-size: 0.8rem;
    }
    .features-text h2 a {
        font-size: 1rem;
        letter-spacing: 0px;
    }
    .features-text {
        padding: 1px 1rem 1rem 1rem;
    }
    .footerBottom h2 {
        font-size: 1.2rem;
    }
    .features-text p {
        letter-spacing: 0px;
    }
    .features-text .readmore_link {
        font-size: 1rem;
    }
    .quickLinksbottom span {
        font-size: 0.8rem;
    }
    .quickLinksbottom .fa {
        font-size: 3rem;
    }
    .carousel-caption h2 {
        font-size: 2rem !important;
    }
    .carousel-caption h3 {
        font-size: 2.5rem !important;
    }
}

@media only screen and (min-width:991px) and (max-width:1024px) {
    .socialMedia.desksocial {
        display: none;
    }
    .adContainer.desktop {
        display: none;
    }
    .adContainer.mobile {
        display: block;
        margin-top: 15px;
    }
    .headerContent {
        padding-right: 0px;
    }
    .new_breadCrumb .col-sm.new_breadCrumb_two {
        padding-right: 1px;
    }
    .headerContent .toolBox {
        float: right;
    }
    .headerContent .toolBox .breadCrumb {
        display: none;
    }
    .app_download .phoneColsList li {
        font-size: 0.9rem;
    }
    .footerMiddle h2 {
        font-size: 2rem;
    }
    .app_button li a {
        padding: 7px 8px;
    }
    .app_button li {
        margin-left: 1.2rem;
    }
    .features-text {
        padding: 1px 1rem 2rem 1rem;
    }
    .features-text h2 a,
    .features-text .readmore_link {
        font-size: 1rem;
    }
    .fb1.row>div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    ul.footerNav>li {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .app_download .phoneColsList li {
        width: 32%;
    }
    .app_download {
        padding-bottom: 3rem;
        margin: auto;
        width: 80%;
        padding: 10px;
    }
    .bottomdiv {
        position: relative;
    }
    .socialMedia.desksocial {
        display: none;
    }
    .adContainer.desktop {
        display: none;
    }
    .adContainer.mobile {
        display: block;
        margin-top: 15px;
    }
    .headerContent {
        padding-right: 0px;
    }
    .new_breadCrumb .col-sm.new_breadCrumb_two {
        padding-right: 1px;
    }
    .headerContent .toolBox {
        float: right;
    }
    .headerContent .toolBox .breadCrumb {
        display: none;
    }
    .features-text {
        padding: 1px 1rem 2rem 1rem;
    }
    .features-text h2 a,
    .features-text .readmore_link {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:1680px) {
    .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"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.5rem;
    }
    .btnFireRating {
        width: 170px;
        height: 170px;
    }
    .btnFireRating:before {
        width: 200px;
        height: 200px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1450px) {
    .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;
    }
}

@media only screen and (max-width:1330px) {
    .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: 500px;
        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;
    }
}

@media only screen and (max-width:1300px) {
    .highlightOuterCont {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .hightlightsInnerCont {
        width: 1300px;
    }
    .highlightCaption h3 {
        font-size: 1.2rem;
    }
    .highlightCaption p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width:1190px) {
    .contact_info{
    top:0;
}
    .footer_social {
        display: block;
    }
    .socialMedia.desksocial {
        display: none;
    }
    .headerBottom {
        background-color: #FFF;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 122px;
        width: 450px;
        padding: 1.8rem 1px 1.8rem 2rem;
    }
    h1.siteLogo img {
        width: 88%;
    }
    .headerTop ul li {
        padding: 13px 0;
    }
    .bigmenu {
        display: block;
        margin: 0;
        opacity: 0;
        font-size: 0.01rem;
    }
    .mobile-search {
        display: inline-block !important;
    }
    .mobile-search a,
    .mobile-search a i {
        color: #FFF !important;
        font-size: 1rem;
    }
    .mobile-search a::before {
        display: none;
    }
    .frmSearch_headerInfo_last {
        display: none !important;
    }
    .fb1.row .col-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .headerTop ul li a span {
        display: none;
    }
    .frmSearch_headerInfo_last {
        margin-left: 5rem !important;
    }
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
        margin-top: 12px;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #000;

        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: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: #fff;
    }
    /*Mobile nav open*/
    header.masterHeader.navOpen {
        position: fixed!important;
    }
    header.masterHeader.navOpen h1.siteLogo,
    header.masterHeader.navOpen button.menuIcon {
        z-index: 22;
    }
    header.masterHeader.navOpen .headerTop {
        z-index: 21;
    }
    header.masterHeader.navOpen nav {
        -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);
        box-shadow: #666 0px 6px 10px -9px inset;
        -webkit-box-shadow: #666 0px 6px 10px -9px inset;
        -moz-box-shadow: #666 0px 6px 10px -9px inset;
    }
    header.masterHeader.navOpen button.menuIcon::after {
        content: "\f00d";
    }
    /*Mobile nav open*/
    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #39b54a;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 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: auto;
        z-index: 20;
        background: #fff;
    }
    ul.mainMenu {
        margin-top: 0.4rem;
    }
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
        /*display: none;*/
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
    }
    ul.mainMenu>li {
        position: relative;
        border-bottom: 1px solid rgb(230, 233, 232);
    }
    ul.mainMenu>li.hasChild>a {
        padding-right: 2.5em;
    }
    ul.mainMenu>li.selected>a {
        color: #3db54a;
    }
    ul.mainMenu>li.selected .moreOptionMainMenu {
        color: #3db54a;
    }
    ul.mainMenu>li:hover>a {
        color: #3db54a;
    }
    ul.mainMenu>li.hasChild:hover .moreOptionMainMenu {
        color: rgb(163, 191, 188);
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #333;
        text-transform: none!important;
        padding-left: 1.5rem!important;
        border-bottom: none!important;
        font-style: italic;
    }
    ul.subMainMenu a:visited {
        color: #333;
    }
    ul.subMainMenu a:hover {
        color: #3db54a;
    }
    ul.subMainMenu a:active {
        color: #3db54a;
    }
    ul.subMainMenu a:hover {
        color: #3db54a;
    }
    ul.subMainMenu>li {
        position: relative;
    }
    ul.subMainMenu>li.hasChild>a {
        padding-right: 2.7rem;
    }
    ul.subMainMenu>li.selected>a {
        color: #fff;
        background: #39b54a!important;
    }
    ul.subMainMenu>li.selected .moreOptionSubMainMenu {
        color: #fff;
    }
    ul.subMainMenu>li:hover>a {
        color: #fff;
        border-bottom-color: #046937;
        background: #046937!important;
    }
    ul.subMainMenu>li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(163, 191, 188);
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        color: #39b54a !important;
        border-bottom: none!important;
        padding-left: 2rem!important;
    }
    ul.subSubMainMenu a:visited {
        color: #333;
    }
    ul.subSubMainMenu>li a:hover {
        color: #3db54a !important;
    }
    ul.subSubMainMenu>li.selected>a {
        color: #3db54a !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;
    }
    .footerTop h2 {
        font-size: 1.2rem;
    }
    .footerTop p {
        font-size: 1rem;
    }
    .footerBottom h2 {
        font-size: 1.6rem;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 1.5rem!important;
    }
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1160px) {
    .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) {
    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:1050px) {
    .headerTop>a>span,
    .headerTop #weather h1 {
        display: none;
    }
    .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
    .headerTop a:before {
        margin-right: 0;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    .footerBottom h2,
    .pageTitle {
        font-size: 1.4rem;
    }
    .carousel-indicators {
        display: none;
    }
    .btnScrollDown {
        display: none !important;
    }
}

@media only screen and (max-width:1023px) {
    .new_breadCrumb .col-sm.new_breadCrumb_first .pageTitle {
        font-size: 1.4rem;
    }
    ul.sideMenu {
        display: none;
    }
    .mainContainer .container {
        padding-left: 0;
        padding-right: 0;
    }
    .mainContainer .container .new_breadCrumb .row {
        padding-left: .8rem;
        padding-right: .8rem;
    }
    .container {
        max-width: 100%;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .mainContainer main.col-sm.inner_pages_all {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1.2rem 'Nunito Sans', sans-serif;
        color: #fff;
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        background: #046937;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav::after {
        content: "\f067";
        color: #FFF;
        margin-left: 1rem;
        right: 22px;
        position: absolute;
        top: 13px;
        font-weight: 400;
    }
    .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: 460px;
        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;
    }
}

@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;
    }
}

@media only screen and (max-width:320px) {
    .app_button li {
        margin-left: 1rem;
    }
    .app_download .phoneColsList li {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .headerTop ul li {
        margin-right: 1.25rem !important;
    }
    .mobile_HeaderWeather {
        display: inline-block !important;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 130px;
        width: 370px;
        padding: 1rem 0 1rem 1rem;
    }
    h1.siteLogo img {
        width: 70%;
        padding-top: 18px;
    }
}

@media only screen and (max-width:767px) {
		ul.footerNav{
		margin:0 auto;
		text-align:center;
	}
    ul.footerNav a,
    ul.footerNav a:link {
        position: relative;
       display:inline-block!important;
       float:left !important;
       width:100% !important;
    }
    ul.footerNav>li {
        display: inline-block;
        width: 100%;
   }

    .bottomdiv {
        position: relative;
    }
    .footerNav {
        margin: 0 auto;
        width: 260px;
    }
    ul.sideMenu>li.selected .subSideMenu a {
        background: #3ab54a;
        color: #FFF !important;
    }
    ul.sideMenu>li.selected .subSideMenu a:hover {
        background: #057f42;
    }
    .headerContent {
        padding-right: 0px;
    }
    .new_breadCrumb .col-sm.new_breadCrumb_two {
        padding-right: 1px;
        padding-left: 1px;
    }
    .headerContent .toolBox {
        float: right;
    }
    .headerContent .toolBox .breadCrumb {
        display: none;
    }
    .new_breadCrumb .col-sm.new_breadCrumb_first .pageTitle {
        font-size: 1.2rem;
    }
    .adContainer.mobile {
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 1.3rem;
    }
    .adContainer.desktop {
        display: none;
    }
    h1.siteLogo img {
        width: 56%;
        padding-top: 26px;
    }
    .mobile_HeaderWeather {
        display: none !important;
    }
    .headerTop ul li {
        margin-right: 10px !important;
    }
    .headerTop ul li {
        margin-right: 1rem;
    }
    .mobile-search {
        margin-right: 0 !important;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.8rem !important;
    }
    .bottomLinks .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .bottomLinks .col-6.text-right {
        padding-left: 0px!important;
    }
    .socialMedia.desksocial {
        display: none;
    }
    .btnScrollup {
        bottom: 6rem;
    }
    .quickLinksbottom .row {
        display: block;
    }
    .footerlogo {
        text-align: center;
    }
    .your_opinion .btnPollQuestionVote {
        margin: 0 auto;
    }
    .fb1.row>div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .your_opinion_footer {
        text-align: center;
    }
    .footerBottom h2 {
        font-size: 1.3rem;
        text-align: center;
        position: relative;
        padding-top: 1.5rem;
    }
    .footerBottom h2::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto;
        width: 250px;
        height: 1px;
        background: #dcdcdc;
        top: -10px;
    }
    .footerBottom .border-right {
        border-right: none!important;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 120px;
        width: 290px;
        padding: 1rem 0 1rem 1rem;
    }
    .features_title h2 {
        font-size: 3rem;
    }
    .features_slide {
        padding: 1px 0 0.5rem 0;
    }
    .frmSearch_headerInfo_last {
        display: none !important;
    }
    .quickLinksbottom .col-sm {
        border-left: none;
        padding-top: 35px;
        margin-top: 35px;
    }
    .quickLinksbottom .col-sm:nth-child(1) {
        padding-top: 0 !important;
        margin-top: 0;
    }
    .quickLinksbottom .col-sm:nth-child(1)::before {
        display: none;
    }
    .quickLinksbottom .col-sm::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto;
        width: 120px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        top: 0px;
    }
    .features-text {
        padding: 1px 1rem 2rem 1rem;
    }
    .app_download {
        margin: auto;
        width: 85%;
        padding: 10px 10px 60px 10px;
    }

    .footerMiddle {
        padding-top: 6rem;
    }
    .footerMiddle::before {
        height: 64px;
    }
    .footerMiddle h2 {
        font-size: 2rem;
    }
    .footerMiddle .col-sm-4:nth-child(2) .text-center.fixed-bottom.position-absolute {
        position: inherit !important;
    }
    .footerMiddle .register_today_footer {
        background-color: #046937;
        padding: 2rem;
    }
    .footerMiddle .col-sm-4:nth-child(3) .btnPollQuestionVote {
        margin: inherit;
    }
    .footerBottom {
        padding-bottom: 2rem;
    }
    .fb1.row .col-sm:nth-child(1) {
        padding-left: 3rem !important;
    }
    .fb1.row .col-sm:nth-child(3) ul.footerNav>li {
        display: inline-block;
        width: 49%;
    }
    .fb1.row .col-sm:nth-child(1),
    .fb1.row .col-sm:nth-child(2),
    .fb1.row .col-sm:nth-child(3) {
        border-right: none;
    }
    .fb1.row .col-sm:nth-child(4) {
        text-align: center;
    }
    .footerBottom::after {
        display: none;
    }
    .btnPollQuestionVote {
        width: inherit;
        max-width: inherit;
        font-size: 0.8rem;
    }
    .quickLinksbottom {
        background-position: center top !important;
    }
    .footerBottom .contact_us {
        text-align: center;
    }
    .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;
    }
    h2.categoryTitle {
        min-height: 450px;
    }
}

@media only screen and (max-width:991px) {
    .footerMiddle .text-center.fixed-bottom.position-absolute {
        position: initial !important;
    }
    .footerMiddle .register_today_footer {
        background-color: #046937;
        padding: 2rem;
    }
    .footerMiddle h2 {
        font-size: 2rem;
    }
    .headerTop ul li {
        margin-right: 2rem;
    }
    .footerMiddle h2 {
        font-size: 2rem;
    }
    .app_button li {
        margin-left: 1.2rem;
    }
    .app_button li a {
        padding: 7px 8px;
    }
}

@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) {
    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {

    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 1rem!important;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem!important;
    }
    .Extreme,
    .High,
    .Moderate,
    .Low {
        padding: 2rem 0;
    }
    .municipalServices .col-5,
    .municipalServices .col-7 {
        flex-basis: auto;
        max-width: 100%;
    }
    .municipalServices .col-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .roadBanCont {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        display: block;
        margin: auto;
        padding: 4rem 0;
    }
    h3.pageTitle,
    .footerBottom h2 {
        font-size: 1.1rem;
    }
    .btnRegister {
        font-size: 0.8rem;
    }
    .articlePost {
        font-size: 0.95rem;
    }
    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:630px) {
    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    /*Mobile nav open*/
    header.masterHeader nav {
        min-width: 100%;
    }
    /*Mobile nav open end*/
    .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 {
        font-size: 1rem;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
}

@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;
    }
}

@media only screen and (max-width:500px) {
    .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: 1rem!important;
    }
}

@media only screen and (max-width:480px) {
    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 (min-width:360px) and (max-width:490px) {
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 120px;
        width: 250px;
        padding: 1rem 0 1rem 1rem;
    }
}

@media only screen and (max-width:450px){
        .app_download {
        margin: auto;
        width: 100%;
        padding: 10px 10px 50px 10px;
    }
        .app_download .phoneColsList li {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width:360px) {
    h1.siteLogo,
    h1.siteLogoFR {
        background-size: cover;
        height: 120px;
        width: 250px;
        padding: 1rem 0 1rem 1rem;

    }
    .headerBottom {
        padding-left: 0;
    }
    h1.siteLogo img {
        width: 52%;
    }
    .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:350px) {
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.7rem !important;
    }
}

@media only screen and (max-width:344px){
    .app_button img {
    margin:0 !important;
    float:left;
    }
        .app_button li{
    position:relative!important;
    margin:0 !important;
    }
}