﻿/*********************************************************
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/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(37,37,37);
    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;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #252525;
    padding: 0;
    margin: 0 0 1rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
.categoryTitle:before {
    content: "";
    position: absolute;
    bottom: -4rem;
    right: 0;
    height: 300px;
    width: 300px;
    display: block;
    background: url(../images/banner-logo.png) right bottom no-repeat;
    background-size: cover;
	opacity: .6;
}
h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 400px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    color: rgb(255,255,255);
    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/*h2.categoryTitle:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51px;
    display: block;
    background: url(../images/bgBackgroundInnerPages.png) left bottom repeat-x;
}*/
h2.categoryTitle .catTitleCont {
    position: absolute;
    top: auto;
    left: 0;
    /*-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    display: block;
    bottom: 0;
    text-align: left;
    background: linear-gradient(to top, rgba(7, 58, 78, 0.55),rgba(7, 58,78,0.55),rgba(7, 58, 78,0.01));
}
h2.categoryTitle .subCatTitle {
    font: italic 400 2rem 'Open Sans', Arial, sans-serif;
    display: block;
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgb(15,61,57);
    display: block;
    margin-bottom: 1.5rem;
}

/* styling for content area tables */
table th {
    background: rgb(15,61,57);
	color: rgb(255,255,255);
}
/* end */
p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 600;
    /*color: #252525;*/
    color: #267198;
    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: #267198;
}
a:hover,
ul.directory-list button:hover {
    color: #86ab40;
    text-decoration: none;
}
a:active,
ul.directory-list button:active {
    color: #86ab40;
}
a:focus,
ul.directory-list button:focus {
    color: #86ab40;
    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: 1455px;
}
.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: 12rem;
	right: 1rem;
	color: rgb(255,255,255);
	cursor: pointer;
	padding: 0.8rem 1rem;
	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: #efcc32;
	font-size: 1rem;
}
.btnScrollup:hover {
    color: rgb(255,255,255);
    background:#86ab40;
}
.btnScrollup:focus {
    color: rgb(255,255,255);
    background: #86ab40;
}



header.masterHeader {
    position: fixed;
    z-index: 10;
    width: 100%;   
    background: -moz-linear-gradient(to bottom, rgba(38, 113, 152, 0.85) 40%, rgba(0, 0, 0, 0) 100%);                       
    min-height: 14rem;
    background: -webkit-linear-gradient(to bottom, rgba(38, 113, 152, 0.85) 40%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(38, 113, 152, 0.85) 40%,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#1e2b4085", endColorstr = "#00000000", GradientType = 0);                       
}

.headerTop {
    position: relative;
    /*padding: 1rem 2rem;
    background:transparent;*/
}

.headerBottom {
    position: relative;
    /*background: rgb(255,255,255);*/
}

.footerMiddle {
    padding-top: 2rem;
    background: rgb(255,255,255) url(../images/bgTrees.png) left bottom repeat-x;
}
.footerMiddle > .container {
    padding: 8rem 32rem 2rem 2rem;
    background: url(../images/bgPhones.png) right bottom no-repeat;
}

.footerBottom {
    position: relative;
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
    background: #094c66;
}
.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);
}



.fb2.row {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.fb2.row .col-sm:first-child {
    text-align: left;
}
.fb2.row .col-sm:nth-child(2) {
    text-align: center;
}
.fb2.row .col-sm:last-child {
    text-align: right;
}
.contLeft{
    width:38.5%;
    float:left;
}
.contRight{
    width:38.5%;
    float:right;

}
.headerTop .contLeft a,
.headerTop .contLeft a:link,
.headerTop .contRight a,
.headerTop .contRight a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    color: rgb(255,255,255);
    display: inline-block;
    /*margin-right: 1.5rem;*/
    padding: 1.25rem 3.95rem;
}
.headerTop .contRight a,
.headerTop .contRight a:link{
    padding: 1.25rem 6rem;
}
.headerTop .contLeft a:visited,
.headerTop .contRight a:visited{
    color: rgb(255,255,255);
}
.headerTop .contLeft a:hover,
.headerTop .contRight a:hover {
    color: #efcc32
}
.headerTop .contLeft a:active,
.headerTop .contRight a:active {
    color: #efcc32;
}
.headerTop a.hFax.mobile{
    display:none;
}

.headerTop a:before {
    font-size: 0.875rem;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0.5rem;
}
.headerTop a.hMap:before {
    content: "\f3c5";
}
.headerTop a.hPhone:before {
    content: "\f095";
}
.headerTop a.hFax:before {
    content: "\f1ac";
}
.headerTop a.hEmail:before {
    content: "\f0e0";
}
.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}
/*loading - start*/
.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 15px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}  20% { 
		-webkit-transform: scaleY(1.0);
		transform: scaleY(1.0);
	}
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    -webkit-transform: scaleY(0.4);
	transform: scaleY(0.4);
  }  20% { 
    -webkit-transform: scaleY(1.0);
	transform: scaleY(1.0);
  }
}
/*loading - end*/
.langCont {
    float: right;
}
.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: rgb(255,255,255);
}
.headerTop a.langTranslateBTN.selected-lan {
    color: rgb(252, 176, 64);
}



