﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(37,37,37);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}

html,
body {    
	overflow-x: hidden;
}

.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(34,34,34);
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 460px;
    font: bold 4rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*h2.categoryTitle:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51px;
    display: block;
    background: url(../images/bgBackgroundInnerPages.png) left bottom repeat-x;
}*/

h2.categoryTitle .catTitleCont {
    position: absolute;
    /*top: 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%);
    width: 100%;*/
    padding: 0 1.5rem;
    display: block;
}

h2.categoryTitle .subCatTitle {
    /*font: italic 400 2rem 'Open Sans', Arial, sans-serif;*/
    display: block;
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: rgb(34,34,34);
    display: block;
    margin-bottom: 1.5rem;
}

/* styling for content area tables */
table th {
    background: #00608d;
	color: rgb(255,255,255);
}
/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: rgb(1,138,182);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    color: rgb(1,138,182);
}

a:hover,
ul.directory-list button:hover {
    color: #0692d3;
    text-decoration: none;
}

a:active,
ul.directory-list button:active {
    color: #0692d3;
}

a:focus,
ul.directory-list button:focus {
    color: #0692d3;
    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;
}

.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,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

ul.hightlightLists,
ul.hightlightLists > li,
ul.phoneColsList,
ul.phoneColsList > li,
ul.relatedLinks,
ul.relatedLinks > li,
ul.search-page,
ul.search-page > li,
ol.breadCrumb,
ol.breadCrumb > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.textResizer,
ul.textResizer > li,
ul.footerNav,
ul.footerNav > li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/
.container {
    max-width: 1350px;
}
.municipalServices .container {
    max-width: 100%;
}


.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}
.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}
.skipToContent h2 {
    font-size: 1rem;
    color: rgb(1,138,182);
    margin-bottom: 0.5em;
}
ol.skipLinks,
ol.skipLinks > li {
    font-size: 0.9rem;
    color: rgb(255,255,255);
    padding: 0;
    margin: 0;
}
ol.skipLinks {
    margin-left: 1.5rem;
}
.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: rgb(255,255,255);
}
.skipToContent a:visited {
    color: rgb(255,255,255);
}
.skipToContent a:hover {
    color: rgb(1,138,182);
}
.skipToContent a:active {
    color: rgb(1,138,182);
}
.skipToContent a:focus {
    color: rgb(255,255,255);
    outline: 1px solid rgb(1,138,182);
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: rgb(255,255,255);
    cursor: pointer;
    padding: 0.5rem 1rem 0.8rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
    background: rgb(1,138,182);
}
.btnScrollup:hover {
    color: rgb(255,255,255);
    background: #0692d3;
}
.btnScrollup:focus {
    color: rgb(255,255,255);
    background: #0692d3;
}

header.masterHeader {
    position: relative;
    z-index: 10;
}


.headerBottom {
	position: absolute;
    background: rgb(255,255,255);
    width: 100%;
    height: 5rem;
    margin-top: 3rem;
    padding-left: 17.5rem;
    padding-top: 1.8rem;
    /*position: relative;
    background: rgb(255,255,255);
	height: 5rem;
    margin-top: 3rem;
	padding-left: 17.5rem;
	padding-top: 1.8rem;*/
}

.headerBottom a {
	color: rgb(34,34,34);
	font-weight: 400;
    font-size: .9rem;
	padding-left: 2rem;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.headerBottom a :hover {
	color: #0692d3;
}

.headerBottom a i {
	color: #007db8;
}

/*loading - start*/
.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 15px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	
	0%, 40%, 100% { 
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}  20% { 
		-webkit-transform: scaleY(1.0);
		transform: scaleY(1.0);
	}
}

@keyframes sk-stretchdelay {
	
	0%, 40%, 100% { 
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}  20% { 
		-webkit-transform: scaleY(1.0);
		transform: scaleY(1.0);
	}
}
/*loading - end*/
/*.langCont {
    float: right;
}

.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}

.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}
.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: rgb(255,255,255);
}
.headerTop a.langTranslateBTN.selected-lan {
    color: rgb(252, 176, 64);
}
*/


h1.siteLogo/*,
h1.siteLogoFR*/ {
    position: absolute;
	top: -2rem;
	left: 6rem;
    width: 146px;
    height: 146px;
	z-index: 10;
}

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;
}

/****************************************************************
--------Quick Links---------
****************************************************************/

.asideMobile,
.quickLinks.mobileQL {
	display: none;
}

.quickLinks {
	position: absolute;
	z-index: 2;
	height: 7rem;
	top: -7rem;
	width: 100%;
	background: rgba(53,53,53,.8);
}

