﻿0/******* GENERAL THEME OF THE SITE *******/

@import url('https://fonts.googleapis.com/css2?family=Martel:wght@700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

body {
    min-width: 320px;
    font: normal 400 16px/1.5 "Open Sans", Arial, sans-serif !important;
    color: #4c4d49;
    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 "Open Sans", Arial, sans-serif;
    color: #4c4d49;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 400px;
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.125rem;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

h2.categoryTitle span {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

h2.categoryTitle::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: block;
    padding: 0;
    background: rgb(51,51,51);
    background: -moz-linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(0deg, rgba(51,51,51,.0) 0%, rgba(51,51,51,1) 100%);
}

h2.categoryTitle .subCatTitle {
    font: italic 400 2rem "Open Sans", Arial, sans-serif;
    display: block;
}

h3.pageTitle {
    font: normal 700 2rem "Open Sans", Arial, sans-serif;
    color: #333333;
    display: block;
    margin-bottom: 1.5rem;
}


/* styling for content area tables */

table th {
    background: #7f9c39;
    color: #fff;
}


/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 600;
    color: #7f9c39;
    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: #7f9c39;
}

a:hover,
ul.directory-list button:hover,
a:active,
ul.directory-list button:active,
a:focus,
ul.directory-list button:focus {
    color: #f6b64a;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption>span,
.scrollup>span,
.qlClose,
.qlOpen {
    display: none;
}

.footerBottom .Faddress a::before,
.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.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before,
.socialMedia a.email::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

ul.footer-contact,
ul.footer-contact > li,
ul.hightlightLists,
ul.hightlightLists>li,
ul.phoneColsList,
ul.phoneColsList>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;
}


/** Set the .container's width here based on the design **/

.container {
    max-width: 1520px;
}

.municipalServices .container {
    max-width: 100%;
}

.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}

.skipToContent h2 {
    font-size: 1rem;
    color: #018ab6;
    margin-bottom: 0.5em;
}

ol.skipLinks,
ol.skipLinks>li {
    font-size: 0.9rem;
    color: #fff;
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5rem;
}

.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: #fff;
}

.skipToContent a:visited {
    color: #fff;
}

.skipToContent a:hover,
.skipToContent a:active,
.skipToContent a:focus {
    color: #fff;
    outline: 1px solid #018ab6;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 2;
    background: #f6b64a;
    padding: 0.9rem 1.25rem;
    font-size: 1.1rem;
}

.btnScrollup:visited {
    color: #fff;
}

.btnScrollup:hover,
.btnScrollup:active,
.btnScrollup:focus {
    background: #7f9c39;
}

header.masterHeader {
    position: relative;
    z-index: 10;
}

.headerTop {
    padding: 1rem 2rem;
    background: #165751;
}

.headerBottom {
    position: absolute;
    width: 100%;
}

.headerTop a,
.headerTop a:link {
    font: normal 700 0.938rem "Open Sans", Arial, sans-serif;
    color: #fff;
    display: inline-block;
    margin-right: 1.5rem;
}

.headerTop a:visited {
    color: #fff;
}

.headerTop a:hover,
.headerTop a:focus,
.headerTop a:active {
    color: #fcb040;
}

.headerTop a:before {
    font-weight: 400;
    margin-left: 0;
    margin-right: 0.5rem;
}

/*.headerTop a.hMap:before {
    content: "\f3c5";
}

.headerTop a.hPhone:before {
    content: "\f095";
}

.headerTop a.hFax:before {
    content: "\f1ac";
}

.headerTop a.hEmail:before {
    content: "\f0e0";
}

.headerTop a.hTime:before {
    content: "\f017";
}*/

.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: -1s;
    animation-delay: -1s;
}

.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);
        transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/*loading - end*/

.langCont {
    float: right;
}

.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}

.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}

.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: #fff;
}

.headerTop a.langTranslateBTN.selected-lan {
    color: #fcb040;
}

h1.siteLogo,
h1.siteLogoFR {
	position: absolute;
	left: 10rem;
	top: 1rem;
    display: inline-block;
    margin: 0 !important;
}

h1.siteLogo img {
    width: 250px;
    height: 59px;
    position: relative;
    z-index: 2;
    top: 10px;
}


.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

ul.QuickLinkList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quickLinks .QuickLinkListLink {
    list-style: none;
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 19%;
    padding-top: 6px;
}

.QuickLinkListLink:first-child a i,
.QuickLinkListLink:nth-child(4) a i {
    color: #0070bb;
}

.QuickLinkListLink:nth-child(2) a i,
.QuickLinkListLink:nth-child(5) a i {
    color: #32a65c;
}

.QuickLinkListLink:nth-child(3) a i {
    color: #fbad42;
}

.quickLinks {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    display: block;
    bottom: -2rem;
    text-align: center;
    padding: 0;
}

.QuickLinksListText {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 66%;
    margin-left: 0.5rem;
}

.QuickLinkListLink a h5 {
    line-height: 18px;
    position: relative;
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #4c4d49;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    z-index: 2;
    letter-spacing: 0.5px;
    border-left: 2px solid #e6e6e6;
    padding-left: 2.3rem;
    text-shadow: none;
}

.QuickLinkListLink:first-child a h5 {
    border-left: none;
    padding-left: 0;
}

.QuickLinkListLink a:visited h5 {
    color: #4c4d49;
}

.QuickLinkListLink:first-child a:hover h5,
.QuickLinkListLink:nth-child(4) a:hover h5 {
    color: #0070bb;
}

.QuickLinkListLink:nth-child(2) a:hover h5,
.QuickLinkListLink:nth-child(5) a:hover h5 {
    color: #32a65c;
}

.QuickLinkListLink:nth-child(3) a:hover h5 {
    color: #fbad42;
}

@-webkit-keyframes hvr-wobble-bottom {
    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes hvr-wobble-bottom {
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.quickLinks a i {
    position: relative;
    top: -2px;
    left: 0;
    margin: 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    font-size: 2.188rem;
}

.quickLinks a:hover i,
.quickLinks a:focus i,
.quickLinks a:active i {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.quickLinks .qlContainermid,
.qlContainerrightall {
    background: url("../images/03.png") repeat-x center center;
    vertical-align: middle;
    height: 134px;
    position: relative;
    line-height: 134px;
    text-align: center;
}

.btnHeaderYahooWeatherinner {
    padding: 0rem 0.2rem;
    min-height: 134px;
    line-height: 116px;
    min-width: 180px;
    text-align: center;
}

#quickLinks .qlContainer-in table td {
    padding: 0 !important;
    border: none !important;
}


/* Search Section */

#submitSearchModal a img {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin-bottom: 2rem;
}

#submitSearchModal .modal-body {
    padding: 0 0;
    overflow-y: hidden;
}

