﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600;700;800&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

body {
    min-width: 320px;
    font: normal 400 1rem/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(37,37,37);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: rgb(255,255,255);
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #143342;
    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;
}

.categoryTitle {
    position: relative;
	display: block;
    height: auto;
    min-height: 400px;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.categoryTitle:after {
	content: " ";
	width: 354px;
	height: 321px;
	background: url("../images/contentGraphic.png") no-repeat left center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.categoryTitle .catTitleCont {
	width: 40%;
	min-width: 20rem;
	height: 420px;
	float: left;
	display: block;
	filter: blur(10px);
	overflow: hidden;
	box-shadow:inset 0 0 10px rgba(0,0,0,.2);
}

.categoryTitle .catTitleCont .catTitleContBG {
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 420px;
	margin-top: -.5rem;
	display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.categoryTitle .blurContainer {
	height: 400px;
	overflow: hidden;
}

.categoryTitle .catTitleContContent {
	position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-size: 2.5rem;
	padding-left: 10rem;
}

.categoryTitle .catTitleContContent h2 {
	font: bold 2.5rem 'Martel', serif;
    color: rgb(255,255,255);
	text-align: left;
}



h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #122d3b;
    display: block;
    margin-bottom: 1.5rem;
}

/* styling for content area tables */
table th {
    background: #122d3b;
	color: rgb(255,255,255);
}
/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 700;
    color: #1d728f;
    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: #1d728f;
}

a:hover,
ul.directory-list button:hover {
    color: #e6a21b;
    text-decoration: none;
}

a:active,
ul.directory-list button:active {
    color: #e6a21b;
}

a:focus,
ul.directory-list button:focus {
    color: #e6a21b;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption > span,
.scrollup > span {
    display: none;
}

.highlightContainer h2:before,
.btnPrint,
.btnFireRating h3:after,
.dynamicRoadBan a:before,
ul.footerCol3 > li:last-child:before,
ul.phoneColsList > li:before,
.desktopNav ul.mainMenu a:after,
.headerTop a:before,
ul.footerNav a:before,
ul.footerNav a:after,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

ul.hightlightLists,
ul.hightlightLists > li,
ul.phoneColsList,
ul.phoneColsList > li,
ul.relatedLinks,
ul.relatedLinks > li,
ul.search-page,
ul.search-page > li,
ol.breadCrumb,
ol.breadCrumb > li,
ul.mainMenu,
ul.mainMenu > li,
ul.subMainMenu,
ul.subMainMenu > li,
ul.subSubMainMenu,
ul.subSubMainMenu > li,
ul.sideMenu,
ul.sideMenu > li,
ul.subSideMenu,
ul.subSideMenu > li,
ul.textResizer,
ul.textResizer > li,
ul.footerNav,
ul.footerNav > li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/
.container {
	max-width: 100%;
    width: 100%;
	padding: 0 10rem;
}

.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: #4e9dc5;
    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: #f25738;
}

.skipToContent a:active {
    color: #f25738;
}

.skipToContent a:focus {
    color: rgb(255,255,255);
    outline: 1px solid #f25738;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    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: #1d728f;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.btnScrollup:hover {
    color: rgb(255,255,255);
    background: #e78c0d;
}

.btnScrollup:focus {
    color: rgb(255,255,255);
    background: #e78c0d;
}


/*   Header  */
header.masterHeader {
    position: relative;
    z-index: 10;
}

.headerTop {
	position: relative;
	overflow: hidden;
	padding: .8rem 2rem;
	background: #122d3b;
}

.headerBottom {
    position: relative;
    background: rgba(255,255,255,.95);
}

.headerTop a,
.headerTop a:link {
    font: normal 400 0.95rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255) !important;
    display: inline-block;
    margin-right: 3rem;
}

.headerTop a:visited {
    color: rgb(255,255,255) !important;
}

.headerTop a:hover {
    color: #e78c0d !important;
}

.headerTop a:active {
    color: #e78c0d !important;
}

.headerTop a:last-of-type {
	margin-right: 0;
}

.headerTop a:before {
    font-weight: 900;
    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.hHours:before {
    content: "\f017";
}
.headerTop a.hPay:before {
    content: "\f09d";
}

.headerTop a#weather:before {
    content: normal;
}

