﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import '../fonts/aleo-family/stylesheet.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@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');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&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: #faf8f5;
}

.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-family: 'Open Sans', Arial, sans-serif;
    font-size:2rem;
    font-weight:700;
    font-style: normal;
    color: #012340;
    padding: 0;
    margin: 0 0 0.5rem 0;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
/*headings*/
.articlePost.cf h1{
	font-family: 'Libre Baskerville', serif;	
	font-weight:400;
	font-style:normal;
	font-size:2rem;
	text-transform:capitalize;
	color:#012340;
}
.articlePost.cf h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:1.7rem;
	text-transform:capitalize;
	color:#012340;
}
.articlePost.cf h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:1.5rem;
	text-transform:capitalize;
	color:#31594e;
}
.articlePost.cf h4{
	font-family: 'Libre Baskerville', serif;
	font-weight:700;
	font-style:normal;
	font-size:1.3rem;
	text-transform:capitalize;
	color:#d1891d;
}
/*end-headings*/
h2.categoryTitle {
    position: absolute;
    /*height: auto;*/
    min-height: 973px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
    color: rgb(255,255,255);
    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
    /*text-align: center;*/
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 14.8rem 0 0 0;
}
/*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: relative;
    /*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%);
    padding: 0 1.5rem;*/
    width: 100%;
    display: block;
    text-align:left;
    margin-bottom: 1.8rem;
}
h2.categoryTitle.passwordpage .catTitleCont,
h2.categoryTitle.searchpage .catTitleCont,
h2.categoryTitle.formpage .catTitleCont,
h2.categoryTitle.formconfirmpage .catTitleCont{
    margin-bottom:0;
}
.innerGradient {
    position: absolute;
    top: 49rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(250,248,245,0) 0%, rgba(250,248,245,1) 60%);
    background: -webkit-linear-gradient(top, rgba(250,248,245,0) 0%,rgba(250,248,245,1) 60%);
    background: linear-gradient(to bottom, rgba(250,248,245,0) 0%,rgba(250,248,245,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 20%;
}
h2.categoryTitle .innerPage {
    background: rgba(13,47,47,0.6);
    padding: 1rem 1.5rem;
    z-index: 1;
}
h2.categoryTitle .innerPage .col-lg-7,
h2.categoryTitle .innerPage .col-lg-5{
    z-index:1;
}

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: #31594e;
	color: rgb(255,255,255);
}
/* end */
p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: #d2a417;
    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: #d2a417;
}
a:hover,
ul.directory-list button:hover {
    color:#c23c34;
    text-decoration: none;
}
a:active,
ul.directory-list button:active {
    color: #c23c34;
}
a:focus,
ul.directory-list button:focus {
    color: #c23c34;
    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,
.btnPrint,
.btnFireRating h3:after,
.dynamicRoadBan a:before,
ul.footerCol3 > li:last-child:before,
ul.phoneColsList > li:before,
.headerTop a:before,
.footerTop a:before,
ul.footerNav a:before,
ul.footerNav a:after,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

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: 1385px;
}
.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: 6rem;
    right: 1rem;
    color: rgb(255,255,255);
    cursor: pointer;
    /*padding: 0.5rem 1rem 0.8rem;*/
    padding: 0.6rem 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: 2;
    background: #ca5851;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}
.btnScrollup:hover {    
    background: #deb026;
}
.btnScrollup:focus {    
    background: #deb026;
}

header.masterHeader {
    position: relative;
    z-index: 10;
}

.headerTop {
    /*padding: 1rem 2rem;*/
    background: rgba(255,255,255,.85);
	text-align: right;
	padding: 0 4rem;
}

.headerBottom {
    position: relative;
    background: #006666;
	-webkit-box-shadow: 0 8px 8px -9px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0 8px 8px -9px #000;  /* Firefox 3.5 - 3.6 */
	box-shadow: 0 8px 8px -9px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.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: 2rem 1rem 6rem;
    background: url(../images/footerBG.jpg) bottom center no-repeat;
    background-size: cover;
}
.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);
}*/

.mobile_foot{
	display: none !important
}

.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;
}

.headerBottom .hInfo{
    display:none;
}
.headerTop a.hMap {
    margin-left: 2.5rem;
}
.headerTop a,
.headerTop a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    color: #2c2c2c;
    display: inline-block;
    margin-right: 1.5rem;
    padding: 1rem 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;
}
.headerTop a:visited {
    color: #2c2c2c;
}
.headerTop a:hover {
    color: #deb026;
}
.headerTop a:active {
    color: #deb026;
}

.headerTop a:before {
    font-weight: 400;
    margin-left: 0;
    margin-right: 0.8rem;
    color: #2c2c2c;
}
.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.hPay:before {
    content: "\f09d";
	font-family: 'Font Awesome 5 Pro';
}

.headerTop .socialMedia {
	display: inline-block;
}

.headerTop .socialMedia a:before {
	margin-right: 0;
	font-size: 1rem;
}

.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;
    background: #1e65a7;
}
.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    padding: 1.7rem 1.8rem;
    letter-spacing: 2px;
}
/*.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);
}

h2.hLogo {
    width: 157px;
    height: 156px;
    position: absolute;
    margin: 0.3rem 0 0 9rem;   
    z-index:1;
}

h2.hLogo,
h1.siteLogo,
h1.siteLogoFR { 
    position: absolute;
	width: 420px;
    height: 110px;
    display: inline-block;
    margin: 2.5rem 0 0 10.5rem;
    z-index: 2;
}

h2.hLogo > a,
h1.siteLogo > a,
h1.siteLogoFR > a {
    width: inherit;
    height: inherit;
    display: block!important;
    text-indent: -9999rem;
    background: url(../images/footerLogo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin:0!important;
    padding:0!important;
}

.activePopupAlert h2.hLogo,
.activePopupAlert h1.siteLogo,
.activePopupAlert h1.siteLogoFR {
    margin: 2.6rem 0 0 10.5rem;
}

/*h1.siteLogoFR > a {
    background: url(../images/logo-2.png) left center no-repeat;
}*/

.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

.quickLinks {
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
	width: 100%;
	background: rgb(9,92,85);
    background: rgba(9,92,85,0.8);
    z-index: 5;
}

.quickLinks a,
.quickLinks a:link {
    position: relative;
    font: normal 400 1rem 'Libre Baskerville', serif;
    color: rgba(255,255,255,.8) !important;
    text-align: center;
    text-transform: capitalize;
    display: block;
	width: 20%;
	float: left;
	padding: 1.5rem 0;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.quickLinks a:visited {
    color: rgb(255,255,255);
}

.quickLinks a:hover {
    color: rgb(255,255,255);
    background: rgb(13,47,47);
}

.quickLinks a:active {
    color: rgb(255,255,255);
    background: rgb(13,47,47);
}

.quickLinks a:focus {
    color: rgb(255,255,255);
    background: rgb(13,47,47);
}

.quickLinks a i {
    margin-right: 1rem;
	font-size: 2rem;
}

.quickLinks a span {
    position: relative;
    top: -5px;
}

/* Search Section */
.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto!important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}

