﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import '../fonts/aleo-family/stylesheet.css';
@import '../fonts/eye-catching/style.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i,800');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: #022540;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgb(15,61,57);
    padding: 0;
    margin: 0 0 0.5rem 0;
}
.articlePost h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.188rem;
    font-weight: 600;
    font-style: normal;
    color: #025eab;
    text-transform:uppercase;
}
.articlePost h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.563rem;
    font-weight: 600;
    font-style: normal;
    color: #022540;
    text-transform: capitalize;
}
.articlePost h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    color: #022540;
    text-transform: capitalize;
}
.articlePost h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    color: #022540;
    text-transform: uppercase;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 907px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.375rem;
    color: rgb(255,255,255);
    text-shadow: 0 0 4px rgba(0,0,0,5);
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
}

h2.categoryTitle:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 278px;
    display: block;
    background: url(../images/bgBackgroundInnerPages.png) left bottom repeat-x;
}
h2.categoryTitle .catTitleCont {
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 1.5rem;
    display: block;
}
h2.categoryTitle .subCatTitle {
   font-family: 'Eye Catching Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 5rem;
    display: block;
    line-height: 45px;
    text-transform: capitalize;
}

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: #025eab;
    color: rgb(255,255,255);
}
/* end */
p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    font-style: normal;
    color: #029090;
    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: #029090;
}
a:hover,
ul.directory-list button:hover {
    color: #eb9837;
    text-decoration: none;
}
a:active,
ul.directory-list button:active {
    color: #eb9837;
}
a:focus,
ul.directory-list button:focus {
    color: #eb9837;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption > span,
.scrollup > span {
    display: none;
}


/*.highlightContainer h2:before,
.hightlightsInnerCont a:after,*/
.btnPrint,
.btnFireRating h3:after,
.dynamicRoadBan a:before,
ul.footerCol3 > li:last-child:before,
ul.phoneColsList > li:before,
.desktopNav ul.mainMenu a:after,
.headerTop a:before,
.footerTop a:before,
ul.footerNav a:before,
ul.footerNav a:after,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before,
.footerBottom .contact-us 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: 1450px;
}
.municipalServices .container {
    max-width: 100%;
}


.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}
.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}
.skipToContent h2 {
    font-size: 1rem;
    color: rgb(1,138,182);
    margin-bottom: 0.5em;
}
ol.skipLinks,
ol.skipLinks > li {
    font-size: 0.9rem;
    color: rgb(255,255,255);
    padding: 0;
    margin: 0;
}
ol.skipLinks {
    margin-left: 1.5rem;
}
.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: rgb(255,255,255);
}
.skipToContent a:visited {
    color: rgb(255,255,255);
}
.skipToContent a:hover {
    color: rgb(1,138,182);
}
.skipToContent a:active {
    color: rgb(1,138,182);
}
.skipToContent a:focus {
    color: rgb(255,255,255);
    outline: 1px solid rgb(1,138,182);
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 10rem;
    color: rgb(255,255,255);
    cursor: pointer;
    padding: 0.7rem 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: #2d9ed1;
}
.btnScrollup:hover {
    color: rgb(255,255,255);
    background: #eb9837;
}
.btnScrollup:focus {
    color: rgb(255,255,255);
    background: #eb9837;
}



header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
    height: 15rem;
    background: -moz-linear-gradient(bottom, rgba(0,29,51,0) 0%, rgba(0,29,51, 0.95) 70%);
    background: -webkit-linear-gradient(bottom, rgba(0,29,51,0) 0%,rgba(0,29,51, 0.95) 70%);
    background: linear-gradient(to top, rgba(0,29,51,0) 0%, rgba(0, 29, 51, 0.95) 70%);
}

.headerTop {
    padding: 1rem 2rem;
    background: rgb(22,87,81);
}

.headerBottom {
    position: relative;
    border-bottom:1px solid rgba(255,255,255,.35);
    /*background: rgb(255,255,255);*/
    padding:0 2rem;
}
.sectionfooter {
    /*background: url(../images/footer-bg.jpg)no-repeat;
    background-size: cover;*/
}
.highlightContainer::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/highlights-right.png);
    height: 372px;
    width: 395px;
    right: 0;
    background-size: cover;
    background-position-x: right;
    background-position-y: 2rem;
    background-repeat: no-repeat;
}
.footerBottom::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/highlights-left.png);
    background-position-x:left;
    background-position-y:bottom;
    background-repeat:no-repeat;
    height: 203px;
    width: 672px;
    left: 0;
    background-size:cover;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    bottom: auto;
   top: -0.5rem;
    z-index:1;
}
.footerMiddle {
    padding-top: 2rem;
    background: rgb(255,255,255) url(../images/bgTrees.png) left bottom repeat-x;
}
.footerMiddle > .container {
    padding: 8rem 32rem 2rem 2rem;
    background: url(../images/bgPhones.png) right bottom no-repeat;
}

.footerBottom {
    position: relative;
    padding-top: 11rem;
    padding-bottom: 2.5rem;
    background: url(../images/footer-bg.png) right bottom no-repeat;
    background-size: cover;
    /*background-size: 15rem;*/
}
.footerBottom .footergradient{
    position:absolute;
    display:block;
    background:url(../images/footergradient.png) left center no-repeat;
    height:209px;
    width:100%;
    top:0;
    left: 0;
    right: auto;
    background-size: cover;
}
.footerBottom::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/footerlogo.png)right bottom no-repeat;
    height:234px;
    width:236px;
    bottom: 0;
    right: 0;
    background-size: 14rem;
}
.fb1.row .col-sm {
   padding-top:2rem;
}
.fb1.row .col-sm:first-child{
    max-width:28%;
}
.fb1.row .col-sm:nth-child(2) {
    border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgb(255,255,255);
    max-width:62%;
    padding-left: 7rem;
    padding-right: 8rem;
}
.fb1.row .col-sm:last-child{
    max-width:30%;
    padding-left: 8rem;
}


.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;
}


.headerTop a,
.headerTop a:link {
    font: normal 700 0.938rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: inline-block;
    margin-right: 1.5rem;
}
.headerTop a:visited {
    color: rgb(255,255,255);
}
.headerTop a:hover {
    color: rgb(252,176,64);
}
.headerTop a:active {
    color: rgb(252,176,64);
}

.headerTop a:before {
    font-weight: 300;
    margin-left: 0;
    margin-right: 0.5rem;
}
.headerTop a.hMap:before {
    content: "\f3c5";
}
.headerTop a.hPhone:before {
    content: "\f095";
}
.headerTop a.hFax:before {
    content: "\f1ac";
}
.headerTop a.hEmail:before {
    content: "\f0e0";
}
.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}
/*loading - start*/
.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 15px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}  20% { 
		-webkit-transform: scaleY(1.0);
		transform: scaleY(1.0);
	}
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    -webkit-transform: scaleY(0.4);
	transform: scaleY(0.4);
  }  20% { 
    -webkit-transform: scaleY(1.0);
	transform: scaleY(1.0);
  }
}
/*loading - end*/
.langCont {
    float: right;
}
.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: rgb(255,255,255);
}
.headerTop a.langTranslateBTN.selected-lan {
    color: rgb(252, 176, 64);
}



h1.siteLogo,
h1.siteLogoFR {
    float: left;
    width: 119px;
    height: 99px;
    display: inline-block;
    margin: 0.8rem;
}
h1.siteLogo > a,
h1.siteLogoFR > a {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/logo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
h1.siteLogoFR > a {
    background: url(../images/French-River-FR.png) left center no-repeat;
}




.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}
.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

div.quickLinks.large {
    position: absolute !important;
    top: 10rem !important;
    right: 0;
    padding: 0;
    z-index: 9;
}

div.quickLinks.small {
    position: fixed !important;
    top: 3rem !important;
    right: 0;
    padding: 0;
    z-index: 9;
}
.quickLinks .qlMnu{
    display:none;
}
/*.quickLinks:hover .qlContainer,
.qlContainer.hasFocus{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}*/