.socialMedia a,
.socialMedia a:link {
    font: normal 600 1.5rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: inline-block;
    margin: 0 0.5rem;
}

.socialMedia a:visited {
    color: rgb(255,255,255);
}

.socialMedia a:hover {
    color: rgb(35,183,169);
}

.socialMedia a:active {
    color: rgb(35,183,169);
}

.socialMedia a:focus {
    color: rgb(35,183,169);
}

.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";
}


/* 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: 0;
    right: 0;
	bottom: 0;
    min-width: 400px;
    display: block;
    margin: 0;
    z-index: 1;
}

.frmSearch input[type="search"] {
    width: 100%;
	height: 100%;
    font: italic 400 .95rem 'Open Sans', Arial, sans-serif;
    color: #fff;
    padding: 1rem 6rem 1rem 2rem;
    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: #e78c0d;
}

input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #fff;
    -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: #fff;
    -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: #fff;
    -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: #fff;
    -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: #fff;
    -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: 3rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch button[type="submit"] i {
    color: #fff;
    -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: #143342;
}


/* Header Bottom */
h1.siteLogo {
    width: 237px;
    height: 199px;
    display: block;
	margin-bottom: 2rem;
}

h1.siteLogo > 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;
}


/** Navigation **/
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
.desktopNav ul.subSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 1.1rem 'Open Sans', Arial, sans-serif;
    color: #122d3b;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: none;
}

.menuIcon:hover {
    color: #1d728f;
}

.menuIcon:focus {
    color: #1d728f;
}

.menuIcon:after {
    content: "\f0c9";
}

.menuIcon span {
	margin-right: .5rem;
}

.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;
}

.navContainer:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	content: " ";
	width: 100%;
	height: 5px;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.1));
}

