﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Vampiro+One&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    min-width: 320px;
    font: normal 400 100%/1.5 'Lato', sans-serif;
    color: rgb(70,70,70);
    padding: 0;
    margin: 0;
    background: #FFF;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 700 2em 'Lato', sans-serif;
    color: #06162f;
    padding: 0;
    margin: 0 0 1em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

h2.categoryTitle {
    height: auto;
    min-height: 1.7em;
    font: normal 500 2em 'Roboto Slab', serif;
    color: rgb(70,70,70); /*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}

    h2.categoryTitle span {
        font: 400 0.5em 'Lato', sans-serif;
        display: block;
        color: #FFF;
    }

h3.pageTitle {
    font: normal 900 1.8em 'Lato', sans-serif;
    color: #06162f;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

p {
    padding: 0;
    margin: 0 0 1em;
}

a, a:link {
    color: #008fd5;
    text-decoration: none;
    cursor: pointer;
	font-weight: 700;
    -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: #008fd5;
    }

    a:hover {
        color: #1b4f68;
        text-decoration: none;
    }

    a:active {
        color: #1b4f68;
    }

a:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus{

	outline:0px;

}

cite, small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

ul.footerCol3 > li:last-child:before, ul.phoneColsList > li:after, .frmSearch button[type="submit"]:before, .quickLinks a:before, .desktopNav ul.mainMenu a:before, /*.headerTop a:before,*/ .headerTop a.hMap:before, .headerTop a.hPhone::before, a.hPhone2::before, .headerTop a.hEmail::before, .socialMediaTop a::before, .popupAlert > .container:before, .footerTop a:before, ul.footerNav 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:after, .sideMenuNav:before, .sideMenuNav:after, .closeNav:before, .moreOptionMainMenu:before, .moreOptionSubMainMenu:before, .moreOption:before, .menuIcon:after, .socialMedia a:before, .scrollup:before, /*ul.mainMenu > li:first-child a::before,*/ .enewsPollContainer button::before, .poll-question button::before, .topStayConnected button::before, .messageLeft:before, .btnApp.apple::before, .btnApp.android::before, .btnApp.connect::before, ul.acList > li:before {
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
}

.footerBottom cite > span, .frmSearch button[type="submit"] > span, .quickLinks > h2, .quickLinks a > span, .mobileNav, /*h3.pageTitle,*/ .sideMenuNav, nav > h2, .closeNav > span, .frmSearch legend, .frmNewsletter legend, .toolBox > h3, .moreOption > span, .newsletter > h2, .socialMedia > figcaption, .socialMedia > a > span, .scrollup > span, .socialMediaTop a > span, .socialMediaTop figcaption {
    display: none;
}

ul.video-list, ul.video-list > li, ul.mainMenuCol2, ul.mainMenuCol2 > li, ul.relatedLinks, ul.relatedLinks > li, ul.footerCol3, ul.footerCol3 > li, ul.phoneColsList, ul.phoneColsList > 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, ul.col2, ul.col2 > li, ul.acList > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="search"], input[type="password"], input[type="submit"], textarea {
    padding: 0.5em;
    border: 1px solid rgb(204,204,204);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navOpenOverLay {
    height: 100%;
    overflow: hidden;
}

    .navOpenOverLay .carousel-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.31);
        transition: background-color 0.5s;
        z-index: 1;
    }

.skipToContent {
    position: absolute;
    top: -9999em;
    left: 1em;
    width: 300px;
    height: 1px;
    padding: 1.5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 0.7em;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
}

    .skipToContent.showSkipToContents {
        top: 1em;
        height: auto;
    }

    .skipToContent h2 {
        font-size: 1em;
        color: rgb(1,138,182);
        margin-bottom: 0.5em;
    }

ol.skipLinks, ol.skipLinks > li {
    font-size: 0.9em;
    color: #FFF;
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5em;
}

.skipToContent a, .skipToContent a:link {
    font-size: inherit;
    font-weight: bold;
    display: block;
    padding: 0.3em;
    color: #FFF;
}

    .skipToContent a:visited {
        color: #FFF;
    }

    .skipToContent a:hover {
        color: rgb(1,138,182);
    }

    .skipToContent a:active {
        color: rgb(1,138,182);
    }

    .skipToContent a:focus {
        color: #FFF;
        outline: 1px solid rgb(1,138,182);
    }
/*button {
    outline: none;
}*/

.scrollup {
    position: fixed;
    bottom: 2em;
    right: 5em;
    color: #FFF !important;
    padding: 0.5em 1em 0.8em;
    display: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 2;
    background: rgb(201,174,62);
}

    .scrollup:visited {
        color: #FFF !important;
    }

    .scrollup:hover {
        color: #FFF !important;
        background: rgba(154,192,66,1);
    }

    .scrollup:active {
        color: #FFF !important;
        background: rgb(162,116,91);
    }

    .scrollup:before {
        content: "\f077";
        margin-left: 0;
    }

#alertModal .modal-header {
    background: transparent;
}

#alertModal .modal-title {
    color: #06162f;
}

.popupAlert {
    background: #FF6633;
}

    .popupAlert > .container {
        max-width: none;
        position: relative;
        padding: 10px 0px;
        font-size: 0.9em;
        color: #FFF;
        text-align: center;
    }

        #alertModal .modal-header .modal-title:before, .popupAlert > .container:before {
            content: "\f071";
            font-family: FontAwesome;
            margin-left: 0;
            margin-right: 0.5em;
            color: #fff;
        }

.masterHeader .popupAlert a {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.1em 1.2em 0.1em;
    text-align: center;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: #233553;
    text-transform: capitalize;
}

.popupAlert a:visited {
    color: #FFF;
}

.popupAlert a:hover {
    color: #FFF;
    background: #0587c7;
}

.popupAlert a:active {
    color: #FFF;
    background: #0587c7;
}

#alertModal .modal-header .close {
    color: #FFF;
    opacity: 0.6;
}

#alertModal .close:focus, #alertModal .close:hover {
    color: rgb(81,70,62);
    text-shadow: none;
}

#alertModal .modal-footer .btn-default {
    color: #FFF;
    background: #233553;
}

    #alertModal .modal-footer .btn-default:hover {
        color: #FFF;
        background: #a0410d;
    }

.container {
    padding: 0;
    margin: auto;
}

@media(min-width:1400px) {
    .container {
        width: 1362px;
        min-width: 320px;
    }
	
	
}

@media only screen and (min-width: 1300px) and (max-width: 1405px) {
    .container {
        width: 1200px;
    }
}

.mainContent .container {
    padding-top: 3em;
    padding-bottom: 0;
}

.footerTop > .container {
    padding: 3em 1em;
}

header.masterHeader {
    position: relative;
}

.headerTop {
    background: #06162f;
}

    .headerTop .container {
        position: relative;
    }

.headerInfo {
    display: inline-block;
    position: relative;
    padding: 1.7em 1em;
    margin-left: 13em;
}

    .headerInfo a {
        margin-right: 3em;
    }

.social {
    display: inline-block;
    padding: 1.7em 0.1em 1.7em 1em;
    float: left;
}

.socialMediaTop a {
    color: #FFF; /*margin-top: 0 !important;*/
}

    .socialMediaTop a::before {
        margin: 0 0.7em;
        font-size: 1.7em;
    }

    .socialMediaTop a.facebook::before {
        content: "\f09a";
    }

    .socialMediaTop a.twitter::before {
        content: "\f099";
    }
    .socialMediaTop a.instagram::before {
        content: "\f16d";
    }

.headerBottom {
    position: relative;
    background: #1b4f68;
}

    .headerBottom .container {
        position: relative;
    }

    .headerBottom .searchBox {
        padding-top: 1em;
    }

.footerTop {
    background: rgb(163,116,91);
}

.footerBottom {
    position: relative;
    background: #06162f;
    padding: 2rem 0;
}

.pipe {
    display: inline-block;
    margin:0 1rem;
    color:#fff;
}
.fbTop a,
.fbTop a:link {
    font: normal 600 0.8em 'Open Sans', Arial, sans-serif;
    color: #fff;
    display: inline-block;
}
.fbTop a:visited {
    color: #fff;
}
.fbTop a:hover {
    color: #9ac042;
}

.fbTop a:before {
    content: "\f1db";
    font-family: FontAwesome;
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 0.5rem;
}
.fbTop a.footerAddress:before {
    content: "\f041";
}
.fbTop a.footerPhone:before {
    content: "\f095";
}
.fbTop a.footerFax:before {
    content: "\f1ac";
}
.fbTop a.footerEmail:before {
    content: "\f0e0";
}
.fbTop a.footerPhone:before {
    content: "\f095";
}