h1.siteLogo,
h1.siteLogoFR {
    position:absolute;
    /*float: left;*/
    width: 395px;
    height: 184px;
    display: inline-block;
    margin: 0;
}
h1.siteLogo > a:before {
    content: normal;
}
h1.siteLogo > a,
h1.siteLogoFR > a {
    font-size: 0.8rem;
    line-height: 1;
    width: inherit;
    height: inherit;
    color: #fff;
    display: block;
    padding-top: 0.8rem;
    font-weight: 100;
    text-indent: -9999rem;
    background: url(../images/logo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

h1.siteLogo > a span {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

h1.siteLogoFR > a {
    background: url(../images/French-River-FR.png) left center no-repeat;
}

.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}
.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}
.quickLinks.desktopQl {
    position: relative;
    /*top: 40%;
    left: 0;
    z-index: 5;*/
    background: #cbd6d6;
    max-width: 33%;
}
.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.desktopQl a,
.quickLinks.desktopQl a:link {
    position: relative;
    /*width: 50px;
    height: 50px;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    color: #252525;
    text-align: left;
    display: block;
    /*margin-bottom: 0.5em;*/
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    z-index: 2;
    width: 100%;
    padding: 1.8rem 1rem 1.8rem 9rem;
    /*background: rgb(1,138,182);*/
}


.quickLinks.desktopQl a:visited {
    color: #252525;
}
.quickLinks.desktopQl a:hover {
    color: #86ab40;
}
.quickLinks.desktopQl a:active {
    color: #86ab40;
}
.quickLinks.desktopQl a:focus {
    color: #86ab40;
}
.quickLinks.desktopQl a:last-of-type {
    margin-bottom: 0;
}

.quickLinks.desktopQl a i {
    position: absolute;
    top: 50%;
    left: 3rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
    font-size: 2.5rem;
    color: #094c66;
    font-weight: 700;
}
.quickLinks.mobileQl{
    display:none;
}
.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: 100%;
    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: #cbd6d6;
    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 */

.idLiketoSearchContainer.desk{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding:0;
    margin:0;
}
.idLiketoSearchContainer .col-sm{
	background: #083b4e;	
}
.idLiketoSearchContainer .col-sm:first-child {
    max-width: 12%;
    background: #86ab40;
    text-align: center;
    padding: 0.75rem 0;
}
    .idLiketoSearchContainer .col-sm:first-child a {
        font-family: 'Open Sans', Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.125rem;
        letter-spacing: 1px;
        padding-left: 1rem;       
    }
.idLiketoSearchContainer .col-sm:nth-child(2){	
	max-width: 21%;
	background: #267198;	
}
.idLiketoSearchContainer .SrchText{
	width:100%;
	padding: 0 0.5rem 0 4rem;
}
.idLiketoSearchContainer .SrchText input[type="search"] {
    width: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.063rem;
    color: #ffffff;
    padding: 0.55rem 0.55rem;
    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;
    background: none;
}
.idLiketoSearchContainer .SrchText input[type="search"]::placeholder {    
    color: #ffffff !important;   
}
.idLiketoSearchContainer .SrchText i {
    position: absolute;
    left: 2rem;
    top: 1.6rem;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
    .idLiketoSearchContainer .col-sm:nth-child(2) a {
        font-family: 'Open Sans', Arial, sans-serif;
        font-style: italic;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 1.063rem;
        padding: 1rem 1rem 1rem 3rem;
    }
    .idLiketoSearchContainer .col-sm:nth-child(2) a span {
        font-weight:400;
    }
    .idLiketoSearchContainer .col-sm:last-child a {
        
        padding: 1rem 1rem 1rem 4.5rem;
    }
    .idLiketoSearchContainer .col-sm a {
        font-family: 'Open Sans', Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.125rem;
        padding: 1rem 1rem 1rem 6rem;
        position: relative;
        display: block;
        color: #ffffff;
        line-height: 22px;
    }
        .idLiketoSearchContainer .col-sm a:visited {
            color: #ffffff;
        }
        .idLiketoSearchContainer .col-sm a:hover {
            color: #bed9e8;
        }
        .idLiketoSearchContainer .col-sm a:focus {
            color: #bed9e8;
        }
        
    .idLiketoSearchContainer .col-sm a:before {
        content:none;
        margin:0;
        padding:0;
    }
        .idLiketoSearchContainer .col-sm a span {
            font-family:inherit;
            font-style: inherit;
            font-weight: 700;
            font-size: inherit;
            display: block;            
        }
    .idLiketoSearchContainer .col-sm a i {
        position: absolute;
        display: inline-block;
        top: 1rem;
        left: 1rem;
        font-size: 3.125rem;
    }
    .idLiketoSearchContainer .col-sm:first-child a i {
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        font-size: 1.125rem;
    }
    .idLiketoSearchContainer .col-sm:nth-child(2) a i {
        position: absolute;
        display: inline-block;
        top: auto;
        left: 1rem;
        font-size: 1.563rem;
    }
    .idLiketoSearchContainer .col-sm:nth-child(3) a i {
        color: #fff;
    }
    .idLiketoSearchContainer .col-sm:nth-child(3) a span {
        color: #fff;
    }
    .idLiketoSearchContainer .col-sm:nth-child(4) a i {
        color: #fff;
    }
    .idLiketoSearchContainer .col-sm:nth-child(4) a span {
        color: #fff;
    }
    .idLiketoSearchContainer .col-sm:last-child a div {
        display: inline-block;
        font-size: 1.375rem;
    }
        .idLiketoSearchContainer .col-sm:last-child a div.txt span,
        .idLiketoSearchContainer .col-sm:last-child a div cite, 
        .idLiketoSearchContainer .col-sm:last-child a div i {
            color: #ffffff;
        }
        .idLiketoSearchContainer .col-sm:last-child a div i.icn {
            font-size: 3rem;
            top:0.8rem;
        }
        .idLiketoSearchContainer .col-sm:last-child a div i.celc {
            left: auto;
            top: auto;
            bottom: 25%;
            font-size: 1.375rem;
        }
        .idLiketoSearchContainer .col-sm:last-child a div cite {
            position: relative;
            top: 0;
        }

        .idLiketoSearchContainer .col-sm:last-child a div.txt {
            position: relative;
            display: inline-block;
            font-size: 1rem;
            margin-left:1.5rem;
        }
.idLiketoSearchContainer .col-sm:first-child a span,
.idLiketoSearchContainer .col-sm:nth-child(2) a span{	
	display:inline-block;
    padding-left:0.5rem;
}
.idLiketoSearchContainer.mob {
    position: relative;
    display: none;
}
    .idLiketoSearchContainer.mob .col-sm {
        position: relative;
        display: none;        
    }
    .idLiketoSearchContainer.mob .col-sm:first-child {       
        max-width: 40%;
    }
        .idLiketoSearchContainer.mob .col-sm:nth-child(2) {
            max-width: 60%;
            
        }
.idLiketoSearchContainer.fireStat{
    position:relative;
    display:none;
}

    .idLiketoSearchContainer.fireStat .col-sm:first-child,
    .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) {
        max-width: 100%;
        background: #083b4e;
        text-align: left;
    }

        .idLiketoSearchContainer.fireStat .col-sm a,
        .idLiketoSearchContainer.fireStat .col-sm:first-child a,
        .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a,
        .idLiketoSearchContainer.fireStat .col-sm:last-child a {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 1.25rem;
            font-weight: 400;
            font-style: normal;
            text-transform: capitalize;
            padding: 1.5rem 1rem 1.5rem 7.5rem;
            line-height: 25px;
            -webkit-transition: color 300ms ease 0s;
            -moz-transition: color 300ms ease 0s;
            -o-transition: color 300ms ease 0s;
            transition: color 300ms ease 0s;
        }
        .idLiketoSearchContainer.fireStat .col-sm a span{
            display:block;
            padding:0;
            color:#ffffff;
            font-weight:700;
        }
            .idLiketoSearchContainer.fireStat .col-sm a i,
            .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i,
            .idLiketoSearchContainer.fireStat .col-sm:first-child a i {
                position: absolute;
                top: 50%;
                left: 2rem;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                margin-left: 0;
                font-size: 3rem;
                font-weight: normal;
                color: #ffffff;
            }
    .idLiketoSearchContainer.fireStat .col-sm:last-child a {
        padding: 1.5rem 1rem 1.5rem 2.8rem;        
    } 
             .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt,
            .idLiketoSearchContainer.fireStat .col-sm:last-child a div {
                font-size: 1.25rem;                
            }
                .idLiketoSearchContainer.fireStat .col-sm:last-child a div i.icn {
                    font-size: 2rem;
                    top: 1rem;
                    position: relative;
                    display: block;
                    left: 0;
                }
                .idLiketoSearchContainer.fireStat .col-sm:last-child a div i.celc {
                    bottom: 20%;                   
                    margin: 0;
                    font-size:1.25rem
                }
                .idLiketoSearchContainer.fireStat .col-sm:last-child a div cite {
                    color:#ffffff;
                }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a:hover {
            color: #bed9e8;
        }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt {
            margin-left: 1.5rem;
        }
/*
            
            
            ul.idLiketoSearchContainer > li{
    width: 22%;
    float: left;
    list-style: none;
}
ul.idLiketoSearchContainer > li:nth-child(1) {
    width: 12%;
    float: left;
    list-style: none;
}
ul.idLiketoSearchContainer > li:nth-child(2) {
    background: rgb(118,153,15) url(../images/bgSearchWhite.png) 1.1em center no-repeat;
    width:22%;
    float:left;
}*/
.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-family:'Open Sans', Arial, sans-serif;
    font-style:italic;
    font-weight:600;
    /*font-size:1.125rem;*/
    color: rgb(22,87,81);
    padding: 0.55rem 3rem 0.55rem 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: #f2f5f7;
}
.frmSearch input[type="search"]:focus {
    background: #f2f5f7;
}
.frmSearch input::placeholder {
    color: #263238 !important;
}
::-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)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
}
::-moz-placeholder { 
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
}
:-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)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
}
:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
    opacity: 1!important;
}
.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;
    background: #094c66;
}
.footerTop  .container {
    min-height: inherit;
}
.footerTop h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.563rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    margin:0;
    line-height: 10px;
}
.footerTop h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.813rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
}
.footerTop p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.063rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
}
.footerTop .EmerAlert p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin:0;
}
.footerTop .EmerAlert li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    color: rgb(255,255,255);
}
.footerTop .EmerAlert ul {
    list-style: none;
    line-height: 2;
    padding:0;
    margin:0;    
}
   
.footerTop .EmerAlert ul li:before{
    content:"";
    /*font-size:2rem;*/
    position:relative;
    display:inline-block;
    left:0;
   margin-right:1rem;
}
    .footerTop .EmerAlert ul li:first-child:before {
        background: url(../images/alert-1.jpg);
        height: 15px;
        width: 15px;
    }
    .footerTop .EmerAlert ul li:nth-child(2):before {
        background: url(../images/alert-2.jpg);
        height: 15px;
        width: 15px;
    }
    .footerTop .EmerAlert ul li:last-child:before {
        background: url(../images/alert-3.jpg);
        height: 15px;
        width: 15px;
    }
.registerNow {
    padding: 2rem 6rem 2rem 0;
}

.pollQuestionCont {
    padding: 2rem 7.5rem 2rem 2rem;
}
.EmerAlert {
    padding: 2rem 2rem 1rem 4rem;
}
.EmerAlert img {
    position: absolute;
    display: block;
    width:107px;
    height:164px;
}
.EmerLeg {
    position: relative;
    /* display: block; */
    /* padding-left: 13rem; */
    padding-top: 1.5rem;
	float:right;
}
.pollQuestionCont i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.btnRegister {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 2rem 0 0 0;
    padding: 1rem 3rem;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #86ab40;
    letter-spacing: 1px;
}

.btnRegister:hover {
    background: #efcc32;
}

.btnRegister:focus {
    background: #efcc32;
}
.btnPollQuestionVote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    display: block;
    /*margin: auto;*/
    padding: 1rem 3rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    margin-top: 2rem;
    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: #86ab40;
    letter-spacing: 1px;
}
.btnPollQuestionVote:hover {
    background: #efcc32;
}
.btnPollQuestionVote:focus {
    background: #efcc32;
}