.frmSearch {
    position: relative;
    top: 3.5rem;    
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;   
    width: 450px;
}

/*.activePopupAlert .frmSearch {
    top: 21rem;
}*/
.frmSearch input[type="search"] {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    padding: 1.1rem 4rem 1.1rem 2rem;
    border: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    /*background: rgb(244,242,241);*/
    background: rgba(13,47,47,0.85);
    letter-spacing: 1.5px;
}
/*.frmSearch input[type="search"]:focus {
    background: rgba(244,242,241,1);
}*/

input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.563rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}
.frmSearch button[type="submit"] i {
    color: #deb026;
    -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:#1e65a7;
}
h2.categoryTitle.passwordpage .innerPage .frmSearch,
h2.categoryTitle.searchpage .innerPage .frmSearch,
h2.categoryTitle.formpage .innerPage .frmSearch,
h2.categoryTitle.formconfirmpage .innerPage .frmSearch {
    top: 1.9rem;
}

.innerPage .frmSearch {
    position: relative;
    top: 2.7rem;
    left: 25%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0;
    width: 400px;
    /*z-index:1;*/
}
.innerPage .frmSearch input[type="search"] {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    padding: 1.1rem 4rem 1.1rem 2rem;
    border: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(244,242,241);
    background: rgba(13,47,47,0.85);
    letter-spacing: 1.5px;
}
.innerPage .frmSearch button[type="submit"] {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    font-size: 1.563rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}
.footerTop {
    height: auto;
    min-height: 20rem; 
    background: url(../images/bgVoteNow.jpg) left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.footerTop  .container {
    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
}
.pollQuestionCont {
    max-width: 500px;
    min-height: inherit;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 2rem 1.5rem;
    background: rgba(255,255,255,0.9);
}
.pollQuestionCont i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}
.btnPollQuestionVote {
    max-width: 200px;
    font: normal 700 1.2rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(1,138,182);
}
.btnPollQuestionVote:hover {
    background: rgb(252,176,64);
}
.btnPollQuestionVote:focus {
    background: rgb(252,176,64);
}


/** Model Search **/
#btnSearch .modal-header {
    border-bottom: none;
}
#btnSearch .modal-footer {
    display: none;
}
#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.desktopNav ul.mainMenu ul.subSubMainMenu.open {
    display:block;
}

.menuIcon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 1.1rem 'Open Sans', Arial, sans-serif;
    color: #31594e;
    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: rgb(255,255,255);
}
.menuIcon:hover {
    color: #deb026;
    /*background: rgb(22,87,81);*/
}
.menuIcon:focus {
    color: #deb026;
    /*background: rgb(22,87,81);*/
}
.menuIcon:after {
    content: "\f0c9";   
}

/*nav {
    float: right;
}*/

.navContainer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 350ms ease;
}

.menuImg {
	background: url(../images/menu-img.png)no-repeat center center ;
	text-align:center;
	height: 337px;
	width: 325px;
	background-size: cover;
}
.topNavContainer .col-sm:first-child{
    max-width:25%;
}
.topNavContainer .col-sm:last-child{
    max-width:75%;
}
.topNavContainer .col-sm:last-child .col-4:nth-of-type(2){
	border-left: 1px solid #cbc4be;
	border-right: 1px solid #cbc4be;
}
.topNavContainer .col-sm:last-child .col-4:first-of-type{
	padding:0 1.8rem 0 0;
}
.topNavContainer .col-sm:last-child .col-4{
	padding:0 1.5rem;
}
.topNavContainer .col-sm:last-child .col-4:last-of-type{
	padding:0 0 0 1.5rem;
}
.topNavContainer {
    height: auto;
    background: #f2ede6;
	padding: 2rem 2rem 1rem 8rem;
}
.topNavContainer > .container {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
}
.bottomNavContainer {
    background: rgba(9,92,85,0.8);
}
.bottomNavContainer .container {
    padding: 0;
}
.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1.875rem!important;
    font-weight:400!important;
    color: rgb(255,255,255)!important;
    text-align: center!important;
    padding: 1rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
}
.bottomNavContainer a:visited {
    color: rgb(255,255,255)!important;
}
.bottomNavContainer a:hover {
    color: #deb026 !important;
}
.bottomNavContainer a:active {
    color: #deb026!important;
}
.bottomNavContainer a:focus {
    color: #deb026 !important;
}
.bottomNavContainer a:after {
    content: ""!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: rgb(227,83,13)!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    color: #fff;
    display: table-cell;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    padding: 1.5rem 1rem;
	line-height: 1.8rem;
    /*border-left: 1px solid rgb(230,233,232);*/
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
ul.mainMenu a:visited {
    color: #fff;
}
ul.mainMenu a:hover {
    color: rgb(255,255,255);
    background: #deb026;
}
ul.mainMenu a:active {
    color: rgb(255,255,255);
    background:#deb026;
}
ul.mainMenu a:focus {
    color: rgb(255,255,255);
    background: #deb026;
}

ul.mainMenu a i {
    display: inline-block;
    /*margin-right: 0.5rem;*/
	color:#d1891d;
	padding: 0.25rem;
	font-weight: 500;
}
/*.desktopNav ul.mainMenu > li:first-child a::before {
    content: "\f015";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;  
    line-height:1;
}*/
/*nav i:empty {
    display: none;
}*/

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu {
	padding-left: 40rem;
}
/*.desktopNav ul.mainMenu > li:first-child {
    width: 5%;
    margin-left: 21rem;
}*/
.desktopNav ul.mainMenu > li {
    float: left;
    /*height: 10rem;*/
    width: 20%;
    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: rgb(255,255,255);
    background: rgb(13,47,47);
}
.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

/*.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}*/
.desktopNav ul.subMainMenu li {
    /*float: left;
    width: 30%
    margin-right: 1rem;;*/
}
.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;	
    font-size: 1rem;
    font-weight: 400;
    color: #012340 !important;
    border-left: none;
    display: block;
    padding: 0.6rem .1rem 0.6rem 0;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
}
.desktopNav ul.subMainMenu a:visited {
    color: #012340!important;
}
.desktopNav ul.subMainMenu a:hover {
    color: #deb026!important;
}
/*.desktopNav ul.subMainMenu > li > a:after {
    content: "\f054" !important;
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    color: #d1891d !important;
}*/

.desktopNav ul.subMainMenu > li.selected > a {
    color: #deb026 !important;
}
.desktopNav ul.subMainMenu ul.subSubMainMenu a{
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 0 0 1rem;
}

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:23rem 0 0;
    /*background: rgb(255,255,255);*/
}
.mainContainer.pagePasswordProtected,
.mainContainer.SearchCont,
.mainContainer.formCont,
 .mainContainer.formconfirm{
    padding:21.6rem 0 0;
}
.mainContainer .container {
    background: rgb(255,255,255);
}
.mainContainer .row {
    margin: 0;
}
.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}
.mainContainer main.formPage,
.mainContainer main.searchPage{
    padding:1.5rem;
}
.mainContainer aside.col-sm {
    flex-grow: 0.8;
    padding: 0;
    background: #faf8f5;
}
.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 1.5rem;
}