.gradient-bg {
    background: -moz-linear-gradient(top, rgba(16,154,221,1) 0%, rgba(16,154,221,0) 100%);
    background: -webkit-linear-gradient(top, rgba(16,154,221,1) 0%, rgba(16,154,221,0) 100%);
    background: linear-gradient(to bottom, rgba(16,154,221,1) 0%, rgba(16,154,221,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109add', endColorstr='#00e8dbac', GradientType=0 );
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 3;
}

.fbMiddle {
    margin: 0.5rem 0;
}
.fbMiddle .socialMediaTop {
    display: inline-block;
}
.fbMiddle .socialMediaTop a,
.fbMiddle .socialMediaTop a:link {
    display: inline-block;
    color: #fff;
}
.fbMiddle .socialMediaTop a:visited {
    color: #fff;
}
.fbMiddle .socialMediaTop a:hover {
    color: #9ac042;
}
.fbMiddle .socialMediaTop a:before {
    margin: 0;
    font-size: inherit;
}
.fbMiddle .socialMediaTop a.twitter,
.fbMiddle .socialMediaTop a.facebook {
    margin-right: 0.5rem;
}

.fbBottom small {
    float: left;
}
.fbBottom cite {
    float: right;
}

.mainContent {
    position: relative;
    padding-bottom: 0;
}

    .mainContent > .mainContentImage {
        position: absolute;
        height: 83vh;
        width: 100%;
        display: inline-block;
    }

    .mainContent > .mainContentMat {
        background: #fff;
        padding-top: 6em;
    }

.headerTop a, .headerTop a:link {
    font: normal 400 0.8em 'Roboto', sans-serif;
    color: #FFF;
    display: inline-block;
    margin-right: 2.5em;
    letter-spacing: 1px;
}

    .headerTop a:visited {
        color: #FFF;
    }

    .headerTop a:hover {
        color: rgb(5,135,199);
    }

    .headerTop a:active {
        color: rgb(5,135,199);
    }

    .headerTop a:before {
        margin-left: 0;
        margin-right: 0.5em;
    }

    .headerTop a.hMap:before {
        content: "\f041";
        font-size: 18px;
    }

    .headerTop a.hPhone:before {
        content: "\f095";
        font-size: 18px;
    }
.headerTop a.hPhone2 {
       color: #f00000;
    }
.headerTop a.hPhone2:before {
        content: "\f095";
        font-size: 18px;
    }

    .headerTop a.hEmail:before {
        content: "\f0e0";
        font-size: 18px;
    }

    .headerTop a#weather:before, .headerTop a.langTranslateBTN:before, .headerTop a.langTranslateBTN:before {
        content: normal;
    }

h1.siteLogo {
    position: absolute;
    top: 8px;
    width: 160px;
    height: auto;
    margin-bottom: 0;
    display: block;
    z-index: 33; /*margin-left: 18px;*/
}
.navOpenOverLay h1.siteLogo {
	margin-left:.8em;
}

    h1.siteLogo a {
        margin-right: 0px !important;
    }


.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}

.quickLinks {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 0.5em;
    z-index: 5;
}

    .quickLinks:hover .qlContainer, .qlContainer.hasFocus {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .quickLinks a, .quickLinks a:link {
        position: relative;
        width: 50px;
        height: 50px;
        font: normal 600 1em 'Open Sans', Arial, sans-serif;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.5em;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        z-index: 2;
        background: rgb(1,138,182);
    }

        .quickLinks a:visited {
            color: #FFF;
        }

        .quickLinks a:hover {
            color: #FFF;
            background: rgb(252,176,64);
        }

        .quickLinks a:active {
            color: #FFF;
            background: rgb(252,176,64);
        }

        .quickLinks a:last-of-type {
            margin-bottom: 0;
        }

        .quickLinks a:before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-left: 0;
        }

        .quickLinks a[title="E-Service Request"] {
            margin-top: 0.3em;
        }

        .quickLinks a[title="Meeting Minutes and Agendas"], .quickLinks a[title="Business Directory"], .quickLinks a[title="Community Events"], .quickLinks a[title="Tax Calculator"] {
            margin-top: 0.6em;
            margin-bottom: 0.6em;
        }

@-moz-document url-prefix() {
    .quickLinks a[title="E-Service Request"] {
        margin-top: 0.4em;
    }

    .quickLinks a[title="Meeting Minutes and Agendas"], .quickLinks a[title="Business Directory"], .quickLinks a[title="Community Events"], .quickLinks a[title="Tax Calculator"] {
        margin-top: 0.7em;
    }
}

.quickLinks a[title="E-Service Request"]:before {
    content: "\f085";
}

.quickLinks a[title="Meeting Minutes and Agendas"]:before {
    content: "\f1c1";
}

.quickLinks a[title="Business Directory"]:before {
    content: "\f2bc";
}

.quickLinks a[title="Property Listings"]:before {
    content: "\f015";
}

.quickLinks a[title="FAQs"]:before {
    content: "\f128";
}

.quickLinks a[title="Community Events"]:before {
    content: "\f073";
}

.quickLinks a[title="Tax Calculator"]:before {
    content: "\f1ec";
}

.qlContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    -webkit-border-radius: 0 0.5em 0.5em 0;
    -moz-border-radius: 0 0.5em 0.5em 0;
    border-radius: 0 0.5em 0.5em 0;
    z-index: 1;
    background: rgb(29,46,69);
    background: rgba(29,46,69,0.9);
}

    .qlContainer a {
        width: auto !important;
        height: auto !important;
        padding: 1.2em 1em 1.2em 4.5em;
        margin: 0 !important;
        text-align: left !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-transition-property: color !important;
        -moz-transition-property: color !important;
        -o-transition-property: color !important;
        transition-property: color !important;
        background: none !important;
    }

        .qlContainer a:hover {
            color: rgb(252,176,64);
        }

        .qlContainer a:before {
            content: normal;
            position: static;
            top: auto;
            left: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }

.quickLinks .qlContainer a[title="E-Service Request"]:before, .quickLinks .qlContainer a[title="Meeting Minutes and Agendas"]:before, .quickLinks .qlContainer a[title="Business Directory"]:before, .quickLinks .qlContainer a[title="Community Events"]:before, .quickLinks .qlContainer a[title="Tax Calculator"]:before {
    content: normal;
}

.inner-page-container .row {
    margin-top: 15em;
}

.frmSearch {
    position: relative;
    max-width: 560px;
    min-width: 560px;
    display: block;
    margin: 0em auto 0em;
}

    .frmSearch input[type="search"] {
        width: 100%;
        font: normal 400 1em 'Lato', sans-serif;
        color: rgb(11,25,50);
        padding: 0.5em 3em 0.5em 1.9em;
		line-height:29px;
        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: #FFF;
        text-transform: uppercase;
        letter-spacing: 2px;
		border: none;
    }

        .frmSearch input[type="search"]:focus { /* background: rgba(255,255,255,1);*/
        }
/*::-webkit-input-placeholder {
    color: rgb(22,87,81);
    opacity: 1 !important; 
}

:-moz-placeholder { 
    color: rgb(22,87,81);
    opacity: 1 !important;
}

::-moz-placeholder { 
    color: rgb(22,87,81);
    opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: rgb(22,87,81);
}
.frmSearch::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
.frmSearch:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
.frmSearch::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
.frmSearch:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}*/
.poll-question {
    padding-left: 4em;
    padding-right: 0;
}

.over-lay {
    display: none;
}

.navOpenOverLay .over-lay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 6; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.55em;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background: rgb(5,135,199);
    height: 45px;
    width: 48px;
}

    .frmSearch button[type="submit"]:before {
        content: "\f002";
        color: #FFF;
        margin-left: 0;
        -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"]:hover:before {
        color:#233553;
    }

.frmSearchMobile {
}

main.searchPage {
    float: none;
    width: 100%;
}

    main.searchPage .articlePost {
        border-top: none;
        padding-top: 0;
        min-height: 31.5em;
    }

    main.searchPage .headerContent {
        padding: 1.5em 0;
    }

    main.searchPage h3.pageTitle {
        display: inherit;
        text-transform: capitalize;
    }
/******************************************
MODAL SEARCH
****************************************************/
#searchSubmit {
    width: 100%;
    font: normal 1em Lato;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.8em;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #233553;
}

    #searchSubmit:hover {
        background: #a0410d;
    }

#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer { /* display: none; */
    border-top: none;
    padding-top: 0;
}

#btnSearch .modalTitleLogo {
    width: auto;
    height: auto;
    display: block;
    text-indent: -9999em;
    margin: 1.1em auto 0;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
}

#btnSearch p {
    margin-bottom: 0px;
}

.frmSearchIcon #search-txt {
    width: 100%;
    font: normal 400 1em 'Lato', sans-serif;
    font-size: 1em;
    color: rgb(11,25,50);
    padding: 0.8em 3em 0.8em 1.9em;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgb(218,218,218);
    text-align: center;
}

:focus {
    outline: 0;
}
/* Navigation */
.desktopNavInner {
    position: relative;
    height: 100%;
}

.closeNav, .desktopNav .moreOptionMainMenu, .desktopNav .moreOptionSubMainMenu, .desktopNav ul.subSubMainMenu, .desktopNav ul.subSubMainMenu, /*.desktopNav ul.mainMenu > li:first-child a span, .mobileNav ul.mainMenu > li:first-child a span,*/ ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    float: left;
    font: normal 400 1.3em 'Lato', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    padding: 1.4em 1.3em;
    border: 0;
    -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;
    margin-left: 10em;
    letter-spacing: 3px;
}

    .menuIcon:hover, .menuIcon:hover:after {
        color: #FFF;
    }

    .menuIcon:after {
        content: "\f0c9";
        color: #FFF;
        font-size: 1.2em; /* position: absolute; */
        margin-left: 23px;
        margin-top: -5px;
    }

nav {
    position: fixed;
    top: 0;
    left: -80em;
    min-width: 24em;
    z-index: 25;
    background: #1b4f68;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

    nav.navOpen {
        left: 0;
        /*min-height: 50em;*/
    }

.navContainer {
    position: absolute;
    top: 0;
    left: 100%;
    width: 90%;
    background-color: #debe40;
    -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;
    height: 100%;
    padding-top: 2em;
    padding-bottom: 9em;
        background: #109add;
}

.desktopNav {
    position: relative;
    height: 100%;
}
/*.desktopNav ul.mainMenu li:nth-child(2) .navContainer { top: -13.2em; }
.desktopNav ul.mainMenu li:nth-child(3) .navContainer { top: -17.36em; }
.desktopNav ul.mainMenu li:nth-child(4) .navContainer { top: -21.55em; }*/
.topNavContainer > .container {
    padding-top: 2.4em;
}

@-moz-document url-prefix() {
    .topNavContainer > .container {
        padding-top: 2.1em;
    }
}

.topNavContainer {
    /*height: auto;
    min-height: 65vh;*/
    background: #109add;
}



.bottomNavContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #debe40;
    text-align: center;
}

    .bottomNavContainer span, .bottomNavContainer .fa {
        display: block;
    }

.desktopNav ul.mainMenu li .bottomNavContainer a {
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 2em 0.5em;
    display: block;
    border-left: none;
    transition-property: color;
    background: none;
}
.bottomNavContainer a,
.bottomNavContainer a:visited {
    color: #fff !important;
}

.bottomNavContainer a:hover {
    color: #0b1a32 !important;
}

.desktopNav .container {
    padding: 0;
    max-width: 1820px;
}