.topNavContainer {
    height: auto;
    background: url("../images/menuGraphic.png") no-repeat right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.topNavContainer > .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.bottomNavContainer {
    background: rgba(231,140,13,.95);
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.bottomNavContainer:hover {
    background: rgba(18,45,59,.95) !important;
}

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1rem !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;
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

.bottomNavContainer a:visited {
    color: rgb(255,255,255) !important;
}

.bottomNavContainer a:hover {
    color: rgb(255,255,255) !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;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}

ul.mainMenu {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: 700 1.15rem 'Open Sans', Arial, sans-serif;
    color: #143342;
    display: block;
    text-align: center;
    padding: 2rem 1.1rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

ul.mainMenu a:visited {
    color: #143342;
}

ul.mainMenu a:hover {
    color: #143342;
}

ul.mainMenu a:active {
    color: #143342;
}

ul.mainMenu a:focus {
    color: #143342;
}

ul.mainMenu > li > a:after {
	position: absolute;
	content: " " !important;
	bottom: 0;
	right: 0;
	left: 0;
	height: 6px;
	width: 100%;
	background: none;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

ul.mainMenu > li > a:hover:after {
	background: #1d728f;
}

ul.mainMenu > li > a {
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}

nav i:empty {
    display: none;
}

.desktopNav ul.mainMenu > li {
	flex-grow: 1;
}

.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: block !important;
	text-align: center !important;
}

.desktopNav ul.subMainMenu {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	column-width: 400px;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link  {
    position: relative;
    font-size: 0.95rem;
	font-family: 'Martel', serif !important;
	font-weight: 400 !important;
    color: #143342 !important;
    border-left: none;
    width:100%;
    display: inline-block;
    padding: 0.8rem 1.1rem 0.8rem 0;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
	border-bottom: 1px solid #C0C0C0;
}

.desktopNav ul.subMainMenu a:visited {
    color: #143342 !important;
}

.desktopNav ul.subMainMenu a:hover {
    color: #4e9dc5 !important;
}

.desktopNav ul.subMainMenu > li > a:after {
    content: "\f054" !important;
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    color: #1d728f !important;
}

.desktopNav ul.subMainMenu > li.selected a {
    color: #4e9dc5 !important;
}


/*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*/





/** 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;
}



/****************************************************************
Main Content - Inside Pages
****************************************************************/
.mainContainer {
    position: relative;
    padding: 0;
    background: rgb(255,255,255);
}

.mainContainer.formPage {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 2rem 0;
    background: #f2f2f2;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 2rem 10rem 2rem 1.5rem;
}


/** Aside Menu - Inside Pages **/
.mobileInnerAside,
ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 1rem;
    color: #143342;
    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 {
    color: #e78c0d !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 700 1rem 'Open Sans', Arial, sans-serif;
    color: #143342;
    display: block;
    padding: 0.8rem 1rem 0.8rem 10rem;
    -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: #143342;
}

ul.sideMenu a:hover {
    color: #e78c0d;
}

ul.sideMenu a:active {
    color: #e78c0d;
}

ul.sideMenu a:focus {
    color: #e78c0d;
}

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu > li.selected a {
    color: #e78c0d;
}

ul.sideMenu > li.selected .moreOption {
    color: #e78c0d;
}

ul.sideMenu > li:hover > a {
    color: #e78c0d;
}

ul.sideMenu > li:hover .moreOption {
    color: #e78c0d;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 400 0.9rem 'Open Sans', Arial, sans-serif!important;
    color: #4e9dc5 !important;
    padding: 0.8rem 1rem 0.8rem 11rem !important;
    display: block;
}

ul.subSideMenu a:visited {
    color: #4e9dc5 !important;
}

ul.subSideMenu a:hover {
    color: #e78c0d !important;
}

ul.subSideMenu a:active {
    color: #e78c0d !important;
}

ul.subSideMenu a:focus {
    color: #e78c0d !important;
}

ul.subSideMenu > li.selected a {
    color: #e78c0d !important;
}

.adContainer {
	padding-left: 10rem;
	padding-right: 2rem;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 0;
	border-bottom: 1px solid #dcdde0;
	margin-bottom: 2rem;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: 600 .9rem 'Open Sans', Arial, sans-serif;
    color: #143342;
    display: block;
	text-transform: uppercase;
}

ol.breadCrumb a:visited {
    color: #143342;
}

ol.breadCrumb a:hover {
    color: #4e9dc5;
}

ol.breadCrumb a:active {
    color: #4e9dc5;
}

ol.breadCrumb a:active {
    color: #4e9dc5;
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #e78c0d;
    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: normal;
}

ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
	font-weight: 900;
	color: #143342;
	margin-top: -.2rem;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.btnPrint:before {
    content:"\f02f";
}

.btnPrint:hover {
	color: #e78c0d;
}

ul.textResizer {
    position: absolute;
	right: 10rem;
	top: 2rem;
	z-index: 1;
}

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.9em/0 'Open Sans', Arial, sans-serif;
    color: #143342;
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: #143342;
}

ul.textResizer a:hover {
    color: #e78c0d;
}

ul.textResizer a:active {
    color: #e78c0d;
}

ul.textResizer a:focus {
    color: #e78c0d;
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 0.9rem;
}

ul.textResizer a.medium-text {
    font-size: 1.1rem;
}

ul.textResizer a.large-text {
    font-size: 1.4rem;
}

ul.textResizer a.textresizer-active {
    color: #e78c0d;
}

.pageTitle {
	color: #143342;
	font-size: 2rem;
	font-family: 'Martel', serif;
	font-weight: 800;
}


/*  Quick Links  */
.quickLinks.qlMobile {
	display: none;
}

.quickLinks {
    position: fixed;
	bottom: 0;
	right: 0;
    left: 0;
    padding: 0;
    z-index: 5;
}

.quickLinks .ql-container {
	position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	background: #143342;
	padding: 0 10rem;
}

.quickLinks .ql-container a .ql-icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
	width: 3rem;
    height: 3rem;
    padding: .5rem 1.4rem;
}

.quickLinks .ql-container a .ql-icon i {
	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%);
}

.quickLinks a .ql-icon {
	border: 1px solid #e78c0d;
	color: #e78c0d;
}

.quickLinks .roadBanCont a .ql-icon {
	border: 1px solid #4e9dc5;
	color: #4e9dc5;
}

.quickLinks .fireRatingCont.Low a.btnFireRating .ql-icon {
	border: 1px solid #4e9dc5;
    color: #4e9dc5;
}

.quickLinks .fireRatingCont.Moderate a.btnFireRating .ql-icon {
	border: 1px solid #e6a21b;
    color: #e6a21b;
}

.quickLinks .fireRatingCont.High a.btnFireRating .ql-icon {
	border: 1px solid #f25738;
    color: #f25738;
}


.quickLinks .roadBanCont {
	flex-grow: 1;
    width: 100%;
	min-width: 12.25rem;
}

.quickLinks .roadBanCont a,
.quickLinks .roadBanCont a:link {
    width: 100%;
}

.quickLinks a,
.quickLinks a:link {
    position: relative;
    font: normal 400 1rem 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    text-align: left;
    text-transform: uppercase;
    display: block;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    z-index: 2;
	flex-grow: 1;
    width: 100%;
    padding: 1.25rem 1rem 1.25rem 3.5rem;
    letter-spacing: 2px;
	height: 4.5rem;
    overflow: hidden;
}

.quickLinks .ql-container a span {
	display: block;
	font-size: .85rem;
	max-width: 8rem;
}

.quickLinks .fireRatingCont {
	flex-grow: 1;
	width: 100%;
	min-width: 9.5rem;
}

.quickLinks a span.firstLineSpan {
	/*text-transform: none;
	font-style: italic;*/
	font-size: .70rem;
}

.quickLinks span.ql-white {
	color: #fff;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.quickLinks a:hover span.ql-white {
	color: #e78c0d;
}


iframe.connectRegister {
    border: 0;
    width: 100%;
    height: 100%;
	min-height: 25rem;
}


/*  Footer  */
.footerTop {
	position: relative;
	min-height: 18rem;
}

.footerTop .footer-register {
	float: left;
	display: block;
	width: 50%;
	padding: 2rem 4rem 2rem 10rem;
	background: #1d728f;
	height: 100%;
	min-height: 18rem;
}

.footerTop .footer-app {
	position: relative;
	float: left;
	display: block;
	width: 50%;
	padding: 2rem 10rem 2rem 4rem;
	background: url("../images/footerGraphic.png") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height: 18rem;
}

.footerTop .footer-register h2,
.footerTop .footer-register p,
.footerTop .footer-app h2,
.footerTop .footer-app p {
	color: #fff;
}

.footerTop .footer-register h2,
.footerTop .footer-app h2 {
	font-family: 'Martel', serif;
	font-size: 2rem;
}

.footerTop .footer-register p {
	max-width: 35rem;
    font-size: 1.1rem;
}

.footerTop .footer-register .btnRegister {
	border: none;
	background: #e78c0d;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	padding: .8rem 2rem;
	margin-top: 1rem;
	-webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	width: 12rem;
}

.footerTop .footer-register .btnRegister:hover {
	background: #143342;
}

.footerTop .footer-app p {
	max-width: 38rem;
    font-size: 1.1rem;
}

.footerTop .footer-app .app-Google,
.footerTop .footer-app .app-Apple {
	display: inline-block;
	position: relative;
	border: none;
	background: #e78c0d;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: .5rem;
	padding: .5rem 0rem .5rem 3rem;
	margin-top: 1rem;
	-webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
	width: 12rem;
}

.footerTop .footer-app .app-Google span,
.footerTop .footer-app .app-Apple span {
	display: block;
	font-size: .85rem;
	line-height: 1rem;
}

.footerTop .footer-app .app-Google i,
.footerTop .footer-app .app-Apple i {
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
}

.footerTop .footer-app .app-Google:hover,
.footerTop .footer-app .app-Apple:hover {
	background: #4e9dc5;
}

.footerTop .footer-app .app-Apple {
	margin-left: 1.5rem;
}

.footerBottom {
	background: #4e9dc5;
	padding: 1rem 10rem 6rem;
}

.footerBottom .footer-copy {
	float: left;
	display: block;
	width: 33%;
	text-align: left;
}

.footerBottom .footer-copy small {
	color: #fff;
	font-size: .7rem;
	font-weight: 600;
	text-transform: uppercase;
}

.footerBottom .footer-contact {
	float: left;
	display: block;
	width: 33%;
	text-align: center;
}

.footerBottom .footer-contact a {
	font-size: 1rem;
	color: #fff;
}

.footerBottom .footer-contact a:hover {
	color: #143342;
}

.footerBottom .footer-contact a:first-of-type:before,
.footerBottom .footer-contact a:nth-of-type(2):before,
.footerBottom .footer-contact a:nth-of-type(3):before,
.footerBottom .footer-contact a:nth-of-type(4):before {
	content: normal;
}

.footerBottom .footer-cite {
	float: left;
	display: block;
	width: 33%;
	text-align: right;
}

.footerBottom .footer-cite a {
	position: relative;
	padding-right: 5rem;
	font-size: .7rem;
	color: #fff;
	text-transform: uppercase;
}

.footerBottom .footer-cite a:hover {
	color: #143342;
}

.footerBottom .footer-cite a:after {
	position: absolute;
	content: " ";
	right: 0;
	top: -3px;
	width: 69px;
	height: 22px;
	background: url("../images/all-netWhite.png") center no-repeat;
}

/*---------------------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 {
    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;
}
*/

/*#alertModal a.mobilehtime {
	display: none;
}*/

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1830px) {
   
	.headerTop a, .headerTop a:link {
		font-size: .85rem;
		margin-right: 1rem;
	}
	
	.frmSearch {
		min-width: 340px;
	}
}