/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: #31594e;
    display: inline-block;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}

.moreOption:hover {
    color: rgb(255,255,255)!important;
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -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: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #012340;
    display: block;
    padding: 0.8rem 1rem;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: #faf8f5;
}

ul.sideMenu a:visited {
    color: #012340;
}

ul.sideMenu a:hover {
    color: rgb(255,255,255);
    background: #31594e;
}

ul.sideMenu a:active {
    color: rgb(255,255,255);
    background: #31594e;
}

ul.sideMenu a:focus {
    color: rgb(255,255,255);
    background: #31594e;
}

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: #31594e;
}

ul.sideMenu > li.selected .moreOption {
    color: rgb(255,255,255);
}

ul.sideMenu > li:hover > a {
    color: rgb(255,255,255);
    background:  #31594e;
}
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 0.9rem!important;
    font-weight: 400!important;
    font-style: normal!important;   
    color: #012340 !important;
    padding: 0.8rem 1rem 0.8rem 2rem !important;
    display: block;
    background: #ded8d2 !important;
}

ul.subSideMenu a:visited {
    color:#012340!important;
}

ul.subSideMenu a:hover {
    color: rgb(255,255,255)!important;
    background: #1e65a7!important;
}
ul.subSideMenu a:active {
    color: rgb(255,255,255)!important;
    background: #1e65a7!important;
}
ul.subSideMenu a:focus {
    color: rgb(255,255,255)!important;
    background: #1e65a7!important;
}
ul.subSideMenu > li.selected a {
    color: rgb(255,255,255) !important;
    background: #d1891d !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 0;
}
main .innerTitle {
    border-bottom: 1px solid #d9d4ce;  
}
h4.pageTitle {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.188rem;
    color: #012340;
    text-transform: capitalize;
    margin-bottom:1rem;
}
.articlePost {
    padding: 1rem 0;
}
ol.breadCrumb a,
ol.breadCrumb a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.063rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(255,255,255);
    display: block;
}
ol.breadCrumb a:visited {
     color: rgb(255,255,255);
}
ol.breadCrumb a:hover {
    color:#c23c34;
}
ol.breadCrumb a:active {
    color:#c23c34;
}
ol.breadCrumb a:active {
    color: #c23c34;
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #d1891d;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}


ol.breadCrumb {
    float: left;
}
ol.breadCrumb > li {
    float: left;
}
ol.breadCrumb > li:first-child a:before {
    content: "";
    margin-left: 0;
}
ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}


.btnPrint {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.btnPrint:hover{
     color: #c23c34;
}
.btnPrint:before {
    content:"\f02f";
	font-weight: 700;
}

ul.textResizer {
    float: right;    
}
ul.textResizer > li {
    float: left;
    margin-right: 0.2rem;
}
ul.textResizer > li:last-child {
    margin-right: 0;
    margin-left:0.7rem;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.688em/0 'Source Sans Pro', sans-serif;
    color: #012340;   
    display: inline-block;
}
ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 400;
}
ul.textResizer a:visited {
    color:#012340;
}
ul.textResizer a:hover {
    color: #c23c34;
}
ul.textResizer a:active {
    color:  #c23c34;
}
ul.textResizer a:focus {
    color:  #c23c34;
}

ul.textResizer span {
    margin-right: 0.5rem;
    font-size:1rem;
    font-weight:400;
    text-transform:capitalize;
}
ul.textResizer a.small-text {
    font-size: 1rem;
}

ul.textResizer a.medium-text {
    font-size:1.188rem;
}

ul.textResizer a.large-text {
    font-size: 1.438rem;
}
ul.textResizer a.textresizer-active {
    color: #c23c34;
}
#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}


ul.phoneColsList {
    margin-bottom: 2rem;
}
ul.phoneColsList > li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
}


.footerBottom .footerConnect .container {
	padding: 2rem 0 3rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.footerBottom .footerConnect .fc-left {
	display: block;
	float: left;
	width: 75%;
}

.footerBottom .footerConnect .fc-right {
	display: block;
	float: left;
	width: 25%;
}

.footerBottom .footerConnect .fc-left {
	padding-right: 3rem;
}

.footerBottom .footerConnect .fc-left h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.4rem;
	text-transform: capitalize;
	font-weight: 400;
}

.footerBottom .footerConnect .fc-left h2 > span {
	font-size: 2.2rem;
	font-weight: 800;
}

.footerBottom .footerConnect .fc-left span {
	color: #fff;
}


.footerBottom .footerConnect .fc-right {
	padding-left: 3rem;
}

.footerBottom .footerConnect .fc-right .regBar {
	width: 100%;
	display: block;
	margin-top: 3rem;
}

/*.footerBottom .footerConnect .fc-right .regBar input {
	width: 70%;
	display: inline-block;
	float: left;
	-webkit-border-radius: .5rem 0 0 .5rem;
    -moz-border-radius: .5rem 0 0 .5rem;
    border-radius: .5rem 0 0 .5rem;
	border: none;
	padding: 1rem 1rem;
}*/

.footerBottom .footerConnect .fc-right .regBar .btnRegister {
	width: 100%;
	display: inline-block;
	float: left;
    font: normal 400 1.1rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
	letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 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;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    background: #deb026;
	border: none;
}

.footerBottom .footerConnect .fc-right .regBar .btnRegister:hover {
    background: #0e776e;
}

.footerBottom .footerConnect .fc-right .regBar .btnRegister:focus {
    background: #0e776e;
}

.footerBottom .fc-left,
.footerBottom .fc-right {
	float: left;
	display: block;
}

.footerBottom h2 {
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.footerBottom .french h2 {
	font-size: 1.5rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

/*.footerBottom p {
    font: 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 .fImage {
    text-align:center;
    margin-bottom:1.5rem;
}

.footerBottom .fImage .fourthimg a,
.footerBottom .fImage .secondimg a {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.footerBottom .fImage .fourthimg {
    padding-top: 1.8rem !important;
}*/



/*.footerBottom .fImage img{
    margin:0 3rem;
}*/
.footerBottom .fCont {
    padding: 3rem 0;
}
/*.footerBottom .firstimg{
    text-align:right;
}
.footerBottom .thirdimg {
    text-align: left;
}*/
/*.footerBottom .fAddress,
.footerBottom .fRight {
    margin: auto;
}*/
.footerBottom a.ffax {
    padding-left: 2rem;
}
.footerBottom a,
.footerBottom a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    color: #fff;   
    letter-spacing: 1px;
}
.footerBottom a:visited {
    color: #fff;
}
.footerBottom a:hover {
    color: #deb026;
}
.footerBottom a:active {
    color: #deb026;
}
.footerBottom a:focus {
    color: #deb026;
}
.footerBottom a i {
    margin-right:0.5rem;
}
.footerBottom h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    float: right;
}
.footerBottom h5 span {
    font-weight: 700;
    text-transform: uppercase;
    /*display: block;*/
}
.footerBottom figure {
    display: inline-block;
    padding-left: 8rem;
}



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 cite,
.footerBottom small {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    display: inline-block;
}
.footerBottom cite a,
.footerBottom cite a:link {
   color: #fff;
   font-size: 0.75rem;
   letter-spacing:0;
}
.footerBottom cite a:visited {
    color: inherit;
}
.footerBottom cite a:hover {
    color: #deb026;
}
.footerBottom cite a:active {
    color:#deb026;
}
.footerBottom cite a:focus {
    color:#deb026;
}
.footerBottom cite a span {
    color: rgb(255,255,255);
    width: 83px;
    height: 30px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/all-netWhite.png) center center no-repeat;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.socialMedia a,