ul.mainMenu a, ul.mainMenu a:link {
    position: relative;
    font: normal 900 1.3em 'Lato', sans-serif;
    color: #FFF;
    display: table-cell;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    padding: 1.3em 3.5em 1.3em 5.3em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    letter-spacing: 4px;
    display: block;
}

    ul.mainMenu a:visited {
        color: #FFF;
    }

    ul.mainMenu a:hover {
        color: #109add;
    }

    ul.mainMenu a:active {
        color: #109add;
    }

.desktopNav ul.mainMenu a:before {
    content: normal;
    margin-left: 0;
    -webkit-transition: bottom 300ms ease 0s;
    -moz-transition: bottom 300ms ease 0s;
    -o-transition: bottom 300ms ease 0s;
    transition: bottom 300ms ease 0s;
}

.desktopNav ul.mainMenu > li:first-child {
    padding-top: 18em;
}

    .desktopNav ul.mainMenu > li:hover a:before {
        content: url('/content/images/menu_hover.png');
        position: absolute;
        top: 0.9em;
        left: 1.6em;
        font-size: 1em;
        display: inline-block;
    }

    .desktopNav ul.mainMenu > li:hover a:after {
        content: "\f0d9";
        font-size: 35px;
        font-family: fontawesome;
        position: absolute;
        right: -4px;
        top: 13px;
    }

@-moz-document url-prefix() {
    /*.desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.7em;
    }*/
}

.desktopNav ul.mainMenu > li:hover a, .desktopNav ul.mainMenu > li a:hover:before, .desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    color: rgb(5,135,199);
}

.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 ul.subMainMenu li:first-child a {
    padding-top: 2em;
}*/

.desktopNav ul.subMainMenu a {
    font-size: 1.2em;
    color: #FFF !important;
    border-left: none;
    display: block;
    padding: 1em 2em;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

    .desktopNav ul.subMainMenu a:visited {
        color: #FFF !important;
    }

    .desktopNav ul.subMainMenu a:hover {
        color: #06162f !important;
    }

    .desktopNav ul.subMainMenu a:after {
        content: "\f055" !important;
        bottom: auto !important;
        right: 1em;
        top: 50%;
        left: auto !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        color: rgb(163,191,188) !important;
    }

.desktopNav ul.subMainMenu > li.selected a {
    color: #06162f !important;
}

ul.relatedLinks a {
    position: relative;
    font-size: 1.563em !important;
    color: rgb(15,61,57) !important;
    padding: 1em 0.5em 1em 3em !important;
    text-align: left !important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: rgb(163,191,188) !important;
}

    ul.relatedLinks a:visited {
        color: rgb(15,61,57) !important;
    }

    ul.relatedLinks a:hover {
        color: #FFF !important;
        background: rgb(227,83,13) !important;
    }

    ul.relatedLinks a:after {
        content: normal !important;
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    ul.relatedLinks a > span {
        font: normal 0.8em aleoitalic, Aria, sans-serif;
        display: block;
        text-transform: none;
    }

ul.relatedLinks .fa {
    position: absolute;
    top: 50%;
    left: 0.4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7em;
}

ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
}

    ul.relatedLinks > li:nth-child(even) {
        margin-right: 0;
    }

.subMainMenu a:before, .subMainMenu a:after, .bottomNavContainer a:before, .bottomNavContainer a:after {
    display: none !important;
}
/*---------------------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;
}

@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;
    }

    .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;
    }
/****************************************************************
MAIN CONTENT
****************************************************************/
.containerTable {
    width: 100%;
    display: table;
}

.containerMain { /*display: table-cell;*/
}

main { /*width: 75%;*/
    padding: 0 1.5em 1.5em;
    background: #FFF;
}

    main .container { /*padding: 4em 1em;*/
    }

.articlePost {
    height: auto;
    min-height: 20em;
    padding-top: 1.5em;
    border-top: 2px solid #06162f;
}
/****************************************************************
ASIDE
****************************************************************/

ul.subSideMenu {
    display: none;
}

aside { /*width: 25%;
	display: table-cell;*/
    vertical-align: top;
    background: #109add;
}
/*.categorytitle-sub-bg {
	border-top: 1px solid black;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #253654;
}*/
.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: #FFF;
    display: inline-block;
    padding: 0.85em 1em;
    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;
}

/*@-moz-document url-prefix() {
    .moreOption {
        padding: 1.5em 1em;
    }
}*/

.moreOption:hover {
    color: #FFF !important; /*background: rgb(227,83,13);*/
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ul.sideMenu a, ul.sideMenu a:link {
    font: normal normal 400 normal 1.1em "Lato", sans-serif;
    color: #FFF;
    display: block;
    padding: .9em 2em;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    text-transform: capitalize;
	border-bottom: 1px solid #108cc9!important;
}

ul.sideMenu a:visited {
    color: #FFF;
	border-bottom: 1px solid #108cc9!important;
}

ul.sideMenu a:hover {
    color: #FFF;
    background: rgb(70,70,70);
}

ul.sideMenu a:active {
    color: #FFF;
    background: rgb(70,70,70);
}

ul.sideMenu > li {
    position: relative;
    background-color: #109add;
}

    ul.sideMenu > li.hasChild a {
        padding-right: 2.5em;
    }

    ul.sideMenu > li.selected a {
        color: #FFF;
        background: #1b4f68;
    	border-bottom: 1px solid #122d58!important;
}

    ul.sideMenu > li.selected .moreOption {
        color: #FFF;
    }

    ul.sideMenu > li:hover > a {
        color: #FFF;
        background: #1b4f68;
    }

    ul.sideMenu > li:hover .moreOption {
        color: #FFF;
    }

ul.sideMenu li ul.subSideMenu a {
    font: 400 1em 'Lato', sans-serif;
    color: #FFF;
    padding: 1em 2em;
    display: block;
    background: #06162f;
	border-bottom: 1px solid #122d58!important;
}

    ul.sideMenu li ul.subSideMenu a:visited {
        color: #fff;
    }

    ul.sideMenu li ul.subSideMenu a:hover {
        color: #FFF;
        background: #9ac042;
        border-bottom: 1px solid #9ac042!important;
}

ul.sideMenu li ul.subSideMenu > li.selected a {
    color: #FFF;
    background: #9ac042;
}
/****************************************************************
TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ]
****************************************************************/
.headerContent {
    padding: 1em 0.8em;
}

ol.breadCrumb a {
    font: normal 500 0.877em 'Roboto', sans-serif;
    color: #8ba3af;
    display: block;
    text-transform: uppercase;
}

    ol.breadCrumb a:visited {
        color: #8ba3af;
    }

    ol.breadCrumb a:hover {
        color: #1b4f68;
    }

    ol.breadCrumb a:active {
        color: #1b4f68;
    }

    ol.breadCrumb a:after {
        content: "\f105";
        color: #8ba3af;
        margin-right: 1em;
        margin-left: 1em;
    }

ol.breadCrumb {
    padding-top: 0.3em;
	float: left;
}

    ol.breadCrumb > li {
        display: inline-block;
    }

        ol.breadCrumb > li:last-child a {
            color: #1b4f68;
        }

            ol.breadCrumb > li:last-child a:after {
                content: normal;
                margin-right: 0;
                margin-left: 0;
            }

ul.textResizer {
    float: right;
    margin-bottom: 0;
	padding-top:0.3em;
}

    ul.textResizer > li {
        display: inline-block;
        margin-right: 0.2em;
    }

        ul.textResizer > li:last-child {
            margin-right: 0;
        }

    ul.textResizer span, ul.textResizer a {
        font: normal 500 0.875em/0 'Roboto', sans-serif;
        color: #8ba3af;
        text-transform: uppercase;
        display: inline-block;
        padding: 0 0.2em;
    }

    ul.textResizer a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

        ul.textResizer a:visited {
            color: #8ba3af;
        }

        ul.textResizer a:hover { /*color: rgb(227,83,13);*/
            color: #06162f;
            border-bottom: 1px solid #06162f;
            display: inline;
        }

    ul.textResizer span {
        margin-right: 0.5em;
    }

    ul.textResizer a.small-text {
        font-size: 0.875em;
    }

    ul.textResizer a.medium-text {
        font-size: 1em;
    }

    ul.textResizer a.large-text {
        font-size: 1.3em;
    }

    ul.textResizer a.textresizer-active {
        color: #06162f;
        border-bottom: 1px solid #06162f;
        display: inline;
    }

#google_translate_element {
    position: relative;
    top: 1em;
    display: inline-block;
}
/****************************************************************
APP SECTION
****************************************************************/
.enewsPollContainer {
	padding-top: 1em;
    background: url('/content/images/bgPollEnews.png') no-repeat center bottom;
    background-size: cover;
}

.enewsPollContainer.inner-page-bottom {
    background: #d4d7d8 url('/content/images/bgPollEnews.png') no-repeat;
    background-size: cover;
}

.enewsPollContainer p {
    font: normal 700 1.01em 'Lato', sans-serif;
    color: #0b1a32;
	padding: 0.5em 0 0 0;
}

.innerAppContainer h3 {
    font: normal 900 2em 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0.3em 0 0;
	color: #06162f;
}
.innerAppContainer h3 > span {
    display: block;
}

.innerAppContainer > ul.col2 {
    max-width: 1360px;
    margin: auto;
	padding-left: 0.3em;
}
.mainContent .enewsPollContainer .container{
	padding-top: 0!important;
}

.innerAppContainer > ul.col2 > li {
	float: left;
	width: 50%;
}

.innerAppContainer > ul.col2 > li:first-child {
	padding-right: 0;
}

.innerAppContainer > ul.col2 > li:last-child {
	text-align: right;
}
ul.acList {
    margin-bottom: 1em;
}

ul.acList > li {
	font: normal 700 1em 'Lato', sans-serif;
	line-height: 1.2;
    /*float: left;
    width: 50%;
    list-style: disc;*/
    margin: 0;
	color: #06162f;
}
ul.acList > li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5em;
}
a.btnApp.apple, a.btnApp.android, a.btnApp.connect {
    display: inline-block;
    color: #FFF;
}
a.btnApp.apple {
    margin-right: 1rem;
}
.pPhone.pPhoneLast {
    margin-bottom: 0;
}