.quickLinks a {
	position: relative;
	height: 4.5rem;
	width: 18%;
	text-align: center;
	float: left;
	display: block;
	-webkit-border-radius: 0 1rem;
    -moz-border-radius: 0 rem;
    -o-border-radius: 0 1rem;
    border-radius: 0 1rem;
	margin: 1.2rem .5rem;
	color: rgb(255,255,255);
	font-weight: 200;
	font-style: italic;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.quickLinks a:first-of-type {
	background: #a14c72;
}

.quickLinks a:nth-of-type(2) {
	background: #0692d3;
}

.quickLinks a:nth-of-type(3) {
	background: #0aae52;
}

.quickLinks a:nth-of-type(4) {
	background: #e2a12b;
}

.quickLinks a:last-of-type {
	background: #a14c72;
}

.quickLinks a:first-of-type:hover {
	background: #7b2c50;
}

.quickLinks a:nth-of-type(2):hover {
	background: #095577;
}

.quickLinks a:nth-of-type(3):hover {
	background: #126838;
}

.quickLinks a:nth-of-type(4):hover {
	background: #986b1e;
}

.quickLinks a:last-of-type:hover {
	background: #7b2c50;
}

.quickLinks a > span {
	position: absolute;
	left: 50%;
	top: 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 .5rem;
}



/* 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: 15%;
    right: 5.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 385px;
    display: block;
    margin: 0;
    z-index: 1;
}

.activePopupAlert .frmSearch {
    /*top: 21rem;*/
}

.frmSearch input[type="search"] {
    width: 100%;
    font: 700 .9rem 'Open Sans', Arial, sans-serif;
    color: #007db8;
    padding: 1rem 3rem .5rem 0;
    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;
	border-bottom: 1px solid rgba(0,125,184,.25);
}


input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #007db8;
    -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: #007db8;
    -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: #007db8;
    -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: #007db8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    padding: 0.5rem 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch button[type="submit"] i {
    color: #0692d3;
    -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: #a14c72;
}


/*
.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 **/
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
.desktopNav ul.subSubMainMenu,
.mobileNav,
ul.mainMenuCol2 h3 {
    display: none;
}


.menuIcon {
	position: absolute;
	right: 6rem;
	top: 19px;
	border: none;
	background: #007db8;
	padding: .5rem 0;
	width: 9.5rem;
	webkit-border-radius: 0 1rem;
    -moz-border-radius: 0 rem;
    -o-border-radius: 0 1rem;
    border-radius: 0 1rem;
	z-index: 2;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.menuIcon span {
	color: rgb(255,255,255);
	font-family: 'Open Sans' , sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
    font-weight: 700;
}

.menuIcon:after {
    content: "\f0c9";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1rem;
    margin: 0 0 0 .5rem;
	color: rgb(255,255,255);
	font-weight: 200;
}

.menuIcon:hover {
	background: #0692d3;
}

ul.mainMenuCol2 {
	padding-left: 3.5em;
	padding-top: 2em;
}

nav{
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 0;
    width: 100%;
   /* 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: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease 0s;
    -webkit-overflow-scrolling: touch;
    z-index: 8;
	display: none;
	/*padding: 10rem 0 15rem;
	overflow-x: auto;*/
}

nav.navOpen{
	display:inherit;
}

.navCont {
	background: #00608d url(../images/menuGraphic.jpg) bottom right no-repeat;
    padding: 3rem 0 2rem;
}

.closeNav {
	position: absolute;
    right: 6rem;
    top: 19px;
    border: none;
    background: #004667;
    padding: .5rem 0;
	width: 9.5rem;
    webkit-border-radius: 0 1rem;
    -moz-border-radius: 0 rem;
    -o-border-radius: 0 1rem;
    border-radius: 0 1rem;
	-webkit-transition: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease 0s;
	display: none;
	z-index: 3;
    /*position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    color: rgb(255,255,255);
    padding: 0.5em;
    margin: 0.5em 0.5em 0.5em 0;
    border: 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;
    background: none;
    z-index: 10;*/
}

.closeNav span {
    color: rgb(255,255,255);
    font-family: 'Open Sans' , sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

.closeNav.openNav {
	display: inherit;
}

.closeNav:after {
    content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1rem;
    margin: 0 0 0 .5rem;
	color: #fef33b;
	font-weight: 200;
}

.closeNav:hover {
   /* color: rgb(31,22,70);*/
}

/*.closeNav:before {
    content: "\f00d";
    margin-left: 0;
}*/

.mainMenu {
	position: relative;
}

.mainMenu li.mainList {
	position: relative;
	display: block;
    width: 25%;
    float: left;
	height: 12.5rem;
}

.mainMenu li.mainList p.moreMenu {
	margin: 0;
	position: absolute;
    bottom: -1rem;
	width: 100%;
	padding-top: .5rem;
    border-top: 1px solid rgba(255,255,255,.25);
}

.mainMenu li.mainList p.moreMenu a {
	font: normal 400 1rem 'Lora' , sans-serif;
}

.mainMenu li.mainList p.moreMenu a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: .8rem;
    margin: 0 0 0 .5rem;
    color:  #fef33b;
    font-weight: 200;
}

.moreOptionMainMenu {
    position: absolute;
    top: -1rem;
    right: 0;
    font-size: 1.2rem;
    color: rgba(113,194,233,1.00);
    display: none;
    padding: 1.7em 1.1em;
    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;
}

.moreOptionMainMenu:before {
    content: "\f078";
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -o-transition: 300ms ease 0s;
    transition: 300ms ease 0s;
}

.moreOptionMainMenu.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.moreOptionSubMainMenu {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

ul.mainMenu > a:hover .moreOptionMainMenu,
ul.mainMenu > a:selected .moreOptionMainMenu {
	color: #007396;
}

.desktopNav {
    position: relative;
    height: 100%;
    z-index: 5;
}
.innerNavContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 1.7em;
    padding-bottom: 11.5em;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 400ms ease 200ms;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    background: rgb(41,37,108);
    z-index: -1;
}


.desktopNav ul.mainMenu {
    padding-top: 4em;
    height: 100%;
    background: #007396;
}
.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .innerNavContainer, 
.desktopNav ul.mainMenu > li:hover .innerNavContainer {
    -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);
}