.quickLinks a,
.quickLinks a:link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .875rem;
    color: rgb(255,255,255);
    text-align: center;
    text-transform: capitalize;
    display: block;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    z-index: 2;
    background: none;
    padding:1.5rem 1rem;
    line-height:1.2;
}
.quickLinks a:visited {
    color: rgb(255,255,255);
}
.quickLinks a:hover {
    color: #eb9837;
}
.quickLinks a:active {
   color: #eb9837;
}
.quickLinks a:focus {
   color: #eb9837;
}
.quickLinks a:last-of-type {
    margin-bottom: 0;
}

.quickLinks a i {
    display:block;
    margin-bottom: .5rem;
    font-size:2.188rem;
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;*/
}
.quickLinks a[title="E-Service Request"]{
    margin-top: 0.3rem;
}
/*.quickLinks a:nth-of-type(2),
.quickLinks a:nth-of-type(3),
.quickLinks a:nth-of-type(4),
.quickLinks a:nth-of-type(5) {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}*/
.quickLinks a[title="E-Service Request"]:before,
.quickLinks a[title="Meeting Minutes and Agendas"]:before,
.quickLinks a[title="Business Directory"]:before,
.quickLinks a[title="Property Listings"]:before,
.quickLinks a[title="FAQs"]:before,
.quickLinks a[title="Community Events"]:before,
.quickLinks a[title="Tax Calculator"]:before {
    content: normal;
}

.qlContainer {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-border-radius: 0 0.5rem 0.5rem 0;
    -moz-border-radius: 0 0.5rem 0.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: 1;
    background: rgb(29,46,69);*/
    width: 120px;
    background: #025eab;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
/*.qlContainer a,
.qlContainer a:link {
    color: rgb(255,255,255);
    width: auto!important;
    height: auto!important;
    padding: 1.1rem 1rem 1.2rem 4.5rem;
    margin: 0!important;
    text-align: left!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transition-property: color!important;
    -moz-transition-property: color!important;
    -o-transition-property: color!important;
    transition-property: color!important;
    background: none!important
}
.qlContainer a:visited {
    color: rgb(255,255,255);
}
.qlContainer a:hover {
    color: rgb(252,176,64);
}
.qlContainer a:active {
    color: rgb(252,176,64);
}
.qlContainer a:focus {
    color: rgb(252,176,64);
}*/

/*.qlContainer a:before {
    content: normal;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}*/
.quickLinks .qlContainer a[title="E-Service Request"]:before,
.quickLinks .qlContainer a[title="Meeting Minutes and Agendas"]:before,
.quickLinks .qlContainer a[title="Business Directory"]:before,
.quickLinks .qlContainer a[title="Community Events"]:before,
.quickLinks .qlContainer a[title="Tax Calculator"]:before {
    content: normal;
}


/* Search Section */
.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto!important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}
.frmSearch {
    /*position: absolute;
    top: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 300px;
    display: block;
    margin: 0;
    z-index: 1;*/
}
.activePopupAlert .frmSearch {
    top: 21rem;
}
.frmSearch input[type="search"] {
    width: 100%;
    font: italic 700 1.125rem 'Open Sans', Arial, sans-serif;
    color: #022540;
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(244,242,241);
    background: rgba(244,242,241,0.75);
}
.frmSearch input[type="search"]:focus {
    background: rgba(244,242,241,1);
}

input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.activePopupAlert .frmSearch button[type="submit"] {
    top: 4rem !important;
}
.frmSearch button[type="submit"] {
    /*position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;*/
    position: absolute;
    top: 2rem;
    right: 2rem;
    transform: none;
    font-size: 2.5rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 10;
}
.frmSearch button[type="submit"] i {
    color: rgb(255,255,255);
    -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: #eb9837;
}
.socialMedia.banner {
    position: absolute;
    top: 20rem;
    left: 4rem;
    z-index: 2;
    display: block
}
.socialMedia.banner a, .socialMedia.banner a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.875rem;
    color: rgb(255,255,255);
    display: block;
    margin:1.1rem 0;
    padding: 0;
}
.socialMedia.banner a:visited{
     color: rgb(255,255,255);
}
.socialMedia.banner a:hover {
    color: #eb9837;
}
.socialMedia.banner a:active{
    color: #eb9837;
}
.socialMedia.banner a:focus{
    color: #eb9837;
}
.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.mainMenu > li:first-child,
ul.mainMenuCol2 h3 {
    display: none;
}

.desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf {
    display: none;
}

    .desktopNav ul.subMainMenu > li ul.subSubMainMenu.cf.open {
        display: block;
    }

.menuIcon {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.15rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background:none;
}
.menuIcon:hover {
    color: #eb9837;
}
.menuIcon:focus {
    color: #eb9837;
}
.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;
}

.topNavContainer {
    height: auto;
    background: rgb(255,255,255);
}
/*.topNavContainer::before {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    bottom: 4.75rem;
    background: url(../images/menu-bg.png) right bottom no-repeat;
    background-size: auto;
    height: 344px;
    width: 340px;
    background-size: 80%;
    right: 0;
}*/
.topNavContainer .menubg {
    position: absolute;
    display: block;
    background: url(../images/menu-bg.png) right bottom no-repeat;
    height: 344px;
    width: 340px;
    bottom: 0;
    top: auto;
    right: 0;
    background-size:80%;
}
.topNavContainer > .container {
    padding: 2.5rem 1rem 3.5rem 1rem;
    max-width: 1850px;
	min-height: 350px;
}
.bottomNavContainer {
    background: #eb9837;
    position: absolute;
    display: block;
    width: 100%;
}
.bottomNavContainer .container {
    padding: 0;
    text-align: center;
    
}
.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size:1.85rem !important;
    color: rgb(255,255,255)!important;
    text-align: left!important;
    padding: 1rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
    font-weight: 700 !important;
}
.bottomNavContainer a:visited {
    color: rgb(255,255,255)!important;
}
.bottomNavContainer a:hover {
    color: #14968c !important;
}
.bottomNavContainer a:active {
    color:#14968c !important;
}
.bottomNavContainer a:focus {
    color: #14968c !important;
}
.bottomNavContainer a:after {
    content: "\f055"!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: inherit !important;
    display: inline-block!important;
    margin-left: 1rem!important;
    font-size:1.875rem !important;
    font-weight:300 !important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:1.375rem;
    color: rgb(255,255,255) ;
    display: table-cell;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 3rem 1.1rem;
    /*border-left: 1px solid rgb(230,233,232);*/
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    letter-spacing:1px;
}
ul.mainMenu a:visited {
    color: rgb(255,255,255);
}
ul.mainMenu a:hover {
    background:#029090;
}
ul.mainMenu a:active {
    background:#029090;
}
/*ul.mainMenu a:focus {
    background:#029090;
}*/

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}

/*nav i:empty {
    display: none;
}*/

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu > li {
    float: left;
    display: table;
    width: 16%;
}
.desktopNav ul.mainMenu > li:nth-child(2) {
    margin-left: 3%;
}
.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:last-child:hover a:after{
     content: "";
}

.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: #029090;
}
.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 {
    width: 100%;
	 border-bottom: 1px solid #c6c3c2;
}
.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;
    font-size: 1.25rem;
    color: #022540 !important;
    border-left: none;
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    text-transform: capitalize;
    letter-spacing: 0;
   
}
.desktopNav ul.subMainMenu a:visited {
    /*color: rgb(15,61,57)!important;*/
}
.desktopNav ul.subMainMenu a:hover {
   /* color: rgb(227,83,13)!important;*/
}
.desktopNav ul.subMainMenu > li > a:after {
    content: ""!important;
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    color: rgb(163,191,188)!important;
    font-size:1rem !important;
}