a.btnApp {
    font: normal 700 1em 'Cinzel', serif !important;
    color: #FFF;
    padding: 0.5em 1em 0.9em 4em;
    display:block;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    margin-bottom: 1.2em;
    background-color: #233553;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    -o-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0;
}

.btnApp > span {
    font: normal 900 0.7em 'Lato', sans-serif !important;
    display: block;
    text-transform: uppercase;
    margin-top: -0.2em;
    letter-spacing: 2px;
}

.btnApp.apple::before {
    content: '\f179';
    position: absolute;
    left: 0.1em;
    font-size: 2em;
    display: inline-block;
}

.btnApp.android::before {
	font-family: 'Font Awesome 5 Brands';
	content: '\f3ab';
    position: absolute;
    left: 0.1em;
    font-size: 2em;
    display: inline-block;
}
.btnApp.connect::before {
    content: '\f124';
    position: absolute;
    left: 0.1em;
    font-size: 2em;
    display: inline-block;
}
.btnApp.android:hover, .btnApp.apple:hover, .btnApp.connect:hover {
    background: rgb(0,143,213) url('/content/images/bgButton.png') repeat;
    color: #FFF;
}

.enewsPollContainer .viking {
   padding-top: 1.8em;
}
.stayConnected {
    background: url('/content/images/bgPollEnews.png') no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.topStayConnected ul,
.topStayConnected ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topStayConnected ul > li {
    position: relative;
    float: left;
    width: 50%;
    padding: 2rem;
}
.topStayConnected .container {
    position: relative;
    padding: 2rem 0;
}
.messageLeft {
    position: relative;
    float: left;
    color: #fff;
    padding-left: 5em;
}
.messageLeft:before {
    content: "\f09e";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.3em;
    letter-spacing: 2px;
    line-height: 0.75;
    margin-left: 0;
	color: #109add;
	padding: 0.6em 0 0 0;
}
.topStayConnected h2 {
    font: normal 900 2em 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
    color: #1b4f68;
}
.topStayConnected p {
    font: normal 600 1em 'Lato', sans-serif;
    color: #0b1a32;
    margin: 0 0 1.5rem;
}
.messageLeft h5 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.7em;
}
.messageLeft p {
    font: normal 300 1.1em 'Lato', sans-serif;
    font-style: italic;
	letter-spacing: 1px;
    margin: 0;
	padding: 0;
	width: 70%;
	color: #fff;
}
.topStayConnected button[data-target] {
    /*position: absolute;
    top: 50%;
    right: 0em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    font: normal 900 1.2em 'Lato', sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    margin: 0.5rem 0 0;
    padding: .8rem 2rem;
    cursor: pointer;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    letter-spacing: 3px;
    border: none;
    background-color: #233553;
}
.topStayConnected button[data-target]:hover {
    background-color: #9ac042;
}
.topStayConnected button span{
    position: relative;
    display: inline-block;
    top: -6px;
}
.topStayConnected button::before {
    content: "\f124";
    font-size: 2em;
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0;
}

.topStayConnected .connect button::before {
    content: '\f040';
}

/****************************************************************
SEARCH
****************************************************************/
.searchPage .page-information {
    margin-bottom: 1em;
}

ul.search-page {
    list-style-type: decimal;
}

ul.search-page > li {
    margin-bottom: 0.5em;
}

ul.search-page h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

ul.search-page a, ul.search-page a.searchedURL {
    display: inline-block;
}

ul.search-page .searchedContent {
    display: block;
    margin-bottom: 0.2em;
}

.searchPage input[type="submit"] {
    color: #FFF;
    border-color: none;
    background: #233553;
}

.searchPage input[type="submit"]:hover {
    border-color: none;
    background: #a0410d;
}

.footerTop h2 {
    font: normal 400 1.875em 'Lato', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    margin: 0;
}

.footerTop p {
    font: normal 600 1.063em 'Lato', sans-serif;
    color: rgb(15,61,57);
}

.footerTop a {
   display: inline-block;
   margin-right: 1em;
}

.footerTop a:last-of-type {
   margin-right: 0;
}

.footerTop a:before {
   content: normal;
   margin-left: 0;
}

ul.phoneColsList {
   font: normal 600 1.063em 'Open Sans', Arial, sans-serif;
   color: rgb(15,61,57);
   margin: 0.5em 0;
}

ul.phoneColsList a {
   font: normal 700 1em 'Roboto', sans-serif;
   color: #FFF;
   text-transform: uppercase;
}

ul.phoneColsList a:visited {
   color: #FFF;
}

ul.phoneColsList a:hover {
   color: rgb(70,70,70);
}

ul.phoneColsList > li {
   margin-bottom: 0.2em;
   display: inline-block;
}

ul.phoneColsList > li:after {
    content: "\f111";
    margin: 0 6em;
    left: 0;
    font-size: 0.3em;
    top: -4px;
    color: #FFF;
    position: relative;
}

ul.phoneColsList > li:last-child:after {
    content: none;
}

.footerBottom h2 {
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 0.7em;
    padding-bottom: 0.3em;
    font: normal 400 2em 'Vampiro One', cursive;
    letter-spacing: 2px;
}

.footerBottom .download-app h2 {
    font: normal 900 1.875em 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.footerBottom .quick-links h2:after {
    width: 27%;
    border-top: 2px solid #FFF;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0.7em;
    right: 1.5em;
}

.footerBottom .french h2 {
    font-size: 1.5em;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}

.footerBottom .addressBox address p {
    font: normal 400 0.9em 'Lato', sans-serif;
    color: #FFF;
    line-height: 1.5;
}

.footerBottom .addressBox address p img {
    display: inline-block;
    margin-top: 2em;
    margin-right: 3em;
}

.footerBottom .addressBox address p img + img {
    margin-right: 0;
}

.footerBottom address a, .footerBottom address a:link {
    font-size: inherit;
    color: #FFF;
}

.footerBottom address a:visited {
    color: #FFF;
}

.footerBottom address a:hover {
   color: rgb(5,135,199);
}

.footerBottom .addressBox a.footerLogo {
    float: left;
}

.footerBottom address .footerAddress span {
    margin-bottom: 1em;
    display: block;
}

.footerBottom address .footerPhone span {
    margin-left: 1.5em;
}

.footerBottom address .footerFax span {
    margin-left: 2.7em;
}

.footerBottom address .footerEmail span {
    margin-left: 2em;
}

.footerBottom .addressBox address h4 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 5px;
    font: normal 900 1.250em 'Cinzel', serif;
}

.footerBottom .copyright-content {
    display: block;
    float: left;
    width: 100%;
	padding-left: .8em;
}

ul.footerCol3 {
    border-bottom: 1px solid rgb(57,112,107);
    padding-bottom: 2.5em;
    padding-top: 2em;
}

ul.footerCol3 > li {
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
    min-height: 17em;
    padding-left: 2em;
    padding-right: 2em;
    border-right: 1px solid rgb(57,112,107);
}

ul.footerCol3 > li:last-child {
    border-right: none;
}

ul.footerCol3 > li:last-child:before {
    content: normal;
    margin-left: 0;
}

ul.footerCol3 > li:last-child p {
    font: normal 400 0.938em 'Lato', sans-serif;
    color: #FFF;
}

a.btnRegister {
    font: normal 700 1em 'Lato', sans-serif;
    color: #FFF!important;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 1em 0 0;
    padding: 1em 1em;
    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;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    background: #233553;
}

    a.btnRegister:hover {
        color: #FFF!important;
        background-color: #008fd5;
    }

.footerBottom .multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 22px;
    -webkit-column-count: 2;
    -webkit-column-gap: 22px;
    column-count: 2;
    column-gap: 22px;
}

ul.footerNav a {
    position: relative;
    font: normal 700 1em 'Lato', sans-serif;
    color: #FFF;
    padding: 0.5em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

    ul.footerNav a:visited {
        color: #FFF;
    }

    ul.footerNav a:hover {
        color: rgb(5,135,199);
    }

    ul.footerNav a:active {
        color: rgb(5,135,199);
    }

    ul.footerNav a:before {
        content: normal;
        margin-left: 0;
    }

.footerBottom cite, .footerBottom small {
    font: normal 600 0.750em 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.footerBottom small {
    text-transform: capitalize;
    margin-top: 0.3rem;
}

.footerBottom cite {
    /*float: left;*/
	margin-left: 5em;
}

    .footerBottom cite a {
        color: #FFF;
        line-height: 30px;
    }

        .footerBottom cite a:visited {
            color: #FFF;
        }

        .footerBottom cite a:hover {
            color: rgb(5,135,199);
        }

        .footerBottom cite a > span {
            width: 88px;
            height: 30px;
            display: inline-block;
            text-indent: -9999em;
            background: url(../images/All-Net-Municipal-Solutions.png) center center no-repeat;
        }


.poll-question p {
        font: normal 700 1.01em 'Lato', sans-serif;
        color: #fff;
        line-height: 1.5em; /* padding-right: 54px; */
        /*min-height: 100px;*/
    }

	.poll-question button{
        font: normal 900 1.2em 'Lato', sans-serif;
        color: #FFF;
        background-color: #1b4f68;
        position: relative;
        display: block;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0.7em 2em;
        margin-top: 2em;
        text-align: left;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        border-radius: 0.2em;
        letter-spacing: 3px;
        border: none;
        min-width: 90%;
    }
		.poll-question button:hover{
            background-color: #109add;
        }

		.poll-question button span{
            position: relative;
            display: inline-block;
            top: -6px;
        }

		.poll-question button::before{
            font-size: 2em;
            margin-right: 0.5em;
            margin-left: 0;
        }

    .poll-question .vote button::before {
        content: '\f040';
    }

.socialMedia {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .socialMedia a, .socialMedia a:link {
        font: normal 600 1.5em 'Open Sans', Arial, sans-serif;
        color: #FFF;
        display: inline-block;
        margin: 0 0.5em;
    }

        .socialMedia a:visited {
            color: #FFF;
        }

        .socialMedia a:hover {
            color: rgb(35,183,169);
        }

        .socialMedia a:before {
            margin-left: 0;
        }

        .socialMedia a.facebook:before {
            content: "\f09a";
        }

        .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";
        }

#notice-list h5 {
    margin-bottom: 0.3em;
}

#myCalendarModal .modalDate {
    margin-bottom: 0;
}