.desktopNav ul.mainMenu > li > a,
.desktopNav ul.mainMenu > li > a:link {
    position: relative;
    padding-left: 2em;
}
.desktopNav ul.mainMenu > li.hasChild > a:before {
    content: "\f104";
    position: absolute;
    top: 50%;
    left: 0.9em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
}

.moreOptionMainMenu, 
.moreOptionSubMainMenu {
	display: inline-block;
}

.moreOptionMainMenu span {
	display: none;
}

a.subMenuMore,
a.subMenuMore:link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2em 1em!important;
    text-align: center!important;
    background: rgb(116,115,192);
}
a.subMenuMore:before {
    content: "\f055";
    margin-left: 0;
    margin-bottom: 0.5em;
    display: block;
}

ul.mainMenu a,
ul.mainMenu a:link {
    font: normal 400 1.2rem 'Lora' , sans-serif;
    color: rgb(255,255,255);
    display: block;
    text-align: left;
	padding: 0 0 0.5rem 0;
    letter-spacing: 1px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
	text-transform: capitalize;
}

ul.mainMenu a:visited {
    color: rgb(255,255,255);
}

ul.mainMenu a:hover {
    color: #fef33b;
}

ul.mainMenu a:active {
    color: #fef33b;
}

ul.mainMenu a:focus {
    color: fef33b;
}

ul.mainMenu > li.hasChild {
	position: relative;
}

ul.mainMenu > li.hasChild > a,
ul.mainMenu > li.hasChild > a:link {
    padding-right: 2.3em;
}


ul.mainMenu > li:hover > a,
ul.mainMenu > li.selected > a{
    /*color: #007396;
    background: rgb(255,255,255);*/
}

ul.mainMenu li.mainList p.subMenu a {
	font-family: 'Open Sans' !important;
	padding: 0 1rem 0.5rem 0;
	font-size: .95rem;
}


ul.subMainMenu a,
ul.subMainMenu a:link {
	font-famil: 'Open Sans' !important;
    font-size: 1.4em;
    color: rgb(255,255,255);
    padding-left: 7rem;
    background: #006d68 !important;
}
ul.subMainMenu a:visited {
    color: rgb(255,255,255);
}
ul.subMainMenu a:hover {
    color: rgb(255,255,255);
    background: #005b57!important;
}
ul.subMainMenu a:active {
    color: rgb(255,255,255);
    background: #005b57!important;
}
ul.subMainMenu a:focus {
    color: rgb(255,255,255);
    background: #005b57!important;
}

ul.subMainMenu a:before,
ul.subMainMenu a:after {
    content: normal;
}

ul.subMainMenu > li.hasChild > a,
ul.subMainMenu > li.hasChild > a:link {
    padding-right: 2.9em;
}
ul.subMainMenu > li:hover > a,
ul.subMainMenu > li.selected > a{
    color: rgb(255,255,255);
    background: #005b57!important;
}

ul.subMainMenu > li {
    position: relative;
}

ul.subSubMainMenu a,
ul.subSubMainMenu a:link {
    font-size: 1.2em;
    color: rgb(255,255,255);
    padding-left: 2.5em;
    text-transform: none;
    background: #006d68 !important;
}
ul.subSubMainMenu a:visited {
    color: rgb(255,255,255);
}
ul.subSubMainMenu > li a:hover{
    color: rgb(255,255,255);
    background: #005b57 !important;
}
ul.subSubMainMenu > li a:active{
    color: rgb(255,255,255);
    background: #005b57 !important;
}
ul.subSubMainMenu > li a:focus{
    color: rgb(255,255,255);
    background: #005b57 !important;
}

ul.subSubMainMenu > li.selected > a{
    color: rgb(255,255,255);
    background: #005b57 !important;
}


/****************************************************************
Main Content - Inside Pages
****************************************************************/
.mainContainer {
    position: relative;
    padding: 0;
    background: rgb(255,255,255);
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}
aside.col-sm {
	padding: 0;
}

.mainContainer .asideCont.col-sm {
    flex-grow: .75;
    padding: 0;
    background: rgb(227,242,253) url(../images/asideGraphic.png) bottom center no-repeat;
	padding-bottom: 4rem;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 1.5rem 1.5rem 2.5rem 0;
}

.pageTitle {
	font: normal 700 2rem 'Lora', Arial, sans-serif;
}

.mainContainer .asideCont span.asideHead {
	display: block;
	background: #a14c72;
	text-align: left;
	padding: .5rem 2rem;
	font: normal 700 1.6rem 'Lora', Arial, sans-serif;
	color: rgb(255,255,255);
}

/** Aside Menu - Inside Pages **/
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 2rem;
    font-size: 1rem;
    color: rgb(34,34,34);
    display: inline-block;
    padding: 0.73rem;
    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,
.moreOption:focus {
    color: rgb(1,138,182)!important;
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 400 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(34,34,34);
    display: block;
    padding: .8rem 0;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
	margin: 0 2rem;
	border-bottom: 1px solid rgb(1,138,182);
}