.desktopNav ul.subMainMenu > li.selected a {
   /* color: rgb(227,83,13)!important;*/
}
.desktopNav ul.subSubMainMenu a,
.desktopNav ul.subSubMainMenu a:link{
	font-size: 1.125rem;
	font-style: italic;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
	color: #022540 !important;
}
.desktopNav ul.subSubMainMenu a:visited {
    color: #022540 !important;
}
.desktopNav ul.subSubMainMenu a:hover {
    color: #029090 !important;
}
.desktopNav ul.subSubMainMenu > li.selected a {
    color: #029090 !important;
}
ul.relatedLinks a,
ul.relatedLinks a:link {
    position: relative;
    font-size: 1.3rem!important;
    color: rgb(15,61,57)!important;
    padding: 1rem 0.5rem 1rem 4rem!important;
    text-align: left!important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(163,191,188)!important;
}
ul.relatedLinks a:visited {
    color: rgb(15,61,57) !important;
}
ul.relatedLinks a:hover {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:active {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:focus {
    color: rgb(255,255,255) !important;
    background: rgb(227,83,13)!important;
}
ul.relatedLinks a:after {
    content: normal!important;
    position: static!important;
    left: auto!important;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
ul.relatedLinks a > span {
    font: normal 0.8rem aleoitalic, Aria, sans-serif;
    display: block;
    text-transform: none;
}

ul.relatedLinks i {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%) ;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}
ul.relatedLinks > li:nth-child(even) {
    margin-right: 0;
}


/****************************************************************
Main Content - Inside Pages
****************************************************************/
.mainContainer {
    /*position: relative;*/
    /*background: url(../images/maincontainer-bg.png) left center no-repeat;
    top: -18rem;
    height:1009px;*/
    background: url(../images/innercontant-bg.png) left center no-repeat;
    /*height: 649px;*/
    background-size: cover;
}
.mainContainer .inner-wrapper{
    margin-top:-21rem;
}
.mainContainer .row {
    margin: 0;
}
.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    /*overflow-x: hidden;*/
}
.mainContainer .searchPage,
.mainContainer .formPage,
.mainContainer.pagePasswordProtected .inner-wrapper{
	padding:1rem;
	background: transparent url(../images/mobinner-bg.png) top center no-repeat;
	background-size: cover;
	z-index: 1;
	position:relative;
}
.mainContainer .formPage{
	background-size: contain;
}
.mainContainer.pagePasswordProtected main.col-sm{
	background:none;
	padding: 1rem 2.5rem !important;
}
/*.mainContainer aside.col-sm {
    flex-grow: 0.748;
    padding: 0;
    background: url(../images/side-menu.png) left center no-repeat;
    min-height: 1132px;
    padding-top:1.25rem;
    background-size:cover;
}*/


.mainContainer aside.col-sm {
    flex-grow: 0.748;
    padding: 0;
    background:#eaeaea;
    border-radius: 10px 0 0 0;
    min-height: 1132px;
    padding-top:1.25rem;

}
/*
.mainContainer main.col-sm {
    flex-grow: 2;
    background: url(../images/contantright-bg.png) right center no-repeat;
    padding: 0 2.5rem 0 2.5rem;
    width: 100%;
    min-width: 1072px;
    height: auto;
    background-size:cover;
}*/

.mainContainer main.col-sm {
    flex-grow: 2;
    background: rgb(255,255,255,0.9);
    border-radius:0 10px 0 0;
    padding: 0 2.5rem 0 2.5rem;
    width: 100%;
   /* min-width: 1072px;*/
    height: auto;
}

/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #022540;
    display: inline-block;
    padding: 0.65rem;
    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: #2d9ed1!important;
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem !important;
    color: #022540;
    display: block;
    padding:0.8rem 2rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
ul.sideMenu a:visited {
    color: #022540;
}
ul.sideMenu a:hover {
    color: rgb(255,255,255)!important;
    background: #029090;
}
ul.sideMenu a:active {
    color: rgb(255,255,255)!important;
    background: #029090;
}
ul.sideMenu a:focus {
    color: rgb(255,255,255)!important;
    background: #029090;
}

ul.sideMenu > li.selected a{
   font-weight:900;
    
}

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu > li.selected a {
    color: #022540;
}
ul.sideMenu > li.selected .moreOption {
    color:#2d9ed1;
}

ul.sideMenu > li:hover > a {
    color: #022540;
}
ul.sideMenu > li:hover .moreOption {
    color: #2d9ed1;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 400 1rem 'Open Sans', Arial, sans-serif !important;
    color: #025eab !important;
    padding: 0.8rem 2rem 0.8rem 2.5rem !important;
    display: block;
}
ul.subSideMenu a:visited {
    color: #025eab!important;
}
ul.subSideMenu a:hover {
    color: rgb(255,255,255)!important;
    font-weight:700 !important;
}
ul.subSideMenu a:active {
   color: rgb(255,255,255)!important;
    font-weight:700 !important;
}
ul.subSideMenu a:focus {
   color: rgb(255,255,255)!important;
    font-weight:700 !important;
}
ul.subSideMenu > li.selected a {
    color: rgb(255,255,255) !important;
    font-weight: 700 !important;
    background: #029090;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 1.5rem 0;
    border-bottom: 1px solid #dddddd;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-style: normal;
    font-size: 0.875rem;
    color: #022540;
    display: block;
    text-transform:uppercase;
}
ol.breadCrumb a:visited {
    color:#022540;
}
ol.breadCrumb a:hover {
    color: #025eab;
}
ol.breadCrumb a:active {
    color: #025eab;
}
ol.breadCrumb a:active {
    color: #025eab;
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #2d9ed1;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    font-size: .95rem;
}


ol.breadCrumb {
    float: left;
}
ol.breadCrumb > li {
    float: left;
}
/*ol.breadCrumb > li:first-child a:before {
    content: "\f015";
    margin-left: 0;
}*/
ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}
ol.breadCrumb > li:last-child a{
    color:#025eab;
}

.mobile-breadCrumb{
	display:none;
}
.headerContent.cf{
	display:block;
}

.btnPrint {
    margin: 0;
    padding: 0 0.35rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    color: #2d9ed1;
    font-weight:bold;
}
.btnPrint:before {
    content:"\f02f";
}

ul.textResizer {
    float: right;
}
ul.textResizer > li {
    float: left;
    margin-right: 0.2rem;
}
ul.textResizer > li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.875rem/0 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
}
ul.textResizer a,
ul.textResizer a:link {
    font-family:'Open Sans', sans-serif;
    font-weight: bold;
}
ul.textResizer a:visited {
    color: #000000;
}
ul.textResizer a:hover {
    color: #2d9ed1;
}
ul.textResizer a:active {
    color: #2d9ed1;
}
ul.textResizer a:focus {
    color: #2d9ed1;
}

ul.textResizer span {
    margin-right: 0.5rem;
}
ul.textResizer a.small-text {
    font-size: 0.875rem;
}

ul.textResizer a.medium-text {
    font-size: 1.125rem;
}

ul.textResizer a.large-text {
    font-size: 1.25rem;
}
ul.textResizer a.textresizer-active {
    color: #2d9ed1;
}
#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}
h4.pageTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    color: #022540;
    padding: 1rem 0;
    text-transform: capitalize;
	margin:0;
}

ul.phoneColsList {
    margin-bottom: 2rem;
}
ul.phoneColsList > li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
}

.footerBottom h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.188rem;
    color: rgb(255,255,255);
    text-transform: capitalize;
    margin-bottom: 0.9rem;
}
.footerBottom .french h2 {
	font-size: 1.5rem;
    color: rgb(255,255,255);
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.footerBottom p {
    margin:0;
    /*font: normal 400 0.938rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);*/
}
.footerBottom p img {
    display: inline-block;
    margin-top: 2rem;
    margin-right: 3rem;
}
.footerBottom p img + img {
    margin-right: 0;
}
.footerBottom a,
.footerBottom a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(255,255,255);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 0.8rem;
}
.footerBottom a:visited {
    color: rgb(255,255,255);
}
.footerBottom a:hover {
    color: #eb9837;
}
.footerBottom a:active {
    color: #eb9837;
}
.footerBottom a:focus {
    color: #eb9837;
}
.footerBottom .contact-us a::before {
    font-weight: 600;
    margin-right: 1rem;
    width: 1.5rem;
    font-size: 1.188rem;
}
.footerBottom .contact-us a.hMap::before {
    content: "\f3c5";
}
.footerBottom .contact-us a.hPhone::before {
    content: "\f095";
}
.footerBottom .contact-us a.hFax::before {
    content: "\f1ac";
}
.footerBottom .contact-us a.hEmail::before {
    content: "\f0e0";
}
.btnRegister {
    font: normal 700 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 2rem 0 0;
    padding: 0.6rem 3.2rem;
    cursor: pointer;
    border: 1px solid rgb(255,255,255);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background: none;
}
.btnRegister:hover {
    border-color: rgb(201,125,12);
    background: rgb(201,125,12);
}
.btnRegister:focus {
    border-color: rgb(201,125,12);
    background: rgb(201,125,12);
}


ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(255,255,255);
    display: block;
    line-height:2;
    padding:0;
}
ul.footerNav a:visited {
    color: rgb(255,255,255);
}
ul.footerNav a:hover {
    color:#eb9837;
}
ul.footerNav a:active {
    color: #eb9837;
}
ul.footerNav a:focus {
    color: #eb9837;
}

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%);
    font-size: 1.25rem;
    font-weight: 400;
}