#submitSearchModal .modal-header {
    background: none;
}

#submitSearchModal .modal-header .close {
    color: #4c4d49;
    font-size: 1.3rem;
    opacity: 1;
}

.modalsubmit {
    display: none;
}

.frmSearch.modal {
    width: 340px;
    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;
    bottom: 0;
    height: auto;
    margin: 0 auto;
    border-radius: 0.35rem;
}

.frmSearch.modal input[type="search"] {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    padding: 0.9rem 1.5rem;
    color: #4c4d49;
    background: #efefef;
    background-color: rgb(239, 239, 239);
    background-color: rgb(239, 239, 239);
    border-radius: 0;
    display: block;
    letter-spacing: 0.5px;
    background-color: #e6e6e6;
    outline: none !important;
}

#submitSearchModal button[type="submit"] {
    margin-top: 2rem;
    border: none;
    cursor: pointer;
    width: 100% !important;
    background: #008b3f;
    position: relative;
    right: auto;
    top: auto;
    bottom: 0;
    transform: none;
    padding: 0.6rem;
    border-radius: 0 0 0.3rem 0.3rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

#submitSearchModal .frmSearch.modal i {
    font-weight: 400;
    color: #4c4d49;
    font-size: 1rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    position: absolute;
    right: 1rem;
    top: 0.95rem;
}

.frmSearch {
    position: absolute;
    left: auto;
    transform: none;
    min-width: 355px;
    display: block;
    margin: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.frmSearch input[type="search"] {
    width: 100%;
    font: italic 400 1.125rem "Open Sans", Arial, sans-serif;
    color: #4c4d49;
    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: none;
    outline: none;
}

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: #0070bb;
    -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: #fbad42;
}

.footerTop {
    height: auto;
    background: url(../images/highlight-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 4rem 0 3rem 0;
    position: relative;
}



.footerTop .container {
    min-height: inherit;
}

.pollQuestionCont {
    max-width: 500px;
    min-height: inherit;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
}

.pollQuestionCont i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.btnPollQuestionVote {
    max-width: 200px;
    font: normal 700 1.2rem "Open Sans", Arial, sans-serif;
    color: #fff;
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #018ab6;
}

.btnPollQuestionVote:hover,
.btnPollQuestionVote:focus {
    background: #fcb040;
}


/** Model Search **/

#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/
.headerTop,
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf {
    display: none;
}

    .desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf.open {
        display: block;
    }


.menuIcon {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:1.5rem;
    font-weight:600;
    font-style:normal;    
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;    
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: none;
    letter-spacing:2px;
}
    .menuIcon:hover {
        color: #f6b64a;
    }
    .menuIcon:focus {
        color: #f6b64a;
    }
.menuIcon:after {
    content: "\f0c9";
    padding-left:0.5rem;
}

nav {
    /*float: right;*/
}

.desktopNav > ul.mainMenu {
	width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    display: inline-flex;
	padding-right: 10rem;
	padding-left: 20rem;
	justify-content: flex-end;
}

.navContainer {
    position: absolute;
    /*top: 100%;*/
    top:0;
    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;
    z-index:-1;
}

.topNavContainer {
    height: auto;
    background: rgba(51,51,51,0.9);
}
.topNavContainer > .container {
    padding-top: 10rem;
    padding-bottom: 1rem;
}
    .topNavContainer > .container .col-sm {
        max-width:100%;
        flex-basis:auto;
    }	
        .topNavContainer > .container .col-sm:last-child .relatedLinks {
            display:flex;
            padding:1rem 0;
        }
        .topNavContainer > .container .col-sm:last-child .relatedLinks .col-sm{
            max-width:33.33%;
            flex-basis:0;
            flex-grow:1;
        }
            .topNavContainer > .container .col-sm:last-child .relatedLinks a,
            .topNavContainer > .container .col-sm:last-child .relatedLinks a:link {
                position: relative;
                font-family: 'Open Sans', Arial, sans-serif;
                font-size: 1.25rem;
                font-weight: 600;
                font-style: normal;
                padding: 1.5rem 0;
                text-transform: capitalize;
                letter-spacing: 1px;
                color: #ffffff;
                -webkit-transition: all 400ms ease;
                -moz-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 350ms ease;
            }
                .topNavContainer > .container .col-sm:last-child .relatedLinks a:visited {
                    color: #ffffff;
                }
                .topNavContainer > .container .col-sm:last-child .relatedLinks a:hover {
                    color: #092d49;
                }
                .topNavContainer > .container .col-sm:last-child .relatedLinks a:after {
                    content:"";
                    border:none;
                    width:0;
                }
                .topNavContainer > .container .col-sm:last-child .relatedLinks a i {
                    position: absolute;
                    top: 50%;
                    left: 14%;
                    display: inline-block;
                    margin-right: 0;
                    transform: translateY(-50%);
                    font-size: 2.5rem;
                }
            .topNavContainer > .container .col-sm:last-child .relatedLinks .col-sm:first-child a {
                background: #419cd9;
            }
            .topNavContainer > .container .col-sm:last-child .relatedLinks .col-sm:nth-child(2) a {
                background: #6db83e;
            }
            .topNavContainer > .container .col-sm:last-child .relatedLinks .col-sm:last-child a {
                background: #f6b64a;
            }
            
            .bottomNavContainer {
                background: rgba(22,87,81,0.9);
            }
.bottomNavContainer .container {
    padding: 0;
}
.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1rem!important;
    color: rgb(255,255,255)!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: rgb(255,255,255)!important;
}
.bottomNavContainer a:hover {
    color: rgb(163,191,188) !important;
}
.bottomNavContainer a:active {
    color: rgb(163,191,188) !important;
}
.bottomNavContainer a:focus {
    color: rgb(163,191,188) !important;
}
.bottomNavContainer a:after {
    content: "\f054"!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: rgb(227,83,13)!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    color: rgb(255,255,255);
    display: block;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 3rem 3rem;
    letter-spacing: 2px;
    /*border-left: 1px solid rgb(230,233,232);*/
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
ul.mainMenu a:visited {
    color: rgb(255,255,255);
}
    ul.mainMenu a:hover {
        color: #f6b64a;
        /*background: rgb(15,61,57);*/
    }
    ul.mainMenu a:active {
        color: #f6b64a;
        /*background: rgb(15,61,57);*/
    }
    ul.mainMenu a:focus {
        color: #f6b64a;
        /*background: rgb(15,61,57);*/
    }

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: 10rem;*/
    /*display: table;*/
}