ul.sideMenu li:last-of-type a:last-of-type {
	border-bottom: none;
}

ul.subSideMenu a {
	border-bottom: 1px solid rgb(1,138,182) !important; 
}

ul.sideMenu a:visited {
    color: rgb(34,34,34);
}

ul.sideMenu a:hover {
    color: rgb(1,138,182);
}

ul.sideMenu a:active {
    color: rgb(1,138,182);
}

ul.sideMenu a:focus {
    color: rgb(1,138,182);
}

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu > li.selected a {
    color: rgb(1,138,182);
}

ul.sideMenu > li.selected .moreOption {
    color: rgb(1,138,182);
}

ul.sideMenu > li:hover > a {
    color: rgb(1,138,182);
}

ul.sideMenu > li:hover .moreOption {
    color: rgb(1,138,182);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 400 1rem 'Open Sans', Arial, sans-serif !important;
    color: rgb(34,34,34)!important;
    padding: .8rem 1rem !important;
    display: block;
}

ul.subSideMenu a:visited {
    color: rgb(34,34,34)!important;
}

ul.subSideMenu a:hover {
    color: rgb(1,138,182)!important;
}

ul.subSideMenu a:active {
    color: rgb(1,138,182)!important;
}

ul.subSideMenu a:focus {
    color: rgb(1,138,182)!important;
}

ul.subSideMenu > li.selected a {
    color: rgb(1,138,182) !important;
	font-weight: 700 !important;
}

/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 1rem 0;
	background: rgb(0,145,212);
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal .95rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
	text-transform: uppercase;
	padding-top: .3rem
}

ol.breadCrumb a:visited {
    color: rgb(255,255,255);
}

ol.breadCrumb a:hover {
    color: rgb(228,160,40);
}

ol.breadCrumb a:active {
    color: rgb(228,160,40);
}

ol.breadCrumb a:active {
    color: rgb(228,160,40);
}