.socialMedia a:link {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.313rem;
    color: #fff;
    display: inline-block;
    margin: 0 0.5rem;
}
.socialMedia a:visited {
    color: #fff;
}
.socialMedia a:hover {
    color:#deb026;
}
.socialMedia a:active {
    color: #deb026;
}
.socialMedia a:focus {
    color: #deb026;
}

.socialMedia a.facebook::before {
    content: "\f39e";
	font-family: "Font Awesome 5 Brands";
}
.socialMedia a.twitter:before {
    content: "\f099";
}
.socialMedia a.instagram:before {
    content: "\f16d";
}
.socialMedia a.youtube:before {
    content: "\f167";
}
.socialMedia a.linkedIn:before {
    content: "\f0e1";
}
.socialMedia a.tripAdvisor:before {
    content: "\f262";
}


.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}
.municipalServices .col-5 h2,
.municipalServices .col-7 h2 {
    color: rgb(255,255,255);
    margin-bottom: 2rem;
}

.municipalServices .col-7 h2 {
    margin-bottom: 0.5rem;
}
.municipalServices .col-5 h2 span {
    font-size: 0.9rem;
    display: block;
    padding-top: 0.5rem;
}
.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}


.roadBanCont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.municipalServices .col-7 i {
    font-size: 2rem;
    color: rgb(255,255,255);
}
a.inEffectLink,
a.inEffectLink:link {
    color: rgb(255,255,255);
    text-align: center;
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(22,87,81);
}
a.inEffectLink:visited {
    color: rgb(255,255,255);
}
a.inEffectLink:hover {
    background: rgb(38,148,138);
}
a.inEffectLink:active {
    background: rgb(38,148,138);
}
a.inEffectLink:focus {
    background: rgb(38,148,138);
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: rgb(227,83,13);
}
a.roadBanInEffect:hover {
    background: rgb(255,100,24);
}
a.roadBanInEffect:active {
    background: rgb(255,100,24);
}
a.roadBanInEffect:focus {
    background: rgb(255,100,24);
}



/*---------------------table styling-------------------------*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
    width: 100%;
    border-collapse: collapse;
}
td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px), 
    (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/****************************************************************
Weather
****************************************************************/
#modalHeaderWeather {
    padding: 0;
}
#modalHeaderWeather .modal-header,
#modalHeaderWeather .modal-footer {
    display: none;
}

.headerWeather:before {
    content: normal;
}

ul.col2W,
ul.col2W > li,
ul.bwTabs,
ul.bwTabs > li,
ul.weatherListsHeader,
ul.weatherListsHeader > li,
ul.innerColWeatherLists,
ul.innerColWeatherLists > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}
#modalHeaderWeather .modal-body {
    padding: 0;
}
#modalHeaderWeather .modal-body .close {
    padding: 0.1rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: none;
}

.btnHeaderYahooWeather {
    color: #2c2c2c;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.btnHeaderYahooWeather:hover{
    color: #deb026;
}
.btnHeaderYahooWeather i.clr {
    color: #2c2c2c;
    margin-right: 1rem;
}
.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: rgb(176,211,209);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d3d1+0,7aabaa+100 */
    background: #b0d3d1; /* Old browsers */
    background: -moz-linear-gradient(top, #4579a5 0%, #012442 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4579a5 0%,#012442 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4579a5 0%,#012442 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4579a5', endColorstr='#012442',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;
    background: #faf8f5;
    padding: 4rem 1rem;
}
.highlightContainer h2 {
    text-align: center;
}
/*.highlightContainer h2:before {
    content:"\f5a0";
    font-weight: 400;
    display: block;
}*/
/*ul.hightlightLists > li {
    float: left;
    width: 16.66%;
    padding: 0.5px;
}*/
.hightlightsInnerCont a,
.hightlightsInnerCont a:link {
    position: relative;
    float: left;
    color:rgb(255,255,255);
    display: inline-block;
    overflow: hidden;
    
	min-height: 254px;
    height: auto;
	background-size: 100% 100%;
}
.hightlightsInnerCont a:visited{
     color:rgb(255,255,255);
}
.hightlightsInnerCont a:hover{
     color:#deb026;
}
.hightlightsInnerCont a:active{
     color:#deb026;
}
.hightlightsInnerCont a.post-1,
.hightlightsInnerCont a.post-5{
    width:49%;
}
.hightlightsInnerCont a.post-2,
.hightlightsInnerCont a.post-3,
.hightlightsInnerCont a.post-4,
.hightlightsInnerCont a.post-6{
    width: 24%;
}
.hightlightsInnerCont a.post-1,
.hightlightsInnerCont a.post-2{
    margin:0 0.8rem 0.4rem 0
}
.hightlightsInnerCont a.post-3{
    margin-bottom:0.4rem;
}
.hightlightsInnerCont a.post-4,
.hightlightsInnerCont a.post-5{
    margin-right:0.8rem;
}
.hightlightsInnerCont img {
    display: inline-block;
    min-height: 254px;
    height: auto;
}
.hightlightsInnerCont a.post-2 img,
.hightlightsInnerCont a.post-3 img,
.hightlightsInnerCont a.post-4 img,
.hightlightsInnerCont a.post-6 img{
    width:100%;    
}
/*.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: 2rem;
    color: inherit;
    z-index: 2;
    font-size:2.188rem;
}*/
/*.hightlightsInnerCont a:hover:before {
    background: rgba(0,0,0,0);
}*/
.hightlightsInnerCont a i{
	left: 2rem;
	top: 1.5rem;
	font-size: 2.188rem;
	position: absolute;
}
.hightlightsInnerCont .highlightBorder {    
    width: 5rem;
    position: relative;
    left: 50%;
    margin: 0.3rem 0 0.5rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hightlightsInnerCont a.post-1 .highlightBorder,
.hightlightsInnerCont a.post-6 .highlightBorder {
    border-bottom: 5px solid #c23c34;
}
.hightlightsInnerCont a.post-2 .highlightBorder,
.hightlightsInnerCont a.post-4 .highlightBorder {
    border-bottom: 5px solid #deb026;
}
.hightlightsInnerCont a.post-3 .highlightBorder,
.hightlightsInnerCont a.post-5 .highlightBorder {
    border-bottom: 5px solid #1e65a7;
}

.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem 1rem 2rem;
    -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: inherit;
    margin:0;
}
.highlightCaption h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    font-size: 1.563rem;
}
.highlightCaption p {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.063rem;
}




/****************************************************************
Form Test
****************************************************************/

.rendered-form .form-group:first-of-type {
	width: 100%;
}

