﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/

@import '../fonts/aleo-family/stylesheet.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: #353535;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255, 255, 255);
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

.rendered-form select.form-control {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgb(15, 61, 57);
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h1 {
    font-family: 'Aleo', serif;
    font-size: 2.188rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #266361;
}

h2 {
    font-family: 'Aleo', serif;
    font-size: 1.563rem;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #266361;
}

h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #0f3d39;
}

h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #353535;
}

h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #353535;
}

h6 {
    font-size: 1rem;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 600px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    letter-spacing: 3px;
}

h2.categoryTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 45%;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b2b2b', GradientType=0);
}

h2.categoryTitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    display: block;
    background: url(../images/bgInnerSlider.png) left center no-repeat;
    right: 0;
}

h2.categoryTitle .catTitleCont {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 8.5rem;
    display: block;
    bottom: 5rem;
}

h2.categoryTitle .subCatTitle {
    font-family: 'Aleo', serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    display: block;
    letter-spacing: 5px;
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgb(15, 61, 57);
    display: block;
    margin-bottom: 1.5rem;
}

h4.pageTitle {
    font-family: 'Aleo', serif;
    font-size: 1.563rem;
    font-weight: 700;
    font-style: normal;
    color: #266361;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}


/* styling for content area tables */

table th {
    background: #165751;
    color: rgb(255, 255, 255);
}


/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: #165751;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    /*color: rgb(1,138,182);*/
    color: #165751;
}

a:hover,
ul.directory-list button:hover {
    color: #e3530d;
    text-decoration: none;
}

a:active,
ul.directory-list button:active {
    color: #e3530d;
}

a:focus,
ul.directory-list button:focus {
    color: #e3530d;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption>span,
.scrollup>span {
    display: none;
}

.highlightContainer h2:before,
.hightlightsInnerCont a:after,
.btnPrint,
.btnFireRating h3:after,
.dynamicRoadBan a:before,
ul.footerCol3>li:last-child:before,
ul.phoneColsList>li:before,
.desktopNav ul.mainMenu a:after,
.headerTop a:before,
.footerTop a:before,
ul.footerNav a:before,

/*ul.footerNav a:after,*/

dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:before,
.socialMedia a:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

ul.hightlightLists,
ul.hightlightLists>li,
ul.phoneColsList,
ul.phoneColsList>li,
ul.relatedLinks,
ul.relatedLinks>li,
ul.search-page,
ul.search-page>li,
ol.breadCrumb,
ol.breadCrumb>li,
ul.mainMenu,
ul.mainMenu>li,
ul.subMainMenu,
ul.subMainMenu>li,
ul.subSubMainMenu,
ul.subSubMainMenu>li,
ul.sideMenu,
ul.sideMenu>li,
ul.subSideMenu,
ul.subSideMenu>li,
ul.textResizer,
ul.textResizer>li,
ul.footerNav,
ul.footerNav>li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/

.container {
    max-width: 1660px;
}

.municipalServices .container {
    max-width: 100%;
}

.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}

.skipToContent h2 {
    font-size: 1rem;
    color: rgb(1, 138, 182);
    margin-bottom: 0.5em;
}

ol.skipLinks,
ol.skipLinks>li {
    font-size: 0.9rem;
    color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5rem;
}

.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: rgb(255, 255, 255);
}

.skipToContent a:visited {
    color: rgb(255, 255, 255);
}

.skipToContent a:hover {
    color: rgb(1, 138, 182);
}

.skipToContent a:active {
    color: rgb(1, 138, 182);
}

.skipToContent a:focus {
    color: rgb(255, 255, 255);
    outline: 1px solid rgb(1, 138, 182);
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 0.5rem 1rem 0.8rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
    background: rgb(1, 138, 182);
}

.btnScrollup:hover {
    color: rgb(255, 255, 255);
    background: rgb(227, 83, 13);
}

.btnScrollup:focus {
    color: rgb(255, 255, 255);
    background: rgb(227, 83, 13);
}

header.masterHeader {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.headerTop {
    padding: 0 3.5rem;
    background: #fff;
}

.headerTop .col-sm:first-child {
    max-width: 28%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.headerTop .col-sm:nth-child(2) {
    max-width: 57%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.headerTop .col-sm:last-child {
    max-width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.headerBottom {
    position: relative;
    background: rgba(22, 87, 81, 0.9);
    padding: 0 3.5rem;
}

.headerTop a.hadd,
.headerTop a.hadd:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    color: #2b2b2b;
    display: inline-block;
    margin-right: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
}

.headerTop a.hadd:visited {
    color: #2b2b2b;
}

.headerTop a.hadd:hover {
    color: #e3530d;
}

.headerTop a.hadd:active {
    color: #e3530d;
}

.headerTop a.hadd:before {
    font-weight: 700;
    margin-left: 0;
    margin-right: 0.5rem;
}

.headerTop a.hadd.hMap:before {
    content: "\f3c5";
}

.headerTop a.hadd.hPhone:before {
    content: "\f095";
}

.headerTop a.hadd.hFax:before {
    content: "\f1ac";
}

.headerTop a.hadd.hEmail:before {
    content: "\f0e0";
}

.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}


/*loading - start*/

.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 15px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}


/*loading - end*/

.langCont {
    /*float: right;
    margin-right:5.5rem;*/
    font-size: 0;
}

.headerTop a.langTranslateBTN:last-child {
    padding-left: 0;
}

.headerTop a.langTranslateBTN:first-child {
    padding-right: 0;
}

.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
}


/*.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: #e3530d;
}

.headerTop a.langTranslateBTN:after {
    content: "|";
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
    color: #2b2b2b;
}

h1.siteLogo,
h1.siteLogoFR {
    /*float: left;*/
    width: 437px;
    height: 96px;
    /*width: 578px;
    height: 147px;*/
    /*display: inline-block;*/
    /*margin: 0 0 2rem 5rem;*/
    /*margin: 1rem 2rem 0.2rem 6rem;*/
    margin: 0.5rem 0;
}