.desktopNav ul.mainMenu > li > a:after {
    /*content: "\f078";*/
    content:"";
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(220,230,229);
    display: block;
    z-index: 1;
}

    .desktopNav ul.mainMenu > li:hover > a:after,.desktopNav ul.mainMenu > li.selected > a:after {
        /*content: "\f0d7";*/
        content: "";
        /*color: rgb(15,61,57);*/
        top: 0;
        width: 100%;
    }
@-moz-document url-prefix() {
    /*.desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.7rem;
    }*/
}


.desktopNav ul.mainMenu > li:hover a,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    color: #7f9c39;
}

.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;

}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link  {
    position: relative;
    font-size: 1rem;
	font-family: 'Martel', serif;
	font-weight: 700;
    color: #ffffff !important;
    border-left: none;
    display: block;
    padding: 1.25rem 2.5rem 1rem 0.5rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    text-transform:capitalize !important;
    letter-spacing:normal
}

.desktopNav ul.subMainMenu a:visited {
    color: #ffffff !important;
}

    .desktopNav ul.subMainMenu a:hover {
        color: #f6b64a  !important;
    }

.desktopNav ul.subMainMenu > li > a:after {
    content: "\f061" !important;
    position: absolute;
    right: 2.5rem;
    top: 50% !important;
    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: #f6b64a !important;
    border-top: none !important;
    width: 0 !important;
}

.desktopNav ul.subMainMenu > li.selected a {
    color: rgb(235, 190, 9) !important;
}
.desktopNav ul.subMainMenu > li {
   /* margin: 0 1rem;*/
	border-bottom: 1px solid rgba(191,191,191,1.0);
}

.desktopNav ul.subMainMenu > li:last-child {
	border-bottom: none;
}

.desktopNav ul.subMainMenu > li > a > i.fas.fa-chevron-down.float-right{
	display:none;
}


.bottom-bar a {
	padding: 1rem !important;
	background: rgba(127,156,57,.9);
	color: #fff !important;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.bottom-bar a:hover {
	background: rgba(246,182,74,.9);
}

/*Navigation end*/


/******* Main Content - Inside Pages *******/

.mainContainer {
    position: relative;
    padding: 2rem 0 2rem;
	z-index:1;
}

.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;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
	box-shadow: -1px 0px 6px rgb(0 0 0 / 30%);
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 0 0 0 1.5rem;
}

/*--- AD -------*/
.adContainer_desktop{
		display:block !important;
	}
	.adContainer_mobile{
		display:none !important;
	}


/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    color: #4c4d49;
    display: inline-block;
    padding: .6rem;
    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-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    content: "\f077";
}

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem !important;
    color: #4c4d49;
    display: block;
    padding: .8rem 1rem;
    -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;
	text-transform: capitalize;
}

ul.sideMenu a:visited {
    color: #4c4d49;
}

ul.sideMenu a:hover,
ul.sideMenu a:active,
ul.sideMenu a:focus {
    color: #fff;
    background: #7f9c39;
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    color: #fff;
    background:#7f9c39;
}

ul.sideMenu>li.selected .moreOption {
    color: #fff;
}

ul.sideMenu>li:hover>a {
    color: #fff;
    background: #7f9c39;
}

ul.sideMenu>li:hover .moreOption {
    color: #fff;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: normal 400 0.95rem "Open Sans", Arial, sans-serif !important;
    color: #fff !important;
    padding: 1.1rem 1rem 1.1rem 2.3rem !important;
    display: block;
    background: #637a2d !important;
}

ul.subSideMenu a:visited {
    color: #fff !important;
}

ul.subSideMenu a:hover,
ul.subSideMenu a:active,
ul.subSideMenu a:focus {
    color: #333333 !important;
    background: #fff !important;
}

ul.subSideMenu>li.selected a {
    color: #333333 !important;
    background: #fff !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 1.5rem 0.8rem;
}

main .toolBox {
	position: relative;
}

ol.breadCrumb {
    display: block;
	padding-right: 11.5rem;
}

ol.breadCrumb>li {
    display: inline-block;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 700 .85rem 'Open Sans', sans-serif;
    color: #333333;
    display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ol.breadCrumb a:visited {
    color: #333333;
}

ol.breadCrumb a:hover,
ol.breadCrumb a:active,
ol.breadCrumb a:active {
    color: #7f9c39;
}

ol.breadCrumb a:after {
    content: "\f054";
    color: #f6b64a;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
	font-weight: 900;
}

ol.breadCrumb>li:first-child a:before {
    content: "\f015";
    margin-left: 0;
	font-weight: 900;
	color: #333333;
}

ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

ol.breadCrumb>li:last-child a {
	color: #7f9c39;
}

.btnPrint {
    margin: 0;
    padding: 0 0.25rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
	color: #333333;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	margin-top: -.2rem;font-weight: 900;
}

.btnPrint:hover {
	color: #7f9c39;
}

.btnPrint:before {
    content: "\f02f";
}

ul.textResizer {
    position: absolute;
	right: 0;
	top: 0;
	width: 5rem;
}

ul.textResizer>li {
    display: inline-block;
    margin-right: 0.15rem;
}

ul.textResizer>li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.8em/0 'Roboto', sans-serif;
    color: #333333;
    text-transform: capitalize;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: #333333;
}

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: #7f9c39;
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 0.8rem;
}

ul.textResizer a.medium-text {
    font-size: 1rem;
}

ul.textResizer a.large-text {
    font-size: 1.3rem;
}

ul.textResizer a.textresizer-active {
    color: #7f9c39;
}

h4.pageTitle {
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.188rem;
    color: #333333;
    padding: 1rem 0;
	text-transform: capitalize;
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}


/* Footer */
.footerMiddle .fm-top a,
.footerMiddle .fm-top p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: .85rem;
    color: #333333;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	line-height: 1.5rem;
	font-weight: 600;
}

.footerMiddle .fm-top a:hover,
.footerMiddle .fm-top a > i {
	color: #f6b64a;
}

.footerMiddle .fm-top a > i {
	padding-right: .25rem;
}

.footerMiddle .fm-top .col-sm:first-of-type {
	padding-top: .5rem;
}

.footerMiddle .fm-top .col-sm:nth-of-type(2) {
	min-width: 32.2rem;
}

.footerMiddle .fm-top .col-sm:nth-of-type(3) span,
.footerMiddle .fm-top .col-sm:nth-of-type(4) p {
	font-weight: 700;
}

.footerBottom h2 {
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
}

.footerBottom p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
}

.footerBottom p img {
    display: inline-block;
    margin-top: 2rem;
    margin-right: 3rem;
}

.footerBottom p img+img {
    margin-right: 0;
}