.rendered-form .form-group {
    margin-bottom: 1rem;
    width: 50%;
	display: inline-block;
    padding: 0 1rem 1rem;
}

/****************************************************************
MEDIA QUERY
****************************************************************/

@media only screen and (max-width:1700px){
   
	h2.hLogo,
	h1.siteLogo,
	h1.siteLogoFR {
		margin: 3.2rem 0 0 7rem;
	}
	
	.desktopNav ul.mainMenu {
		padding-left: 35rem;
	}
}

@media only screen and (max-width:1680px) {
    
    .btnHeaderYahooWeather{
        font-size:1.3rem;
    }
	
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.1rem;
    }
	
    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.6rem;
    }
	
	.menuImg {    
		height: 290px;
		width: 280px;   
	}
	
	.topNavContainer {
		padding: 2rem 2rem 1rem 4rem;
	}
	
	.topNavContainer .col-sm:last-child .col-4:first-of-type {
		padding: 0 2rem 0 0;
	}
	
	.topNavContainer .col-sm:last-child .col-4 {
		padding: 0 2rem;		
	}
	
	.topNavContainer .col-sm:last-child .col-4:last-of-type{
		padding:0 0 0 2rem;
	}
	
    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.6rem !important;
    }
	
    .popupAlert a, 
    .popupAlert a:link {
        font-size: 0.8rem;
    }
	
   /* h2.categoryTitle {
        font-size: 3.4rem;
    }*/
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.8rem;
    }
	
    .innerPage .frmSearch button[type="submit"] {        
        font-size: 1.3rem;        
    }
	
    .frmSearch {       
        width: 360px;
    }
	
    .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;
    }
	
    h4.pageTitle {
        font-size: 1.7rem;
        margin-bottom: 0.8rem;
    }
	
    .mainContainer {        
        padding: 22.6rem 0 0;       
    }
	
    .mainContainer.pagePasswordProtected,
    .mainContainer.SearchCont,
    .mainContainer.formCont,
    .mainContainer.formconfirm{
        padding: 21.2rem 0 0;
    }
}

@media only screen and (max-width:1540px){
    
    .headerTop a,
	.headerTop a:link {
		 margin-right: 0; 
		padding: 1rem 1.5rem;
	}
	
    .headerTop a::before {           
        margin-right: 0.5rem;         
    }
}

@media only screen and (max-width:1450px) {
	
	h2.hLogo,
	h1.siteLogo,
	h1.siteLogoFR {
		width: 370px;
		height: 97px;
		margin: 3rem 0 0 6rem;
	}
	
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 2.6rem 0 0 6rem;
	}
	
	.desktopNav ul.mainMenu {
		padding-left: 30rem;
	}
	
	.headerTop a,
	.headerTop a:link{
        font-size:0.8rem;
    }
	
    .btnHeaderYahooWeather {
        font-size: 1.1rem;
    }
	
    .btnHeaderYahooWeather i.clr {       
        margin-right: 0.5rem;
    }
	
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.15rem;
    }
	
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.1rem !important;
    }
	
    ul.relatedLinks > li {
        height: 6.6rem;
    }
	
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width:1400px) {
	
    .desktopNav ul.subMainMenu a, 
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.9rem;
    }
	
	.menuImg {
		height: 270px;
		width: 255px;
	}
	
	.topNavContainer {
		padding: 2rem 2rem 1rem 2rem;
	}
	
	.topNavContainer .col-sm:last-child .col-4:first-of-type {
		padding: 0 1rem 0 0;
	}
	
	.topNavContainer .col-sm:last-child .col-4 {
		padding: 0 1rem;		
	}
	
	.topNavContainer .col-sm:last-child .col-4:last-of-type {
		padding:0 0 0 1rem;
	}
	
    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;
    }
	
    .highlightCaption{
        padding:1rem;
    }
	
    .highlightCaption h3 {
        font-size: 1.3rem;
    }
	
    .highlightCaption p {        
        font-size: 1.7rem;
    }
	
	.hightlightsInnerCont a i {
		font-size: 1.85rem; 
	}
}

@media only screen and (max-width:1330px) {
	
    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }
	
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1rem !important;
    }
	
    ul.relatedLinks > li {
        height: 6rem;
    }
	
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }

    h2.categoryTitle {
        min-height: 370px;
        padding: 12.1rem 0 0 0;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.6rem;
    }
	
    .innerPage .frmSearch {
        width: 350px;
    }
	
    .innerPage .frmSearch input[type="search"]{
        font-size:0.9rem;
    }
	
    .innerPage .frmSearch button[type="submit"] {
        top: 1.3rem;
        right: 1rem;
    }
	
    h3.pageTitle {
        font-size: 1.5rem;
    }
	
    h4.searchTitle {
        font-size: 1.3rem;
    }
	
    main.formPage i {
        font-size: 4rem;
    }
	
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
	
    .footerBottom a, .footerBottom a:link {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
	
    .socialMedia a, .socialMedia a:link {
        font-size: 1rem !important;
    }
	
    .footerBottom h5 {        
        font-size: 0.9rem;       
    }
	
    .footerBottom figure {       
        padding-left: 5rem;
    }
	
    .mainContainer {
        padding: 20.4rem 0 0;
    }
	
    .mainContainer.pagePasswordProtected,
    .mainContainer.SearchCont, 
    .mainContainer.formCont, 
    .mainContainer.formconfirm {
        padding: 19.2rem 0 0;
    }
	
    h2.categoryTitle.passwordpage .innerPage .frmSearch,
    h2.categoryTitle.searchpage .innerPage .frmSearch,
    h2.categoryTitle.formpage .innerPage .frmSearch,
    h2.categoryTitle.formconfirmpage .innerPage .frmSearch {
        top: 1.6rem;
    }
}

@media only screen and (max-width:1300px) {
    
	.quickLinks a i {
		margin-right: .5rem;
		font-size: 1.2rem;
	}
	
	.quickLinks a span {
		font-size: .8rem;
		top: auto;
	}
}

@media only screen and (max-width:1250px) {
	
	h2.hLogo, h1.siteLogo, h1.siteLogoFR {
		width: 325px;
		height: 85px;
		margin: 3.2rem 0 0 5.5rem;
	}
	
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 3rem 0 0 5.5rem;
	}
	
	.desktopNav ul.mainMenu {
		padding-left: 26.5rem;
	}
	
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
	
	
	
    .headerTop a::before {
        margin-right: 0.3rem;
    }
	
    .headerTop a, .headerTop a:link {
        padding: 1rem 0.4rem;
    }
	
    .btnHeaderYahooWeather {
        font-size: 1rem;
    }
	
    .btnHeaderYahooWeather i.clr {       
        margin-right: 0.3rem;
		color: inherit;
    }
}