@media only screen and (max-width:1680px) {

    .popupAlert a, 
    .popupAlert a:link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1550px) {
	.headerTop a, .headerTop a:link {
		font-size: .8rem;
		margin-right: 0;
	}
    
	.footerTop .footer-register {
		padding: 2rem 4rem 2rem 6rem;
	}
	
	.footerTop .footer-app {
		padding: 2rem 6rem 2rem 4rem;
	}
	
	ul.sideMenu a,
	ul.sideMenu a:link {
		padding: 0.8rem 1rem 0.8rem 6rem;
	}
	
	ul.subSideMenu a,
	ul.subSideMenu a:link {
		padding: 0.8rem 1rem 0.8rem 8rem !important;
	}
	
	.mainContainer main.col-sm {
		padding: 2rem 6rem 2rem 1.5rem;
	}
	
	.categoryTitle .catTitleContContent {
		padding-left: 6rem;
	}
	
	.container {
		padding: 0 6rem;
	}
	
	.footerBottom {
		padding: 1rem 6rem 6rem;
	}
	
	.quickLinks .ql-container {
		padding: 0 6rem;
	}
	
	ul.textResizer {
		right: 6rem;
	}
}

@media only screen and (max-width:1460px) {
    
	.headerTop a,
	.headerTop a:link {
		font-size: .8rem;
		margin-right: 1rem;
	}
	
	.pageTitle {
		font-size: 1.8rem;
	}
	
	.quickLinks .ql-container a span {
		font-size: .75rem;
		max-width: 7.5rem;
	}
	
	.quickLinks .ql-container a .ql-icon {
		width: 2.25rem;
		height: 2.25rem;
		padding: .5rem 1.2rem;
	}
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 1rem 1.25rem 3rem;
	}
	
	.quickLinks a span.firstLineSpan {
		font-size: .65rem;
	}
	
	.quickLinks .roadBanCont {
		min-width: 11.25rem;
	}
	
	.footerTop .footer-app,
	.footerTop .footer-register,
	.footerTop {
		    min-height: 16.5rem;
	}
	
	.footerTop .footer-register p,
	.footerTop .footer-app p {
		font-size: .95rem;
	}
	
	.footerTop .footer-register h2,
	.footerTop .footer-app h2 {
		font-size: 1.75rem;
	}
	
	.footerTop .footer-register .btnRegister {
		font-size: .85rem;
		width: 10.5rem;
	}
	
	.footerTop .footer-app .app-Google,
	.footerTop .footer-app .app-Apple {
		width: 10.5rem;
	}
	
	.footerTop .footer-app .app-Google span,
	.footerTop .footer-app .app-Apple span {
		font-size: .75rem;
	}
}
@media only screen and (max-width:1400px){
		.headerTop a > span {
		display: none;
	}
}