.footerBottom .Faddress a,
.footerBottom .Faddress a:link {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #4c4d49;
    line-height: 2;
}

.footerBottom .Faddress a:visited {
    color: #4c4d49;
}

.footerBottom .Faddress a:hover,
.footerBottom .Faddress a:active,
.footerBottom .Faddress a:focus {
    color: #0a82d1;
}

.footerBottom .Faddress a::before {
    font-weight: 400;
    margin-left: 0;
    margin-right: 0.5rem;
}

.footerBottom .Faddress a.fMap::before {
    content: "\f3c5";
}

.footerBottom .Faddress a.fPhone::before {
    content: "\f095";
}

.footerBottom .Faddress a.fFax::before {
    content: "\f1ac";
}

.footerBottom .Faddress a.fEmail::before {
    content: "\f0e0";
}

.btnRegister {
    font: normal 700 1.125rem "Open Sans", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 1.5rem 0 0;
    padding: 0.7rem 3rem;
    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;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background: #008b3f;
    letter-spacing: 0.5px;
    position: relative;
}

.btnRegister:visited {
    color: #fff;
}

.btnRegister:hover,
.btnRegister:active,
.btnRegister:focus {
    background: #006fb9;
}

.Fregister {
    padding: 0 4rem 0 2rem;
}

#downloadOurApp,
#GooglePlayStore,
#coming-soon {
    width: 220px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 2rem;
    background: #006fb9;
    position: relative;
    display: block;
    text-align: center;
}

#downloadOurApp::after,
#GooglePlayStore::after,
#coming-soon::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2rem;
    transition: all 0.5s;
    background-color: #006fb9;
}

#downloadOurApp:hover::after,
#GooglePlayStore:hover::after,
#coming-soon:hover::after {
    transform: scaleX(1.2) scaleY(1.5);
    opacity: 0;
}

#downloadOurApp:visited,
#GooglePlayStore:visited {
    color: #fff;
}

#downloadOurApp:hover,
#GooglePlayStore:hover,
#coming-soon:hover ,
#downloadOurApp:active,
#GooglePlayStore:active,
#coming-soon:active ,
#downloadOurApp:focus,
#GooglePlayStore:focus,
#coming-soon:focus {
    background: #008b3f;
}

.Fdownload {
    padding-left: 1rem;
}

.Fdownload a#downloadOurApp {
    margin-bottom: 0.9rem;
}

#downloadOurApp i,
#GooglePlayStore i {
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

#downloadOurApp,
#GooglePlayStore {
	display: none !important;
}



/* Footer */
.footerMiddle {
	padding: 1rem 0;
	background: url("../images/wheat-watermark-footer.png") 95% 1rem no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.footerMiddle h2 {
	text-transform: capitalize;
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #333333;
	margin: 0;
}

.footerMiddle p {
	margin: 0;
}

ul.footer-contact {
	column-count: 2;
}

.footerBottom {
    
}

ul.footerNav {
	border-top: 1px solid #bfbfbf;
	padding-top: 1rem;
	margin-top: 1rem;
}

ul.footerNav li {
    display: inline-block;
	flex-grow: 1;
    text-align: center;
}

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: #333333;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
	letter-spacing: 1px;
}

ul.footerNav a:visited {
    color: #333333;
}

ul.footerNav a:hover,
ul.footerNav a:active,
ul.footerNav a:focus {
    color: #7f9c39;
}

ul.footerNav a:before {
    content: normal;
    margin-left: 0;
}

.footerBottom {
	background: #7f9c39;
	padding: 0.5rem 0;
}

.footerBottom cite a,
.footerBottom small {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.footerBottom cite a {
    float: right;
	position: relative;
}

.footerBottom cite a > span {
	position: relative;
	padding-right: 80px;
}

.footerBottom cite a > span:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
    top: 0;
	width: 68px;
    height: 21px;
	background: url("../images/All-Net-Municipal-Solutions.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.socialMedia {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 3;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.socialMedia a,
.socialMedia a:link {
    font: normal 600 1.125rem "Open Sans", Arial, sans-serif;
    color: #fff;
    display: block;
    margin: 0.3rem 0;
    text-align: center;
    background: #f0a742;
    border-radius: 0.3rem 0 0 0.3rem;
    padding: 0.8rem 1rem;
    position: relative;
}

.socialMedia a:visited {
    color: #fff;
}

.socialMedia a::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.3rem 0 0 0.3rem;
    transition: all 0.4s;
    background-color: #f0a742;
}

.socialMedia a:hover::after {
    transform: scaleX(1.5) scaleY(1.6);
    opacity: 0;
}

.socialMedia a:hover,
.socialMedia a:active,
.socialMedia a:focus {
    background: #006fb9;
}

.socialMedia a.facebook::before {
    content: "\f39e";
}

.socialMedia a.twitter:before {
    content: "\f099";
}

.socialMedia a.email::before {
    content: "\f0e0";
}

.socialMedia a.instagram:before {
    content: "\f16d";
}

.socialMedia a.youtube:before {
    content: "\f167";
}

.socialMedia a.linkedIn:before {
    content: "\f0e1";
}

.socialMedia a.tripAdvisor:before {
    content: "\f262";
}

.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}

.municipalServices .col-5 h2,
.municipalServices .col-7 h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.municipalServices .col-7 h2 {
    margin-bottom: 0.5rem;
}

.municipalServices .col-5 h2 span {
    font-size: 0.9rem;
    display: block;
    padding-top: 0.5rem;
}

.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}

.roadBanCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.municipalServices .col-7 i {
    font-size: 2rem;
    color: #fff;
}

a.inEffectLink,
a.inEffectLink:link {
    color: #fff;
    text-align: center;
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #165751;
}

a.inEffectLink:visited {
    color: #fff;
}

a.inEffectLink:hover,
a.inEffectLink:active,
a.inEffectLink:focus {
    background: #26948a;
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: #e3530d;
}

a.roadBanInEffect:hover,
a.roadBanInEffect:active,
a.roadBanInEffect:focus {
    background: #ff6418;
}


/*---------------------table styling-------------------------*/


/* Generic Styling, for Desktops/Laptops */

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