@media only screen and (max-width:1190px) {
	
    .desktopNav,
    .headerTop .hInfo a,
    ul.subMainMenu,
    ul.subSubMainMenu,
    .headerTop a, .headerTop a:link,
    .headerTop .btnHeaderYahooWeather {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
	
    .headerBottom .hInfo {
        display: block;
        float: right;
		
        margin-right: 5rem;
    }
	
	.socialMedia a, .socialMedia a:link {
		float: left;
	}
	
	h2.hLogo,
	h1.siteLogo,
	h1.siteLogoFR {
		margin: 1.2rem 0 0 5.5rem;
	}
	
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 1rem 0 0 5.5rem;
	}
	
    .headerBottom {
        min-height: 4rem;
    }
	
	.headerBottom .socialMedia {
		float: right;
	}
	
    .headerBottom span,
    .headerBottom .langCont{
        display:none;
    }
	
	.headerBottom > .hInfo > .btnHeaderYahooWeather{
		display:inline-block;
		padding: 1.25rem 1rem;
	}
	
	.headerBottom > .hInfo > .btnHeaderYahooWeather > span{
		display: none;
		color: inherit;
	}
	
	.btnHeaderYahooWeather i.clr {
		margin-right: 0;		
		font-size: 1.2rem;
	}
	
	.headerBottom button.btnHeaderYahooWeather:hover{
		color: #1e65a7;
	}
	
	.headerBottom button.btnHeaderYahooWeather {
			color: #deb026;
	}
	
    .headerBottom a::before {
        font-weight: 700;
        margin-left: 0;
        margin-right: 0.8rem;
        color: #deb026;
        font-family: 'Font Awesome 5 Pro';
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }
	
    .headerBottom a.hMap:before {
        content: "\f3c5";
    }
	
    .headerBottom a.hPhone:before {
        content: "\f095";
    }
	
    .headerBottom a.hFax:before {
        content: "\f1ac";
    }
	
    .headerBottom a.hEmail:before {
        content: "\f0e0";
    }
	.headerBottom a.hPay:before {
    	content: "\f09d";
	}
	
    .headerBottom a{
        display:inline-block;
        padding: 1.25rem 1rem;
        font-size: 1rem;
    }
	
    .headerBottom a:hover::before{
        color:#1e65a7;
    }
	
    .headerBottom .btnHeaderYahooWeather,
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        display: block;
    }
	
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #31594e;
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        font-weight: 700;
	}
	
	.moreOptionSubMainMenu:before{
		font-weight:400;
	}

    .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.3rem;
        color: #31594e;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 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: rgb(255,255,255);
    }

    ul.mainMenu {
        margin-top: 4rem;
    }

    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
        /*display: none;*/
		color:#012340;
		font-weight: 700;
    }
	
	ul.mainMenu a i {   
		color:#012340;
		font-weight: 700;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
        letter-spacing: 1px;
		color: #012340;
        /*border-bottom: 1px solid rgb(230,233,232);*/
    }
	ul.mainMenu a:visited {
		color: #012340;
	}
	
    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: rgb(22,87,81); 
        background:#31594e;
    }
	
    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: rgb(255,255,255);
    }

    ul.mainMenu > li:hover > a {
        color: rgb(255,255,255);
        border-bottom-color: rgb(22,87,81); 
        background: #31594e;
    }
	
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
         color: rgb(255,255,255);
    }
	
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #012340;
        text-transform: none !important;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        background: #f2ede6 !important;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
    }
	
    ul.subMainMenu a:visited {
        color: #012340;
    }
	
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #d1891d!important;
    }
	
    ul.subMainMenu a:active {
        color: rgb(255,255,255);
        background: #d1891d!important;
    }
	
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #d1891d!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: #d1891d!important;
    }
	
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }

    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        border-bottom-color: rgb(15,61,57);
        background: #d1891d!important;
    }
	
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(255,2525,255);
    }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        color: #012340 !important;
        background: #ded8d2 !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
    }
	
    ul.subSubMainMenu a:visited {
        color: #012340 !important;
    }
	
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: #1e65a7 !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: #1e65a7 !important;
    }

    .btnPollQuestionVote {
        font-size: 1rem;
    }

    .frmSearch {
        width: 320px;
    }  
	
    .frmSearch input[type="search"]{
        font-size:0.9rem;
        letter-spacing:1px;
    }
	
    .frmSearch button[type="submit"]{
        font-size:1.2rem;
        right:1.2rem
    }
	
    .footerTop h2 {
        font-size: 1.2rem;
    }
	
    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }
	
    .hightlightsInnerCont a,
	.hightlightsInnerCont a:link {       
        min-height: 230px;        
    }
	
    .highlightCaption h3 {
        font-size: 1.15rem;
    }
	
    .highlightCaption p {
        font-size: 1.4rem;
    }
	
    .hightlightsInnerCont a::after {       
        font-size: 1.8rem;
    }
	
	.hightlightsInnerCont a i {
		font-size: 1.6rem; 
		left: 1.5rem;
	}
	
    .hightlightsInnerCont .highlightBorder{
        width:4rem;
    }
	
    main.formPage h2 {
        font-size: 1.45rem;
    }
	
    h4.pageTitle {
        font-size: 1.45rem;
        margin-bottom: 0.6rem;
    }
	
    h2.categoryTitle {        
        font-size: 2.5rem;
        padding: 12.8rem 0 0 0;
    }
	
    .innerPage .frmSearch input[type="search"] {       
        padding: 1.1rem 3rem 1.1rem 2rem;
    }
	
    .innerPage .frmSearch button[type="submit"] {
        font-size: 1.1rem;
        top:1rem;
    }
	
    .innerPage .frmSearch {
        width: 300px;
    }
}

@media only screen and (max-width:1085px) {
	
    .footerMiddle h2 {
        font-size: 1rem;
    }
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }
	.quickLinks{
		display: none;
	}
}

@media only screen and (max-width:1050px) {
	
    .headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }
	
    .hightlightsInnerCont a,
	.hightlightsInnerCont a:link {
        min-height: 210px;
    }
}

@media only screen and (max-width:1024px) {
	
    .footerBottom h2 {
        font-size: 1.4rem;
    }
	
    .pageTitle {
        font-size: 1.1rem;
    }
	
    .innerCarouselCaption {
        padding: 7rem 1rem 4rem 1rem;
    }
	
    .frmSearch {
        top: -1rem;
        width: 275px;
    }
    
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
        padding: 1.1rem 2.2rem 1.1rem 1.5rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 1rem;
        right: 0.8rem;
    }
}

@media only screen and (max-width:1023px) {
	
    ul.sideMenu,
    .headerContent {
        display: none;
    }
	
    .mainContainer {
        padding: 18.8rem 0 0;
    }
	
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
	
    .mainContainer main.formPage,
    .mainContainer main.searchPage{
        padding:1rem;
    }
	
    .mainContainer main.col-sm {
        padding: 1rem;
    }
	
    h2.categoryTitle .catTitleCont {       
        margin-bottom: 0;
    }
	
    .innerPage .frmSearch {
        top:1.6rem;
    }
	
    .innerPage .frmSearch input[type="search"] {
        font-size: 0.8rem;
        padding: 1rem 4rem 1rem 2rem;
    }
	
    .innerPage .frmSearch button[type="submit"] {       
        top: 0.6rem;
    }
	
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        color: rgb(255,255,255);
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 3rem;
        margin: 0;
        letter-spacing: 5px;
        background: #31594e;
    }
	
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
	
    .sideMenuNav:after {
        content: "\f067";
        float: right;
    }
	
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }
	
    .sideMenuNav.openSideMenuIcon {
        background: #deb026;
    }  
	
    .articlePost {
        border-top: none;        
    }
	
    ol.breadCrumb{
        float: none;
    }
	
    ul.textResizer > li:last-child {
        display: none;
    }
	
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
	
    h2.categoryTitle {
        min-height: 300px;
        font-size: 2rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }   
	
    h3.pageTitle {
        font-size: 1.2rem;
    }
	
    .municipalServices .col-5 h2, 
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
	
    .footerBottom a, .footerBottom a:link {
        font-size: 0.77rem;        
    } 
}