#myCalendarModal .modalBodyMetaHeader {
    margin-bottom: 1.2em;
}

#myCalendarModal .linkAttachment {
    margin-top: 1em;
}

.linkAttachment {
    margin-top: 1em;
}

    .linkAttachment > p {
        margin-bottom: 0;
    }
/******
Site Map
*******/
.siteMapSection {
    padding: 0;
    margin: 0;
}

    .siteMapSection ul.mainMenuMap {
        list-style-type: none;
    }

    .siteMapSection ul.subMenuMap {
        list-style-type: none;
    }

    .siteMapSection .subSubMainMenuMap {
        list-style-type: none;
    }

.recentnotices-bg {
    background-color: rgba(255,255,255,0.78);
}

.upcomingevents-bg {
    background-color: rgba(5, 135, 199, 0.78);
}

.homeCol2 .col-lg-6, .homeCol2 .col-md-6, .homeCol2 .col-sm-6, .homeCol2 .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.upcomingevents-bg, .recentnotices-bg {
    padding: 3.5em;
}

    .upcomingevents-bg ul, .recentnotices-bg ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .recentnotices-bg h3:after, .upcomingevents-bg h3:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0.7em;
        right: 0;
        width: 30%;
        border-top: 2px solid #06162f;
    }

    .upcomingevents-bg h3:after {
        border-top: 2px solid #FFF;
        width: 20%;
    }

    .upcomingevents-bg ul li, .recentnotices-bg ul li {
        position: relative;
    }

        .upcomingevents-bg ul li a, .recentnotices-bg ul li a {
            padding-right: 2em !important;
        }

    .recentnotices-bg .links-a, .upcomingevents-bg .links-a {
        margin-top: 20px;
    }

        .recentnotices-bg .links-a a, .upcomingevents-bg .links-a a {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 0.884em;
            text-transform: uppercase;
            border-radius: 4px;
            letter-spacing: 2px;
            color: #0587c7;
        }

            .recentnotices-bg .links-a a:after, .upcomingevents-bg .links-a a:after {
                content: "\f101";
                font-family: fontawesome;
                margin-left: 10px;
            }

    .recentnotices-bg ul li a:after, .upcomingevents-bg ul li a:after {
        content: "\f054";
        font-family: fontawesome;
        position: absolute;
        right: 0;
        top: 18px;
        font-size: 22px;
    }

    .recentnotices-bg ul li a:after {
        color: #0587c7;
    }

    .upcomingevents-bg ul li a:after {
        color: #1b4f68;
    }

    .upcomingevents-bg .links-a a {
        color: #1b4f68;
    }

        .recentnotices-bg .links-a a:hover, .upcomingevents-bg .links-a a:hover, .upcomingevents-bg ul li a:hover {
            color: #dab41d !important;
        }

    .upcomingevents-bg ul li a, .upcomingevents-bg ul li time {
        color: #FFF !important;
    }

.img-responsive01 {
    max-width: 100%;
}



.mtop-200 {
    margin-top: -200px;
}

ul.colorfulBar {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: -0.5em;
}

    ul.colorfulBar li {
        width: 20%;
        display: inline-block;
        height: 31px;
        background-color: #ffffff;
        padding: 0;
        margin: 0; /* margin-right: -0.19em; */
    }

        ul.colorfulBar li:nth-child(2):before {
            content: url('/content/images/banner_top.png');
            display: inline-block;
            text-align: center;
            position: absolute;
            top: -2.3em;
            left: 44%;
        }

        ul.colorfulBar li:first-child {
            background-color: #9ac042;
            width: 15%; /* position: relative; */
        }

        ul.colorfulBar li:nth-child(2) {
            background-color: #debe40;
            width: 30%;
        }

        ul.colorfulBar li:nth-child(3) {
            background-color: #109add;
            width: 55%;
        }

.mainContentMat ul.colorfulBar li:first-child {
    background-color: #9ac042;
    width: 10%; /* position: relative; */
}

.mainContentMat ul.colorfulBar li:nth-child(2) {
    width: 17%;
    margin-left: -5px;
    position: relative;
    left: 1px;
}

    .mainContentMat ul.colorfulBar li:nth-child(2):before {
        display: none;
    }

.mainContentMat ul.colorfulBar li:nth-child(3) {
    width: 73%;
    margin-left: -4px;
}

h2.categoryTitle.categorytitle-sub {
    background-color: rgba(16,154,221, 0.75);
    padding: .5em 1.2em;
}

.categorytitle-sub span {
    font: normal 400 1em 'Vampiro One', cursive !important;
    display: inline-block !important;
}

.clearfix {
    clear: both;
}

.searchIcon {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1.05em;
    padding: 0.6em 1em;
    margin: 0;
    border: none;
    cursor: pointer;
    background: #0587c7;
    display: none;
}

    .searchIcon:after {
        margin-left: 0;
        margin-right: 0;
        content: "\f002";
        color: #FFF;
    }

.close-icon {
    background: url(/content/images/close-icon01.png) no-repeat center center;
    font-size: 0px !important;
    position: absolute;
    color: #FFF !important;
    top: 150px;
    right: 50px;
    z-index: 9999;
    cursor: pointer;
    height: 24px;
    width: 24px;
}
.connectRegister {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
    padding: 0;
}


.fbBottom {
    position: relative;
}



/*********************jj*******************************************
MEDIA QUERY
****************************************************************/
@media only screen and (min-width:1831px) and (max-width:1899px) {
    h1 .siteLogo, h1.siteLogoFR {
        width: auto;
        height: 127px; /* left: 0.5em; */
    }

    .explore-bg .footerContent {
        width: 71.5%;
    }

    .contact-bg .footerContent {
        width: 71.5%;
    }
}

@media only screen and (max-width:1830px) {
    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 1.3em;
    }

    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.6em;
    }

    .explore-bg .footerContent {
        width: 73.5%;
    }

    .contact-bg .footerContent {
        width: 73.5%;
    }
}

@media only screen and (min-width:1800px) and (max-width:1829px) {
    .explore-bg .footerContent {
        width: 73.5%;
    }

    .contact-bg .footerContent {
        width: 73.5%;
    }
	
}
@media only screen and (max-width:1800px){
	ul.listInfo {
        font-size: 1em;
    }


    .messageLeft{
        padding-left: 5em;
    }
    .messageLeft:before {
        font-size: 55px;
        line-height: 0.85;
    }
    .messageLeft h2 {
        font-size: 1.6em;
    }
    .messageLeft p {
        font-size: 1em;
    }
    .stayConnected button[data-target] {
        font-size: 0.8em;
    }
}

@media only screen and (min-width:1741px) and (max-width:1799px) {
    .explore-bg .footerContent {
        width: 73.5%;
    }

    .contact-bg .footerContent {
        width: 73.5%;
    }
}

@media only screen and (min-width:1700px) and (max-width:1740px) {
    .explore-bg .footerContent {
        width: 76%;
    }

    .contact-bg .footerContent {
        width: 76%;
    }
}

@media only screen and (min-width:1681px) and (max-width:1699px) {
    .explore-bg .footerContent {
        width: 78.5%;
    }

    .contact-bg .footerContent {
        width: 78.5%;
    }
}

@media only screen and (max-width:1680px) {
    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 1.1em;
    }

    .desktopNav ul.mainMenu > li:hover a:after {
        bottom: -0.6em;
    }

    ul.relatedLinks a {
        font-size: 1.2em !important;
    }

    ul.relatedLinks > li {
        height: 7.3em;
    }

    .headerTop a.langTranslateBTN, .headerTop a.langTranslateBTN:link {
        margin-top: 0.25em;
    }

    .explore-bg .footerContent {
        width: 78.5%;
    }

    .contact-bg .footerContent {
        width: 78.5%;
    }
}

@media only screen and (min-width:1631px) and (max-width:1679px) {
    .explore-bg .footerContent {
        width: 79.5%;
    }

    .contact-bg .footerContent {
        width: 79.5%;
    }
}

@media only screen and (min-width:1600px) and (max-width:1630px) {
    .explore-bg .footerContent {
        width: 81.5%;
    }

    .contact-bg .footerContent {
        width: 81.5%;
    }
}
@media only screen and (max-width:1570px){

    .innerAppContainer > ul.col2 > li:first-child {
        width: 60%;
    }
    .innerAppContainer > ul.col2 > li:last-child {
        width: 40%;
    }
    .appContainer h3 {
        font-size: 2em;
    }
    .appContainer p,
    ul.acList {
        font-size: 1em;
    }

}

@media only screen and (min-width:1547px) and (max-width:1599px) {
    .explore-bg .footerContent {
        width: 82.5%;
    }

    .contact-bg .footerContent {
        width: 82.5%;
    }
}

@media only screen and (min-width:1526px) and (max-width:1546px) {
    .explore-bg .footerContent {
        width: 85.5%;
    }

    .contact-bg .footerContent {
        width: 85.5%;
    }
}

@media only screen and (min-width:1517px) and (max-width:1525px) {
    .explore-bg .footerContent {
        width: 87.5%;
    }

    .contact-bg .footerContent {
        width: 87.5%;
    }
}

@media only screen and (min-width:1500px) and (max-width:1516px) {
    .explore-bg .footerContent {
        width: 88.5%;
    }

    .contact-bg .footerContent {
        width: 88.5%;
    }
	
}

@media only screen and (min-width:1465px) and (max-width:1499px) {
    .explore-bg .footerContent {
        width: 88.5%;
    }

    .contact-bg .footerContent {
        width: 88.5%;
    }
}

@media only screen and (min-width:1451px) and (max-width:1464px) {
    .explore-bg .footerContent {
        width: 90.5%;
    }

    .contact-bg .footerContent {
        width: 90.5%;
    }
}