h1.siteLogo>a,
h1.siteLogoFR>a {
    /*width: 437px;
    height: 96px;*/
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/header_logo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/*h1.siteLogoFR > a {
    background: url(../images/header_logo.png) left center no-repeat;
}*/

.btnlinks {
    display: flex;
    position: absolute;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
}


/** I'd Like To **/

.idLiketoSearchBTN {
    /*position: fixed;
    bottom: 0;
    left: 0;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    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: #0e3430;
    z-index: 2;
    border-radius: 0.5rem;
    padding: 1rem 4rem 1rem 1rem;
    letter-spacing: 1px;
    position: relative;
    min-width: 300px;
    text-align: left;
    outline: none;
}

.idLiketoSearchBTN span.far {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.idLiketoSearchBTN:hover {
    background: #e3530d;
}

.idLiketoSearchBTN:focus {
    background: #e3530d;
}

.searchbtn {
    background: #0e3430;
    padding: 1rem 2rem;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 1.5rem;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    position: relative;
    border: none;
    outline: none;
}

.searchbtn:hover {
    background: #e3530d;
}

.searchbtn:focus {
    background: #e3530d;
}

.searchbtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    border: none;
	color: #fff;
}

.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

.quickLinks {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 0.5em;
    z-index: 5;
}

.quickLinks:hover .qlContainer,
.qlContainer.hasFocus {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quickLinks a,
.quickLinks a:link {
    position: relative;
    width: 50px;
    height: 50px;
    font: normal 600 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    z-index: 2;
    background: rgb(1, 138, 182);
}

.quickLinks a:visited {
    color: rgb(255, 255, 255);
}

.quickLinks a:hover {
    color: rgb(255, 255, 255);
    background: rgb(252, 176, 64);
}

.quickLinks a:active {
    color: rgb(255, 255, 255);
    background: rgb(252, 176, 64);
}

.quickLinks a:focus {
    color: rgb(255, 255, 255);
    background: rgb(252, 176, 64);
}

.quickLinks a:last-of-type {
    margin-bottom: 0;
}

.quickLinks a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
}

.quickLinks a[title="E-Service Request"] {
    margin-top: 0.3rem;
}

.quickLinks a:nth-of-type(2),
.quickLinks a:nth-of-type(3),
.quickLinks a:nth-of-type(4),
.quickLinks a:nth-of-type(5) {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.quickLinks a[title="E-Service Request"]:before,
.quickLinks a[title="Meeting Minutes and Agendas"]:before,
.quickLinks a[title="Business Directory"]:before,
.quickLinks a[title="Property Listings"]:before,
.quickLinks a[title="FAQs"]:before,
.quickLinks a[title="Community Events"]:before,
.quickLinks a[title="Tax Calculator"]:before {
    content: normal;
}

.qlContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-border-radius: 0 0.5rem 0.5rem 0;
    -moz-border-radius: 0 0.5rem 0.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: 1;
    background: rgb(29, 46, 69);
    background: rgba(29, 46, 69, 0.9);
}

.qlContainer a,
.qlContainer a:link {
    color: rgb(255, 255, 255);
    width: auto!important;
    height: auto!important;
    padding: 1.1rem 1rem 1.2rem 4.5rem;
    margin: 0!important;
    text-align: left!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transition-property: color!important;
    -moz-transition-property: color!important;
    -o-transition-property: color!important;
    transition-property: color!important;
    background: none!important
}

.qlContainer a:visited {
    color: rgb(255, 255, 255);
}

.qlContainer a:hover {
    color: rgb(252, 176, 64);
}

.qlContainer a:active {
    color: rgb(252, 176, 64);
}

.qlContainer a:focus {
    color: rgb(252, 176, 64);
}

.qlContainer a:before {
    content: normal;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.quickLinks .qlContainer a[title="E-Service Request"]:before,
.quickLinks .qlContainer a[title="Meeting Minutes and Agendas"]:before,
.quickLinks .qlContainer a[title="Business Directory"]:before,
.quickLinks .qlContainer a[title="Community Events"]:before,
.quickLinks .qlContainer a[title="Tax Calculator"]:before {
    content: normal;
}


/* Search Section */

.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto!important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}

.frmSearch {
    position: absolute;
    top: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    display: block;
    margin: 0;
    z-index: 1;
}

.activePopupAlert .frmSearch {
    top: 21rem;
}

.frmSearch input[type="search"] {
    width: 100%;
    font: italic 700 1.125rem 'Open Sans', Arial, sans-serif;
    color: rgb(22, 87, 81);
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(244, 242, 241);
    background: rgba(244, 242, 241, 0.75);
}

.frmSearch input[type="search"]:focus {
    background: rgba(244, 242, 241, 1);
}

input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch button[type="submit"] i {
    color: rgb(227, 83, 13);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.frmSearch button[type="submit"] i:hover {
    color: rgb(1, 138, 182);
}

.footerTop {
    height: auto;
    min-height: 20rem;
    background: url(../images/bgVoteNow.jpg) left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.footerTop .container {
    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
}

.pollQuestionCont {
    max-width: 500px;
    min-height: inherit;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
}

.pollQuestionCont i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.btnPollQuestionVote {
    max-width: 200px;
    font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(1, 138, 182);
}

.btnPollQuestionVote:hover {
    background: rgb(252, 176, 64);
}

.btnPollQuestionVote:focus {
    background: rgb(252, 176, 64);
}


/** Model Search **/

#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/

.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,

/*.desktopNav ul.mainMenu > li:first-child,*/

ul.mainMenuCol2 h3 {
    display: none;
}

.menu-items {
    min-height: 200px;
}

.menuIcon {
    position: absolute;
    top: 2rem;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    margin: 0;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #0e3430;
    font-family: 'Aleo', serif;
    font-size: 0.85rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    bottom: auto;
    line-height: 1;
}

.menuIcon:hover {
    color: rgb(255, 255, 255);
    background: #e3530d;
}

.menuIcon:focus {
    color: rgb(255, 255, 255);
    background: #e3530d;
}

.menuIcon:before {
    content: "\f0c9";
    color: #fff;
    margin-right: 0.5rem;
}

nav {
    float: left;
	width: 100%;
    display: block;
    padding-right: 25rem;
}

.navContainer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 350ms ease;
}

.topNavContainer {
    height: auto;
    background: #ebf2f1 url(../images/bgMenu.png) bottom center no-repeat;
    width: 100%;
}

.topNavContainer>.container {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
}

.topNavContainer>.container .col-sm {
    max-width: 33.33%;
    border-right: 1px solid #bbc8c4;
}

.topNavContainer>.container .col-sm:last-child {
    border-right: none;
}

.bottomNavContainer {
    background: #165751;
    text-align: center;
}

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1.25rem !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;
    font-weight: 400 !important;
}

.bottomNavContainer a:visited {
    color: rgb(255, 255, 255)!important;
}

.bottomNavContainer a:hover {
    color: #e3530d !important;
}

.bottomNavContainer a:active {
    color: #e3530d !important;
}

.bottomNavContainer a:focus {
    color: #e3530d !important;
}

.bottomNavContainer a:after {
    content: "\f055" !important;
    position: static !important;
    left: auto !important;
    right: auto;
    bottom: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    color: #e3530d !important;
    display: inline-block !important;
    margin-left: 0.5rem !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
    font-weight: 700 !important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Aleo', serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    /*font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
    color: rgb(15,61,57);*/
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2rem 2rem;
    /*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 li:last-of-type a {
	padding-right: 0;
}

ul.mainMenu a:visited {
    /*color: rgb(15,61,57);*/
    color: #fff;
}

ul.mainMenu a:hover {
    color: #e3530d;
    /*background: rgb(15,61,57);*/
}

ul.mainMenu a:active {
    color: #e3530d;
    /*background: rgb(15,61,57);*/
}

ul.mainMenu a:focus {
    color: #e3530d;
    /*background: rgb(15,61,57);*/
}

ul.mainMenu a span.fas {
    display: inline-block;
    margin-right: 0.5rem;
}

ul.mainMenu li:first-child a > span {
    margin-right: 0;
}


/*nav i:empty {
    display: none;
}*/

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu>li {
    float: left;
    /*height: 6rem;
    display: table;*/
}

.desktopNav ul.mainMenu>li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/mnudivider.png) center center no-repeat;
    height: 20px;
    width: 1px;
}

.desktopNav ul.mainMenu>li:last-child a:after {
    content: none;
    background: none;
    height: 0;
    width: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.desktopNav ul.mainMenu>li:first-child {
    /*margin-left: 3.5rem;
    width: 5%;*/
}

.desktopNav ul.subMainMenu>li.hasChild>a>span.fas.fa-plus {
    color: #a3bfbc;
}

.desktopNav ul.subMainMenu>li.hasChild>a>span.fas {
    margin-top: .3rem;
}


/*.desktopNav ul.mainMenu > li > a:after {
    content: "\f078";
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(220,230,229);
    display: block;
    z-index: 1;
}*/


/*.desktopNav ul.mainMenu > li:hover a:after {
    content: "\f0d7";
    bottom: -0.6rem;
    color: rgb(15,61,57);
}*/

@-moz-document url-prefix() {
    /*.desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.7rem;
    }*/
}

.desktopNav ul.mainMenu>li.selected a,

/*.desktopNav ul.mainMenu > li:hover a,*/

.desktopNav ul.mainMenu>li[aria-expanded="true"]>a {
    /* color: #e3530d; */
    /*background: #165751;*/
}

.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: block!important;
    text-align: center !important;
}

.desktopNav .bottomNavContainer:hover {
    background-color: #0e3430;
}

.desktopNav ul.subMainMenu>li>a,
.desktopNav ul.subMainMenu>li>a:link {
    position: relative;
    color: #2d493e !important;
    border-left: none;
    display: block;
    padding: 0.6rem 1.1rem 0.6rem 0;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    font-family: 'Aleo', serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
	text-transform: capitalize;
}

.desktopNav ul.subMainMenu>li>a:visited,
.desktopNav ul.subMainMenu>li>ul>li>a:visited {
    color: #2d493e !important;
}

.desktopNav ul.subMainMenu>li>a:hover,
.desktopNav ul.subMainMenu>li>ul>li>a:hover {
    color: rgb(227, 83, 13)!important;
}

.desktopNav ul.subMainMenu>li.selected>a,
.desktopNav ul.subMainMenu>li>ul>li.selected>a {
    color: rgb(227, 83, 13)!important;
}