/** Model Search **/
#btnSearch .modal-header {
    border-bottom: none;
}
#btnSearch .modal-footer {
    display: none;
}
#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/
/*.menuIcon,*/
/*.closeNav,*/
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
.desktopNav ul.subSubMainMenu,
/*.desktopNav ul.mainMenu > li:first-child,*/
ul.mainMenuCol2 h3 {
    display: none;
}



.menuIcon {
    position: absolute;
    top: -3.5rem;
    right: 0;
    /*right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    /*-webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;*/
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: none;
    letter-spacing: 1px;
}
.menuIcon:visited {
    color: rgb(255,255,255);
}
    .menuIcon:hover {
        color: #efcc32;
    }
    .menuIcon:focus {
        color: #efcc32;
    }
.menuIcon:before {
    content: "\f0c9";  
    margin-right:0.3rem;
}

nav {
    position: fixed;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 0;
    -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 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: 10;	
	width: 370px;
}
    nav.navOpen {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

.desktopNav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -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);
    background: #267198;
}

nav.navOpen .desktopNav {
    -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);
}


.desktopNav .innerDesktopNavContainer {
    position: relative;
    height: 100%;
}
.desktopNav ul.mainMenu {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
    background: #267198;
}
.closeNav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    color: #0a4a63;
    padding: 0.5em;
    margin: 0.5rem 0.5rem 0.5rem 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 5;
}
.closeNav:hover {
    color: rgb(255,255,255);
}
/*.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: rgb(220,230,229);
}
.topNavContainer > .container {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
}
.bottomNavContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #86ab40;
}
.bottomNavContainer .container {
    padding: 0;
}
.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1.25rem !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-weight:700 !important;
    color: rgb(255,255,255) !important;
    text-align: left !important;
    padding: 2rem !important;
    display: block !important;
    border-left: none !important;
    transition-property: color !important;
    background: none !important;
    text-transform: uppercase !important;
}
.bottomNavContainer a:visited {
    color: rgb(255,255,255)!important;
}
.bottomNavContainer a:hover {
    color: #0a4a63 !important;
}
.bottomNavContainer a:active {
    color: #0a4a63 !important;
}
.bottomNavContainer a:focus {
    color: #0a4a63 !important;
}
.bottomNavContainer a:after {
    content: "\f055" !important;
    position: static !important;
    font-size: 1.5rem;
    left: auto !important;
    right: auto;
    bottom: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    color: rgb(255,255,255) !important;
    display: block !important;
    margin-top: 1rem !important;
    background: none !important;
    height: auto !important;
    width: auto !important;
    text-align: center !important;
}
.bottomNavContainer a:before{
    content:normal !important;
    margin:0;
    padding:0;
    background:none !important;
}

ul.mainMenu a, ul.mainMenu a:link {
    /*position: relative;*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    font-style: normal;
    color: rgb(255,255,255);
    display: block;
    text-transform: capitalize;
    text-align: left;
    vertical-align: middle;
    padding: 1.5rem 4rem;
    /*-webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;*/
}
ul.mainMenu a:visited {
    color: rgb(255,255,255);
}
ul.mainMenu a:hover {
    color: #86ab40;
}
ul.mainMenu a:active {
    color: #86ab40;
}
ul.mainMenu a:focus {
    color: #86ab40;
}

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}

/*nav i:empty {
    display: none;
}*/

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu > li:first-child a {
    margin-top: 4em;
}

.desktopNav ul.mainMenu > li:hover a:not(.home)::before {
    content: "";
    position: absolute;
    top: auto;
    left: -1.7rem;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    /*z-index: 1;*/
    background: url(../images/menu-hover.png) no-repeat left center;
    width: 28px;
    height: 55px;
}
/*.desktopNav ul.mainMenu > li:hover:before {
    content: "";    
}*/

/*.desktopNav ul.mainMenu > li:hover > a:not(.home)::after {
    content:"";
    
}*/
.desktopNav ul.subMainMenu > li > a:before, .desktopNav ul.subMainMenu > li:hover a:before {
    content: normal !important;
    height: 0 !important;
    width: 0 !important;
    background: none !important;
}
/*.desktopNav ul.mainMenu > li {
   float: left;
    height: 10rem;
    display: table;
}
.desktopNav ul.mainMenu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb(220,230,229);
    display: block;
    z-index: 1;
}*/
/*.desktopNav ul.mainMenu > li:hover a:after {
    content: "";
    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: #86ab40;
    /*background: rgb(15,61,57);*/
}
.desktopNav ul.mainMenu > li:first-child:hover a::after {
    background: none;
    height: unset;
    width: unset;
}
.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}
.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .innerNavContainer,
.desktopNav ul.mainMenu > li:hover .innerNavContainer {
    /*left: -89%;*/
    -webkit-transform: translate3d(-212%,0,0);
    -moz-transform: translate3d(-212%,0,0);
    -ms-transform: translate3d(-212%,0,0);
    -o-transform: translate3d(-212%,0,0);
    transform: translate3d(-212%,0,0);
}
.innerNavContainer {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 330px;
    height: 100%;
    padding-top: 8.5em;
    padding-bottom: 9.5em;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -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);
    z-index: -1;
    background: #0a4a63;*/	
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 330px;
	height: 100%;
	padding-top: 10em;
	padding-bottom: 9.5em;
	-webkit-transition: transform 500ms ease 0s;
	-moz-transition: transform 500ms ease 0s;
	-o-transition: transform 500ms ease 0s;
	transition: transform 500ms ease 200ms;
	-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);
	z-index: -1;
	background: #0a4a63;
}
.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;
    font-size: 1.188rem;
    color: rgb(255,255,255) !important;
    border-left: none;
    display: block;
    padding: 0.85rem 1.1rem 0.85rem 2.5rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
}
.desktopNav ul.subMainMenu a:visited {
    color: rgb(255,255,255)!important;
}
.desktopNav ul.subMainMenu a:hover {
    color: #86ab40 !important;
}
.desktopNav ul.subMainMenu > li > a:after {
    content: ""!important;
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    color: rgb(163,191,188)!important;
}

.desktopNav ul.subMainMenu > li.selected a {
    color: #86ab40 !important;
}


/*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 i {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%) ;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}
ul.relatedLinks > li:nth-child(even) {
    margin-right: 0;
}*/


/****************************************************************
Main Content - Inside Pages
****************************************************************/
.mainContainer {
    position: relative;
    padding: 0;
    background: rgb(255,255,255);
}
.mainContainer.search-page, .mainContainer .formPage {
    padding: 0 3rem 1rem 3rem;
}
.mainContainer .row {
    margin: 0;
}
.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}
.mainContainer aside.col-sm {
    flex-grow: 0.85;
    padding: 0;
    background: rgb(220,230,229);
}
.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 1rem 11rem 1rem 3rem;
}


/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.125rem;
    color: #267198;
    display: inline-block;
    padding: 0.8rem;
    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;
    font-weight: 600;
}
.moreOption:hover {
    color: rgb(255,255,255)!important;
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    color: #252525;
    display: block;
    padding: 0.8rem 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(220,230,229);
    letter-spacing: 1px;
}
ul.sideMenu a:visited {
    color: #252525;
}
ul.sideMenu a:hover {
    color: rgb(255,255,255);
    background: #86ab40;
}
ul.sideMenu a:active {
    color: rgb(255,255,255);
    background: #86ab40;
}
ul.sideMenu a:focus {
    color: rgb(255,255,255);
    background: #86ab40;
}

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu > li.selected a {
    color: rgb(255,255,255);
    background: #86ab40;
}
ul.sideMenu > li.selected .moreOption {
    color: rgb(255,255,255);
}

ul.sideMenu > li:hover > a {
    color: rgb(255,255,255);
    background: #86ab40;
}
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: rgb(255,255,255) !important;
    padding: 1rem !important;
    display: block;
    background: #094c66 !important;
    padding: 0.8rem 1rem 0.8rem 2rem !important;
    letter-spacing:0;
}
ul.subSideMenu a:visited {
    color: rgb(255,255,255) !important;
}
ul.subSideMenu a:hover {
    color: rgb(255,255,255) !important;
    background: #7da2a1 !important;
}
ul.subSideMenu a:active {
    color: rgb(255,255,255) !important;
    background: #7da2a1 !important;
}
ul.subSideMenu a:focus {
    color: rgb(255,255,255) !important;
    background: #7da2a1 !important;
}
ul.subSideMenu > li.selected a {
    color: rgb(255,255,255) !important;
    background: #7da2a1 !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 1.5rem 0rem;
}
h4.pageTitle {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.813rem;
    color: #252525;
    border-bottom: 1px solid #cbd6d6;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}
ol.breadCrumb a,
ol.breadCrumb a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: #252525;
    display: block;
}
ol.breadCrumb a:visited {
    color: #252525;
}
ol.breadCrumb a:hover {
    color: #86ab40;
}
ol.breadCrumb a:active {
    color: #86ab40;
}
ol.breadCrumb a:focus {
    color: #86ab40;
}
ol.breadCrumb a:after {
    content: "\f105";
    color: #efcc32;
    margin: 0 0.65rem;
    font-weight: 400;
}