@media only screen and (max-width:1360px) {
   
	.categoryTitle:after {
		width: 285px;
		height: 300px;
	}
	
	.frmSearch {
		min-width: 260px;
	}
	
	h1.siteLogo {
		width: 190px;
		height: 160px;
	}
	
	.categoryTitle .catTitleContContent h2 {
    	font-size: 2rem;
	}
	
    main.formPage i {
        font-size: 4rem;
    }
    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:1300px) {
   
	
	.headerTop a,
	.headerTop a:link {
		font-size: 1rem;
	}
}

@media only screen and (max-width:1200px) {
    
	ul.sideMenu a,
	ul.sideMenu a:link {
    	padding: 0.8rem 1rem 0.8rem 4rem;
	}
	
	ul.subSideMenu a,
	ul.subSideMenu a:link {
		padding: 0.8rem 1rem 0.8rem 6rem !important;
	}
	
	.mainContainer main.col-sm {
		padding: 2rem 4rem 2rem 1.5rem;
	}
	
	.categoryTitle .catTitleContContent {
		padding-left: 4rem;
	}
	
	.footerTop .footer-register {
		padding: 2rem 4rem 2rem 4rem;
	}
	
	.footerTop .footer-app {
		padding: 2rem 4rem 2rem 4rem;
	}
	
	.container {
		padding: 0 4rem;
	}
	
	.footerBottom {
		padding: 1rem 4rem 6rem;
	}
	
	.quickLinks .ql-container {
		padding: 0 4rem;
	}
	
	ul.textResizer {
		right: 4rem;
	}
}