.desktopNav ul.subMainMenu>li>ul>li>a,
.desktopNav ul.subMainMenu>li>ul>li>a:link {
    position: relative;
    color: #2d493e;
    border-left: none;
    display: block;
    padding: 0.4rem 1.1rem 0.4rem 1.5rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    font-family: 'Aleo', serif;
    font-size: .9rem;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.topNavContainer .relatedLinks {
    padding: 1rem 0;
}

.topNavContainer .relatedLinks .col-sm {
    max-width: 33.33%;
    border: none;
}

.topNavContainer .relatedLinks a,
.topNavContainer .relatedLinks a:link {
    position: relative;
    background: #fff;
    color: #165751;
    font-family: 'Aleo', serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    text-align: center;
    padding: 1.5rem 1rem;
    display: block;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.topNavContainer .relatedLinks a:visited {
    color: #165751;
}

.topNavContainer .relatedLinks a:hover,
.topNavContainer .relatedLinks a:focus,
.topNavContainer .relatedLinks a:active {
    color: #ffffff;
    background: #165751;
}


/*ul.relatedLinks a,
ul.relatedLinks a:link {
    position: relative;
    font-size: 1.3rem!important;
    color: rgb(15,61,57)!important;
    padding: 1rem 0.5rem 1rem 4rem!important;
    text-align: left!important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(163,191,188)!important;
}*/


/*ul.relatedLinks a:visited {
    color: rgb(15,61,57) !important;
}
ul.relatedLinks a:hover {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:active {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:focus {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:after {
    content: normal!important;
    position: static!important;
    left: auto!important;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
ul.relatedLinks a > span {
    font: normal 0.8rem aleoitalic, Aria, sans-serif;
    display: block;
    text-transform: none;
}


ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}
ul.relatedLinks > li:nth-child(even) {
    margin-right: 0;
}*/


/****************************************************************
Main Content - Inside Pages
****************************************************************/

.mainContainer {
    position: relative;
    padding: 2rem 0 2rem;
    background: rgb(255, 255, 255) url(../images/bgInner.png) left top repeat-y;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer aside.col-sm {
    flex-grow: 0.75;
    padding: 0;
    /*background: rgb(220,230,229);*/
    background: #dce6e5;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 0 1rem 0 5rem;
}


/** Aside Menu - Inside Pages **/

ul.subSideMenu,
.adContainer.mobile {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: rgb(15, 61, 57);
    display: inline-block;
    padding: .9rem 1.5rem;
    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;
    outline: none;
}

.moreOption:hover {
    color: rgb(255, 255, 255)!important;
}

.moreOption:before {
    content: "\f067";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    content: "\f068";
    /*-webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);*/
}

ul.sideMenu a,
ul.sideMenu a:link {
    /*font: normal 400 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(15,61,57);*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    color: #165751;
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: .8rem 1.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #dce6e5;
}

ul.sideMenu a:visited {
    color: #165751;
}

ul.sideMenu a:hover {
    color: rgb(255, 255, 255);
    background: #165751;
}

ul.sideMenu a:active {
    color: rgb(255, 255, 255);
    background: #165751;
}

ul.sideMenu a:focus {
    color: rgb(255, 255, 255);
    background: #165751;
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    /*color: #e3530d;*/
    color: rgb(255, 255, 255);
    background: #165751;
}

ul.sideMenu>li.selected .moreOption {
    color: rgb(255, 255, 255);
}

ul.sideMenu>li:hover>a {
    color: rgb(255, 255, 255);
    background: #165751;
}

ul.sideMenu>li:hover .moreOption {
    color: rgb(255, 255, 255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    /*font: italic 700 0.9rem 
    color: rgb(9,36,33)!important;*/
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: .9rem;
    font-weight: 400;
    font-style: italic;
    color: #165751 !important;
    text-transform: capitalize;
    padding: .6rem 2rem !important;
    display: block;
    background: #a3bfbc !important;
}

ul.subSideMenu a:visited {
    color: #165751 !important;
}

ul.subSideMenu a:hover {
    color: rgb(255, 255, 255)!important;
    background: #688f8b !important;
}

ul.subSideMenu a:active {
    color: rgb(255, 255, 255) !important;
    background: #688f8b !important;
}

ul.subSideMenu a:focus {
    color: rgb(255, 255, 255) !important;
    background: #688f8b !important;
}

ul.subSideMenu>li.selected a {
    color: rgb(255, 255, 255) !important;
    background: #688f8b !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/

.headerContent {
    /*padding: 1.5rem 0.8rem;*/
    border-bottom: 1px solid #989897;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    /*font: normal 1.3rem 'Aleo Regular', Arial, sans-serif;
    color: rgb(15,61,57);
    display: block;*/
    display: block;
    font-family: 'Aleo', serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    color: #266361;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ol.breadCrumb a:visited {
    /*color: rgb(15,61,57);*/
    color: #266361;
}

ol.breadCrumb a:hover {
    color: rgb(227, 83, 13);
}

ol.breadCrumb a:active {
    color: rgb(227, 83, 13);
}

ol.breadCrumb a:active {
    color: rgb(227, 83, 13);
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #e3530d;
    margin-right: 1rem;
    margin-left: 1rem;
    font-weight: 400;
}

ol.breadCrumb {
    float: left;
}

ol.breadCrumb>li {
    float: left;
}

ol.breadCrumb>li:first-child a:before {
    content: "\f015";
    margin-left: 0;
    font-weight: 700;
}

ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

ol.breadCrumb>li:last-child a {
    color: #e3530d;
}

.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    color: #e3530d;
    font-size: 1.125rem;
}

.btnPrint:before {
    content: "\f02f";
    font-weight: 700;
}

ul.textResizer {
    float: right;
}

ul.textResizer>li {
    float: left;
    margin-right: 0.2rem;
}

ul.textResizer>li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.688em/0 'Open Sans', Arial, sans-serif;
    color: #266361;
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Aleo Regular', Arial, sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: rgb(15, 61, 57);
}

ul.textResizer a:hover {
    color: rgb(227, 83, 13);
}

ul.textResizer a:active {
    color: rgb(227, 83, 13);
}

ul.textResizer a:focus {
    color: rgb(227, 83, 13);
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 0.688rem;
}

ul.textResizer a.medium-text {
    font-size: 1rem;
}

ul.textResizer a.large-text {
    font-size: 1.3rem;
}

ul.textResizer a.textresizer-active {
    color: rgb(227, 83, 13);
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}

ul.phoneColsList {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.phoneColsList li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
    display: block;
    width: 100%;
}

ul.phoneColsList>li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
    font-weight: 700;
    line-height: 2;
}

.footerMiddle {
    padding-top: 11rem;
    background: rgb(255, 255, 255) url(../images/bgApp.png) left top no-repeat;
    background-size: cover;
}

.footerMiddle h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footerMiddle h2 span {
    font-family: 'Aleo', serif;
    font-size: 2.188rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    display: block;
    margin-top: 0.2rem;
    letter-spacing: 4px;
}

.footerMiddle .cleft p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    line-height: 2;
}

.footerMiddle .cleft .enewsreg {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
}

.footerMiddle .cright p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 1.5rem;
}


/*.footerMiddle .col-sm:first-child a{
    margin-right: 2rem;
    width: 43%;
    position: relative;
    display: inline-block;
}*/

.footerMiddle .col-sm .mobile-apps>a.appStore,
.footerMiddle .col-sm .mobile-apps>a.appStore:link,
.footerMiddle .col-sm .mobile-apps>a.playStore,
.footerMiddle .col-sm .mobile-apps>a.playStore:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    background: #018ab6;
    padding: 1.2rem 2rem 1.2rem 4.5rem;
    display: inline-block;
    color: #fff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    position: relative;
    line-height: 1.2;
    letter-spacing: 2px;
}

.footerMiddle .col-sm .mobile-apps>a.playStore {
    margin-right: 0;
}

.footerMiddle .col-sm .mobile-apps>a.playStore:visited,
.footerMiddle .col-sm .mobile-apps>a.appStore:visited {
    color: #ffffff;
}

.footerMiddle .col-sm .mobile-apps>a.playStore:hover,
.footerMiddle .col-sm .mobile-apps>a.appStore:hover,
.footerMiddle .col-sm .mobile-apps>a.playStore:active,
.footerMiddle .col-sm .mobile-apps>a.appStore:active,
.footerMiddle .col-sm .mobile-apps>a.playStore:focus,
.footerMiddle .col-sm .mobile-apps>a.appStore:focus {
    background: #ee8e00;
}

.footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
.footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 2.5rem;
    transform: translateY(-50%);
}

.footerMiddle .col-sm .mobile-apps>a.appStore span.p-title,
.footerMiddle .col-sm .mobile-apps>a.playStore span.p-title {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    font-style: inherit;
    text-transform: inherit;
    color: inherit;
}

.footerMiddle .col-sm:first-child {
    max-width: 30%;
}

.footerMiddle .col-sm:nth-child(2) {
    max-width: 35%;
    text-align: center;
}

.footerMiddle .col-sm:last-child {
    max-width: 35%;
}


/*.footerMiddle > .container {
    padding: 8rem 32rem 2rem 2rem;
    background: url(../images/bgPhones.png) right bottom no-repeat;
}*/


/*.fb1.row .col-sm {
    padding-left: 2rem;
    padding-right: 2rem;
}
.fb1.row .col-sm:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
}*/

.footerBottom {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #165751;
}

.fb1.row {
    margin-bottom: 1.5rem;
}

.fb1.row .col-sm:first-child {
    max-width: 30%;
}

.fb1.row .col-sm:nth-child(2) {
    max-width: 55%;
}

.fb1.row .col-sm:last-child {
    max-width: 25%;
}

.fb2.row {
    padding-top: 1.5rem;
    /*margin-top: 2rem !important;*/
    border-top: 1px solid #50817d;
}

.fb2.row .col-sm:first-child {
    max-width: 70%;
    /*justify-content: flex-start;*/
}

.fb2.row .col-sm:last-child {
    max-width: 30%;
    text-align: right;
}

.fb2.row .col-sm {
    /*display: flex;
    align-items: center;*/
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
}

ul.footerNav li {
    float: left;
}

ul.footerNav li a:first-child {
    padding-left: 0;
}


/*.fb3.row {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}*/

.fb3.row .col-sm:first-child {
    text-align: left;
}

.fb3.row .col-sm:nth-child(2) {
    text-align: center;
}