ol.breadCrumb > li:last-child a {
    color: #86ab40;
}
ol.breadCrumb {
    float: left;
}
ol.breadCrumb > li {
    float: left;
}
/*ol.breadCrumb > li:first-child a:before {
    content: "\f015";
    margin-left: 0;
}*/
ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}


.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    top: -7px;
}
.btnPrint:before {
    content:"\f02f";
}
.btnPrint:hover{
    color:#86ab40;
}
ul.textResizer {
    float: right;
}
ul.textResizer > li {
    float: left;
    margin-right: 0.5rem;
}
ul.textResizer > li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 600 1.063em/0 'Open Sans', Arial, sans-serif;
    color: #252525;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing:1px;
}
ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
}
ul.textResizer a:visited {
    color: #252525;
}
ul.textResizer a:hover {
    color: #86ab40;
}
ul.textResizer a:active {
    color: #86ab40;
}
ul.textResizer a:focus {
    color: #86ab40;
}

ul.textResizer span {
    margin-right: 0.5rem;
}
ul.textResizer a.small-text {
    font-size: 1.125rem;
}

ul.textResizer a.medium-text {
    font-size: 1.5rem;
}

ul.textResizer a.large-text {
    font-size: 1.75rem;
}
ul.textResizer a.textresizer-active {
    color: #86ab40;
}
#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}
.articlePost h1{
   font-size:2rem;
} 

ul.phoneColsList {
    margin-bottom: 2rem;
}
ul.phoneColsList > li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
}

.footerBottom h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    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: 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 a,
.footerBottom a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(255,255,255); 
    text-transform:uppercase;
   
}
.footerBottom a:visited {
    color: rgb(255,255,255);
}
.footerBottom a:hover {
    color: #86ab40;
}
.footerBottom a:active {
    color: #86ab40;
}
.footerBottom a:focus {
    color: #86ab40;
}
.footerBottom a span{
    font-weight:400;
    text-transform:capitalize;
     margin-left:0.3rem;
}
.footerBottom a span span.sepr, 
.footerBottom span.sepremail {
    display: block;
    margin: 0;
}
.footerBottom .socialhide{
    display:none;
}
ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font: normal 1rem 'Aleo Regular', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
    padding: 0.5rem;
}
ul.footerNav a:visited {
    color: rgb(255,255,255);
}
ul.footerNav a:hover {
    color: rgb(35,183,169);
}
ul.footerNav a:active {
    color: rgb(35,183,169);
}
ul.footerNav a:focus {
    color: rgb(35,183,169);
}

ul.footerNav a:before {
    content: normal;
    margin-left: 0;
}
ul.footerNav a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(121,173,174);
}

.footerBottom .footerBottomBorder {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 1rem 0 6rem;
}


.footerBottom small, .footerBottom cite {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:0.750rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: block;
    margin-top: 1rem;
    text-transform: capitalize;
   float:right;
}
.footerBottom small {
    padding-left: 6rem;
}
.footerBottom cite a,
.footerBottom cite a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    display:block;
}
.footerBottom cite a span {
    width: 71px;
    height: 22px;
    display:block;
    text-indent: -9999rem;
    background: url(../images/All-Net-Municipal-Solutions.png) right center no-repeat;
    margin:0;
}

.footerBottom cite a:visited {
    color: rgb(255,255,255);
}
.footerBottom cite a:hover {
    color: #86ab40;
}
.footerBottom cite a:active {
    color: #86ab40;
}
.footerBottom cite a:focus {
    color: #86ab40;
}
.footerBottom .socialMedia {
    margin-top:3.5rem;
}
.footerBottom .socialMedia a,
.footerBottom .socialMedia a:link{
     font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    color: rgb(255,255,255);
    display: inline-block;
    margin: 0 0.7rem;  
    padding:0 !important;
}
.footerBottom .socialMedia a:hover{
    color:#86ab40;
}
.socialMedia {
    position: relative;
    display: inline-block;
}
.socialMedia a,
.socialMedia a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
    color: rgb(255,255,255);
    display: inline-block;
    margin: 0 0.7rem;
    padding: 1.25rem 0 !important;
}
.socialMedia a:visited {
    color: rgb(255,255,255);
}
.socialMedia a:hover {
    color: rgb(35,183,169);
}
.socialMedia a:active {
    color: rgb(35,183,169);
}
.socialMedia a:focus {
    color: rgb(35,183,169);
}
.footerBottom .socialMedia a:before {
    font-size: 1.125rem;
}
.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, .idLiketoSearchContainer .col-sm:nth-child(4) a i.roadBanInEffect.fa-fw.far,.idLiketoSearchContainer .col-sm:nth-child(4) a span.roadBanInEffect
, .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i.roadBanInEffect,.idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a span.roadBanInEffect {
    color: rgb(227,83,13);
}
a.roadBanInEffect:hover,.idLiketoSearchContainer .col-sm:nth-child(4) a i.roadBanInEffect.fa-fw.far:hover,.idLiketoSearchContainer .col-sm:nth-child(4) a span.roadBanInEffect:hover
, .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i.roadBanInEffect:hover,.idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a span.roadBanInEffect:hover {
    color: rgb(255,100,24);
}
a.roadBanInEffect:active,.idLiketoSearchContainer .col-sm:nth-child(4) a i.roadBanInEffect.fa-fw.far:active,.idLiketoSearchContainer .col-sm:nth-child(4) a span.roadBanInEffect:active
, .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i.roadBanInEffect:active,.idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a span.roadBanInEffect:active {
    color: rgb(255,100,24);
}
a.roadBanInEffect:focus,.idLiketoSearchContainer .col-sm:nth-child(4) a i.roadBanInEffect.fa-fw.far:focus,.idLiketoSearchContainer .col-sm:nth-child(4) a span.roadBanInEffect:focus 
, .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i.roadBanInEffect:focus,.idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a span.roadBanInEffect:focus {
    color: rgb(255,100,24);
}

.fireExtreme,.idLiketoSearchContainer .col-sm:nth-child(3) a i.fireExtreme,.idLiketoSearchContainer .col-sm:nth-child(3) a span.fireExtreme
,.idLiketoSearchContainer.fireStat .col-sm:first-child a i.fireExtreme,.idLiketoSearchContainer.fireStat .col-sm:first-child a span.fireExtreme
{
	 color: rgb(220,42,42);
}
.fireHigh,.idLiketoSearchContainer .col-sm:nth-child(3) a i.fireHigh,.idLiketoSearchContainer .col-sm:nth-child(3) a span.fireHigh
,.idLiketoSearchContainer.fireStat .col-sm:first-child a i.fireHigh,.idLiketoSearchContainer.fireStat .col-sm:first-child a span.fireHigh
{
	 color: rgb(243,123,33);
}
.fireModerate,.idLiketoSearchContainer .col-sm:nth-child(3) a i.fireModerate,.idLiketoSearchContainer .col-sm:nth-child(3) a span.fireModerate
,.idLiketoSearchContainer.fireStat .col-sm:first-child a i.fireModerate,.idLiketoSearchContainer.fireStat .col-sm:first-child a span.fireModerate
{
	color: rgb(220,174,29);
}
.fireLow,.idLiketoSearchContainer .col-sm:nth-child(3) a i.fireLow,.idLiketoSearchContainer .col-sm:nth-child(3) a span.fireLow
,.idLiketoSearchContainer.fireStat .col-sm:first-child a i.fireLow,.idLiketoSearchContainer.fireStat .col-sm:first-child a span.fireLow
{
	color: rgb(134,171,64);
}
            .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i,
            .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a span {
                color: #86ab40 ;
            }