@media only screen and (max-width:1450px) {
    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 1em;
    }

    .topNavContainer { /*min-height: 23em;*/
    }

    ul.relatedLinks a {
        font-size: 1.1em !important;
    }

    ul.relatedLinks > li {
        height: 6.6em;
    }

    /*.bottomNavContainer a {
        font-size: 1.7em !important;
    }*/

    .explore-bg .footerContent {
        width: 92%;
    }

    .contact-bg .footerContent {
        width: 92%;
    }
	.headerInfo{
		width: 60%;
	}
}

@media only screen and (min-width:1400px) and (max-width:1449px) {
    /*.explore-bg .footerContent {
        width: 100%;
        width: 68.8%;
    }

    .contact-bg .footerContent {
        width: 100%;
        width: 68.8%;
    }*/
    .explore-bg .footerContent {
        width: 94.5%;
    }

    .contact-bg .footerContent {
        width: 94.5%;
    }
}

@media only screen and (min-width:1380px) and (max-width:1399px) {
    .explore-bg .footerContent {
        width: 96%;
    }

    .contact-bg .footerContent {
        width: 96%;
    }
}

@media only screen and (min-width:1331px) and (max-width:1379px) {
    .explore-bg .footerContent {
        width: 100%;
    }

    .contact-bg .footerContent {
        width: 100%;
    }
}

@media only screen and (max-width:1330px) {
    .topStayConnected h2 {
        font-size: 1.5rem;
    }
    .topStayConnected p {
        font-size: 0.9rem;
    }
    .stayConnected button[data-target] {
        font-size: 0.7rem;
    }
    a.btnApp.apple,
    a.btnApp.android {
        font-size: 0.8rem!important;
        margin: 0 auto;
        text-align: left;
        padding-top: 1rem;
        padding-bottom: 1rem;
        max-width: 200px;
    }

    #weather h2 {
        font-size: 0.8em;
    }

    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 0.9em;
    }

    .topNavContainer { /*min-height: 23em;*/
    }

    ul.relatedLinks a {
        font-size: 1em !important;
    }

    ul.relatedLinks > li {
        height: 6em;
    }

    /*.bottomNavContainer a {
        font-size: 1.6em !important;
    }*/

    .explore-bg .footerContent {
        width: 100%;
        padding: 3em 1em;
    }

    .contact-bg .footerContent {
        width: 100%;
    }
	.stayConnected {
        text-align: center;
    }

    .messageLeft:before {
        position: static;
        top: auto;
        left: auto;
        font-size: 45px;
        display: block;
        margin-bottom: 0.5em;
    }
    .stayConnected button[data-target] {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .messageLeft {
        float: none;
		padding-left: 0;
        margin-bottom: 1em;
    }
	.messageLeft h2 {
    	font-size: 2.4em;
	}
	.messageLeft h5 {
    	font-size: 1.5em;
	}
	.messageLeft p{
		font-size: 1.1em;
		width: 100%;
	}
}

@media only screen and (min-width:1301px) and (max-width:1329px) {
    .explore-bg .footerContent {
        width: 100%;
        padding: 3em 1em;
    }

    .contact-bg .footerContent {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }

    .footerBottom .addressBox address {
        font-size: 0.9em;
        padding: 1em;
    }
}

@media only screen and (min-width:1249px) and (max-width:1299px) {
    .explore-bg .footerContent {
        width: 100%;
        padding: 3em 0em;
    }

    .contact-bg .footerContent {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }

    .footerBottom .addressBox address {
        font-size: 0.9em;
        padding: 1em;
    }
}

@media only screen and (max-width:1250px) {
    .scrollup {
        bottom: 5em;
        right: 1.5em;
    }

    .explore-bg .footerContent {
        width: 100%;
        padding: 3em 0em;
    }

    .contact-bg .footerContent {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }
}

@media (min-width: 1198px) and (max-width: 1300px) {
    .three-button h4 i {
        font-size: 50px;
    }

    .three-button h4 {
        font-size: 1.1em;
    }

    .three-button span {
        font-size: 1.4em;
    }

    .business i {
        margin-top: -5px;
    }
}

@media only screen and (max-width:1190px) {
    .desktopNav, .moreOptionMainMenu > span, .moreOptionSubMainMenu > span, ul.subMainMenu, ul.subSubMainMenu {
        display: none;
    }

    .mobileNav, .menuIcon, .closeNav {
        display: inherit;
    }

    h1.siteLogo, h1.siteLogoFR {
        margin-top: 0em;
    }

    .moreOptionMainMenu, .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1em;
        color: #FFF;
        display: inline-block;
        padding: 1em 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;
    }

    .moreOptionSubMainMenu {
        padding: 0.9em 1.1em;
    }

    @-moz-document url-prefix() {
        .moreOptionMainMenu {
            padding-top: 1.1em;
            padding-bottom: 1.1em;
        }

        .moreOptionSubMainMenu {
            padding-top: 1em;
            padding-bottom: 1em;
        }
    }

    .moreOptionMainMenu:before, .moreOptionSubMainMenu:before {
        content: "\f078";
        margin-left: 0;
        -webkit-transform: transform 300ms ease 0s;
        -moz-transform: transform 300ms ease 0s;
        -o-transform: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }

    .moreOptionMainMenu.openIcon:before, .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .moreOptionMainMenu:hover, .moreOptionSubMainMenu:hover {
        color: #FFF;
    }

    nav.navOpen {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2em;
        color: rgb(235,233,229);
        padding: 0.5em;
        margin: 0.5em 0.5em 0.5em 0;
        border: none;
        cursor: pointer;
        background: none;
    }

        .closeNav:before {
            content: "\f00d";
            margin-left: 0;
        }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        min-width: 270px;
        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: 11;
        background: #109add;
    }

        nav.navOpen {
            left: auto;
        }

    ul.mainMenu {
        margin-top: 4em;
    }

        ul.mainMenu i {
            margin-right: 0.5em;
            display: inline-block;
            display: none;
        }

        ul.mainMenu a, ul.mainMenu a:link {
            position: static; /*font-size: 1.3em;*/
            text-align: left;
            border-left: none;
            display: block;
            padding: 1.5em 1.5em 1.5em 3.5em;
        }

        ul.mainMenu > li {
            position: relative;
        }

            ul.mainMenu > li.hasChild > a {
                padding-right: 2.5em;
            }

            ul.mainMenu > li.selected > a {
                color: #FFF;
                background: #debe40;
            }

            ul.mainMenu > li.selected .moreOptionMainMenu {
                color: #FFF;
            }

            ul.mainMenu > li:hover > a {
                color: #FFF;
                background: #debe40;
            }

            ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
                color: #fff;
            }

    ul.subMainMenu a {
        font: normal 400 1.250em 'Open Sans', Arial, sans-serif !important;
        color: rgb(15,61,57);
        text-transform: none !important;
        padding: 1em 1.5em 1em 3.5em !important;
        border-bottom: none !important;
        background: #1b4f68 !important;
        font-size: 1em !important;
        letter-spacing: 1px !important;
    }

        ul.subMainMenu a:visited {
            color: #FFF;
        }

        ul.subMainMenu a:hover {
            color: #FFF;
            background: #0586c7 !important;
        }

    ul.subMainMenu > li {
        position: relative;
    }

        ul.subMainMenu > li.hasChild > a { /*padding-right: 2.7em;*/
        }

        ul.subMainMenu > li.selected > a {
            color: #FFF;
            background: rgb(15,61,57) !important;
        }

        ul.subMainMenu > li.selected .moreOptionSubMainMenu {
            color: #FFF;
        }

        ul.subMainMenu > li:hover > a {
            color: #fff;
            border-bottom-color: #0586c7;
            background: #0586c7 !important;
        }

        ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
            color: rgb(163,191,188);
        }

    ul.subSubMainMenu a, ul.subSubMainMenu a:link {
        font: 400 1em 'Open Sans', Arial, sans-serif !important;
        color: #FFF !important;
        background: #233553 !important;
        border-bottom: none !important;
    }

        ul.subSubMainMenu a:visited {
            color: #FFF !important;
        }

    ul.subSubMainMenu > li a:hover {
        color: #FFF !important;
        background: rgb(93,118,115) !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: #FFF !important;
        background: rgb(93,118,115) !important;
    }
    /*.frmSearch {
        margin-top: 3em;
    }*/
    .frmSearch input[type="search"] {
        font-size: 1em;
    }

    .frmSearch button[type="submit"] {
        font-size: 1.2em;
    }

    main.searchPage h3.pageTitle {
        font-size: 1.5em;
    }

    ul.search-page h3 {
        font-size: 1em;
    }

    .footerTop h2 {
        font-size: 1.6em;
    }

    .footerTop p, ul.phoneColsList {
        font-size: 1em;
    }

    .footerBottom h2 {
        font-size: 1.6em;
    }

    .footerBottom p {
        font-size: 0.9em;
		line-height: 1.1;
    }

    .explore-bg .footerContent {
        width: 100%;
        padding: 3em 0em;
    }

    .contact-bg .footerContent {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }

    .socialMedia a, .socialMedia a:link {
        font-size: 1.5em !important;
    }
}

@media only screen and (max-width:1160px) {
    ul.footerCol3 > li:last-child p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width:1100px) {
    .headerTop a.langTranslateBTN, .headerTop a.langTranslateBTN:link {
        margin-top: 0.5em;
    }

    h2.categoryTitle {
    }

    .frmSearch {
    }
}