ol.breadCrumb a:after {
    content: "\f105";
    color: rgb(255,255,255);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ol.breadCrumb {
    float: left;
}

ol.breadCrumb > li {
    float: left;
}

ol.breadCrumb > li:first-child a:before {
    content: "\f015";
    margin-left: 0;
}

ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

.btnPrint {
    margin: 0 0 0 6rem;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
	color: rgb(255,255,255);
	font-weight: 700;
}

.btnPrint:before {
    content:"\f02f";
}

.btnPrint:hover {
	color: #fef33b;
}

ul.textResizer {
    float: right;
    margin-top: 0.4rem;
	margin-right: 2rem;
}

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 400 1rem/0 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

ul.textResizer a:visited {
    color: rgb(255,255,255);
}

ul.textResizer a:hover {
    color: #fef33b;
}

ul.textResizer a:active {
    color: #fef33b;
}

ul.textResizer a:focus {
    color: #fef33b;
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 1rem;
	margin-left: .5rem;
}

ul.textResizer a.medium-text {
    font-size: 1.25rem;
	margin: 0 .5rem;
}

ul.textResizer a.large-text {
    font-size: 1.5rem;
}

ul.textResizer a.textresizer-active {
    color: #fef33b;
	font-weight: 700;
}


/***********************************************
            Communities Page
***********************************************/

.container[title="Communities"] main article.articlePost p {
	float: left;
	display: block;
}

.container[title="Communities"] main article.articlePost p span:first-line {
	font-size: 20px !important;
	font-weight: 600 !important;
}

.container[title="Communities"] main article.articlePost p a span{
	font-size: 15px !important;
	color: #212529 !important;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.container[title="Communities"] main article.articlePost p a:visited span {
	color: #212529 !important;
}


.container[title="Communities"] main article.articlePost p a {
	position: relative;
	display: block;
}

.container[title="Communities"] main article.articlePost p a:hover span {
	color: rgb(0,145,212) !important;
}




.highlightContainer {
	position: relative;
	background: url(../images/highlightBG.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*padding: 2rem 0 6rem;*/
	padding:2rem 0 0;
}

.highlightContainer h2 {
	display: block;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.8rem;
	margin-bottom: 3rem;
	font-family: 'Lora';
}

.highlightContainer h2 > span {
	display: block;
	text-align: center;
	font-size: 1rem;
    font-style: italic;
	font-family: 'Open Sans';
}

.highlightContainer .carousel-item a {
	/*float: left;
	display: block;*/
	width: 100%;
	position: relative;
}

.highlightContainer .carousel-item a > i {
	padding: 1.5rem;
	display: block;
	color: rgb(255,255,255);
	width: 4.2rem;
    font-size: 1.5rem;
	margin: 0 auto;
	-webkit-border-radius: 0 1rem;
	-moz-border-radius: 0 rem;
	-o-border-radius: 0 1rem;
	border-radius: 0 1rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.highlightContainer a.post-1 > i,
.highlightContainer a.post-4 > i,
.highlightContainer a.post-7 > i {
	background: rgb(5,174,80);
}

.highlightContainer a.post-2 > i,
.highlightContainer a.post-5 > i,
.highlightContainer a.post-8 > i {
	background: rgb(0,145,212);
}

.highlightContainer a.post-3 > i,
.highlightContainer a.post-6 > i{
	background: rgb(228,160,40);
}

.highlightContainer .carousel-item a:hover > i {
	background: #a14c72;
}

.highlightContainer .highlightCaption > h3 {
	font-size: 1rem;
	padding: .5rem 1.5rem;
	text-align: center;
	color: rgb(255,255,255);
	text-transform: uppercase;
}
/*
.highlightContainer .highlights-Bottom {
	position: absolute;
    bottom: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/
.highlightContainer .highlights-Bottom {
	position: relative;
	/* bottom: 3rem; */
	/* left: 50%; */
	margin:0 auto;
	text-align:center;
	margin-top:1rem;
	margin-bottom:0;
}

.highlightContainer .highlights-Bottom a {
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding: 3rem 0 0;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.highlightContainer .highlights-Bottom a:hover {
	color: #e2a12b;
}


/*Connect*/
.connectRegister {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
    padding: 0;
}
.blue-c{
	background:rgba(0, 145 ,213,0.85);
	padding:2rem 0 0 0;
    margin-top:6rem;
}
.connect_lorne{
    color:#ffffff !important;
}

.connect_lorne p{
	font-size: 17px;
	font-style:italic;
}


.connect_lorne i {
		position:absolute;
		color: #f1a92a;
		top: 30%;
		/* left:1%; */
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 60px;
		display: block;
}

.c-title h3{
	color:#ffffff !important;
	text-align:left;
	font-size:20px;
	font-weight:200;
	font-style:italic;
	margin-left:6rem;
}
.c-title h2{
    margin-left:6rem;
	color:#ffffff !important;
	text-align:left !important;
}


.connect_lorne .btnRegister{
	background: #f1a92a;
	border:none;
	color:#ffffff !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
	-webkit-border-radius: 0 1rem;
    -moz-border-radius: 0 rem;
    -o-border-radius: 0 1rem;
    border-radius: 0 1rem;
	/*padding:1rem 5rem 1rem 5rem;*/
		width:100%;
	padding:1rem;
}
/*----end of Connect -----*/


.footerTop {
	display: block;
	background: rgb(187,222,251);
}

.footerTop li {
	float: left;
	display: block;
	width: 20%;
	padding: 1rem 0 !important;
	text-align: center;
	text-transform: uppercase;
}

.footerTop li > a {
	color: rgb(0,101,149);
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.footerTop li > a:visited {
	color: rgb(0,101,149);
}

.footerTop li > a:hover,
.footerTop li > a:focus {
	color: #a14c72;
}

.footerBottom {
	display: block;
	background: rgb(0,145,213);
	padding: .5rem 0;
}

.footerBottom .container {
	position: relative;
}

.footerBottom cite,
.footerBottom small {
    font: normal 600 0.750rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.footerBottom cite a,
.footerBottom cite a:link {
    color: rgb(255,255,255);
    width: 159px;
    height: 25px;
    display: inline-block;
    text-indent: -9999Rem;
    background: url(../images/allnet_logo.png) center center no-repeat;
}

.footerBottom cite a:visited {
    color: rgb(255,255,255);
}

.footerBottom cite a:hover {
    color: rgb(35,183,169);
}

.footerBottom cite a:active {
    color: rgb(35,183,169);
}

.footerBottom cite a:focus {
    color: rgb(35,183,169);
}

.footerBottom cite {
	position: absolute;
	right: 0;
}

/*---------------------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(34,34,34);
    cursor: pointer;
    border: none;
    padding: 0.1rem;
    margin: 0;
    background: none;
}

.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
	color: #007bff;
}

.btnHeaderYahooWeather i:last-of-type {
    color: rgb(34,34,34);
}

#modalHeaderWeather .headerWeather {
    color: rgb(255,255,255);
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    /*background: rgb(176,211,209);*/
}

.headerWeatherCont {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0692d3+0,00608d+100 */
	background: #0692d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #0692d3 0%, #00608d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0692d3 0%,#00608d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0692d3 0%,#00608d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0692d3', endColorstr='#00608d',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: #e2a12b;
    display: inline-block;
    padding: 0 0.5rem 1rem;
}

ul.bwTabs a:visited {
    color: #e2a12b;
}

ul.bwTabs a:hover {
    color: #986b1e;
}

ul.bwTabs a:active {
    color: #986b1e;
}

ul.bwTabs a:focus {
    color: #986b1e;
}

ul.bwTabs a.active {
    color: rgb(34,34,34);
    border-bottom: 1px solid #0692d3;
}

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: #a14c72;
    display: block;
}
.wlHead {
    font-size: 0.7rem;
    text-transform: uppercase;
}


ul.col2W > li {
    float: left;
    width: 50%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208,210,212,0.5);
}
.col2WDesc i {
    display: inline-block;
    margin-right: 0.5rem;
}


/*---------------------table styling-------------------------*/
/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

table .council-table {
	font-size: 1em;
}

td, th {
    padding: 6px;
    border: none;
    text-align: left;
}

table.tblAgendaMinutes td,
table.tblAgendaMinutes th {
    padding: 1em;
}

table.tblAgendaMinutes td span {
	display: none;
}

table.tblAgendaMinutes tbody td:nth-child(3),
table.tblAgendaMinutes tbody td:nth-child(4),
table.tblAgendaMinutes tbody td:nth-child(5) {
    padding-left: 2em;
}

table.tblAgendaMinutes thead tr {
    background: rgb(35,156,123);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

table.tblAgendaMinutes tbody {
    background: rgb(242,242,235);
}

table.tblAgendaMinutes tbody td {
	color: rgb(0,35,65);
}

@media only screen and (max-width: 760px), 
(min-device-width: 768px) and (max-device-width: 1024px) {
	
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
	
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
	
    table.tblAgendaMinutes tbody td:nth-child(3),
    table.tblAgendaMinutes tbody td:nth-child(4),
    table.tblAgendaMinutes tbody td:nth-child(5) {
        padding-left: 1em;
    }
	
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
	
    table.tblAgendaMinutes thead {
        display: none;
    }
	
    table.tblAgendaMinutes thead tr {
        position: relative;
        top: auto;
        left: auto;
    }
	
    tr {
        border: none;
        border-bottom: 1px solid rgb(34,34,34);
    }
	
    .council-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }
	
    .council-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

/*-------------responsive tables generic---------------------*/
.responsive-table {
    text-transform: none;
}

tr:nth-of-type(2n) {
    background: none !important;
}

tr td:first-child {
    /*background: none !important;*/
}

/* table */
.responsive-table table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}

.responsive-table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

.responsive-table table tr {
    color: #222;
}

.responsive-table table tr {
    background: #efefef;
}

.responsive-table table tr:nth-child(even) {
    background: #efefef;
}

.responsive-table table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 1em;
}

.responsive-table table td {
    padding: 0.6em;
    font-size: 1.1em;
}

.responsive-table table td {
    text-align: left;
}

/*Highlights*/
/*.highlightContainer {
    text-align: center;
}*/
/*
.highlightContainer h2 {
    text-align: center;
}

.highlightContainer h2:before {
    content:"\f5a0";
    font-weight: 400;
    display: block;
}*/

/*ul.hightlightLists > li {
    float: left;
    width: 16.66%;
    padding: 0.5px;
}*/
/*
.hightlightsInnerCont a,
.hightlightsInnerCont a:link {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 0.5px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.hightlightsInnerCont a:before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0.5px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 1;
}

.hightlightsInnerCont a:after {
    content:"\f57c";
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: rgb(255,255,255);
    z-index: 2;
}

.hightlightsInnerCont a:hover:before {
    background: rgba(0,0,0,0);
}

.hightlightsInnerCont img {
    display: inline-block;
}

.highlightCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    z-index: 2;
}

.hightlightsInnerCont a:hover .highlightCaption {
    background: rgba(227,83,13,0.8);
}

.highlightCaption h3,
.highlightCaption p {
    color: rgb(255,255,255);
}

.highlightCaption h3 {
    font-size: 1.5rem;
}

.highlightCaption p {
    font-size: 0.85rem;
}*/

/****************************************************************
MEDIA QUERY
****************************************************************/
#carouselHighlights .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    margin: 0;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}




@media (min-width: 768px) {

    /* show 3 items */
    #carouselHighlights .carousel-inner .active,
    #carouselHighlights .carousel-inner .active + .carousel-item,
    #carouselHighlights .carousel-inner .active + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    #carouselHighlights .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carouselHighlights .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carouselHighlights .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    #carouselHighlights .carousel-inner .carousel-item-next,
    #carouselHighlights .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    #carouselHighlights .carousel-control-prev {
        left: -3rem;
		top: -50px;
    	font-weight: 400;
    }
    #carouselHighlights .carousel-control-next {
        right: -3rem;
		top: -50px;
    	font-weight: 400;
    }
    #carouselHighlights .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    #carouselHighlights .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carouselHighlights .carousel-item-next.carousel-item-left + .carousel-item,
    #carouselHighlights .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #carouselHighlights .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #carouselHighlights .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carouselHighlights .carousel-item-prev.carousel-item-right + .carousel-item,
    #carouselHighlights .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}