/*---------------------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 {
    background: #94daff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d3d1+0,7aabaa+100 */
    background: #94daff; /* Old browsers */
    background: -moz-linear-gradient(top, #94daff 0%,#267198 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #94daff 0%,#267198 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #94daff 0%,#267198 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94daff', endColorstr='#267198',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: rgb(199,202,205);
    display: inline-block;
    padding: 0 0.5rem 1rem;
}
ul.bwTabs a:visited {
    color: rgb(199,202,205);
}
ul.bwTabs a:hover {
    color: rgb(121,135,150);
}
ul.bwTabs a:active {
    color: rgb(121,135,150);
}
ul.bwTabs a:focus {
    color: rgb(121,135,150);
}
ul.bwTabs a.active {
    color: rgb(121,135,150);
    border-bottom: 1px solid rgb(121,135,150);
}

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: rgb(121,135,150);
}
.wlHead,
.wlText, 
.col2WTitle {
    font-size: 0.75rem;
    color: rgb(199,202,205);
    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;
    }
    /* 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;
    padding: 0.5px;
}
.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 {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0.5px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1;
}
.hightlightsInnerCont a:after {
    content:"\f57c";
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: rgb(255,255,255);
    z-index: 2;
}
.hightlightsInnerCont a:hover:before {
    background: rgba(0,0,0,0);
}
.hightlightsInnerCont img {
    display: inline-block;
}
.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 2;
}
.hightlightsInnerCont a:hover .highlightCaption {
    background: rgba(227,83,13,0.8);
}
.highlightCaption h3,
.highlightCaption p {
    color: rgb(255,255,255);
}
.highlightCaption h3 {
    font-size: 1.5rem;
}
.highlightCaption p {
    font-size: 0.85rem;
}



/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1800px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 500px;
        height: 127px;
        margin-top: 0.65rem;
    }*/
    h1.siteLogo, h1.siteLogoFR {
        width: 395px;
    	height: 184px;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link{
        padding: 1.25rem 3rem;
    }
    .headerTop .contRight a, .headerTop .contRight a:link {
        padding: 1.25rem 5rem;
    }
}