/*@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;
}

.btnHeaderYahooWeather .weather-details span{
    display:none !important;
}


#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: #4c4d49;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 2rem;
    -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 !important;
}

.btnHeaderYahooWeather:hover {
    color: #fbad42;
}

.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
}

.btnHeaderYahooWeather .weather-icon {
    display: inline-block;
    vertical-align: middle;
    color: #fbad42;
    font-size: 2.188rem;
    margin-right: 0.5rem;
}

.btnHeaderYahooWeather .weather-details {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
}

.btnHeaderYahooWeather .weather-details .weather-condition {
    display: block;
    font-family: 'Martel', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#modalHeaderWeather .headerWeather {
    color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.headerWeatherCont {
    background: #006fb9;
}

#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-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.188rem;
    margin-bottom: 0;
}

.weatherText>i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.weatherCity {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.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.95rem;
    color: #4c4d49;
    display: inline-block;
    padding: 0 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul.bwTabs a:visited {
    color: #4c4d49;
}

ul.bwTabs a:hover,
ul.bwTabs a:active,
ul.bwTabs a:focus {
    color: #006fb9;
}

ul.bwTabs a.active {
    color: #4c4d49;
    border-bottom: 3px solid #006fb9;
}

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: #006fb9;
}

.wlHead,
.wlText,
.col2WTitle {
    font-size: 0.75rem;
    color: #4c4d49;
    display: block;
}

.wlText {
    text-transform: uppercase;
}

.wlHead {
    font-size: 0.78rem;
    text-transform: uppercase;
    color: #4c4d49;
    font-weight: 600;
}

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: #239c7b;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

table.tblAgendaMinutes tbody {
    background: #f2f2eb;
}

table.tblAgendaMinutes tbody td {
    color: #002341;
}

/*@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 #0f3d39;
    }
    .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-transform: capitalize;
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    color: #333333;
    margin-bottom: 2rem;
    text-align: center;
}

.highlightContainer h2 span {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    color: #a4a4a4;
    line-height: 0.82;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hightlightsInnerCont a,
.hightlightsInnerCont a:link {
    position: relative;
    display: block;
    overflow: hidden;
}

.hightlightsInnerCont img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.hightlightsInnerCont a:hover img,
.hightlightsInnerCont a:active img,
.hightlightsInnerCont a:focus img {
    transform: scale(1.1);
}

.col-sm:nth-of-type(even) .highlightOuterAll img,
.col-sm:nth-of-type(odd) .highlightOuterAll img {
	
}


.col-sm:nth-of-type(odd) .highlightOuterAll img,
.col-sm:nth-of-type(even) .highlightOuterAll img {
	
}


.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(2) img,
.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1) img {
	height: 170px;
}


.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(2) img,
.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1) img {
	height: 280px;
}

.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1),
.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1) {
	margin-bottom: 2rem;
}

.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.1);
    -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 img {
    display: inline-block;
}

.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1.1rem 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;
}

.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1) a .highlightCaption {
    background: rgba(127,156,57, 0.9);
}

.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1)  a:hover .highlightCaption {
    background: rgb(127,156,57);
}

.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(2) a .highlightCaption {
    background: rgba(246,182,74, 0.9);
}

.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(2)  a:hover .highlightCaption {
    background: rgb(246,182,74);
}

.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(2) a .highlightCaption {
    background: rgba(127,156,57, 0.9);
}

.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(2)  a:hover .highlightCaption {
    background: rgb(127,156,57);
}

.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1) a .highlightCaption {
    background: rgba(246,182,74, 0.9);
}

.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1)  a:hover .highlightCaption {
    background: rgb(246,182,74);
}

.highlightCaption h3,
.highlightCaption p {
    color: #fff;
}

.highlightCaption h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    text-transform: uppercase;
    margin-bottom: 0;
	letter-spacing: 1px;
}

.highlightCaption p {
    font-family: 'Martel', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    margin: 0;
    text-transform: capitalize;
	line-height: 130%;
}

.adContainer.mobile {
    display: none;
}


/******* MEDIA QUERY ******ss*/

@media only screen and (max-width: 1800px) {
    .mainContainer::before {
        width: 780px;
        height: 410px;
        bottom: -18px;
    }
}

@media only screen and (max-width: 1680px) {
	
	h1.siteLogo, h1.siteLogoFR {
		left: 5rem;
	}
	
    .mainContainer::before {
        width: 740px;
        height: 389px;
        bottom: -16px;
    }
   
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.3rem;
		padding: 3rem 2.5rem;
    }
	
    .menuIcon {
        font-size: 1.35rem;
    }
    .desktopNav,
    .innerNavContainer {
       /* width: 400px;*/
    }
	
	.desktopNav > ul.mainMenu {
		padding-right: 5rem;
	}
	
    .closeNav {
        font-size: 1.25rem;
    }
    h4.pageTitle {
        font-size: 1.8rem;
    }
    .desktopNav ul.mainMenu li .headerTop {
        padding: 1.5rem 0 0 0;
        margin-top: 1.5rem;
    }
    .desktopNav ul.mainMenu li .headerTop h2 {
        font-size: 1rem;
    }
    .desktopNav ul.mainMenu li .headerTop a {
        font-size: 0.92rem;
        letter-spacing: 0.5px;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1.1rem !important;
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.98rem !important;
    }
    .moreOptionSubMainMenu {
        top: 0.3rem;
    }
    .topNavContainer {
        min-height: 20rem;
    }
    .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: 2.85rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.8rem;
    }
    .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;
    }
    .footerBottom .Faddress a,
    .footerBottom .Faddress a:link {
        font-size: 0.95rem;
    }
    .footerBottom h2 {
        font-size: 1.25rem;
        margin-bottom: 0.7rem;
    }
    .footerBottom p {
        font-size: 0.96rem;
    }
    .Fregister {
        padding: 0 2rem 0 1rem;
    }
    .btnRegister {
        font-size: 1.05rem;
        padding: 0.65rem 2.6rem;
    }
    #downloadOurApp,
    #GooglePlayStore,
	#coming-soon {
        width: 207px;
        font-size: 0.92rem;
        padding: 0.7rem 1.5rem;
    }
    .Fdownload a#downloadOurApp {
        margin-bottom: 0.7rem;
    }
    #downloadOurApp i,
    #GooglePlayStore i {
        margin-right: 0.4rem;
        font-size: 1rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.92rem;
    }
    .footerBottom cite a,
    .footerBottom small {
        font-size: 0.92rem;
    }
    .highlightCaption {
        padding: 0.9rem 1rem;
    }
    .highlightCaption h3 {
        font-size: 0.95rem;
    }
    .highlightCaption p {
        font-size: 1.2rem;
    }
    /*.highlightContainer h2 {
        font-size: 1.65rem;
    }*/
   /* .highlightContainer h2 span {
        font-size: 3rem;
    }
    .frmSearch {
        min-width: 335px;
    }
    .frmSearch input[type="search"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1.1rem;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 1rem;
    }
	.QuickLinkListLink a h5 {
		padding-left: 1.8rem;
	}*/
}