@media only screen and (max-width:1190px) {
	
	.headerBottom {
    	height: 4rem;
	}
	
    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .closeNav {
		
        display: inherit;
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #143342;
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: 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);
    }
	
	nav i:empty {
		display: inherit;
	}

    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: #143342;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
		-webkit-transition: color 300ms ease 0s;
		-moz-transition: color 300ms ease 0s;
		-o-transition: color 300ms ease 0s;
		transition: color 300ms ease 0s;
    }
	
	.closeNav:hover {
		color: #e78c0d;
	}

    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: rgb(255,255,255);
    }

    ul.mainMenu {
        margin-top: 4rem;
		display: block;
    }

    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
        /*display: none;*/
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
    }

	ul.mainMenu > li > a:after {
		content: normal !important;
	}
	
    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: #e78c0d;
    }
	
    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: rgb(255,255,255);
    }

    ul.mainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: #e78c0d;
    }
	
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
         color: #fff;
    }

    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #143342;
        text-transform: none !important;
        padding-left: 1.5rem !important;
        border-bottom: none !important;
        background: #dcdde0 !important;
    }
	
    ul.subMainMenu a:visited {
        color: #143342;
    }
	
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #1d728f !important;
    }
	
    ul.subMainMenu a:active {
        color: rgb(255,255,255);
        background: #1d728f !important;
    }
	
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: #1d728f !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: #1d728f !important;
    }
	
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }

    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: #1d728f  !important;
    }
	
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: #fff ;
    }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-style: italic;
        color: #fff !important;
        background: #143342 !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
    }
	
    ul.subSubMainMenu a:visited {
        color: #fff !important;
    }
	
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: #4e9dc5 !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: #4e9dc5 !important;
    }
}

@media only screen and (max-width:1075px) {
	
	.footerTop .footer-register,
	.footerTop .footer-app {
		width: 100%;
	}
}