@media only screen and (max-width:1770px) {
	
    .frmSearch {
		right: 6.5rem;
		min-width: 325px;
	}
	
	.headerBottom a {
    	padding-left: 1rem;
	}
}

@media only screen and (max-width:1650px) {
	
    .headerBottom {
		padding-left: 16rem;
	}
	
	.frmSearch {
		right: 8.5rem;
		min-width: 245px;
	}
	
	.frmSearch input[type="search"] {
		padding: 1rem 2rem .5rem 0;
	}
	
    .popupAlert a, 
    .popupAlert a:link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1540px) {
	
	.headerBottom a > span {
		display: none;
	}
	
	.headerBottom a {
		padding-left: 2rem;
		font-size: 1.1rem;
	}
	
	
}

@media only screen and (max-width:1330px) {

    main.formPage i {
        font-size: 4rem;
    }
	
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
	
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width:1200px) {
	
	.container {
		padding: 0;
		margin: 0;
	}
	
	.navCont {
		display: none;
	}
	
	a.mobileHome > span {
		display: inherit;
	}
	
	a.mobileHome:hover > span {
		color: #fef33b;
	}
	
	ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
	
	.closeNavMobile,
	.mobileNav {
		display: inherit;
	}
	
	nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        z-index: 20;
        background: #00608d;
		padding: 4rem 0;
    }
	
	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);
    }
	
	.moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #fef33b;
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
	
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
		color: #0091d4;
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f067";
        margin-left: 0;
    }
	
    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        content: "\f068";
    }
	
	.closeNavMobile {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #fff;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
	
	ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    ul.mainMenu > li {
        position: relative;
    }

    ul.mainMenu > li.hasChild > a {
        padding-right: 2.5em;
    }

    ul.mainMenu > li.selected > a {
        color: rgb(255,255,255);
        /*border-bottom-color: rgb(22,87,81); 
        background: rgb(22,87,81);*/
    }
	
    ul.mainMenu > li.selected .moreOptionMainMenu {
        /*color: rgb(255,255,255);*/
    }

    ul.mainMenu > li:hover > a {
        /*color: rgb(255,255,255);
        border-bottom-color: rgb(22,87,81); 
        background: rgb(22,87,81)*/
    }
	
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
         /*color: rgb(163,191,188);*/
    }

    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: .9rem;
        font-weight: 400;
		font-family: 'Open Sans';
        color: rgb(53,53,53);
        text-transform: none!important;
        padding-left: 1.5rem!important;
        border-bottom: 1px solid rgba(0,145,212,.25) !important;
        background: rgb(255,255,255) !important;
    }
	
    ul.subMainMenu a:visited {
        color: rgb(53,53,53);
    }
	
    ul.subMainMenu a:hover {
        /*color: rgb(255,255,255);
        background: rgb(34,34,34)!important;*/
    }
	
    ul.subMainMenu a:active {
        /*color: rgb(255,255,255);
        background: rgb(34,34,34)!important;*/
    }
	
    ul.subMainMenu a:hover {
        /*color: rgb(255,255,255);
        background: rgb(34,34,34)!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: #0091d4 !important;
    }
	
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }

    ul.subMainMenu > li:hover > a,
	ul.subMainMenu > li:focus > a {
        color: rgb(255,255,255);
        background: #0091d4 !important;
    }
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
		font-size: .85rem;
		font-style: italic;
        color: rgb(53,53,53) !important;
	 	background: #e3f2fd !important;
        border-bottom: none!important;
        padding-left: 2rem!important;
    }
	
    ul.subSubMainMenu a:visited {
        color: rgb(53,53,53) !important;
    }
	
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: #003954!important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: #003954 !important;
    }
	
	ol.breadCrumb {
		display: none;
	}
	
	ul.textResizer > li:last-child {
    	float: right;
	}
	
	.btnPrint {
    	margin: 0 0 0 1rem;
	}
	
	.mainContainer main.col-sm {
		padding: 1.5rem 1.5rem 2.5rem;
	}
	
	.headerContent {
    	padding: 1rem 0 1rem 1.5rem;
	}
}

@media only screen and (max-width:1160px) {
	
    /*.headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }
	
    .headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }*/
}