@media only screen and (max-width: 1600px) {
    .mainContainer::before {
        width: 700px;
        height: 368px;
        bottom: -14px;
    }
}

@media only screen and (max-width: 1500px) {
	
	h1.siteLogo,
	h1.siteLogoFR {
		left: 1rem;
	}
	
	.desktopNav > ul.mainMenu {
		padding-right: 1rem;
	}
	
	
}

@media only screen and (max-width: 1500px) {
    .QuickLinksListText {
        width: 61%;
    }
    .mainContainer::before {
        width: 650px;
        height: 345px;
        bottom: -14px;
    }
}

@media only screen and (max-width: 1450px) {
    /*.mainContainer::before {
        width: 630px;
        height: 331px;
        bottom: -13px;
    }*/
    .topNavContainer {
        min-height: 17rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.7rem !important;
    }
    /*.footerBottom {
        padding-top: 2.5rem;
    }*/
    .footerBottom .Faddress a,
    .footerBottom .Faddress a:link {
        font-size: 0.9rem;
    }
    .footerBottom h2 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    .footerBottom p {
        font-size: 0.9rem;
    }
   /* .Fregister {
        padding: 0;
    }
    .Fdownload {
        padding-left: 0;
    }
    .btnRegister {
        font-size: 1rem;
        padding: 0.6rem 2.3rem;
    }
    #downloadOurApp,
    #GooglePlayStore,
	#coming-soon {
        width: 187px;
        font-size: 0.9rem;
        padding: 0.65rem 1.5rem;
    }
    .Fdownload a#downloadOurApp {
        margin-bottom: 0.6rem;
    }
    #downloadOurApp i,
    #GooglePlayStore i {
        margin-right: 0.4rem;
        font-size: 0.95rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.86rem;
    }*/
    .footerBottom cite a,
    .footerBottom small {
        font-size: 0.86rem;
    }
    ul.footerNav li {
        margin-right: 1rem;
    }
    .footerTop {
        padding: 3rem 0 2rem 0;
    }
    /*.highlightContainer h2 {
        font-size: 1.5rem;
    }*/
    /*.highlightContainer h2 span {
        font-size: 2.75rem;
    }*/
    .hightlightsInnerCont img {
        height: 200px;
    }
    .highlightCaption {
        padding: 0.8rem 0.5rem;
    }
    .highlightCaption h3 {
        font-size: 0.9rem;
    }
    .highlightCaption p {
        font-size: 1.1rem;
    }
    /*.QuickLinkListLink a h5 {
        padding-left: 1.6rem;
        font-size: 0.88rem;
    }
    .quickLinks a i {
        font-size: 2rem;
    }
    .btnHeaderYahooWeather .weather-details {
        font-size: 1.4rem;
    }
	.btnHeaderYahooWeather .weather-details .weather-condition {
		font-size: 0.8rem;
	}*/
}

@media only screen and (max-width: 1400px) {
    /*.mainContainer::before {
        width: 600px;
        height: 316px;
        bottom: -12px;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 0.9rem !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) {
   /* .mainContainer::before {
        width: 580px;
        height: 305px;
    }*/
	
	.topNavContainer > .container {
    	padding-top: 8rem;
	}
	
    h4.pageTitle {
        font-size: 1.6rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.1rem;
		padding: 3rem 2rem;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.93rem !important;
    }
	
    .moreOptionSubMainMenu {
        font-size: 1.3rem;
    }
    .desktopNav ul.mainMenu li .headerTop h2 {
        font-size: 0.95rem;
    }
    .desktopNav ul.mainMenu li .headerTop a {
        font-size: 0.88rem;
    }
    /*.desktopNav ul.mainMenu li a:hover::after {
        border-right: 7px solid #fbad42;
        top: 9px;
    }*/
    .topNavContainer {
        min-height: 17rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }
    /*h2.categoryTitle {
        font-size: 2.5rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.6rem;
    }*/
    h3.pageTitle {
        font-size: 1.5rem;
    }
    h4.searchTitle {
        font-size: 1.3rem;
    }
    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
    /*h1.siteLogo img {
        width: 163px;
        height: 91px;
        top: 15px;
    }
    h1.siteLogo::after {
        width: 275px;
        height: 46px;
    }
    .frmSearch {
        min-width: 300px;
    }
    .frmSearch input[type="search"] {
        font-size: 0.92rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
    .menuIcon {
        font-size: 1.15rem;
        letter-spacing: 1px;
    }
    .QuickLinkListLink a h5 {
        padding-left: 1.4rem;
    }*/
}

@media only screen and (max-width: 1300px) {
   /* .QuickLinkListLink a h5 {
        font-size: 0.85rem;
        padding-left: 1.2rem;
    }
	.btnHeaderYahooWeather .weather-icon {
		font-size: 2rem;
		margin-right: 0.3rem;
	}*/
}

@media only screen and (max-width: 1250px) {
   /* .mainContainer::before {
        width: 550px;
        height: 289px;
    }*/
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
   /* .btnHeaderYahooWeatherinner {
        min-width: 163px;
		padding: 0;
    }
    .QuickLinksListText {
        width: 65%;
    }*/

}