@media only screen and (max-width:1025px) {
    
	.quickLinks.qlDesktop {
		display: none;
	}
	
	.quickLinks.qlMobile {
		display: inherit;
		background: #143342;
	}
	
	.ql-left-arrow a,
	.ql-right-arrow a {
		padding: 1.25rem 1rem !important;
	}
	
	.quickLinks a .ql-icon {
		position: absolute;
		left: 1.5rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 1.5rem;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		width: 3rem;
    	height: 3rem;
		padding: .5rem 1.2rem;
	}
	
	.quickLinks a .ql-icon i {
		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%);
	}
	
	.quickLinks.qlMobile .uk-slider-container {
		margin: 0 4rem !important;
		padding: 0 !important;
		position: static !important;
	}
	
	.quickLinks.qlMobile .uk-slider-container .ql-left-arrow {
		position: absolute;
		left: 1rem;
		top: 60%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.quickLinks.qlMobile .uk-slider-container .ql-right-arrow {
		position: absolute;
		right: 1rem;
		top: 60%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.quickLinks span.ql-white {
		max-width: 9.5rem;
		display: block;
	}
	
	.quickLinks a span.firstLineSpan {
		font-size: .65rem;
		display: block;
	}
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 4rem 1.25rem 6rem;
		line-height: 1.25rem;
		font-size: .9rem;
	}
	
	.quickLinks .fireRatingCont a {
		width: 100%;
	}
	
	.quickLinks a,
	.quickLinks a:link,
	.quickLinks .roadBanCont,
	.quickLinks .fireRatingCont {
		width: 50%;
	}
}

@media only screen and (max-width:1023px) {
    
	ul.sideMenu {
        display: none;
    }
	
	.mainContainer aside.col-sm {
		padding: 0;
	}

    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
	
    .mainContainer main.col-sm {
        padding: 1.5rem 4rem 2rem;
    }

	ul.sideMenu > li.hasChild a {
		padding-right: 3.5rem;
	}
	
    .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: 1rem 4rem;
        margin: 0;
        background: #1d728f;
    }
	
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
	
    .sideMenuNav:after {
        content: "\f067";
        float: right;
    	margin-top: .15rem;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }

	ul.sideMenu a,
	ul.sideMenu a:link {
    	padding: 0.8rem 1rem 0.8rem 4rem;
	}
	
	ul.subSideMenu a,
	ul.subSideMenu a:link {
		padding: 0.8rem 1rem 0.8rem 6rem !important;
	}
	
	.pageTitle {
		font-size: 1.5rem;
	}
	
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
	
	.headerContent  .toolBox ol.breadCrumb {
		display: none;
	}
	
	.headerContent {
		position: relative;
	}
	
	.mainContainer main {
		overflow: visible;
	}
	
	.headerContent  .toolBox  ul.textResizer {
		position: absolute;
		top: -8.25rem;
		right: 0;
	}
	
	h1.siteLogo {
		width: 160px;
		height: 134px;
		margin: 1rem 0;
	}
	
	.categoryTitle .catTitleContContent h2 {
		display: none;
	}
	
	.categoryTitle .blurContainer {
		position: relative;
	}
	
	.categoryTitle .catTitleCont {
		width: 100vw;
		height: 190px;
		position: absolute;
		left: -15px;
		right: -15px;
		bottom: -15px;
	}
	
	.categoryTitle:after {
		bottom: 0;
		width: 125px;
    	height: 150px;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.categoryTitle .catTitleContContent {
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0;
	}
	
	.mobileInnerAside {
		display: inherit;
		padding: 1rem 4rem;
	}
	
	.mobileInnerAside span {
		font: bold 1.8rem 'Martel', serif;
		color: #143342;
	}
}

@media only screen and (max-width:870px) {
    
	.searchPage .row {
		display: block;
	}
	
	.searchColPages.col-sm {
		width: 100%;
		padding: 0 0 2rem 0;
		display: block;
	}
	
	.searchColDocuments.col-sm {
		padding-right: 0;
		padding-left: 0;
	}
	
	.footerBottom .footer-contact,
	.footerBottom .footer-cite,
	.footerBottom .footer-copy {
		width: 100%;
		text-align: center;
		padding-bottom: .5rem;
	}	
}

@media only screen and (max-width:850px) {
	
    .popupAlert > .container {
        font-size: 0.8rem;
    }
}

@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;
	}
	
	.categoryTitle .catTitleContContent h2 {
		font-size: 1.5rem;
	}
	
	.mobileInnerAside {
		padding: 1rem 2rem;
	}
	
	ul.sideMenu a,
	ul.sideMenu a:link {
    	padding: 0.8rem 1rem 0.8rem 2rem;
	}
	
	ul.subSideMenu a,
	ul.subSideMenu a:link {
		padding: 0.8rem 1rem 0.8rem 4rem !important;
	}
	
	.mainContainer main.col-sm {
		padding: 1.5rem 2rem 2rem;
	}
	
	.sideMenuNav {
		padding: 1rem 2rem;
	}
	
	ul.textResizer {
		right: 1rem;
	}
}