.footerBottom cite,
.footerBottom small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .875rem;
    color: rgb(255,255,255);
    text-transform: capitalize;
    text-align: left;
    display: inline-block;
}
.footerBottom cite a,
.footerBottom cite a:link {
    color: rgb(255,255,255);
    width: 84px;
    height: 33px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;
}
.footerBottom cite a:visited {
    color: rgb(255,255,255);
}
.footerBottom cite a:hover {
    color: #eb9837;
}
.footerBottom cite a:active {
    color: #eb9837;
}
.footerBottom cite a:focus {
    color: #eb9837;
}


.socialMedia a,
.socialMedia a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    color: rgb(255,255,255);
    display: block;
    line-height: 2.2;
    padding: 0;
}
.socialMedia a:visited {
    color: rgb(255,255,255);
}
.socialMedia a:hover {
    color: #eb9837;
}
.socialMedia a:active {
    color: #eb9837;
}
.socialMedia a:focus {
    color: #eb9837;
}
.socialMedia a span{
    margin-left:2rem;
}
.socialMedia a.facebook::before {
    content: "\f39e";
}
.socialMedia a.twitter:before {
    content: "\f099";
}
.socialMedia a.instagram:before {
    content: "\f16d";
}
.socialMedia a.youtube:before {
    content: "\f167";
}
.socialMedia a.linkedIn:before {
    content: "\f0e1";
}
.socialMedia a.tripAdvisor:before {
    content: "\f262";
}


.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}
.municipalServices .col-5 h2,
.municipalServices .col-7 h2 {
    color: rgb(255,255,255);
    margin-bottom: 2rem;
}

.municipalServices .col-7 h2 {
    margin-bottom: 0.5rem;
}
.municipalServices .col-5 h2 span {
    font-size: 0.9rem;
    display: block;
    padding-top: 0.5rem;
}
.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}


.roadBanCont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.municipalServices .col-7 i {
    font-size: 2rem;
    color: rgb(255,255,255);
}
a.inEffectLink,
a.inEffectLink:link {
    color: rgb(255,255,255);
    text-align: center;
    display: block;
    padding: 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(22,87,81);
}
a.inEffectLink:visited {
    color: rgb(255,255,255);
}
a.inEffectLink:hover {
    background: rgb(38,148,138);
}
a.inEffectLink:active {
    background: rgb(38,148,138);
}
a.inEffectLink:focus {
    background: rgb(38,148,138);
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: rgb(227,83,13);
}
a.roadBanInEffect:hover {
    background: rgb(255,100,24);
}
a.roadBanInEffect:active {
    background: rgb(255,100,24);
}
a.roadBanInEffect:focus {
    background: rgb(255,100,24);
}



/*---------------------table styling-------------------------*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
    width: 100%;
    border-collapse: collapse;
}
td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px), 
    (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/****************************************************************
Weather
****************************************************************/
#modalHeaderWeather {
    padding: 0;
}
#modalHeaderWeather .modal-header,
#modalHeaderWeather .modal-footer {
    display: none;
}

.headerWeather:before {
    content: normal;
}

ul.col2W,
ul.col2W > li,
ul.bwTabs,
ul.bwTabs > li,
ul.weatherListsHeader,
ul.weatherListsHeader > li,
ul.innerColWeatherLists,
ul.innerColWeatherLists > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}
#modalHeaderWeather .modal-body {
    padding: 0;
}
#modalHeaderWeather .modal-body .close {
    padding: 0.1rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: none;
}

.btnHeaderYahooWeather {
    color: rgb(255,255,255);
    cursor: pointer;
    border: none;
    padding: 0.1rem;
    margin: 0;
    background: none;
}
.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
}

#modalHeaderWeather .headerWeather {
    color: rgb(255,255,255);
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    /*background: rgb(176,211,209);*/
}
.headerWeatherCont {
    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, #b0d3d1 0%, #7aabaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b0d3d1 0%,#7aabaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0d3d1 0%,#7aabaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d3d1', endColorstr='#7aabaa',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;
		width: 100% !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tblAgendaMinutes tbody td:nth-child(3),
    table.tblAgendaMinutes tbody td:nth-child(4),
    table.tblAgendaMinutes tbody td:nth-child(5) {
        padding-left: 1em;
    }
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
    table.tblAgendaMinutes thead {
        display: none;
    }
    table.tblAgendaMinutes thead tr {
        position: relative;
        top: auto;
        left: auto;
    }
    tr {
        border: none;
        border-bottom: 1px solid rgb(15,61,57);
    }
    .council-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }
    .council-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

/*-------------responsive tables generic---------------------*/
.responsive-table {
    text-transform: none;
}

tr:nth-of-type(2n) {
    background: none !important;
}

tr td:first-child {
    /*background: none !important;*/
}
/* table */
.responsive-table table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}
.responsive-table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}
.responsive-table table tr {
    color: #222;
}
.responsive-table table tr {
    background: #efefef;
}
.responsive-table table tr:nth-child(even) {
    background: #efefef;
}
.responsive-table table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 1em;
}
.responsive-table table td {
    padding: 0.6em;
    font-size: 1.1em;
}
.responsive-table table td {
    text-align: left;
}


/*Highlights*/
.highlightContainer {
    position:relative;
    text-align: center;
    background: url(../images/highlights-bg.png)top center no-repeat;
    background-size: cover;
    padding: 3.3rem 0 3rem 0;
}
#highlightContainer h2 {
    font-family: 'Eye Catching Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 5rem;
    text-align: center;
    color: #022540;
    margin-bottom: 0.3rem;
}
#highlightContainer .hborder {
    width: 6rem;
    border-bottom: 2px solid #d7d9d9;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1rem;
}
#highlightContainer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    color: #022540;
    margin-bottom: 2.5rem;
}
/*#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;
    color: #fff;
    /*float: left;
    width: 16.66%;
    padding: 0.5px;*/
    display: block;
    overflow: hidden;
    /*-webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;*/
}
/*.hightlightsInnerCont a:before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0.5px;
   background: rgba(0,0,0,0.5);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1;
}*/
/*.hightlightsInnerCont a:after {
    content:"\f57c";
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: rgb(255,255,255);
    z-index: 2;
}
.hightlightsInnerCont a:hover:before {
    background: rgba(0,0,0,0);
}*/
.hightlightsInnerCont .carousel-item img {
    display: inline-block;
    min-height: 500px;
    width: 100%;
}
.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2rem 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
.hightlightsInnerCont .col-sm-3:first-child a .highlightCaption {
    background: rgb(2,94,171);
}
.hightlightsInnerCont .col-sm-3:nth-child(2) a .highlightCaption {
    background: rgb(2,144,144);
}
.hightlightsInnerCont .col-sm-3:nth-child(3) a .highlightCaption {
    background: rgb(235,152,55);
}
.hightlightsInnerCont .col-sm-3:nth-child(4) a .highlightCaption {
    background: rgb(45,158,209);
}
.hightlightsInnerCont .col-sm-3:nth-child(5) a .highlightCaption {
    background: rgb(2,94,171);
}
.hightlightsInnerCont .col-sm-3:nth-child(6) a .highlightCaption {
    background: rgb(2,144,144);
}
.hightlightsInnerCont .col-sm-3:first-child a:hover .highlightCaption {
    background: rgba(2,94,171,.9);
}
.hightlightsInnerCont .col-sm-3:nth-child(2) a:hover .highlightCaption {
    background: rgba(2,144,144,.9);
}
.hightlightsInnerCont .col-sm-3:nth-child(3) a:hover .highlightCaption {
    background: rgba(235,152,55,.9);
}
.hightlightsInnerCont .col-sm-3:nth-child(4) a:hover .highlightCaption {
    background: rgba(45,158,209,.9);
}
.hightlightsInnerCont .col-sm-3:nth-child(5) a:hover .highlightCaption {
    background: rgba(2,94,171,.9);
}
.hightlightsInnerCont .col-sm-3:nth-child(6) a:hover .highlightCaption {
    background: rgba(2,144,144,.9);
}
/*.highlightCaption h3,
.highlightCaption p {
    color: rgb(255,255,255);






}*/
.highlightCaption h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    color: inherit;
}
.highlightCaption span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    display: block;
    color: inherit;
    text-transform:uppercase;
    letter-spacing:1px;
}
.highlightCaption span i{
    margin-left:.35rem;
}
#highlightOuterCont #hightlightsInnerCont .carousel-control-next,
#highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
    color: #029090 !important;
    opacity: 1;
    width: 4%;
    position: absolute;
    top: 0;
    justify-content: center;
    display: flex;
    font-size: 3.438rem;
}
#highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
    left: -7rem;
}
#highlightOuterCont #hightlightsInnerCont .carousel-control-next {
    right: -7rem;
}