@media only screen and (max-width:1680px) {
    h1.siteLogo > a,
    h1.siteLogoFR > a {
        padding-top: 0.7rem;
    }

    h1.siteLogo, h1.siteLogoFR {
        width: 342px;
        height: 162px;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        font-size: 0.7rem;
        padding: 1.25rem 2.5rem;
    }
    .headerTop .contRight a, .headerTop .contRight a:link {
        font-size: 0.7rem;
    }
    .footerBottom .socialMedia a::before {
        font-size: 1rem;
    }
    .menuIcon {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.5rem;
    }
    .desktopNav ul.mainMenu > li:hover a:not(.home)::before {        
        left: -1.45rem;                
        width: 23px;
        height: 44px;
    }
    .desktopNav ul.subMainMenu a, 
    .desktopNav ul.subMainMenu a:link {
        font-size: 1rem;
    }
    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.6rem;
    }
    .topNavContainer {
        min-height: 20rem;
    }
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.2rem !important;
    }
    ul.relatedLinks > li {
        height: 7.3em;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.1rem !important;
        padding:1.5rem !important;
    }
    .articlePost h1 {
        font-size: 1.5rem;
    } 
    .popupAlert a, 
    .popupAlert a:link {
        font-size: 0.8rem;
    }
    .headerTop a,
    .headerTop a:link {
        font-size: 0.8rem;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.25rem;
    }
    .quickLinks.desktopQl a,
    .quickLinks.desktopQl a:link {
        font-size: 1.295rem;
        padding: 2.1rem 1rem 2.1rem 7rem;
    }
    .quickLinks.desktopQl a i {
        font-size: 3.15rem;
        left: 2rem;
    }
    .categoryTitle::before {
        height: 238px;
        width: 238px;
    }
    h2.categoryTitle {
        font-size: 4.5rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.8rem;
    }
    h4.pageTitle {
        font-size: 2.25rem;
    }
    .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;
    }
    .idLiketoSearchContainer .col-sm:first-child a {        
        font-size: 0.95rem;        
    }
    .idLiketoSearchContainer .col-sm:nth-child(2) a {       
        font-size: 0.95rem;        
    }
	.idLiketoSearchContainer .SrchText {		
		padding: 0 0.5rem 0 3.5rem;
	}
	.idLiketoSearchContainer .SrchText input[type="search"] {   
		font-size: 0.95rem;		
	}
	.idLiketoSearchContainer .SrchText i {
		top: 1.8rem;		
		font-size: 1.25rem;		
	}
    .idLiketoSearchContainer .col-sm a {
        font-size: 0.95rem;
    }
        .idLiketoSearchContainer .col-sm a i {           
            left: 1.5rem;
            font-size: 2.8rem;
        }
        .idLiketoSearchContainer .col-sm:last-child a div i.icn {
            font-size: 2.8rem;
            top: 1rem;
        }
    .idLiketoSearchContainer .col-sm:last-child a div.txt {       
        font-size: 0.95rem;       
    }
    .idLiketoSearchContainer .col-sm:last-child a div {       
        font-size: 1.15rem;
    }
        .idLiketoSearchContainer .col-sm:last-child a div i.celc {            
            bottom: 30%;
            font-size: 0.95rem;
        }
}
@media only screen and (max-width:1550px){
    .pollQuestionCont {
        padding: 2rem 5.5rem 2rem 2rem;
    }
    .footerTop h2 {
        font-size: 1.35rem;
    }
    .footerTop h3 {
        font-size: 2rem;
    }
    .footerTop p {
        font-size: 1rem;
    }
    .btnRegister, .btnPollQuestionVote {
        font-size: 1rem;        
    }
    .EmerAlert img {
        width: 100px;
        height: 152px;
    }
    .EmerLeg {
        /* padding-left: 11rem; */
        padding-top: 1rem;
    }
    .footerTop .EmerAlert p {
        font-size: 0.95rem;
    }
    .footerTop .EmerAlert li {
        font-size: 1rem;
    }
    .footerBottom h2 {
        font-size: 1rem;
    }
    .footerBottom a, .footerBottom a:link {
        font-size: 0.765rem;
    }
    .footerBottom cite a, .footerBottom cite a:link {
        font-size: 0.65rem;
    }
    .footerBottom cite a span {
        width: 71px;
        height: 19px;
    }

    .idLiketoSearchContainer .col-sm:first-child a {
        font-size: 0.85rem;
    }

    .idLiketoSearchContainer .col-sm:nth-child(2) a {
        font-size: 0.85rem;
    }

    .idLiketoSearchContainer .col-sm a {
        font-size: 0.85rem;
        line-height: 17px;
    }

        .idLiketoSearchContainer .col-sm a i {
            left: 2rem;
            font-size: 2.5rem;
        }

    .idLiketoSearchContainer .col-sm:last-child a div i.icn {
        font-size: 2.5rem;
        top: 1rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div.txt {
        font-size: 0.85rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div {
        font-size: 0.95rem;
    }

        .idLiketoSearchContainer .col-sm:last-child a div i.celc {
            bottom: 30%;
            font-size: 0.85rem;
        }
		.idLiketoSearchContainer .col-sm:last-child a {
			padding: 1rem 1rem 1rem 5rem;
		}
		.idLiketoSearchContainer .SrchText input[type="search"] {
			font-size: 0.85rem;
		}
		.idLiketoSearchContainer .SrchText i {
			top: 1.5rem;			
		}
}
@media only screen and (max-width:1450px) {
    h1.siteLogo, h1.siteLogoFR {
        width: 315px;
        height: 148px;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        font-size: 0.7rem;
        padding: 1.25rem 1.5rem;
    }
    .headerTop .contRight a, .headerTop .contRight a:link {
        font-size: 0.7rem;
    }
    /*ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }*/
    .topNavContainer {
        min-height: 17rem;
    }
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.1rem !important;
    }
    ul.relatedLinks > li {
        height: 6.6rem;
    }
    h2.categoryTitle {
        font-size: 3.85rem;
        min-height: 500px;
    }
}

@media only screen and (max-width:1400px) {
    /*.desktopNav ul.subMainMenu a, 
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }*/
    /*.bottomNavContainer a, 
    .bottomNavContainer a:link {
        font-size: 0.9rem!important;
    }*/
    ul.relatedLinks a, 
    ul.relatedLinks a:link {
        font-size: 1rem!important;
    }

    .municipalServices .col-5 h2, 
    .municipalServices .col-7 h2 {
        font-size: 1.3rem;
    }
    .btnFireRating {
        width: 130px;
        height: 130px;
    }
    .btnFireRating:before {
        width: 150px;
        height: 150px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.85rem;
    }
}
@media only screen and (max-width:1330px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 350px;
        height: 89px;
        margin-top: 1.2rem;
    }*/

    /*ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }*/
    .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: 0.9rem !important;
    }
    .bottomNavContainer a::after {
        font-size: 1.1rem;
    }
   
    h2.categoryTitle .subCatTitle {
        font-size: 1.6rem;
    }

    h3.pageTitle {
        font-size: 1.5rem;
    }
    h4.searchTitle {
        font-size: 1.3rem;
    }

    .frmSearch {
        top: 19rem;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }

    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
    .quickLinks.desktopQl a, .quickLinks.desktopQl a:link {
        font-size: 1.1rem;
    }
    .quickLinks.desktopQl a i {
        font-size: 2.85rem;
    }
    .idLiketoSearchContainer .col-sm:first-child a {
        font-size: 0.75rem;
    }

    .idLiketoSearchContainer .col-sm:nth-child(2) a {
        font-size: 0.75rem;
    }

    .idLiketoSearchContainer .col-sm a {
        font-size: 0.75rem;
        line-height: 17px;
    }

        .idLiketoSearchContainer .col-sm a i {
            left: 2.5rem;
            font-size: 2rem;
        }

    .idLiketoSearchContainer .col-sm:last-child a div i.icn {
        font-size: 2rem;
        top: 1rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div.txt {
        font-size: 0.75rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div {
        font-size: 0.85rem;
    }

        .idLiketoSearchContainer .col-sm:last-child a div i.celc {
            bottom: 30%;
            font-size: 0.75rem;
        }
    .idLiketoSearchContainer .col-sm:nth-child(2) a i {       
        font-size: 1.3rem;
    }
    .idLiketoSearchContainer .col-sm:first-child a i {        
        font-size: 0.75rem;
    }
	.idLiketoSearchContainer .SrchText {
		padding: 0 0.5rem 0 3rem;
	}
	.idLiketoSearchContainer .SrchText input[type="search"] {
		font-size: 0.75rem;
	}
	.idLiketoSearchContainer .SrchText i {
		left: 1.5rem;		
	}
}

@media only screen and (max-width:1300px) {
    .highlightOuterCont {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .hightlightsInnerCont {
        width: 1300px;
    }
    .highlightCaption h3 {
        font-size: 1.2rem;
    }
    .highlightCaption p {
        font-size: 0.8rem;
    }
    /*.registerNow {
        padding: 2rem 8rem 2rem 0;
    }*/
    .footerTop h2 {
        font-size: 1.1rem;
    }
    .footerTop h3 {
        font-size: 2rem;
    }
    .footerTop p {
        font-size: 0.9rem;
    }
    .btnRegister, .btnPollQuestionVote {
        font-size: 0.9rem;        
    }
    .EmerAlert img {
        width: 86px;
        height: 124px
    }
    .EmerLeg {
        /* padding-left: 8.5rem; */
        padding-top: 0.5rem;
    }
    .footerTop .EmerAlert p {
        font-size: 0.75rem;
    }
    .footerTop .EmerAlert li {
        font-size: 0.9rem;
    }
    .footerBottom h2 {
        font-size: 0.95rem;
    }
    .footerBottom a, .footerBottom a:link {
        font-size: 0.7rem;
    }
    .footerBottom cite a, .footerBottom cite a:link {
        font-size: 0.55rem;
    }
    .footerBottom small {
        padding-left: 4rem;
        font-size:0.7rem;
    }
}
@media only screen and (max-width:1260px){
    h1.siteLogo, h1.siteLogoFR {
        width: 287px;
        height: 135px;
    }

    .headerTop .contLeft a, .headerTop .contLeft a:link {
        font-size: 0.65rem;
        /*padding: 2rem 1.5rem;*/
    }

    .headerTop .contRight a, .headerTop .contRight a:link {
        font-size: 0.65rem;
    }
    .footerBottom .socialMedia a::before {
        font-size: 0.9rem;
    }
    .menuIcon {
        font-size: 1rem;
        padding: 0.3rem 1rem;
        top: -2.95rem;
    }
}
@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width:1190px) {
    header.masterHeader{
        position:absolute;
    }
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 267px;
        height: 124px;
    }
    .headerTop {
        background: #094c66;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .headerTop .contLeft a span,
    .headerTop .contRight a span {
        display: none;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        padding: 1rem 1.5rem;
    }
    .headerTop .contRight a, .headerTop .contRight a:link {
        padding: 1rem 5rem;
    }
    .socialMedia a, .socialMedia a:link {
        padding: 1rem 0 !important;
    }
    .headerTop a.hFax.mobile {
        display: inline-block;
    }
    .headerTop .contRight a.hFax {
        display: none;
    }
    .headerTop .socialMedia {
        float: right;
    }
    .menuIcon{
        top:1rem;
    }
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
    /*h1.siteLogo,
	h1.siteLogoFR{
        margin-bottom: 0.3rem;
        margin-top: 0.5rem;
    }*/
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: rgb(255,255,255);
        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;
        font-weight: 600;
    }
    .moreOptionSubMainMenu {
        padding: 0.995rem 1.1rem;
    }
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: 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.85rem;
        color: #094c66;
        padding: 0.3em;
        margin: 0.3rem 0.85rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
    nav {
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: #267198;
    }
    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;
    }
    ul.mainMenu > li {
        position: relative;
    }
    ul.mainMenu > li.hasChild > a {
        padding-right: 2.5em;
    }
    ul.mainMenu > li.selected > a {
        color: rgb(255,255,255);
        border-bottom-color: #86ab40;
        background: #86ab40;
    }
    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: rgb(255,255,255);
    }
    ul.mainMenu > li:hover > a {
        color: rgb(255,255,255);
        border-bottom-color: #86ab40;
        background: #86ab40;
    }
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
        color: #04253b;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: rgb(255,255,255);
        text-transform: none !important;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        background: #094c66 !important;
    }
    ul.subMainMenu a:visited {
        color: rgb(255,255,255);
    }
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #7da2a1 !important;
    }
    ul.subMainMenu a:active {
        color: rgb(255,255,255);
        background: #7da2a1 !important;
    }
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #7da2a1 !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: #7da2a1 !important;
    }
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }
    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        border-bottom-color: #7da2a1;
        background: #7da2a1 !important;
    }
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: normal;
        color: rgb(255,255,255) !important;
        background: #073a4e !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
        text-transform: uppercase !important;
    }
    ul.subSubMainMenu a:visited {
        color: rgb(9,36,33) !important;
    }
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: rgb(93,118,115) !important;
    }
    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: rgb(93,118,115) !important;
    }
    /*.btnPollQuestionVote {
        font-size: 1rem;
    }*/
    .frmSearch {
        top: 13rem;
    }
    .activePopupAlert .frmSearch {
        top: 16rem;
    }
    .frmSearch input[type="search"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1.2rem;
    }
    /*ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1.3rem;
    }*/

    /*.footerTop h2 {
        font-size: 1.2rem;
    }
    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }*/
    .registerNow {
        padding: 2rem 2rem 2rem 0;
    }
    .pollQuestionCont {
        padding: 2rem 2rem 2rem 0;
    }
    .EmerAlert {
        padding: 2rem 2rem 2rem 0;
    }
    .EmerLeg {
        /* padding-left: 7rem; */
    }
    /*.footerBottom h2 {
        font-size: 1.6rem;
    }
    .footerBottom p {
        font-size: 0.8rem;
    }
    .footerBottom a, 
    .footerBottom a:link {
        font-size: 0.95rem;
    }*/
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
    .quickLinks.desktopQl a, .quickLinks.desktopQl a:link {
        font-size: 0.95rem;
        padding: 1.85rem 1rem 1.85rem 5rem;
    }
    .quickLinks.desktopQl a i {
        font-size: 2.3rem;
        left:1rem;
    }
    .mainContainer main.col-sm {
        padding: 1rem 3rem 1rem 3rem;
    }
    .mainContainer.search-page, .mainContainer .formPage {
        padding: 1rem;
    }
    .categoryTitle::before {
        height: 207px;
        width: 207px;
    }
    h2.categoryTitle {
        font-size: 3.25rem;
        min-height: 425px;
    }
    h4.pageTitle {
        font-size: 2rem;
    }
    ul.sideMenu a, ul.sideMenu a:link,
    ul.subSideMenu a, ul.subSideMenu a:link {
        font-size: 0.95rem;
    }
    .moreOption {
        font-size: 1rem;
    }
    .footerBottom .socialMedia {
        margin-top: 2.5rem;
    }
}
@media only screen and (max-width:1170px){
    .idLiketoSearchContainer .col-sm:first-child a {
        font-size: 0.65rem;
    }

    .idLiketoSearchContainer .col-sm:nth-child(2) a {
        font-size: 0.65rem;
    }

    .idLiketoSearchContainer .col-sm a {
        font-size: 0.7rem;
        line-height: 15px;
    }

        .idLiketoSearchContainer .col-sm a i {
            left: 2.5rem;            
            font-size: 2rem;
        }

    .idLiketoSearchContainer .col-sm:last-child a div i.icn {
        font-size: 2rem;
        top: 1rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div.txt {
        font-size: 0.7rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div {
        font-size: 0.8rem;
    }

        .idLiketoSearchContainer .col-sm:last-child a div i.celc {
            bottom: 30%;
            font-size: 0.7rem;
            margin-left: 0.2rem;
            margin-right: 0;
        }

    .idLiketoSearchContainer .col-sm:nth-child(2) a i {
        font-size: 1rem;
    }

    .idLiketoSearchContainer .col-sm:first-child a i {
        font-size: 0.7rem;
    }
	.idLiketoSearchContainer .SrchText input[type="search"] {
		font-size: 0.65rem;
	}
	.idLiketoSearchContainer .SrchText i {		
		font-size: 1rem;
		left: 1rem;
	}
	.idLiketoSearchContainer .SrchText {
		padding: 0 0.5rem 0 2rem;
	}
	
}
@media only screen and (max-width:1160px) {
    

    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }
    .headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:1085px) {
    .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:1070px){
    .idLiketoSearchContainer .col-sm:first-child a {
        font-size: 0.6rem;
    }

    .idLiketoSearchContainer .col-sm:nth-child(2) a {
        font-size: 0.6rem;
    }

    .idLiketoSearchContainer .col-sm a {
        font-size: 0.7rem;
        line-height: 15px;
    }

        .idLiketoSearchContainer .col-sm a i {
            left: 2rem;
            font-size: 2rem;
        }

    .idLiketoSearchContainer .col-sm:last-child a div i.icn {
        font-size: 2rem;
        top: 1rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div.txt {
        font-size: 0.6rem;
        margin-left: 1rem;
    }

    .idLiketoSearchContainer .col-sm:last-child a div {
        font-size: 0.7rem;
    }

        .idLiketoSearchContainer .col-sm:last-child a div i.celc {
            bottom: 30%;
            font-size: 0.7rem;
            margin-left: 0.2rem;
            margin-right: 0;
        }

    .idLiketoSearchContainer .col-sm:nth-child(2) a {       
        padding: 1rem 1rem 1rem 2rem;
    }
    .idLiketoSearchContainer .col-sm:nth-child(2) a i {
        font-size: 0.8rem;
    }

    .idLiketoSearchContainer .col-sm:first-child a i {
        font-size: 0.7rem;
    }
    
}
@media only screen and (max-width:1050px) {
    .headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }
    /*.contRight, .contLeft {
        width: 36.5%;
    }*/
    /*.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;
    }
    .footerBottom small {
        padding-left: 2rem;
    }
}

@media only screen and (max-width:1024px) {
    .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: 1rem;
    }
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font-family: 'Open Sans', Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.75rem;
        color: rgb(255,255,255);
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem 0.7rem 2rem;
        margin: 0;
        background: #86ab40;
        letter-spacing: 3px;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f067";
        color: rgb(255,255,255);
        float:right;
    }
    .sideMenuNav.openSideMenuIcon{
        background:#86ab40;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }
    ul.sideMenu a, ul.sideMenu a:link {
        padding: 0.8rem 1rem 0.8rem 2rem;
    }
    ul.subSideMenu a, ul.subSideMenu a:link {
        padding: 0.8rem 1rem 0.8rem 2.5rem !important;
    }
    .moreOption {
        right:0.5rem;
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    ul.textResizer{
        float:left;
    }
    .btnPrint, ol.breadCrumb {
        display: none;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
    .categoryTitle::before {
        height: 162px;
        width: 162px;
        bottom: -1rem;
    }
    h2.categoryTitle {
        min-height: 375px;
        font-size: 2.55rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }
    .frmSearch {
        top: 12rem;
    }
    .activePopupAlert .frmSearch {
        top: 14rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.1rem;
    }
    h3.pageTitle {
        font-size: 1.2rem;
    }
    .municipalServices .col-5 h2, 
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width:991px){
    .registerNow {
        padding: 2rem 6rem 2rem 2rem;
    }
    .pollQuestionCont {
        padding: 1rem 6rem 2rem 2rem;
    }
    .EmerAlert {
        padding: 1rem 2rem 3rem 2rem;
    }
    .footerTop h3 {
        margin-bottom:0.5rem;
    }
    .quickLinks.desktopQl {
        display: none;
    }
    .quickLinks.mobileQl {
        display: block;
        background: #cbd6d6 !important;
        padding: 1rem 0;
    }
    .quickLinks.mobileQl a,
    .quickLinks.mobileQl a:link {
        position: relative;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        font-style: normal;
        color: #252525;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        z-index: 2;
        width: 100%;
        padding: 1.5rem 1rem 1.5rem 7.5rem;
        float: left;
    }
    .quickLinks.mobileQl a:visited {
        color: #252525;
    }
    .quickLinks.mobileQl a:hover {
        color: #86ab40;
    }
    .quickLinks.mobileQl a:active {
        color: #86ab40;
    }
    .quickLinks.mobileQl a:focus {
        color: #86ab40;
    }
    .quickLinks.mobileQl a:last-of-type {
        margin-bottom: 0;
    }
    .quickLinks.mobileQl a i {
        position: absolute;
        top: 50%;
        left: 2rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 0;
        font-size: 3.1rem;
        color: #094c66;
        font-weight: 700;
    }
    .footerBottom .footer-address {
        margin-bottom: 1rem;
    }
    .footerBottom a span span.sepr, 
    .footerBottom span.sepremail {
        display: inline-block;
        margin-left: 0.1rem;
    }
    .footerBottom .social{
        display:none;
    }
    .footerBottom .socialhide {
        display: inline-block;
    }
    .footerBottom .socialMedia {
        margin-top: 0;
    }
    .footerBottom small {
        padding-left: 0;
        float: left;
        margin-top: 1.5rem;
    }
    .idLiketoSearchContainer.desk{
        display:none;
    }
    .idLiketoSearchContainer.mob{
        display:block;
    }
    .idLiketoSearchContainer.fireStat {        
        display: block;
    }
    .idLiketoSearchContainer.mob .col-sm a {
        font-size: 0.85rem;
    }
    .idLiketoSearchContainer .col-sm:first-child a i {
        font-size: 0.85rem;
    }
    .idLiketoSearchContainer.mob .col-sm:nth-child(2) a i {
        left: 0.5rem;
    }
    .idLiketoSearchContainer .col-sm:nth-child(2) a i {
        font-size: 1rem;
    }
	.idLiketoSearchContainer .SrchText input[type="search"] {
		font-size: 0.85rem;		
	}
	.idLiketoSearchContainer .SrchText i {
		font-size: 1.25rem;
		left: 7rem;
		top: 0.9rem;
	}
	.idLiketoSearchContainer .SrchText {		
		width: 50%;		
		padding: 0;
	}
    .footerBottom .footerBottomBorder {       
        padding: 1rem 0 2rem;
    }
    .btnScrollup {        
        bottom: 13rem;        
    }
}

@media only screen and (max-width:960px) {
    .fb1.row .col-sm {
        flex-basis: auto;
    }
    .fb1.row .col-sm:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 248px;
        height: 117px;
    }
    h2.categoryTitle {
        min-height: 325px;        
    }
}



/*@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }
}*/
@media only screen and (max-width:891px){
	.idLiketoSearchContainer .SrchText i {		
		left: 5.5rem;		
	}
}
@media only screen and (max-width:880px) {
    .fb2.row .col-sm {
        flex-basis: auto;
    }
    .fb2.row .col-sm:first-child,
    .fb2.row .col-sm:last-child {
        text-align: center;
    }
    .fb2.row .col-sm:nth-child(2) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert > .container {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width:785px){
    .contLeft {
        width: 35%;
    }
}
@media only screen and (max-width:767px) {
    .btnScrollup {
        bottom: 1rem;
        right: 1rem;
        padding: 0.4rem 1rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 225px;
        height: 105px;
    }
    /*.contLeft {
        width: 36.5%;
    }*/
    .articlePost h1 {
        font-size: 1rem;
    } 
    .headerContent {
       padding:1rem 0;
    }
    h4.pageTitle {
        font-size: 1.35rem;
    }
    .sideMenuNav {
        font-size: 1.15rem;
    }
    ul.textResizer span{
        font: normal 600 0.85rem/0 'Open Sans', Arial, sans-serif;
    }
    .popupAlert > .container {
        font-size: 0.8rem;
    }
    .socialMedia {
        position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 400px;
        /*margin: 2rem auto 0;*/
        display: block;
        text-align: center;
    }
    /*.footerBottom small,
    .footerBottom cite {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0.5rem;
    }*/
    .footerBottom cite {
        margin-bottom: 1.5rem;
    }
    header.masterHeader {
        min-height: 8rem !important;
    }
}

@media only screen and (max-width:750px) {
    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:700px){
	.idLiketoSearchContainer .SrchText i {		
		left: 4rem;		
	}
}
@media only screen and (max-width:680px) {
    /*.headerContent {
        display: none;
    }*/
    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 {
        font-size: 1.1rem;
    }
    .articlePost {
        font-size: 0.95rem;
    }
    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        padding: 0.55rem 1rem;
    }
    .socialMedia a, .socialMedia a:link {
        padding: 0.55rem 0 !important;
        margin-right: 0;
    }
    /*.contLeft {
        width: 35.5%;
    }*/
    h1.siteLogo, h1.siteLogoFR {
        width: 200px;
        height: 94px;
    }
    .menuIcon {
        font-size: 0.85rem;
        padding: 0.3rem 0.5rem;
        top: 0.65rem;
    }
}

@media only screen and (max-width:630px) {
    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }
    .adContainer img {
        width: 100%;
        margin: 0;
    }

    /*.btnPollQuestionVote {
        font-size: 0.9rem;
    }*/

    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }

    main.formPage i {
        font-size: 2.5rem;
    }
    main.formPage .textSuccess {
        font-size: 1.1rem;
    }

    .btnSearchPage span {
        display: none;
    }
    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0;
    }
    .searchPage input[type="text"] {
        padding-right: 5rem;
    }
    .quickLinks.mobileQl a, .quickLinks.mobileQl a:link {
        font-size: 1rem;
        padding: 1.5rem 1rem 1.5rem 6.5rem;
    }
    .quickLinks.mobileQl a i {
        font-size: 2.55rem;
    }
    .idLiketoSearchContainer.fireStat .col-sm a,
    .idLiketoSearchContainer.fireStat .col-sm:first-child a,
    .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a {
        font-size: 1rem;
        padding: 1.5rem 1rem 1.5rem 6.5rem;
		line-height: 20px;
    }
        .idLiketoSearchContainer.fireStat .col-sm a i, 
        .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i, 
        .idLiketoSearchContainer.fireStat .col-sm:first-child a i {            
            font-size: 2.5rem;            
        }
    .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt, 
    .idLiketoSearchContainer.fireStat .col-sm:last-child a div {
        font-size: 1rem;
    }
    .idLiketoSearchContainer.fireStat .col-sm:last-child a {
        padding: 1.5rem 1rem 1.5rem 2.5rem;
    }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt {
            margin-left: 1rem;
            line-height: 21px;
        }       
}