@media only screen and (max-width:1085px) {
	
    /*.footerMiddle h2 {
        font-size: 1rem;
    }
	
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
	
    .footerMiddle > .container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }
	
	.quickLinks{
		display: none;
	}*/
}

@media only screen and (max-width:1050px) {
	
    /*.headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }

    .headerTop {
        padding: 0.5rem 1rem;
    }

    .headerTop a,
    .headerTop a:link {
        font-size: 1rem;
        margin-right: 0.8rem;
    }
	
    .headerTop a.hEmail {
        margin-right: 0.3rem;
    }
	
    .headerTop a:before {
        margin-right: 0;
    }
	
    .headerTop a.langTranslateBTN, 
    .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }*/
}

@media only screen and (max-width:1023px) {
	
	h1.siteLogo {
		left: 2rem;
	}
	
	.headerBottom {
		padding-left: 12rem;
	}
	
	.frmSearch {
    	right: 4.5rem;
	}
	
	.closeNav,
	.menuIcon {
		right: 2rem;
	}
	
	.frmSearch input[type="search"] {
		display: none;
	}
	
	.frmSearch button[type="submit"] i {
		font-size: 1.1rem;
		margin-top: 4rem;
	}
	
    ul.sideMenu {
        display: none;
    }

    
	.pageTitle {
		font-size: 1.5rem;
		padding-bottom: .5rem;
	}
	
	.asideCont,
	.quickLinks {
		display: none;
	}
	
	.quickLinks.mobileQL {
		display: inherit;
		position: relative;
		top: 0;
		height: auto;
		background: #e8eff2;
		padding: 2rem 0;
	}
	
	.quickLinks.mobileQL a {
		width: 46%;
		margin: 1rem 1rem;
	}
	
	.quickLinks.mobileQL a:last-of-type {
		width: 96%;
	}
	
	.asideMobile.asideCont {
		display: inherit;
		width: 100%;
	}
	
	.mainContainer .asideCont span.asideHead {
		display: none;
	}

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1rem 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        background: #a14c72;
    }
	
	.sideMenuNav span {
		text-align: center;
	}
	
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
	
    .sideMenuNav:after {
        content: "\f055";
        color: #fff;
		font-weight: 900;
        margin-left: .5rem;
    }
	
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }

    .articlePost {
        border-top: none;
        padding-top: 0;
    }

    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }
	
	ul.sideMenu a,
	ul.sideMenu a:link {
		color: rgb(255,255,255);
		background: #00608d;
		-webkit-transition: background 300ms ease 0s;
		-moz-transition: background 300ms ease 0s;
		-o-transition: background 300ms ease 0s;
		transition: background 300ms ease 0s;
		margin: 0;
		padding: 1rem 2rem;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	
	ul.sideMenu a:visited {
		color: rgb(255,255,255);
	}
	
	ul.sideMenu li:hover a,
	ul.sideMenu li:focus a,
	ul.sideMenu > li.selected a {
		background: #0091d4;
		color: rgb(255,255,255);
	}
	
	.moreOption,
	.moreOption:hover,
	.moreOption:focus {
		color: #fef33b !important;
		padding-top: 1rem;
	}
	
	ul.subSideMenu a,
	ul.subSideMenu a:link {
		padding: 1rem 2.5rem !important;
		background: #003954 !important;
		color: rgb(255,255,255) !important;
	}
	
	ul.subSideMenu li:hover a,
	ul.subSideMenu li:focus a,
	ul.subSideMenu > li.selected a {
		background: #a14c72 !important;
		color: rgb(255,255,255);
	}
	
    /*ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }

   h2.categoryTitle {
        min-height: 300px;
        font-size: 2rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }

    .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){
	.connect_lorne i {
		position:relative !important;
		text-align:center !important;
		top: 10% !important;
		font-size: 45px !IMPORTANT;
		display: block;
		margin-left:0 !important;
	    margin-right:0 !important;
	}
	.connect_lorne p{
		text-align:center !important;
		padding:0 5rem 0 5rem;
	}

	.c-title h3{
		text-align:center !important;
		margin-left:0 !important;
	    margin-right:0 !important;
	}
	.c-title h2{
		text-align:center !important;
		margin-bottom: 2rem;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.connect_lorne .btnRegister{
		margin:0 auto; 
		margin-bottom:3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		width:25%;
	}
}
@media only screen and (max-width:960px) {
	
    /*.fb1.row .col-sm {
        flex-basis: auto;
    }
	
    .fb1.row .col-sm:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }*/
}