/*#highlightOuterCont #hightlightsInnerCont .carousel-inner .carousel-item .row .col-sm {
    width: 25%;
    padding: 0 2rem 0 0;
}
#highlightOuterCont #hightlightsInnerCont .carousel-inner .carousel-item .row .col-sm:last-child {
    padding: 0;
}
    */
#highlightOuterCont .row .col {
    display: none;
}
#highlightOuterCont .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    transition: transform 0.4s ease,-webkit-transform .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 2;
}
#highlightOuterCont .carousel-item::after{
    content:normal;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
#highlightContainer .carousel-indicators {
    bottom: -3rem;
    margin-bottom: 0;
    z-index: 2;
    position:relative;
    display:block;
}
#highlightContainer .carousel-indicators li {
    background: #d7d9d9;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0.8rem 0 0;
    border: none;
    border-radius: 10px;
    opacity: 1;
}

#highlightContainer .carousel-indicators .active {
    background: #025eab;
}
@media (min-width:992px) {
    #highlightOuterCont .carousel-inner .active,
    #highlightOuterCont .carousel-inner .active + .carousel-item,
    #highlightOuterCont .carousel-inner .active + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    #highlightOuterCont .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #highlightOuterCont .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #highlightOuterCont .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    #highlightOuterCont .carousel-inner .carousel-item-next,
    #highlightOuterCont .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    #highlightOuterCont .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    #highlightOuterCont .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #highlightOuterCont .carousel-item-next.carousel-item-left + .carousel-item,
    #highlightOuterCont .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    #highlightOuterCont .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    #highlightOuterCont .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #highlightOuterCont .carousel-item-prev.carousel-item-right + .carousel-item,
    #highlightOuterCont .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #highlightOuterCont .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}



#doc-list-view {
    margin-top: 1.5rem;
}
/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1830px) {
    /*h1.siteLogo,
	h1.siteLogoFR{
        width: 500px;
        height: 127px;
        margin-top: 0.65rem;
    }*/
    ul .mainMenu a, ul.mainMenu a:link {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width:1750px){
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: -6rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: -6rem;
    }
}
@media only screen and (max-width:1680px) {
    h1.siteLogo,
    h1.siteLogoFR {
        width: 105px;
        height: 87px;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
        padding: 2.75rem 1rem;
    }
    /*.topNavContainer {
        min-height: 20rem;
    }*/
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.2rem !important;
    }
    ul.relatedLinks > li {
        height: 7.3em;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.6rem !important;
    }
    .bottomNavContainer a::after {
        font-size: 1.6rem !important;
    }

    .popupAlert a, 
    .popupAlert a:link {
        font-size: 0.8rem;
    }

    .headerTop a,
    .headerTop a:link {
        font-size: 0.8rem;
    }
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.25rem;
    }
    .socialMedia.banner {
        top: 18rem;
        left:3rem;
    }
    .socialMedia.banner a, 
    .socialMedia.banner a:link {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    h2.categoryTitle {
        font-size: 3.75rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 4.2rem;
    }

    .frmSearch input[type="search"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        top: 1.5rem;
        font-size: 2.35rem;
    }

    .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;
    }
    .fb1.row .col-sm {
        padding-top: 1rem;
		z-index: 1;
    }
    .fb2.row {
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .fb1.row .col-sm:last-child {
        padding-left: 6rem;
    }
    .footerBottom {

        padding-bottom: 1.5rem;
    }
    .footerBottom h2 {
        font-size: 1.7rem;
        margin-bottom: 0.7rem;

    }
    .footerBottom a, .footerBottom a:link {
        font-size: .9rem;
        padding-bottom: 0.7rem;
    }
    .footerBottom .contact-us a::before {
        margin-right: .85rem;
        font-size: 1rem;
    }
    .footerBottom::after {
        background-size: 13rem;
    }
    ul.footerNav a, ul.footerNav a:link {
        font-size: .9rem;
        line-height: 1.85;
    }
    ul.footerNav a::after {
        font-size: 1rem;
    }
    .socialMedia a, .socialMedia a:link {
        font-size: .9rem;
        line-height: 1.5;
    }
    .socialMedia a span {
        margin-left: 1.5rem;
    }
    .footerBottom cite, .footerBottom small {
        font-size: .835rem;
    }
    #highlightContainer #hightlightsInnerCont {
        max-width:1400px;
        margin:0 auto;
    }
    #highlightContainer h2 {
        font-size: 4.5rem;
    }
    #highlightContainer p {
        font-size: .95rem;
    }
    .highlightCaption {
        padding: 1.85rem 1rem;
    }
    .highlightCaption h3 {
        font-size: 1.3rem;
        margin-bottom: .2rem;
    }
    .highlightCaption span {
        font-size: .93rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next,
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 3rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: -4.5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: -4.5rem;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 475px;
    }
    .footerBottom::before {
        height: 188px;
        width: 600px;
        top: -1rem;
    }
    .highlightContainer::before {
        height: 315px;
        width: 335px;
    }
}
@media only screen and (max-width:1570px){
	   header.masterHeader {
        z-index: 2;
        height: 13rem;
    }

    #highlightContainer #hightlightsInnerCont {
        max-width: 1290px;
    }

		.quickLinks.large {
		position: fixed;
		top: 12rem;
		right: 0;
		padding: 0;
		z-index: 9;
	}

	.quickLinks.small {
		position: absolute!important;
		top: 10rem;
		right: 0;
		padding: 0;
		z-index: 9;
	}
	.quickLinks {
		top: 19rem;
		position: fixed !important;
	}
	 .quickLinks .qlMnu {
        position: absolute;
        display: block;
        transform: translateY(-100%);
        /*float: right;*/
        color: #fff;
        width: 120px;
        top: 1.3em;
		z-index: 20 !important;
        left: auto;
        right: 0;
        bottom: auto;
    }
    .quickLinks .qlMnu a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.75rem;
        text-transform:uppercase;
        padding: 1rem 0;
    }
    .quickLinks .qlMnu a i {
        font-size: 1.25rem;
        display: block;
        position: relative;
        left: 50%;
        top: 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%);
        margin-bottom: 0.15rem !important;
    }
    .qlContainer {
        /*top: 1rem;*/
        position: relative;
        display:block;
        border-top-left-radius: 0;
    }
    .quickLinks .qlContainer.qlClose {
        display: none;
        /*max-height: 0px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;*/
    }
    .quickLinks .qlContainer.qlOpen {
        /*max-height: 1000px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;*/
    }
}
@media only screen and (max-width:1450px) {

    h1.siteLogo,
    h1.siteLogoFR {
        width: 95px;
        height: 79px;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 0.9rem;
        padding: 2.6rem 1rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 2.2rem;
    }
    .topNavContainer {
        min-height: 17rem;
    }
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1.1rem !important;
    }
    ul.relatedLinks > li {
        height: 6.6rem;
    }
    /*.bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.7rem !important;
    }*/
    #highlightContainer #hightlightsInnerCont {
        max-width:1200px;
    }
    #highlightContainer h2 {
        font-size: 4rem;
    }
    #highlightContainer p {
        font-size: .9rem;
    }
    .highlightCaption {
        padding: 1.65rem 1rem;
    }
    .highlightCaption h3 {
        font-size: 1rem;
        margin-bottom: .23rem;
    }
    .highlightCaption span {
        font-size: .85rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next,
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 2.5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: -3.5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: -3.5rem;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 465px;
    }
    .footerBottom::before {
        height: 160px;
        width: 531px;
        /*top: -3.5rem;*/
    }
    .highlightContainer::before {
        height: 255px;
        width: 270px;
    }
    .quickLinks .qlMnu {
        top: .9em;
        }
}