@media only screen and (max-width:580px) {
    /*.menuIcon > span {
        display: none;
    }*/
    .menuIcon:after {
        margin-left: 0;
    }

    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 300px;
        height: 76px;
        margin-top: 0.4rem;
        margin-left: 0.1rem;
    }*/

    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
}

@media only screen and (max-width:575px) {
    .searchColPages.col-sm {
        padding-right: 0;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        padding: 0.55rem;
    }
    .contLeft {
        width: 33.5%;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 170px;
        height: 79px;
    }
    .headerTop a::before {
        font-size: 0.7rem;
    }
}
@media only screen and (max-width:550px){
	.idLiketoSearchContainer .SrchText {
		width: 100%;
		padding: 0 0 0 2rem;
	}
	.idLiketoSearchContainer .SrchText i {
		left: 0.5rem;
	}
}
@media only screen and (max-width:530px) {
    .popupAlert > .container {
        padding-left: 1rem;
    }

    .popupAlert > .container:before {
        content: none;
        position: static;
        display: block;
        margin-right: 0;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem;
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }

    .moreOptionMainMenu {
        padding-bottom: 0.92rem;
        padding-top: 0.92rem;
    }
    .moreOptionSubMainMenu {
        padding-bottom: 0.9rem;
        padding-top: 0.9rem;
    }

    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;
    }
    h2.categoryTitle {
        min-height: 275px;
    }
}