@media only screen and (max-width:1085px) {
    .footerTop p, ul.phoneColsList {
        font-size: 0.9em;
    }

    .footerTop > .container { /* padding-right: 26em;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;*/
    }

    .quickLinks {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 940px;
    }

    #weather h1 {
        font-size: 1.2em;
    }

    .headerBottom .searchIcon {
        display: block;
    }

    .headerBottom .frmSearch {
        display: none;
    }

    .three-button h4, a.iconPost > h4, .footerBottom .addressBox address h4 {
        font-size: 1em !important;
    }

    .three-button span {
        font-size: 1.1em !important;
    }

    .three-button h4 i {
        font-size: 40px !important;
    }

    .three-button h4 a {
        padding: 40px 30px 40px 100px !important;
    }

    ul.homeCol2 h3, .footerBottom .download-app h2 {
        font-size: 1.3em;
    }

    .recentnotices-bg h3, .upcomingevents-bg h3 {
        font-size: 1.9em !important;
    }

    a.iconPost > h4 > span, a.iconPost time {
        font-size: 0.75em;
    }

    .recentnotices-bg .links-a a, .upcomingevents-bg .links-a a {
        letter-spacing: 1px;
        font-size: 0.75em;
    }

    .recentnotices-bg ul li a:after, .upcomingevents-bg ul li a:after {
        font-size: 16px;
    }

    .enewsPollContainer h4 {
        font-size: 1.2em;
        letter-spacing: 3px;
    }


    .enewsPollContainer button,
	.poll-question button{
        font-size: 0.9em;
    }



    .footerBottom h2 {
        font-size: 1.4em;
    }

    ul.footerNav a {
        font-size: 0.9em;
    }

   

    .headerInfo {
        margin-left: 10em;
    }

    .headerTop a, .headerTop a:link {
        margin-right: 1.8em;
    }

    .menuIcon {
        margin-left: 7.5em;
    }
	.innerAppContainer p, ul.acList > li {
        font-size: 0.85em;
    }

}

@media only screen and (max-width:991px) {
    ul.sideMenu {
        display: none;
    }

    aside, .containerMain {
        display: block;
    }

    main, aside {
        float: none;
        width: 100%;
    }

    main {
        margin-top: 0em;
    }

    aside {
        min-height: 0;
        padding-bottom: 0;
        background: none;
    }

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 500 1.3em 'Roboto', sans-serif;
        color: #0587c7;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.9em 1em;
        margin: 0;
        background: #253654;
        letter-spacing: 2px;
    }

        .sideMenuNav:after {
            content: normal;
            margin-left: 0;
        }

        .sideMenuNav:before {
            content: "\f055";
            color: #0587c7;
            margin-right: 1em;
        }

        .sideMenuNav.openSideMenuIcon:before {
            content: "\f056";
        }
	.innerAppContainer > ul.col2 > li {
        float: none;
        width: 100%;
		padding: 0 2em;
    }
    .innerAppContainer > ul.col2 > li:first-child,
    .innerAppContainer > ul.col2 > li:last-child {
        width: 100%;
    }
    .innerAppContainer > ul.col2 > li:first-child {
        padding-bottom: 2em;
        padding-right: 0;
    }
    .innerAppContainer > ul.col2 > li:last-child {
		text-align: center;
    }
	.enewsPollContainer p{
		padding-right: 2em;
	}
	.viking{
		margin-top: 0;
	}

}

@media only screen and (max-width:1023px) {
    ol.breadCrumb {
        float: none;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }


    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media only screen and (max-width:1015px) {
    .topStayConnected ul > li {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width:991px) {
    a.btnApp.apple, a.btnApp.android {
        display: block;
    }
    a.btnApp.apple {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width:950px) {
    .headerTop a.hEmail {
        margin-right: 0.3em;
    }

    .headerTop a.langTranslateBTN, .headerTop a.langTranslateBTN:link {
        margin-top: 0;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }


    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media only screen and (max-width:900px) {
    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }

    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media only screen and (max-width:890px) {
    /*.footerBottom h2 {
        font-size: 1.3em;
    }*/
    ul.footerCol3 > li {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

        ul.footerCol3 > li:first-child {
            padding-left: 0;
        }

        ul.footerCol3 > li:last-child {
            padding-right: 0;
        }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }

    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media only screen and (max-width:880px) {
    .socialMedia {
        bottom: 0.9em;
    }

        .socialMedia a, .socialMedia a:link {
            font-size: 1em !important;
        }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }

    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 720px;
    }
    .headerBottom .searchIcon {
        display: block;
    }

    .headerBottom .frmSearch {
        display: none;
    }

    h1.siteLogo {
        width: 140px;
    }



    .enewsPollContainer p,
	.poll-question p{
        min-height: inherit;
    }

    .enewsPollContainer button,
	.poll-question button{
        min-width: 360px;
    }

    .footerBottom .multiColumn {
        margin-bottom: 30px;
    }

    .footerBottom h2 {
        font-size: 2em;
    }
	.footerBottom p {
    	font-size: 1.1em;
	}

    .footerBottom .quick-links h2:after {
        width: 60%;
    }

    .addressBox {
        margin-top: 2em;
    }

    .headerInfo {
        margin-left: 8.5em;
    }

    .headerTop a, .headerTop a:link {
        margin-right: 0.9em;
    }

    .menuIcon {
        margin-left: 6em;
    }

    .headerInfo, .social {
        padding: 1em 0.1em;
    }

    .weatherCont {
        padding: 1em 0.1em;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.7em;
    }

        .headerTop a.hMap:before, .headerTop a.hPhone:before, .headerTop a.hPhone2:before, .headerTop a.hEmail:before, .socialMediaTop a.facebook:before, .socialMediaTop a.twitter:before {
            font-size: 15px;
        }

    ul.subMainMenu a:visited {
        color: #FFF;
    }

    .headerContent {
        display: none;
    }

    ul.textResizer {
        margin-top: 15px;
    }

    .articlePost {
        border-top: none;
    }

    .m-button-new {
        padding: 15px;
        background-color: #FFF;
    }

    

    #weather h1 {
        font-size: 0.91em;
    }

    .poll-question {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-height:700px) {
    .navContainer {
        padding-bottom: 5em;
    }
    .desktopNav ul.mainMenu li .bottomNavContainer a {
        font-size: 0.7em!important;
        padding: 1.2em 0.5em 1em;
    }
}

@media only screen and (min-width:768px) and (max-width:879px) {
    .popupAlert > .container {
        font-size: 0.8em;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }


    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 78px;
    }
}

@media only screen and (max-width:767px) {
    /*jjm***/

    main {
        background-size: inherit !important;
    }

    .enewsPollContainer .connect {
        padding-top: 2em;
    }

    .socialMediaTop a::before {
        font-size: 1.3em;
    }

    .headerInfo {
        padding: 1em 0.5em 1em 0em;
        margin-left: 6.5em;
    }
	a.hPhone2{
		display: none!important;
	}
    .social {
        padding: 1em 0.1em;
    }

    .weatherCont {
        padding: 1em 0.1em;
    }

    #weather {
        padding: 0px;
    }

    .enewsPollContainer p,
	.poll-question p{
        padding-right: 0px;
        min-height: inherit;
    }

    .enewsPollContainer h4 {
        letter-spacing: 2px;
        font-size: 1.5em;
    }

    .recentnotices-bg h3:after, .upcomingevents-bg h3:after {
        width: 20% !important;
    }

    .recentnotices-bg .links-a a, .upcomingevents-bg .links-a a {
        letter-spacing: 0px;
        font-size: 12px;
    }

    .recentnotices-bg h3, .upcomingevents-bg h3 {
        font-size: 1.6em !important;
    }

    #newsAndEvents {
        margin-left: 15px;
        margin-right: 15px;
    }

    .upcomingevents-bg, .recentnotices-bg {
        padding: 1.2em;
    }

    .popupAlert > .container {
        font-size: 0.8em;
    }
	.headerTop .headerInfo{
		width: auto;
	}
    .headerTop .headerInfo a span, .weatherCont #weather h2 {
        display: none;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9em;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9em;
    }

    main.searchPage h3.pageTitle {
        font-size: 1.2em;
    }

    ul.search-page h3 {
        font-size: 0.9em;
    }

    .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: 2em auto 0;
        display: block;
        text-align: center;
    }

    .footerTop .row .col-xs-12 {
        width: auto;
    }

    .footerTop h2 {
        font-size: 1.5em;
    }

    .footerBottom cite {
        margin-bottom: 1.5em;
    }

    ul.phoneColsList {
        font-size: 0.8em;
    }

        ul.phoneColsList > li::after {
            margin: 0px 4em;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }

    .poll-question {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
   

    .headerBottom .searchBox {
        padding-top: 5px;
    }

    h1.siteLogo {
        width: 100px;
        z-index: 7;
    }

    .headerBottom .searchIcon {
        display: block;
        font-size: .9em;
        padding: 8px 13px;
    }

    .headerBottom .frmSearch {
        display: none;
    }

    .btnApp {
        width: 290px;
        padding-left: 3.5em;
    }

    .masterHeader .container, .mainContent > .mainContentMat .container, .footerBottom .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footerBottom .multiColumn {
        margin-bottom: 30px;
    }

    .addressBox {
        margin-top: 2em;
    }

    .headerTop a.hMap:before, .headerTop a.hPhone:before, .headerTop a.hPhone2:before, .headerTop a.hEmail:before, .socialMediaTop a.facebook:before, .socialMediaTop a.twitter:before {
        font-size: 14px;
    }

    .menuIcon {
        margin-left: 7em;
        padding: 14px 6px;
    }

        .menuIcon:after {
            margin-left: 0.4em;
            font-size: 20px;
            margin-top: 0;
        }

    .headerTop a, .headerTop a:link {
        margin-right: 2px;
    }

    .enewsPollContainer button,
	.poll-question button{
        min-width: 290px;
        font-size: 0.9em;
    }

    ul.subMainMenu a:visited {
        color: #FFF;
        letter-spacing: 1px;
    }

    .headerContent {
        display: none;
    }

    .ul.textResizer {
        margin-top: 15px;
    }

    .articlePost {
        border-top: none;
    }

    .m-button-new {
        padding: 15px;
        background-color: #FFF;
    }

    #weather h1 {
        font-size: 0.9em;
    }

    .headerTop a:before {
        margin-right: 0.3em;
    }
}

hidden-xs @media only screen and (min-width:751px) and (max-width:760px) {
    ul .phoneColsList{
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    margin: 1em 0;
}

ul.phoneColsList li {
    display: block;
}

ul.phoneColsList > li::after {
    content: "";
    margin: 0;
    left: 0;
    top: 0;
    position: unset;
}

ul.phoneColsList a {
    padding: 0.3em 0;
}

.contact-bg .footerContent {
    padding: 3em 0em 1em 0em;
}

.footerBottom .addressBox .footerLogo img {
    height: 100%;
}

.footerBottom .addressBox address {
    font-size: 1em;
    padding: 2em 1em;
}

.footerTop .row .col-xs-12 {
    width: 100%;
}

}