@media only screen and (max-width:1400px) {
    .mainContainer main.col-sm {
       /* min-width: 950px;*/
    }
    .desktopNav ul.subMainMenu a, 
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.95rem;
    }
    .bottomNavContainer a, 
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }
    .bottomNavContainer a::after {
        font-size: 1.2rem !important;
    }
    ul.relatedLinks a, 
    ul.relatedLinks a:link {
        font-size: 1rem!important;
    }

    .municipalServices .col-5 h2, 
    .municipalServices .col-7 h2 {
        font-size: 1.3rem;
    }
    .btnFireRating {
        width: 130px;
        height: 130px;
    }
    .btnFireRating:before {
        width: 150px;
        height: 150px;
    }
    a.inEffectLink,
    a.inEffectLink:link {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width:1330px) {
    .btnScrollup {
    bottom: 6rem;
    right: 1rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 80px;
        height: 67px;
    }
    .headerBottom {
        padding: 0 1rem;
    }
    header.masterHeader {
        height: 15rem !important;
    }
    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 0.8rem;
        padding: 2.3rem 1rem;
    }

    .topNavContainer {
        min-height: 17rem;
    }
    ul.relatedLinks a,
    ul.relatedLinks a:link {
        font-size: 1rem !important;
    }
    ul.relatedLinks > li {
        height: 6rem;
    }
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }
    .socialMedia.banner a, 
    .socialMedia.banner a:link {
        font-size: 1.35rem;
        margin: .8rem 0;
    }
    h2.categoryTitle .catTitleCont {
        top: 40%;
    }
    h2.categoryTitle {
        min-height: 850px;
        font-size: 3rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 3.6rem;
    }

    h3.pageTitle {
        font-size: 1.5rem;
    }
    h4.searchTitle {
        font-size: 1.3rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1.85rem;
        top: 1rem;
    }
    .frmSearch {
        top: 19rem;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
   
    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
    .footerBottom {
        padding-top: 8rem;
    }
    .footerBottom::after {
        background-size: 11rem;
    }
    #highlightContainer #hightlightsInnerCont {
        max-width: 1100px;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 430px;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next,
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 2.15rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: -2.5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: -2.5rem;
    }
   .quickLinks .qlMnu {
        top: .1em;
     }
          .quickLinks {
        top: 15rem;
    }
    .quickLinks a, .quickLinks a:link {
        font-size: .785rem;
        padding: 1rem 1rem;
        line-height: 1.1;
    }
    .qlContainer ,.quickLinks .qlMnu {
        width: 100px;
    }
	 
    .quickLinks a i {
        margin-bottom: .25rem;
        font-size: 1.8rem;
    }
    div.quickLinks.small {
    position: fixed !important;
    top: 4rem !important;
    right: 0;
    padding: 0;
    z-index: 9;
    }
}

@media only screen and (max-width:1300px) {
    /*.highlightOuterCont {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .hightlightsInnerCont {
        width: 1300px;
    }
    .highlightCaption h3 {
        font-size: 1.2rem;
    }
    .highlightCaption p {
        font-size: 0.8rem;
    }*/
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .mainContainer main.col-sm {
      /*  min-width: 850px;*/
    }
}

@media only screen and (max-width:1190px) {
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu,
    .frmSearch{
        display: none;
    }
    header.masterHeader {
        height: 8rem !important;
        z-index:10;
    }
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }

    /*h1.siteLogo,
	h1.siteLogoFR{
        margin-bottom: 0.3rem;
        margin-top: 0.5rem;
    }*/

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: rgb(255,255,255);
        display: inline-block;
        padding: 1.15rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: 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.7rem;
        color: rgb(255,255,255);
        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: #022540;
    }

    ul.mainMenu {
        margin-top: 6rem;
    }

    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
        /*display: none;*/
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1.2rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem 2rem;
    }

    ul.mainMenu > li {
        position: relative;
    }

    ul.mainMenu > li.hasChild > a {
        padding-right: 2.5em;
    }

    ul.mainMenu > li.selected > a {
        color: rgb(255,255,255);
        background: #029090;
    }
    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: rgb(255,255,255);
    }

    ul.mainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: #029090
    }
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
         color: rgb(255,255,255);
    }


    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-style:italic;
        font-weight: 400;
        color: rgb(255,255,255);
        text-transform: none !important;
        padding-left: 2rem !important;
        border-bottom: none !important;
        background: #025eab !important;
        letter-spacing:0 !important;
    }
    ul.subMainMenu a:visited {
        color:rgb(255,255,255);
    }
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background:#eb9837!important;
    }
    ul.subMainMenu a:active {
        color: rgb(255,255,255);
        background:#eb9837!important;
    }
    ul.subMainMenu a:focus {
        color: rgb(255,255,255);
        background:#eb9837!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: #eb9837!important;
    }
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }


    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        border-bottom-color:#eb9837;
        background: #eb9837!important;
    }
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }


    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        color: #022540 !important;
        background: #ffffff !important;
        border-bottom: none !important;
        padding-left: 2.5rem !important;
        letter-spacing:0 !important;
    }
    ul.subSubMainMenu a:visited {
        color: #022540 !important;
    }
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: #2d9ed1 !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background:#2d9ed1 !important;
    }


    .btnPollQuestionVote {
        font-size: 1rem;
    }


    .frmSearch {
        top: 13rem;
    }
    .activePopupAlert .frmSearch {
        top: 16rem;
    }
    .frmSearch input[type="search"] {
        font-size: 1rem;

    }
    .frmSearch button[type="submit"] {
        font-size: 1.2rem;
    }


    /*ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1.3rem;
    }*/

    .footerTop h2 {
        font-size: 1.2rem;
    }
    .footerTop p,
    ul.phoneColsList {
        font-size: 1rem;
    }

    /*.socialMedia a, 
    .socialMedia a:link {
        font-size: 1.5rem;
    }*/

    .fb1.row .col-sm:nth-child(2) {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .fb1.row .col-sm:last-child {
        padding-left: 4rem;
    }
    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }
    .quickLinks {
        top: 15rem;
    }
    .quickLinks a, .quickLinks a:link {
        font-size: .785rem;
        padding: 1rem 1rem;
        line-height: 1.1;
    }
    .qlContainer ,.quickLinks .qlMnu {
        width: 100px;
    }
	 
    .quickLinks a i {
        margin-bottom: .25rem;
        font-size: 1.8rem;
    }
    .socialMedia.banner {
        display: none;
    }
    #highlightContainer #hightlightsInnerCont {
        max-width: 950px;
    }
    #highlightContainer h2 {
        font-size: 3.5rem;
    }
    #highlightContainer .hborder {
        width: 5rem;
        top: -.8rem;
    }
    #highlightContainer p {
        font-size: .83rem;
        margin-bottom: 2em;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 350px;
    }
    .highlightCaption h3 {
        font-size: 0.9rem;
    }
    .highlightCaption span {
        font-size: .72rem;
    }
    .highlightCaption {
        padding: 1.45rem 1rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next, 
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 1.85rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: -2.15rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: -2.15rem;
    }
    .footerBottom::before {
        height: 135px;
        width: 445px
    }
    .highlightContainer::before {
        height: 235px;
        width: 250px;
    }
        .quickLinks .qlMnu {
        top: 0;
        }
}