@media only screen and (max-width:480px) {
    .categoryTitle::before {
        height: 135px;
        width: 135px;
    }
    h2.categoryTitle {
        min-height: 260px;
        font-size: 1.75rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }
    .frmSearch {
        top: 10rem;
    }
    .activePopupAlert .frmSearch {
        top: 12rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.7rem;
    }
    .frmSearch button[type="submit"] {
        right: 0;
    }
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
    .roadBanStatus {
        font-size: 0.85rem;
    }
    .contLeft {
        width: 33.5%;
    }
}

@media only screen and (max-width:470px) {
    .footerMiddle > .container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }
   
}
@media only screen and (max-width:450px) {
    .footerBottom .socialMedia a::before {
        font-size: 0.75rem;
    }
    .footerBottom .socialMedia a, .footerBottom .socialMedia a:link {
        margin: 0 0.5rem;
    }
    .footerBottom a, .footerBottom a:link {
        font-size: 0.62rem;
    }

    .idLiketoSearchContainer.mob .col-sm a {
        font-size: 0.6rem;
    }

    .idLiketoSearchContainer.mob .col-sm:first-child a i {
        font-size: 0.6rem;
    }

    .idLiketoSearchContainer.mob .col-sm:nth-child(2) a {
        padding: 1rem;
    }
    .idLiketoSearchContainer.mob .col-sm:nth-child(2) a i {
        left: 0.1rem;
    }

    .idLiketoSearchContainer.mob .col-sm:nth-child(2) a i {
        font-size: 0.8rem;
    }
    .idLiketoSearchContainer.mob .col-sm:first-child {
        max-width: 38%;
    }
    .idLiketoSearchContainer.mob .col-sm:nth-child(2) {
        max-width: 62%;
    }
	.idLiketoSearchContainer .SrchText input[type="search"] {
		font-size: 0.6rem;
	}
	.idLiketoSearchContainer .SrchText i {
		font-size: 0.9rem;		
		top: 1rem;
	}
}
@media only screen and (max-width:400px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 230px;
        height: 58px;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
    }*/
    /*.btnPollQuestionVote {
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
    }*/
    .footerMiddle > .container {
        padding-bottom: 14rem;
        -webkit-background-size: 300px 191px;
        -moz-background-size: 300px 191px;
        background-size: 300px 191px;
    }
    /*.headerTop a, 
    .headerTop a:link {
        margin-right: 0.2rem;
    }*/
    #weather h2 {
        font-size: 0.8rem;
    }
    #weather i {
        font-size: 1.6rem;
    }
    .frmSearch {
        top: 9rem;
    }
    .activePopupAlert .frmSearch {
        top: 11rem;
    }
    .registerNow {
        padding: 1rem 0 0 0;
    }
    .pollQuestionCont {
        padding: 1rem 0 0 0;
    }
    .EmerAlert {
        padding: 1rem 0 0 0;
    }
    .quickLinks.mobileQl a, .quickLinks.mobileQl a:link {
        font-size: 0.85rem;
        padding: 1.5rem 1rem 1.5rem 5.5rem;
    }
    .quickLinks.mobileQl a i {
        font-size: 2.15rem;
    }
    .footerBottom .socialMedia a::before {
        font-size: 0.6rem;
    }
    .footerBottom .socialMedia a, .footerBottom .socialMedia a:link {
        margin: 0 0.3rem;
    }
    .footerBottom a, .footerBottom a:link {
        font-size: 0.515rem;
    }
    .footerBottom a span {
        margin-left: 0.1rem;
    }
    .footerBottom h2 {
        margin-bottom: 0;
    }
    .footerBottom small {
        font-size: 0.6rem;
    }
    .footerBottom cite a, .footerBottom cite a:link {
        font-size: 0.5rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 115px;
        height: 53px;
    }
    .headerTop a::before {
        font-size: 0.65rem;
        margin-right: 0.5rem;
    }
    .headerTop .contLeft a, .headerTop .contLeft a:link {
        padding: 0.35rem;
    }
    .socialMedia a, .socialMedia a:link {
        padding: 0.35rem 0 !important;
    }
    .socialMedia a::before {
        margin: 0;
    }
    .menuIcon {
        font-size: 0.7rem;
        top: 0.65rem;
    }
    .idLiketoSearchContainer.fireStat .col-sm a, 
    .idLiketoSearchContainer.fireStat .col-sm:first-child a,
    .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a {
        font-size: 0.85rem;
        padding: 1rem 1rem 1rem 5.5rem;
    }
        .idLiketoSearchContainer.fireStat .col-sm a i, 
        .idLiketoSearchContainer.fireStat .col-sm:nth-child(2) a i, 
        .idLiketoSearchContainer.fireStat .col-sm:first-child a i {
            font-size: 2rem;
        }
    header.masterHeader {
        min-height: 5rem !important;
    }
    .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt,
    .idLiketoSearchContainer.fireStat .col-sm:last-child a div {
        font-size: 0.85rem;
    }

    .idLiketoSearchContainer.fireStat .col-sm:last-child a {
        padding: 1rem 1rem 1rem 2rem;
    }

        .idLiketoSearchContainer.fireStat .col-sm:last-child a div.txt {
            margin-left: 0.5rem;
            line-height: 20px;
        }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a div i.icn {
            font-size: 1.850rem;
            top: 1.5rem;            
        }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a div cite {
            position: relative;
            top: 0.2rem;
            left: 0.5rem;
        }
        .idLiketoSearchContainer.fireStat .col-sm:last-child a div i.celc {
            bottom: 15%;
            margin: 0 0 0 0.5rem;
            font-size: 1rem;
        }
}