.fb3.row .col-sm:last-child {
    text-align: right;
}

.footerBottom h2 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom .french h2 {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.footerBottom p {
    font-family: 'Aleo', serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    /*font: normal 400 0.938rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);*/
}

.footerBottom p img {
    display: inline-block;
    margin-top: 2rem;
    margin-right: 3rem;
}

.footerBottom p img+img {
    margin-right: 0;
}

.footerBottom p a span.fas {
    margin-right: 0.5rem;
}

.footerBottom a,
.footerBottom a:link {
    color: rgb(255, 255, 255);
    font-family: Open Sans;
    font-size: .9rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.footerBottom a:visited {
    color: rgb(255, 255, 255);
}

.footerBottom a:hover {
    color: #ee9e28;
}

.footerBottom a:active {
    color: #ee9e28;
}

.footerBottom a:focus {
    color: #ee9e28;
}

.btnRegister {
    border: none;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #018ab6;
    margin: 1.5rem 0 0;
    padding: 1.5rem 5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

.btnRegister:hover {
    /*border-color: rgb(201,125,12);*/
    background: #ee8e00;
}

.btnRegister:focus {
    /*border-color: rgb(201,125,12);*/
    background: #ee8e00;
}

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font-family: 'Aleo', serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    /*font: normal 1rem 'Aleo Regular', Arial, sans-serif;*/
    color: rgb(255, 255, 255);
    display: block;
    padding: 0.25rem 0.5rem;
}

ul.footerNav a:visited {
    color: rgb(255, 255, 255);
}

ul.footerNav a:hover {
    color: #ee9e28;
}

ul.footerNav a:active {
    color: #ee9e28;
}

ul.footerNav a:focus {
    color: #ee9e28;
}

ul.footerNav a:before {
    content: normal;
    margin-left: 0;
}

ul.footerNav a::after {
    content: "|";
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
    color: #fff;
}

ul.footerNav li:last-child>a:after {
    content: "";
    margin: 0;
    color: none;
}


/*ul.footerNav a:last-of-type::after {
    content: "";
    margin: 0;
}*/


/*ul.footerNav a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(121,173,174);
}*/

.footerBottom cite,
.footerBottom small {
    font-family: Open Sans;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    /*font: normal 600 0.750rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);*/
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.footerBottom cite a,
.footerBottom cite a:link {
    /*color: rgb(255,255,255);
    width: 71px;
    height: 22px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;*/
    font-size: 0.9rem;
    text-transform: uppercase;
}

.footerBottom cite a span {
    color: rgb(255, 255, 255);
    width: 71px;
    height: 22px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;
}

.footerBottom cite a:visited {
    color: rgb(255, 255, 255);
}

.footerBottom cite a:hover {
    color: #ee9e28;
}

.footerBottom cite a:active {
    color: #ee9e28;
}

.footerBottom cite a:focus {
    color: #ee9e28;
}

.socialMedia a,
.socialMedia a:link {
    font: normal 600 1.25rem 'Open Sans', Arial, sans-serif;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin: 0 0.5rem;
}

.socialMedia a:visited {
    color: rgb(255, 255, 255);
}

.socialMedia a:hover {
    color: #ee9e28;
}

.socialMedia a:active {
    color: #ee9e28;
}

.socialMedia a:focus {
    color: #ee9e28;
}

.socialMedia a.facebook::before {
    content: "\f39e";
}

.socialMedia a.twitter:before {
    content: "\f099";
}

.socialMedia a.instagram:before {
    content: "\f16d";
}

.socialMedia a.youtube:before {
    content: "\f167";
}

.socialMedia a.linkedIn:before {
    content: "\f0e1";
}

.socialMedia a.tripAdvisor:before {
    content: "\f262";
}

.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}

.municipalServices .col-5 h2,
.municipalServices .col-7 h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}

.municipalServices .col-7 h2 {
    margin-bottom: 0.5rem;
}

.municipalServices .col-5 h2 span {
    font-size: 0.9rem;
    display: block;
    padding-top: 0.5rem;
}

.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}

.roadBanCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.municipalServices .col-7 i {
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

a.inEffectLink,
a.inEffectLink:link {
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(22, 87, 81);
}

a.inEffectLink:visited {
    color: rgb(255, 255, 255);
}

a.inEffectLink:hover {
    background: rgb(38, 148, 138);
}

a.inEffectLink:active {
    background: rgb(38, 148, 138);
}

a.inEffectLink:focus {
    background: rgb(38, 148, 138);
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: rgb(227, 83, 13);
}

a.roadBanInEffect:hover {
    background: rgb(255, 100, 24);
}

a.roadBanInEffect:active {
    background: rgb(255, 100, 24);
}

a.roadBanInEffect:focus {
    background: rgb(255, 100, 24);
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/****************************************************************
Weather
****************************************************************/

#modalHeaderWeather {
    padding: 0;
}

#modalHeaderWeather .modal-header,
#modalHeaderWeather .modal-footer {
    display: none;
}

.headerWeather:before {
    content: normal;
}

ul.col2W,
ul.col2W>li,
ul.bwTabs,
ul.bwTabs>li,
ul.weatherListsHeader,
ul.weatherListsHeader>li,
ul.innerColWeatherLists,
ul.innerColWeatherLists>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}

#modalHeaderWeather .modal-body {
    padding: 0;
}

#modalHeaderWeather .modal-body .close {
    padding: 0.1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: none;
}

.btnHeaderYahooWeather {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: none;
    padding: 0.1rem;
    margin: 0;
    background: none;
}

.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
}

#modalHeaderWeather .headerWeather {
    color: rgb(255, 255, 255);
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /*background: rgb(176,211,209);*/
}