@media only screen and (max-width:750px) {
    .headerContent {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

        ul.phoneColsList a {
            padding: 0.3em 0;
        }

    ol.breadCrumb a {
        font-size: 0.9em;
    }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100%;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width:720px) {
    .footerTop > .container { /*  padding-top: 1em;
        padding-right: 1em;*/
    }

    ul.phoneColsList { /*max-width: 300px;
        text-align: left;
        display: block;
        margin: 0 auto 2em;*/
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .topStayConnected ul > li {
        position: relative;
        float: none;
        width: 100%;
        padding: 0;
    }
    .topStayConnected ul > li:last-child {
        padding-top: 2rem;
    }
    a.btnApp.apple, a.btnApp.android {
        max-width: 263px;
    }
}

@media only screen and (max-width:700px) {
    h2.categoryTitle {
        font-size: 3em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width:630px) {
    .quickLinks {
        display: none;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    h2.categoryTitle {
        font-size: 2em;
    }

    .responsive-table table tbody tr td {
        padding-bottom: 15px !important;
    }

        .responsive-table table tbody tr td:nth-child(even) {
            background-color: #e5e5e5 !important;
        }

    .responsive-table table {
        max-width: 600px;
        margin: 0 auto;
    }

    .responsive-table table {
        display: block;
        width: 100%;
    }

        .responsive-table table thead {
            display: none;
        }

        .responsive-table table tbody {
            display: block;
            width: 100%;
        }

        .responsive-table table tr, .responsive-table table th, .responsive-table table td {
            display: block;
            padding: 0;
        }

        .responsive-table table tr {
            border-bottom: none;
            margin: 0 0 1em 0;
            padding: 0.5em 0;
        }

        .responsive-table table tr {
            background: none;
        }

            .responsive-table table tr:nth-child(even) {
                background: none;
            }

        .responsive-table table td:nth-child(even) {
            background: #fff;
        }

        .responsive-table table tr:nth-child(even) {
            background: none;
        }

        .responsive-table table td {
            padding: 0.5em 0 0.25em 0;
            text-align: right;
        }

            .responsive-table table td[data-title]:before {
                content: attr(data-title);
                font-weight: bold;
                display: inline-block;
                float: left;
                margin-right: 0.5em;
                font-size: 0.95em;
                width: 50%;
                text-align: left;
            }

            .responsive-table table td:empty {
                display: none;
            }

        .responsive-table table .highlight td {
            background: none;
        }

    .responsive-table tr td {
        padding: 10px;
    }

    .responsive-table table td {
        font-size: 1.1em;
    }

        .responsive-table table td:nth-child(even) {
            background: #fff;
        }

    .responsive-table table tr:first-child {
        display: none;
    }

    .mobile-display {
        display: none;
    }

    .responsive-table table .mobile-display {
        display: none;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width:580px) {
    .menuIcon {
        font-size: 1em;
    }

        .menuIcon:after {
            margin-left: 1em;
        }

    h1.siteLogo {
        width: 100px;
        left: 11px;
        top: 5px;
    }

    .headerTop .headerInfo a span, .weatherCont #weather h2 {
        display: none;
    }

    ul.meeting-agenda a, ul.byLaw a {
        font-size: 1em;
    }

    ul.sideMenu a, ul.sideMenu a:link {
        font-size: 0.9em;
    }

    ul.subSideMenu a {
        font-size: 0.9em !important;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }
	a.btnApp{
		font-size: 1.2em!important;
		width: 75%;
		padding: 0.7em 0.7em 0.9em 5.3em;
		margin: 0 0 0 2.5em;
		display: block;
	}
	.btnApp.android{
		margin-top: 0.5em;
	}
	.btnApp.apple::before,
	.btnApp.android::before{
		left: 0.5em;
    	font-size: 2em;
	}


    .footerBottom {
        text-align: center;
    }
    .pipe {
        display: none;
    }
    .fbTop a, .fbTop a:link {
        display: block;
        padding: 0.5rem 0;
    }
    .fbMiddle .socialMediaTop {
        display: block;
    }
}

@media only screen and (min-width:531px) and (max-width:579px) {
    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

        ul.phoneColsList a {
            padding: 0.3em 0;
        }

    .contact-bg .footerContent {
        width: 100%;
        padding: 3em 0em 1em 0em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 100px;
    }

    .footerBottom .addressBox address {
        font-size: 0.9em;
        padding: 2em 1em;
    }
}

@media only screen and (max-width:530px) {
    .popupAlert > .container {
        padding-left: 1em;
    }

        .popupAlert > .container:before { /*content: "\f071";*/
            content: none;
            position: static;
            display: block;
            margin-right: 0;
            margin-bottom: 0.8em;
            margin-top: 0.8em;
            text-align: center;
        }

    ul.footerCol3 {
        padding-top: 0.3em;
    }

        ul.footerCol3 > li {
            float: none;
            width: 100%;
            min-height: 0;
            border-right: none;
            padding: 0;
            margin-bottom: 2em;
            padding-bottom: 2em;
            border-bottom: 1px solid rgb(57,112,107);
        }

            ul.footerCol3 > li:last-child {
                border-top: none;
                padding-left: 0;
                padding-top: 0;
                clear: none;
                border-bottom: none;
                padding-bottom: 0;
            }

                ul.footerCol3 > li:last-child:before {
                    content: none;
                    position: static;
                    left: auto;
                    top: auto;
                    border: none;
                    padding: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

        ul.phoneColsList a {
            padding: 0.3em 0;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 90px;
    }
}

@media only screen and (max-width:500px) {
    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

        ul.phoneColsList a {
            padding: 0.3em 0;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 90px;
    }
}

@media only screen and (min-width:471px) and (max-width:499px) {
    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

        ul.phoneColsList a {
            padding: 0.3em 0;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }
}

@media only screen and (max-width:470px) {
    .footerTop h2 {
        font-size: 1.3em;
    }

    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList a {
            font-size: 0.7em;
            letter-spacing: 2px;
            padding: 0.5em 0;
        }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

    .contact-bg .footerContent {
        padding: 3em 0em 1em 0em;
    }

    .footerBottom h2 {
        font-size: 1.3em;
    }

    .footerBottom .explore-bg .multiColumn {
        -moz-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }

    .footerBottom .addressBox .footerLogo img {
        height: 79px;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
	a.btnApp{
		font-size: 1em!important;
	}

    .fbBottom {
        margin-top: 1rem;
    }
    .fbBottom small,
    .fbBottom cite {
        float: none;
        display: block;
        margin: 0;
    }
    .fbBottom cite {
        margin-top: 0.5rem;
    }
}

@media only screen and (min-width:401px) and (max-width:469px) {
    .footerTop .row .col-xs-12 {
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    h2.categoryTitle {
        font-size: 1.5em;
    }

        h2.categoryTitle span {
            font-size: 0.6em;
            margin-bottom: 1em;
        }

    .footerTop h2 {
        font-size: 1.3em;
    }

    ul.phoneColsList {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
        margin: 1em 0;
    }

        ul.phoneColsList a {
            font-size: 0.88em;
            letter-spacing: 2px;
            padding: 0.5em 0;
        }

        ul.phoneColsList li {
            display: block;
        }

        ul.phoneColsList > li::after {
            content: "";
            margin: 0;
            left: 0;
            top: 0;
            position: unset;
        }

    .explore-bg .footerContent {
        float: none;
        width: 100%;
        padding: 3em 0em;
    }

    .footerBottom .explore-bg .multiColumn {
        -moz-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
    }

    .contact-bg .footerContent {
        width: 100%;
        padding: 3em 0em 2em 0em;
    }

    .headerTop .headerInfo a span, .weatherCont #weather h2 {
        display: none;
    }

    .scrollup {
        bottom: 3em;
        right: 1.5em;
    }

    .footerTop .row .col-xs-12 {
        width: 100%;
    }
		a.btnApp{
		font-size: 1em!important;
		padding-left: 3.9em;
		margin-left: 1.1em;
		/*width: 75%;
		padding: 0.7em 0.7em 0.9em 5.3em;
		margin: 0 0 0 2.5em;*/
	}
	.btnApp.apple::before,
	.btnApp.android::before{
		left: 0.1em;
    	font-size: 2em;
	}
}

@media only screen and (min-width: 310px) and (max-width: 320px) {
    .three-button h4 {
        font-size: 1em;
    }

    .three-button span {
        font-size: 1.1em;
    }

    .three-button h4 i {
        font-size: 40px !important;
    }

    .three-button h4 a {
        padding: 40px 30px 40px 100px;
    }

    .enewsPollContainer button,
	.poll-question button{
        letter-spacing: 1px;
    }

    .enewsPollContainer h4 {
        letter-spacing: 2px;
        font-size: 1.5em;
    }

    .btnApp > span {
        font-size: 0.6em !important;
        letter-spacing: 1px;
    }

    .footerBottom .addressBox address h4 {
        font-size: 0.8em;
    }

    .headerTop a.hMap:before, .headerTop a.hPhone:before, .headerTop a.hPhone2:before, .headerTop a.hEmail:before {
        font-size: 18px;
        margin: 0px 5px;
    }

    h1.siteLogo {
        width: 90px;
        left: 11px;
        top: 5px;
    }
}

@media (max-width: 320px) {
    .menuIcon {
        margin-left: 6em;
        padding: 14px 6px;
    }

    .headerInfo {
        margin-left: 6em;
    }

    .recentnotices-bg h3, .upcomingevents-bg h3 {
        font-size: 1.3em !important;
    }

    .headerTop a, .headerTop a:link {
        margin-right: 0;
    }

    .enewsPollContainer button,
	.poll-question button{
        min-width: 290px;
    }
}


@media only screen and (min-width: 1190px) and (max-width: 1410px) {
    .recentnotices-bg h3, .upcomingevents-bg h3 {
        font-size: 2.1em;
    }

    .three-button h4, .enewsPollContainer h4 {
        font-size: 1em !important;
    }
}

.addthis-smartlayers {
    display: none;
}