@media only screen and (max-width:1160px) {
    .headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }
    .headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }
    .mainContainer main.col-sm {
        /*min-width: 750px;*/
    }
}

@media only screen and (max-width:1085px) {
    .footerMiddle h2 {
        font-size: 1rem;
    }
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }
	/*.quickLinks{
		display: none;
	}*/
}

@media only screen and (max-width:1050px) {
    .headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }

    .headerTop {
        padding: 0.5rem 1rem;
    }

    .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
    .headerTop a:before {
        margin-right: 0;
    }
    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    /*.footerBottom h2 {
        font-size: 1.4rem;
    }*/
    .pageTitle {
        font-size: 1.1rem;
    }
    #highlightContainer #hightlightsInnerCont {
        max-width: 900px;
    }
}

@media only screen and (max-width:1023px) {
    ul.sideMenu, ol.breadCrumb {
        display: none;
    }
	.mobile-breadCrumb{
		display: block;
		padding: 1.15rem 0;
		border-bottom: 1px solid #dddddd;
		width: 100%;
		margin: 0 1rem 1.65rem 1rem;
	}
	.headerContent.cf{
		display:none;
	}
	.mainContainer .searchPage,
	.mainContainer .formPage{
		background:none;
		padding: 0 1rem;
	}
	.mainContainer.pagePasswordProtected main.col-sm {
		padding: 1rem !important;
	}
	.mainContainer.search .inner-wrapper,
	.mainContainer.form .inner-wrapper{
		padding:0;
	}
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
        padding: 0 1rem !important;
        background: none;
        min-height: 0;
        min-width:0;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .mainContainer .inner-wrapper {
        margin-top: -10rem;
    }
    .mainContainer .inner-wrapper {
        /*top: -12rem;
        background: url(../images/mobinner-bg.png) left center no-repeat;
        background-size: 100% 100%;
        height: 453px;
        padding-top: 2rem;*/
		
		background: transparent url(../images/mobinner-bg.png) top center no-repeat;
		padding-top: 0;
		position: relative;
		background-size: cover;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
    }
    h2.categoryTitle .catTitleCont {
        top: 50%;
    }
    h2.categoryTitle::before {
        height: 99px;
        background: url(../images/bgBackgroundInnerPages-mob.png) left center repeat-x;
    }
    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1rem 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        background: #022540;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f067";
        color: #fff;
        margin-left: 1rem;
        float: right;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: .9rem !important;
        padding: 0.7rem 1rem;
        background: #ebeaea !important;
    }
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: .9rem !important;
        padding: 0.7rem 1rem 0.7rem 1.5rem !important;
        background: #025eab !important;
        color: #fff !important;
        -webkit-transition: all 300ms ease 0s !important;
        -moz-transition: all 300ms ease 0s !important;
        -o-transition: all 300ms ease 0s !important;
        transition: all 300ms ease 0s !important;
        font-weight:400 !important;
    }
    ul.subSideMenu a:visited {
       background: #025eab !important;
       color: #fff !important;
    }
    ul.subSideMenu a:hover {
       background: #2d9ed1 !important;
       color: #fff !important;
       font-weight: 400 !important;
    }
    ul.subSideMenu a:active {
         background: #2d9ed1 !important;
         color: #fff !important;
         font-weight: 400 !important;
    }
    ul.subSideMenu a:focus {
        background: #2d9ed1 !important;
        color: #fff !important;
        font-weight: 400 !important;
    }
    ul.subSideMenu > li.selected a {
        background: #2d9ed1 !important;
        color: #fff !important;
        font-weight: 400 !important;
    }
    .moreOption {
        right: 0.5rem;
        font-size: 1rem;
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    ul.textResizer {
        float: none;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
    h2.categoryTitle {
        min-height: 500px;
        font-size: 2rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 2.8rem;
    }

    .frmSearch {
        top: 12rem;
    }
    .activePopupAlert .frmSearch {
        top: 14rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.1rem;
    }
    h3.pageTitle {
        font-size: 1.2rem;
    }
    .municipalServices .col-5 h2, 
    .municipalServices .col-7 h2 {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width:991px) {
    .footerBottom {
        padding:6rem 1.5rem 1rem 1.5rem;
        background-position:80% 75%; 
    }
    
    .fb1.row .col-sm {
        max-width: 100% !important;
        flex-basis: auto;
        padding: 1.5rem 1rem !important;
        border-bottom: 1px solid rgb(255,255,255);
        border-left: none !important;
        border-right: none !important;
    }

    .fb1.row .col-sm:last-child {
        border-bottom:none;
        padding-bottom: .75rem !important;
    }
    .btnScrollup {
        bottom: 11rem;
    }
    #highlightOuterCont .carousel-item {
        transition: transform 0s ease,-webkit-transform .4s ease;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next, 
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        width: 8%;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: 0;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: 0;
    }
    #highlightOuterCont .carousel-item-next,
    #highlightOuterCont .carousel-item-prev,
    #highlightOuterCont .carousel-item.active {
        display: block;
    }
    #highlightOuterCont .carousel-item-next,
    #highlightOuterCont .carousel-item-prev {
        top: auto;
    }
    #highlightContainer #hightlightsInnerCont {
        width: 500px;
        margin: 0 auto;
    }
    #highlightOuterCont .carousel-item.col-sm-3 {
        padding:0;
        max-width: 100%;
        width: 250px;
        margin: 0 auto;
        flex: none;
    }
    .footerBottom::before {
        background-position-x: -7rem;
    }
    .highlightContainer::before {
        background-position-y: 0;
    }
       .btnScrollup {
    bottom: 6rem;
    right: 1rem;
    }
}
@media only screen and (max-width:960px) {
    /*.fb1.row .col-sm {
        flex-basis: auto;
    }
    .fb1.row .col-sm:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }*/
    .fb2.row {
        padding-top: 0;
        margin-top: 0;
    }
}



@media only screen and (max-width:890px) {
    /*.footerBottom h2 {
        font-size: 1.3rem;
    }*/
}