.headerWeatherCont {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d3d1+0,7aabaa+100 */
    background: #165751;
    /* Old browsers */
    background: -moz-linear-gradient(top, #165751 0%, #165751 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #165751 0%, #165751 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #165751 0%, #165751 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#165751', endColorstr='#165751', GradientType=0);
    /* IE6-9 */
}

#modalHeaderWeather .headerWeather.wi-tornado {
    background: url(../images/weather-images/wi-tornado.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-thunderstorm {
    background: url(../images/weather-images/wi-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hurricane {
    background: url(../images/weather-images/wi-hurricane.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-thunderstorm {
    background: url(../images/weather-images/wi-day-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-rain-mix {
    background: url(../images/weather-images/wi-rain-mix.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sleet {
    background: url(../images/weather-images/wi-sleet.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-dust {
    background: url(../images/weather-images/wi-dust.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-fog {
    background: url(../images/weather-images/wi-fog.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-haze {
    background: url(../images/weather-images/wi-day-haze.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-smoke {
    background: url(../images/weather-images/wi-smoke.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-windy {
    background: url(../images/weather-images/wi-windy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snowflake-cold {
    background: url(../images/weather-images/wi-snowflake-cold.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-cloudy {
    background: url(../images/weather-images/wi-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-cloudy {
    background: url(../images/weather-images/wi-night-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy {
    background: url(../images/weather-images/wi-day-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-partly-cloudy {
    background: url(../images/weather-images/wi-night-partly-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy-high {
    background: url(../images/weather-images/wi-day-cloudy-high.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-clear {
    background: url(../images/weather-images/wi-night-clear.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-sunny {
    background: url(../images/weather-images/wi-day-sunny.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-stars {
    background: url(../images/weather-images/wi-stars.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hot {
    background: url(../images/weather-images/wi-hot.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sprinkle {
    background: url(../images/weather-images/wi-sprinkle.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snow {
    background: url(../images/weather-images/wi-snow.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-storm-showers {
    background: url(../images/weather-images/wi-storm-showers.png) center bottom no-repeat;
}

.weatherText {
    font: 700 1.3em 'Open Sans';
    margin-bottom: 0;
}

.weatherText>i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.weatherCity {
    margin-bottom: 0.3rem;
}

.weatherTemp {
    font: 700 4em 'Open Sans';
    margin-bottom: 0;
}

ul.bwTabs>li {
    float: left;
    width: 33.33%;
}

.bodyContainer {
    height: 260px;
    padding: 1.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.weatherList {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

ul.innerColWeatherLists>li,
ul.weatherListsHeader>li {
    float: left;
    width: 33.33%;
}

ul.innerColWeatherLists>li:nth-child(2),
ul.weatherListsHeader>li:nth-child(2) {
    text-align: center;
}

ul.innerColWeatherLists>li:last-child,
ul.weatherListsHeader>li:last-child {
    text-align: right;
}

ul.weatherListsHeader {
    padding: 0 1.4rem 0.5rem 1.5rem;
    -webkit-transition: box-shadow 300ms ease 0s;
    -moz-transition: box-shadow 300ms ease 0s;
    -o-transition: box-shadow 300ms ease 0s;
    transition: box-shadow 300ms ease 0s;
}

.tab-pane:hover ul.weatherListsHeader {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.bwTabs {
    display: block;
    padding: 1.5rem 1rem;
    border: none;
}

ul.bwTabs a,
ul.bwTabs a:link {
    font-size: 0.9rem;
    color: #165751;
    display: inline-block;
    padding: 0 0.5rem 1rem;
}

ul.bwTabs a:visited {
    color: #165751;
}

ul.bwTabs a:hover {
    color: #165751;
}

ul.bwTabs a:active {
    color: #165751;
}

ul.bwTabs a:focus {
    color: #165751;
}

ul.bwTabs a.active {
    color: #165751;
    border-bottom: 1px solid #165751;
}

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: #165751;
}

.wlHead,
.wlText,
.col2WTitle {
    font-size: 0.75rem;
    color: #6a6a6a;
    display: block;
}

.wlHead {
    font-size: 0.7rem;
    text-transform: uppercase;
}

ul.col2W>li {
    float: left;
    width: 50%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

.col2WDesc i {
    display: inline-block;
    margin-right: 0.5rem;
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

table .council-table {
    font-size: 1em;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

table.tblAgendaMinutes td,
table.tblAgendaMinutes th {
    padding: 1em;
}

table.tblAgendaMinutes td span {
    display: none;
}

table.tblAgendaMinutes tbody td:nth-child(3),
table.tblAgendaMinutes tbody td:nth-child(4),
table.tblAgendaMinutes tbody td:nth-child(5) {
    padding-left: 2em;
}

table.tblAgendaMinutes thead tr {
    background: rgb(35, 156, 123);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

table.tblAgendaMinutes tbody {
    background: rgb(242, 242, 235);
}

table.tblAgendaMinutes tbody td {
    color: rgb(0, 35, 65);
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100% !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tblAgendaMinutes tbody td:nth-child(3),
    table.tblAgendaMinutes tbody td:nth-child(4),
    table.tblAgendaMinutes tbody td:nth-child(5) {
        padding-left: 1em;
    }
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
    table.tblAgendaMinutes thead {
        display: none;
    }
    table.tblAgendaMinutes thead tr {
        position: relative;
        top: auto;
        left: auto;
    }
    tr {
        border: none;
        border-bottom: 1px solid rgb(15, 61, 57);
    }
    .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;
}

tr td:first-child {
    /*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;
    background: rgb(255, 255, 255) url(../images/bgHighlight.png) left top no-repeat;
    background-size: cover;
    padding: 2rem 0;
    /*padding: 10rem 0 2rem;*/
}
/*added to replace carousel version*/
.highlightContainer #highlightCarousel {
    display: block;
    width: 100%;
    margin: auto;
}
.highlightContainer #highlightCarousel ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin: auto;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; /*space-between;*/
    align-items: stretch;
}
.highlightContainer #highlightCarousel ul li:nth-of-type(even) {
    color: #fff;
    background: #1e756d;
    border-radius: 0.4rem;
    width: 100%;
    max-width: 375px;
    padding: 0;
    margin: 1rem;
}
.highlightContainer #highlightCarousel ul li:nth-of-type(odd) {
    display: block;
    color: #fff;
    background: #165751;
    border-radius: 0.4rem;
    width: 100%;
    max-width: 375px;
    padding: 0;
    margin: 1rem;
}
.highlightContainer #highlightCarousel ul li:hover {
    background: #ee8e00;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
.highlightContainer #highlightCarousel ul li a,
.highlightContainer #highlightCarousel ul li a:link {
    font-family: 'Aleo', serif;
    font-size: 1.563rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    padding: 1rem;
    text-align: left;
    /* border-radius: 0.4rem; */
    display: block;
    position: relative;
}
.highlightContainer #highlightCarousel ul li a > .highlightCaption > span {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    color: inherit;
    font-size: 3rem;
    transform: translateY(-50%);
}
.highlightContainer #highlightCarousel ul li a > .highlightCaption > h3 {
    display: block;
    margin-bottom: 0;
    margin-left: 5rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    text-transform: capitalize;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.highlightContainer #highlightCarousel ul li a > .highlightCaption > h3 span {
    display: block;
    font-size: 1rem;
}


/*.highlightContainer h2 {
    text-align: center;
}
.highlightContainer h2:before {
    content:"\f5a0";
    font-weight: 400;
    display: block;
}*/


/*ul.hightlightLists > li {
    float: left;
    width: 16.66%;
    padding: 0.5px;
}*/


/*.hightlightsInnerCont a,
.hightlightsInnerCont a:link {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 0.5px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    
}*/


/*.hightlightsInnerCont a:before {
    margin:1rem;
    background: #1e756d;
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-radius:0.2rem;
    padding: 0.5px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1;
}
.hightlightsInnerCont a:after {
    content:"\f57c";
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: rgb(255,255,255);
    z-index: 2;
    font-size: 3.75rem;
}
.hightlightsInnerCont a:hover:before {
    background: rgba(0,0,0,0);
}
.hightlightsInnerCont img {
    display: inline-block;
}*/


/*.highlightContainer::before {
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    top:130%;
    width: 100%;
    height: 176px;
    display: block;
    background: url(../images/Highlightop_tree.png) left center repeat-x;
}*/
/*REMOVED ON 4.29.2024*/
/*******************************
#highlightCarousel .jcarousel {
    margin: 0;
}

#highlightCarousel .jcarousel li {
    display: block;
}

#highlightCarousel .jcarousel li a,
#highlightCarousel .jcarousel li a:link {
    font-family: 'Aleo', serif;
    font-size: 1.563rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    padding: 1.5rem 1rem 1.5rem 6.1rem;
    text-align: left;
    border-radius: 0.4rem;
    display: block;
    position: relative;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

#highlightCarousel .jcarousel li a:hover {
    background: #ee8e00;
}

#highlightCarousel .jcarousel li a h3 {
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: normal;
    text-transform: capitalize;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: inherit;
}

#highlightCarousel .jcarousel li a h3 span {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: italic;
    color: inherit;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#highlightCarousel .jcarousel li a > .highlightCaption > span {
    position: absolute;
    top: 50%;
    left: 2rem;
    color: inherit;
    font-size: 3rem;
    transform: translateY(-50%);
}

#highlightCarousel .jcarousel li a.post-1,
#highlightCarousel .jcarousel li a.post-3,
#highlightCarousel .jcarousel li a.post-5 {
    background: #1e756d;
}

#highlightCarousel .jcarousel li a.post-2,
#highlightCarousel .jcarousel li a.post-4,
#highlightCarousel .jcarousel li a.post-6 {
    background: #165751;
}

#highlightCarousel .jcarousel li a:hover {
    background: #ee8e00;
}

#highlightCarousel .jcarousel li::after {
    content: "";
    background: none;
    height: 0;
    width: 0;
}

#highlightCarousel .jcarousel li::before {
    content: "";
    background: none;
    height: 0;
    width: 0;
}
*/


/****************************************************************
MEDIA QUERY
****************************************************************/

@media only screen and (min-width:1700px) and (max-width:1880px) {}

@media only screen and (min-width:1600px) and (max-width:1700px) {}

@media only screen and (min-width:1500px) and (max-width:1600px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 2.2rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.8rem;
        padding: 1.2rem 2rem 1.2rem 4rem;
    }
}

@media only screen and (min-width:1400px) and (max-width:1500px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab{
        font-size: 2.2rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.8rem;
        padding: 1.2rem 1.2rem 1.2rem 4rem;
    }
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 2.1rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.8rem;
        padding: 1.2rem 1.2rem 1.2rem 3.5rem;
    }
}

@media only screen and (min-width:1190px) and (max-width:1300px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 2rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.7rem;
        padding: 1.2rem 1.2rem 1.2rem 3.2rem;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1190px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 1.8rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.7rem;
        padding: 1.2rem 0.5rem 1.2rem 3rem;
        letter-spacing: 0px;
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 1.2rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        font-size: 0.7rem;
        padding: 1.2rem 0.5rem 1.2rem 2.5rem;
        letter-spacing: 0px;
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (max-width:1840px) {
    h1.siteLogo,
    h1.siteLogoFR {
        width: 347px;
        height: 75px;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        font-size: 0.8rem;
        margin-right: 1rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.1rem;
		padding: 2rem 1.5rem;
    }
    #highlightCarousel .jcarousel li a >.highlightCaption > span {
        font-size: 2.5rem;
        left: 1.5rem;
    }
}

@media only screen and (max-width:1680px) {
	
    h1.siteLogo,
    h1.siteLogoFR {
        width: 321px;
        height: 70px;
    }
	
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        font-size: 0.75rem; 
    }
	
    /* .headerTop a.langTranslateBTN, */
    /* .headerTop a.langTranslateBTN:link { */
    /* font-size: 0.75rem; */
    /* }    */
	
	nav {
		padding-right: 22rem;
	}
	
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
        padding: 1.5rem 2rem;
    }
	
    .desktopNav ul.subMainMenu>li>a,
    .desktopNav ul.subMainMenu>li>a:link {
        font-size: 0.9rem;
    }
    .topNavContainer .relatedLinks a,
    .topNavContainer .relatedLinks a:link {
        font-size: 1rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1rem !important;
    }
    .idLiketoSearchBTN {
        font-size: 0.95rem;
        padding: 0.75rem 2.5rem 0.75rem 1rem;
        min-width: 265px;
    }
    .searchbtn {
        padding: 1rem 1.5rem;
    }
    .searchbtn span {
        font-size: 0.95rem;
    }
    .topNavContainer {
        min-height: 20rem;
    }
    /*ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.2rem !important;
    }
    ul.relatedLinks > li {
        height: 7.3em;
    }*/
    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }
    h2.categoryTitle .catTitleCont {
        padding: 0 1.5rem;
    }
    h2.categoryTitle {
        font-size: 1rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 2rem;
    }
    /*.frmSearch input[type="search"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }*/
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.5rem;
    }
    .btnFireRating {
        width: 170px;
        height: 170px;
    }
    .btnFireRating:before {
        width: 200px;
        height: 200px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.9rem;
    }
    #highlightCarousel .jcarousel li a > .highlightCaption > span {
        font-size: 2rem;
        left: 1.5rem;
    }
    #highlightCarousel .jcarousel li a,
    #highlightCarousel .jcarousel li a:link {
        font-size: 1.25rem;
        padding: 1.5rem 1rem 1.5rem 5rem;
    }
    #highlightCarousel .jcarousel li a h3 span {
        font-size: 0.9rem;
    }
    .footerMiddle h2 {
        font-size: 1rem;
    }
    .footerMiddle h2 span {
        font-size: 1.65rem;
    }
    .footerMiddle .cleft p,
    .footerMiddle .cright p,
    .footerMiddle .cleft .enewsreg,
    ul.phoneColsList li {
        font-size: 0.9rem;
    }
    .btnRegister {
        font-size: 0.9rem;
        margin: 1rem 0 0;
        padding: 1.25rem 4rem;
    }
    ul.phoneColsList {
        margin-bottom: 2rem;
    }
    .footerMiddle {
        padding-top: 9rem;
    }
    .footerMiddle .col-sm:last-child.cright>a:first-child {
        margin-right: 2rem;
    }
    .footerMiddle .col-sm:last-child.cright>a:last-child {
        margin-right: 0;
    }
    .footerMiddle .col-sm:last-child>a.appStore,
    .footerMiddle .col-sm:last-child>a.appStore:link,
    .footerMiddle .col-sm:last-child>a.playStore,
    .footerMiddle .col-sm:last-child>a.playStore:link {
        font-size: 0.75rem;
        padding: 1rem 1rem 1rem 3rem;
        letter-spacing: 1px;
    }
    .footerMiddle .col-sm:last-child>a.appStore span.fab,
    .footerMiddle .col-sm:last-child>a.playStore span.fab {
        font-size: 1.5rem;
    }
    .footerBottom p {
        font-size: 0.9rem;
    }
    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.9rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.9rem;
    }
    .footerBottom cite,
    .footerBottom small {
        font-size: 0.8rem;
    }
    .fb1.row .col-sm:last-child {
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width:1650px) {
    .headerTop {
        padding: 0 1rem;
    }
    .headerBottom {
        padding: 0 1rem;
    }
    .btnlinks {
        right: 1rem;
    }
}

@media only screen and (max-width:1540px) {

	 ul.mainMenu a, ul.mainMenu a:link {
		padding: 1.5rem 1.25rem;
	}
}

@media only screen and (max-width:1450px) {
    h1.siteLogo,
    h1.siteLogoFR {
        width: 285px;
        height: 61px;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        font-size: 0.65rem;
        letter-spacing: normal;
    }
    /* .headerTop a.langTranslateBTN,  */
    /* .headerTop a.langTranslateBTN:link { */
    /* font-size: 0.65rem; */
    /* } */
    .idLiketoSearchBTN {
        font-size: 0.85rem;
        padding: 0.5rem 2.5rem 0.5rem 1rem;
        min-width: 225px;
    }
	
    .searchbtn {
        padding: 1rem 1.25rem;
    }
    .searchbtn span {
        font-size: 0.85rem;
    }
	
	nav {
		padding-right: 19rem;
	}
	
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem;
        letter-spacing: 1px;
        padding: 1.5rem 1.25rem;
    }
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.9rem;
    }
    .topNavContainer .relatedLinks a,
    .topNavContainer .relatedLinks a:link {
        font-size: 0.9rem;
    }
    .topNavContainer {
        min-height: 17rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 0.9rem !important;
    }
}

@media only screen and (max-width:1400px) {
    /*h1.siteLogo, h1.siteLogoFR {
        width: 296px;
        height: 64px;
        margin: 1rem 1rem 0.2rem 2rem;
    }*/
    /*.headerTop a, .headerTop a:link {
        font-size: 0.75rem;
    }*/
    /*.headerTop a::before {
        margin-right: 0.2rem;
    }
    .desktopNav ul.subMainMenu a, .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }*/
    /*.bottomNavContainer a, 
    .bottomNavContainer a:link {
        font-size: 0.9rem!important;
    }
    ul.relatedLinks a, 
    ul.relatedLinks a:link {
        font-size: 1rem!important;
    }*/
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.3rem;
    }
    .btnFireRating {
        width: 130px;
        height: 130px;
    }
    .btnFireRating:before {
        width: 150px;
        height: 150px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.85rem;
    }
    .footerMiddle .col-sm:first-child {
        align-items: center;
    }
    .footerMiddle .col-sm:last-child {
        align-items: center;
    }
    .footerMiddle .col-sm:nth-child(2) img {
        width: 400px;
        height: 350px;
    }
    .footerMiddle h2 {
        font-size: 0.9rem;
    }
    .footerMiddle h2 span {
        font-size: 1.25rem;
    }
    .footerMiddle .cleft p,
    .footerMiddle .cright p {
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }
    ul.phoneColsList {
        margin-bottom: 1rem;
    }
    ul.phoneColsList li {
        line-height: 1;
    }
    .footerMiddle .cleft .enewsreg {
        line-height: 1.5;
    }
    .footerMiddle .cleft p,
    .footerMiddle .cright p,
    .footerMiddle .cleft .enewsreg,
    ul.phoneColsList li {
        font-size: 0.8rem;
    }
    .footerMiddle .col-sm:last-child.cright>a:first-of-type img {
        height: 55px;
        width: 170px;
    }
    .footerMiddle .col-sm:last-child.cright>a:last-of-type img {
        height: 55px;
        width: 170px;
    }
    .btnRegister {
        font-size: 0.8rem;
        margin: 1rem 0 0;
        padding: 1.1rem 3rem;
    }
    .footerBottom p {
        font-size: 0.8rem;
    }
    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.8rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.8rem;
    }
    .footerBottom cite,
    .footerBottom small {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:1330px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
       width: 309px;
       height: 67px;
       margin: 1rem 1rem 0.2rem 2rem;
    }*/
    /*headerTop a, .headerTop a:link {
        font-size: 0.7rem;
        padding: 2.5rem 0.2rem;
    }*/
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem;
    }
    .topNavContainer {
        min-height: 17rem;
    }
    /*ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1rem !important;
    }
    ul.relatedLinks > li {
        height: 6rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }*/
    h2.categoryTitle {
        min-height: 450px;
        font-size: 0.9rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.75rem;
    }
    h3.pageTitle {
        font-size: 1.5rem;
    }
    h4.searchTitle {
        font-size: 1.3rem;
    }
    /*.frmSearch {
        top: 19rem;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }*/
    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
    .mainContainer main.col-sm {
        padding: 0 1rem 0 2rem;
    }
}

@media only screen and (max-width:1300px) {
    .headerTop .col-sm:first-child {
        max-width: 25%;
    }
    .headerTop .col-sm:nth-child(2) {
        max-width: 62%;
    }
    .headerTop .col-sm:last-child {
        max-width: 13%;
    }
    /*.highlightOuterCont {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .hightlightsInnerCont {
        width: 1300px;
    }
    .highlightCaption h3 {
        font-size: 1.2rem;
    }
    .highlightCaption p {
        font-size: 0.8rem;
    }*/
    .footerBottom p {
        font-size: 0.7rem;
        margin: 0;
    }
    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.7rem;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.7rem;
    }
    .footerBottom cite,
    .footerBottom small {
        font-size: 0.7rem;
    }
    /*.footerBottom .col-sm:last-child a:first-of-type img {
        margin-left: 0;
    }

    .footerBottom .col-sm:last-child a:last-of-type img {
        margin-left: 1.5rem;
    }*/
    .fb1.row .col-sm:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:1280px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}


@media only screen and (max-width:1240px) {
	
	ul.mainMenu a, ul.mainMenu a:link {
		padding: 1.5rem 1rem;
		font-size: 0.85rem;
	}
	
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width:1190px) {
    .headerBottom {
        height: 4rem;
    }
    .headerTop .col-sm:first-child {
        max-width: 40%;
    }
    .headerTop .col-sm:nth-child(2) {
        max-width: 30%;
        justify-content: center;
    }
    .headerTop .col-sm:last-child {
        max-width: 30%;
    }
    .adContainer.mobile {
        display: block;
    }
    .adContainer.desktop {
        display: none;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link,
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 1rem;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        padding-right: 2rem;
    }
    .headerTop a.hadd:last-child {
        padding-right: 0;
    }
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu,
    .btnlinks span.p-title,
    .headerTop a.hadd span,
    .langCont a span {
        display: none;
    }
    .idLiketoSearchBTN {
        font-size: 0.9rem;
        min-width: 35px;
        padding: 1.25rem 1.25rem;
    }
    .idLiketoSearchBTN span.far {
        top: 50%;
        right: 35%;
        transform: translateY(-50%);
    }
    .searchbtn {
        padding: 1.25rem 1.25rem;
    }
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        /*margin-bottom: 0.3rem;
        margin-top: 0.5rem;*/
    }
    .headerTop>a>span {
        display: none;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: rgb(22, 87, 81);
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f067";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        content: "\f068";
        /*-webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);*/
    }
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: rgb(255, 255, 255);
    }
    nav.navOpen {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #0f3d39;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
    nav {
		padding-right: 0;
        position: fixed;
        top: 0;
        left: 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: auto;
        direction: rtl;
        z-index: 20;
        background: rgb(255, 255, 255);
    }
    ul.mainMenu {
        margin-top: 4rem;
    }
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
        /*display: none;*/
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
        /*border-bottom: 1px solid rgb(230,233,232);*/
        color: #0f3d39;
    }
    ul.mainMenu a:visited {
        color: #0f3d39;
    }
    ul.mainMenu a:hover,
    ul.mainMenu a:active,
    ul.mainMenu a:focus {
        color: rgb(255, 255, 255);
        background: #165751;
    }
    ul.mainMenu>li {
        position: relative;
    }
    ul.mainMenu>li.hasChild>a {
        padding-right: 2.5em;
    }
    ul.mainMenu>li.selected>a {
        color: rgb(255, 255, 255);
        background: #165751;
    }
    ul.mainMenu>li.selected .moreOptionMainMenu {
        color: rgb(255, 255, 255);
    }
    ul.mainMenu>li:hover>a {
        color: rgb(255, 255, 255);
        background: #165751;
    }
    ul.mainMenu>li.hasChild:hover .moreOptionMainMenu {
        color: rgb(163, 191, 188);
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        color: #0f3d39;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        background: #a3bfbc !important;
    }
    ul.subMainMenu a:visited {
        color: #0f3d39;
    }
    ul.subMainMenu a:hover {
        color: rgb(255, 255, 255);
        background: #1c7068 !important;
    }
    ul.subMainMenu a:active {
        color: rgb(255, 255, 255);
        background: #1c7068 !important;
    }
    ul.subMainMenu a:hover {
        color: rgb(255, 255, 255);
        background: #1c7068 !important;
    }
    ul.subMainMenu>li {
        position: relative;
    }
    ul.subMainMenu>li.hasChild>a {
        padding-right: 2.7rem;
    }
    ul.subMainMenu>li.selected>a {
        color: rgb(255, 255, 255);
        background: #1c7068 !important;
    }
    ul.subMainMenu>li.selected .moreOptionSubMainMenu {
        color: rgb(255, 255, 255);
    }
    ul.subMainMenu>li:hover>a {
        color: rgb(255, 255, 255);
        background: #1c7068 !important;
    }
    ul.subMainMenu>li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(163, 191, 188);
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        text-transform: none !important;
        font-weight: 400 !important;
        color: #0f3d39 !important;
        background: #dbe4e3 !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
    }
    ul.subSubMainMenu a:visited {
        color: #0f3d39 !important;
    }
    ul.subSubMainMenu>li a:hover {
        color: rgb(255, 255, 255) !important;
        background: #103f3a !important;
    }
    ul.subSubMainMenu>li.selected>a {
        color: rgb(255, 255, 255) !important;
        background: #103f3a !important;
    }
    .btnPollQuestionVote {
        font-size: 1rem;
    }
    /*.frmSearch {
        top: 13rem;
    }
    .activePopupAlert .frmSearch {
        top: 16rem;
    }
    .frmSearch input[type="search"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1.2rem;
    }*/
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
    ol.breadCrumb a::after {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    /*.footerTop h2 {
        font-size: 1.2rem;
    }
    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }

    .footerBottom h2 {
        font-size: 1.6rem;
    }
    .footerBottom p {
        font-size: 0.8rem;
    }
    .footerBottom a, 
    .footerBottom a:link {
        font-size: 0.95rem;
    }*/
    /*.socialMedia a, 
    .socialMedia a:link {
        font-size: 1.5rem!important;
    }*/
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
    .footerMiddle .col-sm:last-child.cright>a:first-of-type img {
        height: 45px;
        width: 140px;
    }
    .footerMiddle .col-sm:last-child.cright>a:last-of-type img {
        height: 45px;
        width: 140px;
    }
    .footerMiddle .col-sm:last-child>a.appStore,
    .footerMiddle .col-sm:last-child>a.appStore:link,
    .footerMiddle .col-sm:last-child>a.playStore,
    .footerMiddle .col-sm:last-child>a.playStore:link {
        font-size: 0.65rem;
        padding: 0.75rem 0.5rem 0.75rem 2.75rem;
        letter-spacing: normal;
    }
    .footerMiddle .col-sm:last-child>a.appStore span.fab,
    .footerMiddle .col-sm:last-child>a.playStore span.fab {
        font-size: 1.25rem;
    }
    .footerBottom p {
        font-size: 0.7rem;
        margin: 0;
    }
    .footerBottom a,
    .footerBottom a:link {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.6rem;
        padding: 0.25rem 0;
        letter-spacing: 1px;
    }
    .footerBottom cite,
    .footerBottom small {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }
    .footerBottom cite a,
    .footerBottom cite a:link {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
    h4.pageTitle {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width:1160px) {
    /*.headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }*/
    /*.headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }*/
    /*.headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width:1085px) {
    /*.footerMiddle h2 {
        font-size: 1rem;
    }
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }
	.quickLinks{
		display: none;
	}*/
}

@media only screen and (max-width:1050px) {
    /*.headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }*/
    /*.headerTop {
        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) {
    .footerBottom h2 {
        font-size: 1.4rem;
    }
    .pageTitle {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:1023px) {
    ul.sideMenu {
        display: none;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 2px;
        color: rgb(255, 255, 255);
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        background: #24615d;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f055";
        margin-left: 1rem;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }
    .sideMenuNav.openSideMenuIcon {
        background: #0e3430;
    }
    ul.sideMenu a,
    ul.sideMenu a:link,
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.95rem;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        padding: 0.8rem 2rem !important;
    }
    .moreOption {
        padding: 0.75rem;
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    /*ol.breadCrumb,
    ul.textResizer {
        float: none;
    }
    ul.textResizer {        
        margin-top:0.5rem;
    }*/
    ol.breadCrumb li:not(:first-child) {
        display: none;
    }
    ol.breadCrumb a::after {
        margin-right: 0;
        margin-left: 0;
        content: "";
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
    h2.categoryTitle {
        min-height: 350px;
        font-size: 0.8rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.5rem;
        display: none;
    }
    h2.categoryTitle .catTitleCont {
        padding: 0 1rem;
        bottom: 3.5rem;
        display: none;
    }
    /*.frmSearch {
        top: 12rem;
    }
    .activePopupAlert .frmSearch {
        top: 14rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.1rem;
    }*/
    h3.pageTitle {
        font-size: 1.2rem;
    }
    .municipalServices .col-5 h2,
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:991px) {
    h1.siteLogo,
    h1.siteLogoFR {
        width: 250px;
        height: 55px;
    }
    .mobile-apps {
        width: 510px;
        margin: 0 auto;
    }
    .footerMiddle {
        padding-top: 14rem;
        overflow: hidden;
    }
    .footerMiddle .col-sm:first-child {
        max-width: 70%;
        flex-basis: auto;
        order: 1;
        padding-bottom: 1rem;
        margin: 0 auto;
    }
    .footerMiddle .col-sm:last-child {
        max-width: 70%;
        flex-basis: auto;
        order: 2;
        padding-bottom: 1rem;
        margin: 0 auto;
    }
    .footerMiddle .col-sm:nth-child(2) {
        max-width: 70%;
        flex-basis: auto;
        order: 3;
        margin: 0 auto;
    }
    .btnRegister {
        font-size: 0.75rem;
        padding: 0.85rem 2rem;
    }
    .footerMiddle .col-sm:last-child a {
        margin-right: 1rem;
    }
    .footerMiddle .col-sm:last-child.cright>a:first-of-type img {
        height: 40px;
        width: 133px;
    }
    .footerMiddle .col-sm:last-child.cright>a:last-of-type img {
        height: 40px;
        width: 133px;
    }
}

@media only screen and (max-width:960px) {
    .fb1.row .flogo {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #50817d;
        padding-bottom: 1rem;
    }
    .fb1.row .col-sm:first-child {
        flex-basis: auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .fb1.row .col-sm:last-child,
    .hbr {
        display: none;
    }
    .fb1.row .col-sm:nth-child(2) p a {
        display: block;
    }
    .fb1.row .col-sm:nth-child(2) {
        flex-basis: auto;
        max-width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .fb2.row {
        border-top: none;
        padding: 0;
    }
    .fb2.row .col-sm:first-child {
        max-width: 100%;
        flex-basis: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fb2.row .col-sm:last-child {
        display: none;
    }
    ul.footerNav li {
        float: none;
    }
    ul.footerNav a,
    ul.footerNav a:link {
        display: block;
        padding: 0.25rem 0.5rem;
        text-align: center;
    }
    ul.footerNav li a:first-child {
        padding: 0.25rem 0.5rem;
    }
    ul.footerNav a::after {
        content: "";
        margin: 0;
    }
    .fb3.row .col-sm:first-child {
        padding-bottom: 1rem;
    }
    .fb3.row .col-sm:first-child,
    .fb3.row .col-sm:last-child {
        max-width: 100%;
        flex-basis: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fb3.row .col-sm:nth-child(2) {
        display: none;
    }
    .footerBottom small,
    .footerBottom cite {
        float: none;
        display: block;
        text-align: center;
        /*margin-top: 0.5rem;*/
    }
}

@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:880px) {
    .fb3.row .col-sm {
        flex-basis: auto;
    }
    .fb3.row .col-sm:first-child,
    .fb3.row .col-sm:last-child {
        text-align: center;
    }
    .fb3.row .col-sm:nth-child(2) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert>.container {
        font-size: 0.8rem;
    }
    .highlightContainer {
        padding: 5rem 0 1rem;
    }
    #highlightCarousel .jcarousel li a > .highlightCaption > span {
        font-size: 2rem;
        left: 1.5rem;
    }
    #highlightCarousel .jcarousel li a,
    #highlightCarousel .jcarousel li a:link {
        font-size: 1rem;
        padding: 1rem 1rem 1rem 4rem;
    }
    #highlightCarousel .jcarousel li a h3 span {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:767px) {
    .headerTop .col-sm:first-child {
        max-width: 50%;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        padding: 1.2rem 2rem 1.2rem 3.5rem;
        font-size: .8rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 1.5rem;
    }
    .mobile-apps {
        width: 460px;
    }
    .headerTop .col-sm:nth-child(2) {
        max-width: 25%;
        justify-content: center;
    }
    .headerTop .col-sm:last-child {
        max-width: 25%;
    }
    .popupAlert>.container {
        font-size: 0.8rem;
    }
    main img {
        display: block !important;
        float: none !important;
        margin: 0.5rem auto !important;
    }
    /*.socialMedia {
        position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 400px;
        margin: 2rem auto 0;
        display: block;
        text-align: center;
    }*/
    /*.footerBottom cite {
        margin-bottom: 1.5rem;
    }*/
    h4.pageTitle {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width:750px) {
    /*.headerContent {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }*/
}

@media only screen and (max-width:720px) {
    /*.footerMiddle > .container {
        text-align: center;
        padding: 1rem 1rem 18rem;
        background-position: center bottom;
    }*/
    /*ul.phoneColsList {
        max-width: 300px;
        text-align: left;
        display: block;
        margin: 0 auto 2rem;
    }*/
    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {
    /*.headerContent {
        display: none;
    }*/
    .sideMenuNav {
        font-size: 0.95rem;
    }
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem!important;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem!important;
    }
    .Extreme,
    .High,
    .Moderate,
    .Low {
        padding: 2rem 0;
    }
    .municipalServices .col-5,
    .municipalServices .col-7 {
        flex-basis: auto;
        max-width: 100%;
    }
    .municipalServices .col-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .roadBanCont {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        display: block;
        margin: auto;
        padding: 4rem 0;
    }
    h3.pageTitle,
    .footerBottom h2 {
        font-size: 1.1rem;
    }
    .btnRegister {
        font-size: 0.8rem;
    }
    .articlePost {
        font-size: 0.95rem;
    }
    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:630px) {
    .quickLinks {
        display: none;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link,
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 1rem;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        padding-right: 1rem;
        margin: 0;
    }
    .headerTop a.hadd:last-child {
        padding-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .footerMiddle .col-sm:first-child,
    .footerMiddle .col-sm:nth-child(2),
    .footerMiddle .col-sm:last-child {
        max-width: 90%;
    }
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }
    .adContainer img {
        width: 100%;
        margin: 0;
    }
    .btnPollQuestionVote {
        font-size: 0.9rem;
    }
    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }
    main.formPage i {
        font-size: 2.5rem;
    }
    main.formPage .textSuccess {
        font-size: 1.1rem;
    }
    .btnSearchPage span {
        display: none;
    }
    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0;
    }
    .searchPage input[type="text"] {
        padding-right: 5rem;
    }
}

@media only screen and (max-width:580px) {
    .headerBottom {
        height: 3.5rem;
    }
    .menuIcon>span {
        display: none;
    }
    .menuIcon {
        font-size: 0.75rem;
        padding: 0.75rem 0.75rem;
        top: 1.75rem;
    }
    .headerTop .col-sm:first-child {
        max-width: 55%;
    }
    .headerTop .col-sm:nth-child(2) {
        max-width: 25%;
        justify-content: center;
    }
    .headerTop .col-sm:last-child {
        max-width: 20%;
    }
    .menuIcon:before {
        margin-right: 0;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        width: 165px;
        height: 36px;
        margin: 1rem 0;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        margin-right: 0.25rem;
    }
    /*.headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }*/
    .headerTop a.hadd.hEmail {
        margin-right: 0;
    }
    .headerTop a.hadd.hEmail::before {
        margin-right: 0;
    }
}

@media only screen and (max-width:575px) {
    .searchColPages.col-sm {
        padding-right: 0;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
}

@media only screen and (max-width:530px) {
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        padding: 1.2rem 1rem 1.2rem 2.5rem;
        font-size: .7rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: 1rem;
    }
    .mobile-apps {
        width: 360px;
    }
    .popupAlert>.container {
        padding-left: 1rem;
    }
    .popupAlert>.container:before {
        content: none;
        position: static;
        display: block;
        margin-right: 0;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem;
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }
    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.9rem!important;
    }
}

@media only screen and (max-width:480px) {
    h2.categoryTitle {
        min-height: 300px;
        font-size: 0.75rem;
        letter-spacing: 2px;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.25rem;
    }
    /*.frmSearch {
        top: 10rem;
    }
    .activePopupAlert .frmSearch {
        top: 12rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.7rem;
    }
    .frmSearch button[type="submit"] {
        right: 0;
    }*/
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
    .roadBanStatus {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:470px) {
    /*.footerMiddle > .container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }*/
    .headerTop .col-sm:first-child {
        max-width: 50%;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        font-size: .7rem;
        padding-right: .7rem;
    }
}

@media only screen and (max-width:400px) {
    .footerMiddle .col-sm:first-child,
    .footerMiddle .col-sm:nth-child(2),
    .footerMiddle .col-sm:last-child {
        max-width: 99%;
    }
    ul.phoneColsList li {
        font-size: 0.7rem;
    }
    h1.siteLogo,
    h1.siteLogoFR {
        width: 137px;
        height: 26px;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore,
    .footerMiddle .col-sm .mobile-apps>a.appStore:link,
    .footerMiddle .col-sm .mobile-apps>a.playStore,
    .footerMiddle .col-sm .mobile-apps>a.playStore:link {
        padding: .8rem .5rem .8rem 2.5rem;
        font-size: .55rem;
        margin-right: .5rem;
    }
    .footerMiddle .col-sm .mobile-apps>a.playStore {
        margin-right: 0!important;
    }
    .footerMiddle .col-sm .mobile-apps>a.appStore span.fab,
    .footerMiddle .col-sm .mobile-apps>a.playStore span.fab {
        font-size: .8rem;
    }
    .mobile-apps {
        width: 286px;
    }
    .btnPollQuestionVote {
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
    }
    /*.footerMiddle > .container {
        padding-bottom: 14rem;
        -webkit-background-size: 300px 191px;
        -moz-background-size: 300px 191px;
        background-size: 300px 191px;
    }*/
    .headerTop a,
    .headerTop a:link {
        margin-right: 0.2rem;
    }
    #weather h2 {
        font-size: 0.8rem;
    }
    #weather i {
        font-size: 1.6rem;
    }
    .frmSearch {
        top: 9rem;
    }
    .activePopupAlert .frmSearch {
        top: 11rem;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link,
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 0.8rem;
    }
    .headerTop a.hadd,
    .headerTop a.hadd:link {
        padding-right: .2rem;
    }
}

@media only screen and (max-width:330px) {
    .headerTop {
        padding: 0 0rem;
    }
    .headerTop .col-sm:first-child {
        padding-left: 10px;
    }
}