@media only screen and (max-width: 1190px) {
    /*.mainContainer::before {
        width: 520px;
        height: 274px;
    }
    .qlContainer-mobile {
        display: none !important;
    }
    #quickLinks .qlContainer-in table tr {
        border-bottom: none;
    }
    #quickLinks .qlContainer-in table td {
        display: block;
    }
    .quickLinks .qlContainermid,
    .qlContainerrightall,
    .btnHeaderYahooWeatherinner {
        height: auto;
        background-image: none;
        line-height: inherit;
        min-height: auto;
    }
	.btnHeaderYahooWeatherinner {
		text-align: center;
	}
    .QuickLinkListLink a h5 {
        padding-left: 0;
        border-left: none;
    }*/
	
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
	
	.headerTop,
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
	
	.headerTop {
		background: rgb(51,51,51);
		text-align: center;
		
	}
	
	.headerTop .row {
		border-bottom: 1px solid #fff;
		margin: 0 1rem;
		padding-bottom: .5rem;
		flex-wrap: nowrap;
	}
	
	.headerTop .col-sm:first-of-type {
		display: none;
	}
	
	.headerTop .col-sm span {
		display: none;
	}
	
	h1.siteLogo,
	h1.siteLogoFR {
		left: 2rem;
		top: 0;
	}
	
	h2.categoryTitle::before {
		height: 180px;
		background: rgb(51,51,51);
		background: -moz-linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0.7791491596638656) 40%, rgba(51,51,51,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);
	}
	
    .headerContent {
        padding: 0.5rem 0;
    }
    .mainContainer {
        padding: 1rem 0 2rem;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #fff;
        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 {
		color: #333333;
	}
	
    .moreOptionSubMainMenu {
        padding: 1rem 1.1rem;
    }
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: #fff;
    }
    nav.navOpen {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #f6b64a;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
	.closeNav i {
		display: block !important;
	}
	
	.closeNav span {
		display: none;
	}
	
    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: rgba(51,51,51,.95);
    }
    ul.mainMenu {
        margin-top: 5rem;
    }
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }
	
    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;
    }
	
    ul.mainMenu>li.hasChild>a {
        padding-right: 2.5em;
    }
	
    ul.mainMenu>li.selected>a {
        color: #fff;
        background: #a4a4a4;
    }
	
    ul.mainMenu>li.selected .moreOptionMainMenu {
        color: #fff;
    }
	
    ul.mainMenu>li:hover>a {
        color: #fff;
        background: #a4a4a4;
    }
	
    ul.mainMenu>li.hasChild:hover .moreOptionMainMenu {
        color: #fff;
    }
	
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #4c4d49;
        text-transform: none !important;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        background: #e6e6e6 !important;
        margin: 0 !important;
        letter-spacing: 0px;
    }
    ul.subMainMenu a:visited {
        color: #4c4d49;
    }
    ul.subMainMenu a:hover {
        color: #fff;
        background: #7f9c39 !important;
    }
    ul.subMainMenu a:active {
        color: #fff;
        background: #7f9c39 !important;
    }
    ul.subMainMenu a:hover {
        color: #fff;
        background: #7f9c39 !important;
    }
    ul.subMainMenu>li {
        position: relative;
    }
    ul.subMainMenu>li.hasChild>a {
        padding-right: 2.7rem;
    }
    ul.subMainMenu>li.selected>a {
        color: #fff;
        background: #7f9c39 !important;
    }
    ul.subMainMenu>li.selected .moreOptionSubMainMenu {
        color: #fff;
    }
    ul.subMainMenu>li:hover>a {
        color: #fff;
        background: #7f9c39 !important;
    }
    ul.subMainMenu>li.hasChild:hover .moreOptionSubMainMenu {
        color: #fff;
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        color: #333333 !important;
        background: #fff !important;
        border-bottom: none !important;
        padding: 1rem 1rem 1rem 2rem !important;
    }
    ul.subSubMainMenu a:visited {
        color: #333333 !important;
    }
    ul.subSubMainMenu>li a:hover {
        color: #fff !important;
        background: #637a2d !important;
    }
    ul.subSubMainMenu>li.selected>a {
        color: #fff !important;
        background: #637a2d !important;
    }
    .btnPollQuestionVote {
        font-size: 1rem;
    }
    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 0.95rem !important;
        padding: 0.7rem 0.8rem;
    }
	
	.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(2) img,
	.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1) img {
		height: 250px;
	}
	
	.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(2) img,
	.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1) img {
		height: 150px;
	}
    
    /*Quicklinks end*/
    /*.footerBottom {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }*/
	
	.fm-top.row {
		display: block;
	}
	
	.footerMiddle .fm-top .col-sm:first-of-type {
		padding-top: .5rem;
		margin: 0 auto 1rem;
		display: block;
		max-width: 18rem;
	}
	
	
	.footerMiddle .fm-top .col-sm:nth-of-type(2) {
		min-width: auto;
		max-width: 30rem;
		margin: 0 auto 2rem;
		display: block;
		text-align: center;
	}
	
	.footerMiddle .fm-top .col-sm:nth-of-type(3) {
		min-width: auto;
		max-width: 30rem;
		margin: 0 auto 2rem;
		display: block;
		text-align: center;
	}
	
	.footerMiddle .fm-top .col-sm:nth-of-type(4) {
		min-width: auto;
		max-width: 30rem;
		margin: 0 auto 2rem;
		display: block;
		text-align: center;
	}
	
	
    .footerBottom .Faddress a,
    .footerBottom .Faddress a:link {
        font-size: 0.78rem;
        line-height: 1;
    }
	
    .footerBottom h2 {
        font-size: 0.98rem;
        margin-bottom: 0.6rem;
        letter-spacing: 0.5px;
    }
    .footerBottom p {
        font-size: 0.83rem;
    }
	
	.footerMiddle {
		background: url(../images/wheat-watermark-footer.png) 95% bottom no-repeat;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}
	
    .btnRegister {
        font-size: 0.9rem;
        padding: 0.5rem 2.1rem;
        margin: 1.1rem 0 0;
    }
    #downloadOurApp,
    #GooglePlayStore,
	#coming-soon {
        width: 160px;
        font-size: 0.82rem;
        padding: 0.6rem 1rem;
    }
    #downloadOurApp i,
    #GooglePlayStore i {
        font-size: 0.93rem;
    }
    /*ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.78rem;
    }*/
    .footerBottom cite a,
    .footerBottom small {
        font-size: 0.76rem;
    }
    ul.footerNav li {
        margin-right: 0.5rem;
    }
    .footerTop {
        padding: 3rem 0 2rem 0;
    }
    /*.highlightContainer h2 {
        font-size: 1.4rem;
    }*/
    /*.highlightContainer h2 span {
        font-size: 2.6rem;
    }*/
    .hightlightsInnerCont img {
        height: 175px;
    }
    .highlightCaption {
        padding: 0.6rem 0.5rem;
    }
    .highlightCaption h3 {
        font-size: 0.8rem;
    }
    .highlightCaption p {
        font-size: 0.95rem;
    }
    /*.frmSearch {
        min-width: 285px;
    }
    .frmSearch input[type="search"] {
        padding: 1rem 3rem 1rem 0;
    }*/
    .menuIcon {
        padding: 0.5rem 0;
    }
}

@media only screen and (max-width: 1160px) {
    .headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }
    /*.headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width: 1100px) {
    /*.mainContainer::before {
        width: 500px;
        height: 263px;
        bottom: -10px;
    }*/
}

@media only screen and (max-width: 1085px) {
	
    /*.footerMiddle h2 {
        font-size: 1rem;
    }
	
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
	
    .footerMiddle>.container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }*/
}

@media only screen and (max-width: 1050px) {
	
   /* .headerTop>a>span,
    .headerTop #weather h1 {
        display: none;
    }
	
    .headerTop {
        padding: 0.5rem 1rem;
    }
	
    .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
	
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
	
    .headerTop a:before {
        margin-right: 0;
    }
	
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }*/
}