@media only screen and (max-width:700px) {
	
	.quickLinks a,
	.quickLinks a:link {
    	padding: 1.25rem 1rem 1.25rem 5rem;
	}
	
	.quickLinks a .ql-icon {
		left: 1rem;
	}
	
	.quickLinks .roadBanCont {
		min-width: 13.2rem;
	}
}

@media only screen and (max-width:640px) {

	.headerTop {
		padding: .8rem 2rem;
	}
	
	.frmSearch input[type="search"] {
		display: none;
	}
	
	.frmSearch button[type="submit"] {
		right: 0;
		padding: 0;
	}
	
	.frmSearch button[type="submit"] i {
		background: #e78c0d;
		padding: 1rem;
	}
	
	.frmSearch {
		min-width: 112px;
	}
	
	
}

@media only screen and (max-width:600px) {
 
	.container {
		padding: 0 2rem;
	}
	
	.footerTop .footer-app {
		padding: 2rem 2rem 2rem 2rem;
	}
	
	.footerBottom {
		padding: 1rem 2rem 6rem;
	}
	
	.footerTop .footer-register {
		padding: 2rem 2rem 2rem 2rem;
	}
	
	.categoryTitle .catTitleContContent {
		padding-left: 2rem;
	}
	
	.quickLinks .ql-container {
		padding: 0 2rem;
	}
}

@media only screen and (max-width:600px) {
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }
    .adContainer img {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:540px) {
    .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;
    }
	
	.quickLinks a,
	.quickLinks a:link,
	.quickLinks .roadBanCont,
	.quickLinks .fireRatingCont {
		width: 100%;
	}
	
	.quickLinks a, .quickLinks a:link {
		padding: 1.25rem 7.5rem 1.25rem 8rem;
	}
	
	.quickLinks a .ql-icon {
		left: 4rem;
	}
}

@media only screen and (max-width:510px) {
	
	.quickLinks a, .quickLinks a:link {
		padding: 1.25rem 7.5rem 1.25rem 7rem;
	}
	
	.quickLinks a .ql-icon {
		left: 3rem;
	}
}

@media only screen and (max-width:500px) {
	.categoryTitle {
		min-height: 250px;
		height:250px;
	}
	.categoryTitle .blurContainer {
		height: 250px;
		overflow: hidden;
	}
    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;
    }
	
	.footerTop .footer-register h2,
	.footerTop .footer-app h2 {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	.footerTop .footer-register .btnRegister {
		margin-top: 0;
	}
	
	.footerTop .footer-register p,
	.footerTop .footer-app p {
		font-size: .9rem;
		margin-bottom: 2rem;
	}
	
	.footerTop .footer-app .app-Google,
	.footerTop .footer-app .app-Apple {
    	display: block;
	}
	
	.footerTop .footer-app .app-Apple {
		margin-left: 0;
	}
}

@media only screen and (max-width:480px) {
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 6.5rem 1.25rem 6rem;
	}
	
	.quickLinks a .ql-icon {
		left: 2rem;
	}
}

@media only screen and (max-width:450px) {
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 3rem 1.25rem 6rem;
	}
	
	.quickLinks a .ql-icon {
		left: 2rem;
	}
}

@media only screen and (max-width:420px) {
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 3rem 1.25rem 6rem;
	}
	
	.quickLinks a .ql-icon {
		left: 1.5rem;
	}
}

@media only screen and (max-width:390px) {
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem 1rem 1.25rem 6rem;
	}
	
	.quickLinks a .ql-icon {
		left: 1.5rem;
	}
}

@media only screen and (max-width:360px) {
	
	.quickLinks a,
	.quickLinks a:link {
		padding: 1.25rem .5rem 1.25rem 5rem;
	}
	
	.quickLinks a .ql-icon {
		left: 1rem;
	}
}

@media only screen and (max-width:400px) {
   
}X