@media only screen and (max-width:991px){
	.desktop_foot{
		display:none !important;
	}
	.mobile_foot{
		display:block !important;
	}
	
	.footerBottom .footerConnect .fc-left,
	.footerBottom .footerConnect .fc-right {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	
    .footerBottom .fLogo {
        text-align: center;
        margin-bottom: 1rem;
    }
	
    .footerBottom h5 {
        float:none;
    }
	
    .footerBottom .fAddress, .footerBottom .fRight {
        text-align:center;
    }
	
    .footerBottom .fAddress{
        margin-bottom:1rem;
    }
	
    .footerBottom figure {
        padding-left: 0;
        margin-top: 1rem;
    }
	
	.footerBottom figure a,
    .footerBottom a, .footerBottom a:link {
        font-size: 0.9rem;
        /*display: inline-block;*/
    }
	
    .socialMedia a, .socialMedia a:link {
        font-size: 1.3rem !important;
    }
	
    .footerBottom h5 {
        font-size: 0.9rem;
    }
	
    .fb2.row {
        padding-top: 0;       
    }
	
    .fb2.row .col-sm {
        flex-basis: auto;
    }
	
    .fb2.row .col-sm:first-child {
        text-align: center;        
    }
	
    .fb2.row .col-sm:last-child {
        text-align: center;
    }
	
    .footerBottom .fCont {
        padding: 2rem 0 1rem;       
    }
	
    .footerBottom cite {
        margin:0;
    }
	
    main .innerCon{
        order:2;
    }
	
    ul.textResizer {
        float: left;
        margin-bottom:1rem;
    }
	
    .innerPage .frmSearch {
        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%);       
    }
	
    .innerPage .frmSearch button[type="submit"] {
        top: 0.5rem;
    }
	
    h2.categoryTitle .catTitleCont {
        text-align:center;
        margin-bottom:1rem;
    }
	
    h2.categoryTitle {
        padding: 11rem 0 0 0;
        font-size: 1.6rem;
    }
	
    h2.categoryTitle.passwordpage .catTitleCont,
    h2.categoryTitle.searchpage .catTitleCont,
    h2.categoryTitle.formpage .catTitleCont,
    h2.categoryTitle.formconfirmpage .catTitleCont{
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:950px){
	
    .frmSearch {
        width: 245px;
    }
	
    .frmSearch button[type="submit"] {            
        right: 0.6rem;
    }
	
    .hightlightsInnerCont a,
	.hightlightsInnerCont a:link {
        min-height: 180px;
    }
	
    .hightlightsInnerCont a::after {
        font-size: 1.5rem;
    }
	
	.hightlightsInnerCont a i {
		font-size: 1.4rem;
		left: 1rem;
		top: 1rem;
	}
	
    .highlightCaption h3 {
        font-size: 1rem;
    }
	
    .highlightCaption p {
        font-size: 1.2rem;
    }
	
    .hightlightsInnerCont a.post-1,
    .hightlightsInnerCont a.post-2 {
        margin: 0 0.5rem 0.4rem 0;
    }
	
    .hightlightsInnerCont a.post-4,
    .hightlightsInnerCont a.post-5 {
        margin-right: 0.5rem;
    }
	
    .highlightContainer {       
        padding: 3rem 1rem;
    }
}

@media only screen and (max-width:850px) {
	
    .popupAlert > .container {
        font-size: 0.8rem;
    }
	
    .headerBottom a {
		padding: 1.25rem 0;
	}
	
	.headerBottom > .hInfo > .btnHeaderYahooWeather {
		padding: 1.25rem .5rem;
	}
}

@media only screen and (max-width:785px) {
	
    .frmSearch input[type="search"] {
        background: none;
        border: 1px solid rgba(255,255,255,0.5);
    }
	
    .frmSearch {
        width: 350px;
        top: 0.8rem;
    }
	
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
	
    .frmSearch button[type="submit"] {
        right: 1.3rem;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:767px) {
	
    .popupAlert > .container {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:760px) {
	
    table td, table th {
		width: 100% !important;
	}
}

@media only screen and (max-width:750px) {
	
    .headerContent {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
	
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:720px) {
	
    h2.hLogo,
	h1.siteLogo,
	h1.siteLogoFR {
		width: 250px;
		height: 65px;
		margin: 1.7rem 0 0 4.5rem;
	}
	
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 1.55rem 0 0 5.5rem;
	}
	
	.footerBottom .footerConnect .fc-right .regBar .btnRegister {
		font-size: .8rem;
		padding: 1.2rem 0;
	}
	
	.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;
    }
	
	.footerBottom .footerConnect .fc-left h2 > span {
		font-size: 1.4rem;
	}
	
	.footerBottom .footerConnect .fc-left h2 {
    	font-size: 1rem;
	}
	
	.footerBottom .fImage {
		margin-bottom: 2.5rem;
	}
	
	.footerBottom .fImage .col-3 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
}

@media only screen and (max-width:680px) {
	
    .headerContent {
        display: none;
    }
	
    .mainContainer {
        padding: 16.6rem 0 0;
    }

    h2.categoryTitle {
        padding: 9rem 0 0 0;
        font-size: 1.4rem;
    }
	
    .sideMenuNav {
        font-size: 0.95rem;
        padding: 0.7rem 1.5rem;
    }
	
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem !important;
        padding: 0.8rem 1.5rem;
    }
	
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem !important;
        padding: 0.8rem 2rem!important;
    }

    .Extreme,
    .High,
    .Moderate,
    .Low {
        padding: 2rem 0;
    }
	
    .municipalServices .col-5, 
    .municipalServices .col-7 {
        flex-basis: auto;
        max-width: 100%;
    }
	
    .municipalServices .col-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
	
    .roadBanCont {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        display: block;
        margin: auto;
        padding: 4rem 0;
    }

    h3.pageTitle,
    .footerBottom h2 {
        font-size: 1.1rem;
    }
	
    .btnRegister {
        font-size: 0.8rem;
    }
	
    .articlePost {
        font-size: 0.95rem;
    }
	
    .mainContainer.pagePasswordProtected,
    .mainContainer.SearchCont,
    .mainContainer.formCont,
    .mainContainer.formconfirm {
        padding: 16.5rem 0 0;
    }
}

@media only screen and (max-width:630px) {
	
    .quickLinks {
        display: none;
    }
}