@media only screen and (max-width: 1024px) {
    .pageTitle {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 1023px) {
    .adContainer_desktop {
        display: none !important;
    }
    .adContainer.mobile {
        display: block;
        margin: 1rem 0;
    }
    ul.sideMenu {
        display: none;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .mainContainer aside.col-sm {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	ul.sideMenu a, ul.sideMenu a:link {
		padding: .5rem 1rem;
	}
	
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1.1rem "Open Sans", Arial, sans-serif;
        color: #fff;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 0.8rem 1rem;
        margin: 0;
        background: #333333;
    }
	
    .sideMenuNav:before {
        content: normal;
    }
	
    .sideMenuNav:after {
        content: "\f055";
		margin-left: .5rem;
		color: #f6b64a;
    }
	
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }
	
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
	
    /*h2.categoryTitle {
        font-size: 2.3rem;
        min-height: 450px;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }
    h2.categoryTitle .catTitleCont {
        top: 56%;
    }*/
	
    .breadCrumbupper {
        bottom: 9rem;
    }
	
    h3.pageTitle {
        font-size: 1.2rem;
    }
	
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 991px) {
   
	
    .modalsubmit {
        display: block;
        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;
    }
    .modalsubmit {
        font-size: 1.3rem;
        left: 2rem;
        right: auto;
        color: #0070bb;
        padding: 0;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }
    .modalsubmit:hover {
        color: #fbad42;
    }
    .menuIcon {
        /*font-size: 1.3rem;*/
        right: 2rem;
    }
    .menuIcon span {
        display: none;
    }
    /*.menuIcon::after {
        margin-left: 0;
        color: #008b3f;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }
    .menuIcon:hover:after {
        color: #fbad42;
    }
    h1.siteLogo img {
        width: 138px;
        height: 80px;
    }
    h1.siteLogo::after {
        width: 250px;
        height: 41px;
    }*/
}

@media only screen and (max-width: 960px) {
    .fb1.row .col-sm {
        flex-basis: auto;
    }
    .fb1.row .col-sm:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 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;
    }
	
	.footerMiddle .fm-top .col-sm:first-of-type img {
		width: 12rem;
		margin: 0 auto;
		display: block;
	}
}

@media only screen and (max-width: 790px) {
	
	.highlightContainer .row {
		display: block;
	}
	
	.col-sm .highlightOuterAll {
		margin-bottom: 2rem !important;
	}
	
	.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(2) img,
	.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(1) img {
		height: 280px;
	}
	
	.col-sm:nth-of-type(odd) .highlightOuterAll:nth-of-type(2) img,
	.col-sm:nth-of-type(even) .highlightOuterAll:nth-of-type(1) img {
		height: 180px;
	}
}

@media only screen and (max-width: 767px) {
	
    .mainContainer::before {
        width: 460px;
        bottom: -6px;
    }
	
    .popupAlert>.container {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 750px) {
    
	main .toolBox {
		display: none;
	}
	
	h4.pageTitle {
		font-size: 1.5rem;
	}
	
	h2.categoryTitle {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 650px) {
    
	ul.footerNav {
		display: block;
	}
	
	ul.footerNav li {
		display: block;
	}
	
	ul.footer-contact {
		column-count: 1;
	}
}

@media only screen and (max-width: 600px) {
    .mainContainer::before {
        width: 430px;
        bottom: -4px;
        height: 286px;
    }
    .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 !important;
    }
    .searchPage input[type="text"] {
        padding-right: 5rem;
    }
    /*.highlightContainer h2 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .highlightContainer h2 span {
        font-size: 2.25rem;
    }
    .highlightCaption h3 {
        font-size: 0.76rem;
    }*/
    .highlightCaption p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 580px) {
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
    .frmSearch.modal {
        width: 260px;
    }
    #submitSearchModal a img {
        width: 150px;
        margin-bottom: 1.3rem;
    }
    .frmSearch.modal input[type="search"] {
        font-size: 0.83rem;
        padding: 0.8rem 1rem;
    }
    #submitSearchModal .frmSearch.modal i {
        font-size: 0.85rem;
        right: 0.7rem;
    }
    #submitSearchModal .modal-header .close {
        font-size: 1.1rem;
    }
    #submitSearchModal button[type="submit"] {
        font-size: 0.91rem;
    }
}

@media only screen and (max-width: 580px) {
	
	
    .searchColPages.col-sm {
        padding-right: 0;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
	
	.footerBottom .col-sm {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.footerBottom cite a {
    	float: none;
	}
}

@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) {
    .mainContainer::before {
        width: 370px;
        bottom: -4px;
        height: 266px;
    }
    nav {
        width: 300px;
    }
    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.9rem !important;
    }
	
	.socialMedia {
    	position: relative;
		z-index: 1;
	}
	
	.socialMedia a,
	.socialMedia a:link {
		display: inline-block;
		margin: 0; 
		border-radius: 0.3rem;
		width: 2.8rem;
		overflow: hidden;
		
	}
}

@media only screen and (max-width: 480px) {
    h2.categoryTitle {
        min-height: 340px;
        font-size: 1.65rem;
    }
    .toolBox {
        width: 10rem;
        margin: 0 auto;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
    .breadCrumbupper {
        bottom: 6rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        margin-right: 0;
    }
    ol.breadCrumb>li:first-child a::before {
        margin-right: 0.3rem;
    }
    ul.textResizer {
        padding-left: 0.5rem;
    }
    ul.textResizer>li {
        margin-right: 0.2rem;
    }
    .btnPrint {
        padding: 0 0.2rem;
    }
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
    .roadBanStatus {
        font-size: 0.85rem;
    }
    .modalsubmit {
        font-size: 1rem;
        left: 1.5rem;
    }
    .menuIcon {
        font-size: 1rem;
        right: 1.5rem;
    }
    h1.siteLogo img {
        width: 160px;
    	height: auto;
        top: 11px;
    }
    h1.siteLogo::after {
        width: 202px;
        height: 33px;
    }
}

@media only screen and (max-width: 450px) {
    .mainContainer::before {
        width: 350px;
    }
}

@media only screen and (max-width: 470px) {
    /*.footerMiddle>.container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }*/
}

@media only screen and (max-width: 400px) {
    .mainContainer::before {
        width: 320px;
        height: 236px;
        bottom: -4px;
    }
    .btnPollQuestionVote {
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
    }
    /*.footerMiddle>.container {
        padding-bottom: 14rem;
        -webkit-background-size: 300px 191px;
        -moz-background-size: 300px 191px;
        background-size: 300px 191px;
    }*/
    .headerTop a,
    .headerTop a:link {
        margin-right: 0.2rem;
    }
    #weather h2 {
        font-size: 0.8rem;
    }
    #weather i {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 350px) {
    .mainContainer::before {
        width: 300px;
    }
}