@media only screen and (max-width: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:820px) {
	
    .popupAlert > .container {
        font-size: 0.8rem;
    }
	
	.quickLinks.mobileQL a {
		width: 44%;
		margin: 1rem 1rem;
	}
	
	.quickLinks.mobileQL a:last-of-type {
		width: 94%;
	}
}

@media only screen and (max-width:768px) {
	
    .popupAlert > .container {
        font-size: 0.8rem;
    }

	#carouselHighlights .carousel-item.active,
    #carouselHighlights .carousel-item.active + .carousel-item,
    #carouselHighlights .carousel-item.active + .carousel-item + .carousel-item {
		display: inherit;
		width: 33%;
	}
	
	#carouselHighlights .carousel-item.active + .carousel-item + .carousel-item + .carousel-item,
    #carouselHighlights .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		display: none;
	}
	
    /*.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) {
	
    .closeNav,
	.menuIcon {
		width: 4rem;
	}
	
	.closeNav span,
	.menuIcon span {
		display: none;
	}
	
	.closeNav:after,
	.menuIcon:after {
		margin: 0;
	}
	
	.frmSearch {
		right: -1rem;
	}
}

@media only screen and (max-width:630px) {

	.footerTop li {
		width: 100%;
		float: none;
		display: block;
		padding: .5rem 0 !important;
	}
}

@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;
    }
	
	#carouselHighlights .carousel-item.active {
		display: inherit;
		width: 100%;
	}
	
	
    #carouselHighlights .carousel-item.active + .carousel-item,
    #carouselHighlights .carousel-item.active + .carousel-item + .carousel-item {
		display: none;
	}
}

@media only screen and (max-width:590px) {
	
    .headerBottom a {
    	padding-left: .5rem;
	}
}

@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:551px) {
	
    .quickLinks.mobileQL a {
		width: 42%;
		margin: 1rem 1rem;
	}
	
	.quickLinks.mobileQL a:last-of-type {
		width: 92%;
	}
}


@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: 80%;
    }

    .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;
    }
	
	h1.siteLogo {
		position: absolute;
		top: -1rem;
		width: 100px;
		height: 100px;
	}
	
	.headerBottom {
		height: 4rem;
		margin-top: 1.5rem;
		padding-top: 1.2rem;
		padding-left: 9rem;
	}
	
	.frmSearch button[type="submit"] i {
		margin-top: 3rem;
	}
	
	.menuIcon {
		top: 12px;
	}
	
	h2.categoryTitle {
		min-height: 245px;
	}
}

@media only screen and (max-width:480px) {
	
    
}

@media only screen and (max-width:425px) {
	
    h1.siteLogo {
		left: 0.5rem;
	}
	
	.closeNav, 
	.menuIcon {
		right: .5rem;
	}

	.headerBottom {
		padding-left: 7rem;
	}
	
	.frmSearch button[type="submit"] {
		right: -1.4rem;
	}
}

@media only screen and (max-width:400px) {

	.quickLinks.mobileQL a {
		width: 42%;
		margin: .5rem .5rem;
	}
	
	.quickLinks.mobileQL a:last-of-type {
		width: 89%;
	}
}

@media only screen and (max-width:360px) {
	
   .closeNav,
	.menuIcon {
		width: 2.5rem;
	}
	
	.frmSearch button[type="submit"] {
		right: -3.2rem;
	}
}