@media only screen and (max-width:600px) {
	
	.headerTop {
		display: none;
	}
	
    .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;
    }
	
	.headerBottom .hInfo {
		margin-right: 25%;
		margin-top: 5rem;
	}
	
    h2.hLogo,
    h1.siteLogo,
	h1.siteLogoFR {
        margin: 1rem 0 0 10.5rem;
    }
	
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 1.55rem 0 0 10.5rem;
	}
	
	.menuIcon {
		top: auto;
		bottom: 1rem;
		right: 1rem;
		-webkit-transform: none; 
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.headerBottom a, .headerBottom > .hInfo > .btnHeaderYahooWeather {
		padding: 0.5rem 0.2rem .5rem 0.8rem;
	}
	
    .headerBottom {
        min-height: 6rem;
    }
	
    .headerBottom a,
	.headerBottom > .hInfo > .btnHeaderYahooWeather	{      
        padding: 1rem 0.5rem;        
    }
	
    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        padding: 1.3rem 0.4rem;
        font-size: 0.8rem;
    }
	
    .hightlightsInnerCont a.post-1, .hightlightsInnerCont a.post-4 {
        width: 100%;
    }
	
    .hightlightsInnerCont a.post-2,
    .hightlightsInnerCont a.post-3,
    .hightlightsInnerCont a.post-5,
    .hightlightsInnerCont a.post-6{
        width: 49%;
    }
	
    .hightlightsInnerCont a.post-2,
    .hightlightsInnerCont a.post-5 {
        margin: 0 0.6rem 0.55rem 0;
        /*order:3;*/
    }
	
    .hightlightsInnerCont a.post-1,
    .hightlightsInnerCont a.post-3,
    .hightlightsInnerCont a.post-4,   
    .hightlightsInnerCont a.post-6{
        margin: 0 0 0.55rem 0;
    }
	
    .btnScrollup{
        bottom:1rem;
    }
	
    main.formPage h2 {
        font-size: 1.25rem;
    }
	
    h4.pageTitle {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width:580px) {
	
    .menuIcon > span {
        display: none;
    }

    .menuIcon {
        font-size: 1rem;
    }

    .menuIcon:after {
        margin-left: 0;
    }
}

@media only screen and (max-width:575px) {
	
    .searchColPages.col-sm {
        padding-right: 0;
    }
	
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
}

@media only screen and (max-width:530px) {
	
    .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;
    }
	
    .hightlightsInnerCont a.post-2, 
    .hightlightsInnerCont a.post-3, 
    .hightlightsInnerCont a.post-5, 
    .hightlightsInnerCont a.post-6 {
        width: 48.5%;
    }
	
    .hightlightsInnerCont a.post-1,
    .hightlightsInnerCont a.post-4 {
        width: 99%;
    }
}

@media only screen and (max-width:500px) {
	
	.headerBottom .hInfo {
		margin-right: auto;
		margin-top: 5rem;
		float: left;
		margin-left: 5rem;
	}
	
    nav {
        width: 300px;
    }

    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
	
    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a, 
    ul.subSubMainMenu a:link {
        font-size: 0.9rem!important;
    }
	
    .headerTop a.langTranslateBTN, .headerTop a.langTranslateBTN:link {
        padding: 1.15rem 0.4rem;
        font-size: 0.7rem;
        letter-spacing:1px;
    }
	
    h2.hLogo,
    h1.siteLogo,
	h1.siteLogoFR {
		width: 200px;
		height: 52px;
		margin: 1.5rem 0 0 1rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		 -ms-transform: translateX(-50%);
		transform: translateX(-50%);
    }
	.activePopupAlert h2.hLogo,
	.activePopupAlert h1.siteLogo,
	.activePopupAlert h1.siteLogoFR {
		margin: 1.5rem 0 0 1rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		 -ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
    .hightlightsInnerCont a,
	.hightlightsInnerCont a:link {
        min-height: 125px;
    }
}

@media only screen and (max-width:480px) {
	
    h2.categoryTitle {
        min-height: 200px;
        font-size: 1.1rem;
        /*padding: 5.7rem 0 0 0;*/
    }
	
    h2.categoryTitle .innerPage{
        padding:1rem 1rem 2rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }
	
    .mainContainer {
        padding: 16.2rem 0 0;
    }
	
    .innerPage .frmSearch {
        width: 250px;
    }
	
    .innerPage .frmSearch input[type="search"] {
        font-size: 0.75rem;
        padding: 1rem 3rem 1rem 1.5rem;
    }
	
    .innerPage .frmSearch button[type="submit"] {
        top: 0.5rem;
        right: 0.6rem;
        font-size: 0.9rem;
    }
	
    .frmSearch {
        width: 280px;       
    }
	
    .frmSearch input[type="search"] {       
        padding: 0.8rem 2.2rem 0.8rem 1.5rem;
    }
	
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
	
    .roadBanStatus {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:470px) {
	
    .footerMiddle > .container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }
}

@media only screen and (max-width:450px){

    .hightlightsInnerCont a.post-2,
    .hightlightsInnerCont a.post-3,
    .hightlightsInnerCont a.post-5,
    .hightlightsInnerCont a.post-6 {
        width: 48%;
    }
	
    .hightlightsInnerCont a.post-2, 
    .hightlightsInnerCont a.post-5 {
        margin: 0 0.75rem 0.55rem 0;       
    }
	
	h2.hLogo {
        width: 70px;
        height: 68px;
        margin: 0.8rem 0 0 3rem;
    }
	
    h1.siteLogo, h1.siteLogoFR {
        width: 175px;
    	height: 46px;
        margin: 0.7rem 0 0 0;
    }
	
    .headerTop a.langTranslateBTN,
	.headerTop a.langTranslateBTN:link {
        padding: 0.9rem 0.3rem;
        font-size: 0.7rem;
        letter-spacing:0;
    }
	
    .headerBottom {
        min-height: 2.5rem;
    }
	
    .headerBottom a {
        padding: 0.65rem 0.5rem;
        font-size:0.9rem;
    }
	
	.headerBottom a::before{
		margin-right:0.5rem;
	}
	
    .headerBottom .hInfo {       
        margin-right: 3.5rem;
    }
	
	.btnHeaderYahooWeather i.clr {    
		font-size: 1.1rem;
		margin-right:0.5rem;
	}	
	
	.headerBottom > .hInfo > .btnHeaderYahooWeather{
		 padding: 0.59rem 0.5rem;
	}
}

@media only screen and (max-width:400px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 230px;
        height: 58px;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
    }*/

	.headerBottom a::before {
		margin-right: 0;
	}
	
    .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;
    }
	
    .hightlightsInnerCont a.post-2, .hightlightsInnerCont a.post-5 {
        margin: 0 0.6rem 0.55rem 0;
    }
	
    .highlightCaption p {
        font-size: 0.95rem;
    }
	
    .footerBottom a, .footerBottom a:link {
        font-size: 0.8rem;
    }
	
    .socialMedia a, .socialMedia a:link {
        font-size: 1.1rem !important;
    }
	
    .footerBottom h5 {
        font-size: 0.8rem;
    }
}