@media only screen and (max-width:880px) {
    .fb2.row .col-sm {
        flex-basis: auto;
    }
    .fb2.row .col-sm:first-child,
    .fb2.row .col-sm:last-child {
        text-align: center;
    }
    .fb2.row .col-sm:nth-child(2) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert > .container {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width:768px) {
	.footerBottom {
        padding:6rem 1.5rem 1rem 1.5rem;
        background-position:70% 75%; 
    }
    
    header.masterHeader {
        height: 9rem !important;
    }
    .quickLinks {
        top: 12.56em;
    }
   
}

@media only screen and (max-width:767px) {
    .popupAlert > .container {
        font-size: 0.8rem;
    }
	
	/*main img {
		display: block !important;
		float: none !important;
		margin: 0.5rem auto !important;
	}*/

    .socialMedia {
        /*position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 400px;
        margin: 2rem auto 0;
        display: block;
        text-align: center;*/
    }

    /*.footerBottom small,
    .footerBottom cite {
        float: none;
        display: block;
        text-align: center;
        margin-top: 0.5rem;
    }
    .footerBottom cite {
        margin-bottom: 1.5rem;
    }*/
}

@media only screen and (max-width:750px) {
    /*.headerContent {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }*/
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:720px) {
    .footerMiddle > .container {
        text-align: center;
        padding: 1rem 1rem 18rem;
        background-position: center bottom;
    }
    ul.phoneColsList {
        max-width: 300px;
        text-align: left;
        display: block;
        margin: 0 auto 2rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {
    /*.headerContent {
        display: none;
    }*/

    .sideMenuNav {
        font-size: 0.95rem;
    }
    ul.sideMenu a, 
    ul.sideMenu a:link {
        font-size: 0.9rem!important;
    }
    ul.subSideMenu a, 
    ul.subSideMenu a:link {
        font-size: 0.8rem!important;
    }

    .Extreme,
    .High,
    .Moderate,
    .Low {
        padding: 2rem 0;
    }
    .municipalServices .col-5, 
    .municipalServices .col-7 {
        flex-basis: auto;
        max-width: 100%;
    }
    .municipalServices .col-7 {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .roadBanCont {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 300px;
        display: block;
        margin: auto;
        padding: 4rem 0;
    }
    h2.categoryTitle {
        font-size: 1.6rem;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 2.5rem;
        line-height: 40px;
    }
    h3.pageTitle{
        font-size: 1.1rem;
    }
    .btnRegister {
        font-size: 0.8rem;
    }
    .articlePost {
        /*font-size: 0.95rem;*/
    }

    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
    .footerBottom::after {
        background-size: 10rem;
    }
}

@media only screen and (max-width:600px) {
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }
    .adContainer img {
        width: 100%;
        margin: 0;
    }

    .btnPollQuestionVote {
        font-size: 0.9rem;
    }

    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }

    main.formPage i {
        font-size: 2.5rem;
    }
    main.formPage .textSuccess {
        font-size: 1.1rem;
    }
    .btnSearchLegal span,
    .btnSearchPage span {
        display: none;
    }
    .btnSearchLegal i,
    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0 !important;
    }
    .searchContainer input[type="text"] {
        padding-right: 5rem;
    }
}

@media only screen and (max-width:580px) {
    header.masterHeader {
        height: 5rem !important;
        z-index:10;
    }
    .headerBottom {
        padding: 0 .5rem;
    }
    .menuIcon > span {
        display: none;
    }
    h2.categoryTitle {
        min-height: 460px;
    }
    h2.categoryTitle .catTitleCont {
        /*top: 40%;*/
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 71px;
        height: 59px;
        margin: 0.7rem;
    }
    .menuIcon {
        font-size: 1.7rem;
        padding: 0.5rem;
    }
    .menuIcon:after {
        margin-left: 0;
    }

    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
    .quickLinks {
        top: 11rem;
    }
    .quickLinks .qlMnu {
      top: -1.6rem;
        width: 85px;
    }
    .quickLinks.small{
        margin-top:1em;
    }
    .quickLinks .qlMnu a {
        font-size: 0.65rem;
        padding: 0.75rem 0;
    }
    .quickLinks .qlMnu a i {
        font-size: 1rem;

    }
    .qlContainer {
       top: -2rem;
        width: 85px;
    }
    .quickLinks a, .quickLinks a:link {
        font-size: .7rem;
        padding: 0.8rem 0.6rem;
    }
    .quickLinks a i {
        margin-bottom: .15rem;
        font-size: 1.3rem;
    }
    #highlightContainer #hightlightsInnerCont, #highlightOuterCont .row .col {
        width: 372px;
    }
    #highlightOuterCont .carousel-item.col-sm-3 {
        width: 186px;
    }
     #highlightContainer h2 {
        font-size: 3rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next, 
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 1.5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: 1rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: 1rem;
    }
    #highlightContainer .hborder {
        width: 4.5rem;
        top: -.5rem;
    }
    #highlightContainer p {
        font-size: .75rem;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 310px;
        height: 310px;
    }
    .highlightCaption {
        padding: 1.15rem 1rem;
    }
    .highlightCaption h3 {
        font-size: 0.8rem;
    }
    .highlightCaption span {
        font-size: .65rem;
        letter-spacing: 0;
    }
    .footerBottom::before {
        height: 117px;
        width: 305px;
    }

    .highlightContainer::before {
        height: 200px;
        width: 210px;
        background-position-y: 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;
    }
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }

    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a, 
    ul.subSubMainMenu a:link {
        font-size: 0.9rem!important;
    }
}

@media only screen and (max-width:480px) {
    h2.categoryTitle .catTitleCont {
        top: 47%;
    }
    h2.categoryTitle {
        font-size: 1.3rem;
        min-height: 400px;
    }
    h2.categoryTitle .subCatTitle {
        font-size: 2.15rem;
        line-height: 30px;
    }

    .frmSearch {
        top: 10rem;
    }
    .activePopupAlert .frmSearch {
        top: 12rem;
    }
    .frmSearch input[type="search"] {
        font-size: 0.7rem;
    }
    .frmSearch button[type="submit"] {
        right: 0;
    }
    .innerPageRBCont {
        padding: 0.5rem 1rem;
    }
    .roadBanStatus {
        font-size: 0.85rem;
    }
    .fb1.row .col-sm {
        padding: 1rem !important;
    }
    .footerBottom h2 {
        font-size: 1.3rem;
        margin-bottom: 0.6rem;
    }
    .footerBottom a, 
    .footerBottom a:link {
        font-size: .8rem;
        padding-bottom: 0.35rem;
    }
    .footerBottom .contact-us a::before {
        margin-right: .5rem;
        font-size: .85rem;
    }
    .footerBottom {
        padding: 4rem 1.5rem 1rem 1.5rem;
    }
    .footerBottom .footergradient {
        height: 140px;
    }
    ul.footerNav a, ul.footerNav a:link {
        font-size: .8rem;
    }
    ul.footerNav a::after {
        font-size: .9rem;
    }
    .socialMedia a, .socialMedia a:link {
        font-size: .8rem;
        line-height: 1.3;
    }

    .socialMedia a span {
        margin-left: 1.15rem;
    }
    .footerBottom small {
        font-size: .75rem;
    }
    .footerBottom::after {
        background-size: 9rem;
    }
}

@media only screen and (max-width:470px) {
    .footerMiddle > .container {
        padding-bottom: 16rem;
        -webkit-background-size: 350px 223px;
        -moz-background-size: 350px 223px;
        background-size: 350px 223px;
    }
}

@media only screen and (max-width:400px) {
    .menuIcon {
        font-size: 1.35rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 65px;
        height: 54px;
        margin: 0.5rem;
    }
    header.masterHeader {
        height: 6rem !important;
    }
    .btnPollQuestionVote {
        width: 100%;
        max-width: 100%;
        font-size: 0.8rem;
    }


    .footerMiddle > .container {
        padding-bottom: 14rem;
        -webkit-background-size: 300px 191px;
        -moz-background-size: 300px 191px;
        background-size: 300px 191px;
    }


    .headerTop a, 
    .headerTop a:link {
        margin-right: 0.2rem;
    }


    #weather h2 {
        font-size: 0.8rem;
    }
    #weather i {
        font-size: 1.6rem;
    }
    
    .frmSearch {
        top: 9rem;
    }
    .activePopupAlert .frmSearch {
        top: 11rem;
    }
    .quickLinks {
        top: 9.4rem;
    }
    .quickLinks.small{
        margin-top:1.7em;
    }
    .quickLinks .qlMnu {
       top: -3.2rem;
        width: 70px;
    }
    .quickLinks .qlMnu a {
        font-size: 0.5rem;
        padding: 0.5rem 0;
    }
    .quickLinks .qlMnu a i {
        font-size: .7rem;
        top: 0.35rem;
    }
    .qlContainer {
        top: -3.5rem;
        width: 70px;
    }
    .quickLinks a, 
    .quickLinks a:link {
        font-size: .55rem;
        padding: 0.65rem 0.6rem;
        line-height: 1.2;
    }
    .quickLinks a i {
        margin-bottom: .15rem;
        font-size: 1.1rem;
    }
    #highlightContainer #hightlightsInnerCont, #highlightOuterCont .row .col {
        max-width: 292px;
    }
    #highlightOuterCont .carousel-item.col-sm-3 {
        width: 146px;
    }
    .hightlightsInnerCont .carousel-item img {
        min-height: 265px;
        height: 265px;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next,
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        font-size: 1.45rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-prev {
        left: .5rem;
    }
    #highlightOuterCont #hightlightsInnerCont .carousel-control-next {
        right: .5rem;
    }
    .highlightCaption {
        padding: 1rem 0.25rem;
    }
    .highlightCaption h3 {
        font-size: 0.72rem;
        margin: 0;
    }
    .footerBottom::before {
        height: 93px;
        width: 216px;
        background-position-x: -5rem;
    }
    .highlightContainer::before {
        height: 170px;
        width: 179px;
    }
}