﻿/*********************************************************
GENERAL THEME OF THE SITE
*********************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

*,
*: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 {
    min-width: 320px;
    font: 400 100%/1.5 'Open Sans', Arial, sans-serif !important;
    color: rgb(41,41,41);
    padding: 0;
    margin: 0;
    background: rgb(255,255,255);
}

.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: 700 2em 'Open Sans', Arial, sans-serif;
    color: rgb(35,48,57);
    padding: 0;
    margin: 0 0 0.5rem 0;
}
h2 {
    font-size: 1.8em;
    color: rgb(79,116,143);
}
h3 {
    font-size: 1.6em;
    color: rgb(0,109,104);
}
h4 {
    font-size: 1.4em;
    color: rgb(125, 125, 125);
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}

h2.categoryTitle {
    font-size: 1.625em;
    font-weight: 600;
    color: rgb(0,57,90);
    text-transform: uppercase;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 1em 0;
    background: rgb(255,255,255);
}
h2.categoryTitle span {
    display: block;
}

h3.pageTitle {
    font-size: 2.813em;
    color: rgb(0, 109, 104);
    margin-bottom: 0.5em;
}

/* styling for content area tables */
table th {
    background: #4f748f;
	color: #ffffff;
}
/* end */
p {
    padding: 0;
    margin: 0 0 1em;
}

a,
a:link {
    color: rgb(0,85,134);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
a:visited {
    color: rgb(0,85,134);
}
a:hover {
    color: rgb(0,109,104);
    text-decoration: none;
}
a:active {
    color: rgb(0,109,104);
}
a:focus {
    color: rgb(0,109,104);
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.hideMe {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.popupAlert.alertBar.alert-default a:before,
.popupAlert.alertBar.alert-warn a:before,
.popupAlert.alertBar.alert-severe a:before,
.modal.alert-default .modal-header .modalTitle:before,
.modal.alert-warn .modal-header .modalTitle:before,
.modal.alert-severe .modal-header .modalTitle:before,
.searchPage.frmConfirmPage .articlePost h3:before,
/*.popupAlert a:before,*/
.empty:before,
.desktopNav ul.subMainMenu > li:last-child a:before,
.desktopNav ul.subMainMenu a:after,
.dynamicRoadBan a:before,
ul.footerCol3 > li:last-child:before,
ul.phoneColsList > li:before,
.frmSearch button[type="submit"]:before,
/*.quickLinks a:before,*/
ul.footerNav a:before,
ul.footerNav a:after,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.closeNav:before,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after{
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5em;
}

.quickLinksContainer h2,
.btnModalSearch,
#btnModalSearch .modal-footer,
.footerBottom cite > span,
.quickLinks > h2,
.quickLinks a > span,
.mobileNav,
.sideMenuNav,
.closeNav > span,
.frmSearch legend,
.frmNewsletter legend,
.toolBox > h3,
.moreOption > span,
.newsletter > h2 {
    display: none;
}

ul.ffList,
ul.ffList > li,
ul.appContainer,
ul.appContainer > li,
ul.quickLink,
ul.quickLink > li, 
ul.video-list,
ul.idLiketoSearchContainer,
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 {
    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;
}


.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: rgb(255,255,255);
    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: rgb(255,255,255);
}
.skipToContent a:visited {
    color: rgb(255,255,255);
}
.skipToContent a:hover {
    color: rgb(1,138,182);
}
.skipToContent a:active {
    color: rgb(1,138,182);
}
.skipToContent a:focus {
    color: rgb(255,255,255);
    outline: 1px solid rgb(1,138,182);
}


/*button {
    outline: none;
}*/

.scrollup {
    position: fixed;
    bottom: 4.5em;
    right: 5em;
    color: rgb(255,255,255) !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: rgba(1,115,145,0.85);
}
.scrollup:visited {
    color: rgb(255,255,255) !important;
}
.scrollup:hover {
    color: rgb(255,255,255) !important;
    background: rgba(0,90,141,1);
}
.scrollup:active {
    color: rgb(255,255,255) !important;
    background: rgba(0,90,141,1);
}
.scrollup:focus {
    color: rgb(255,255,255) !important;
    background: rgba(0,90,141,1);
}

/*.modal-dialog {
    width: 760px
}
#register .modal-dialog {
    width: 900px;
}*/

/***********************************
			POP UP ALERT
***********************************/
.popupAlert a,
.popupAlert a:link {
    font-size: 0.9rem;
	color: rgb(255,255,255);
    text-align: center;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    /*padding: 0.35em;*/
}

.popupAlert a:hover {
    color: rgb(255,255,255);
}

.popupAlert.alertBar.alert-default,
.modal.alert-default .modal-header {
    background-color: rgb(227,83,13);
}
.popupAlert.alertBar.alert-warn,
.modal.alert-warn .modal-header {
    background-color: rgb(255,222,0);
	color: #000!important;
}
.popupAlert.alertBar.alert-severe,
.modal.alert-severe .modal-header {
    background-color: rgb(255,0,0);
}

.alert-warn .modal-header .modal-title,
.alert-warn .container{
	color: #000;
}

.popupAlert.alert-warn a,
.popupAlert.alert-warn a:link,
.popupAlert.alert-warn a:visited{
	color: #000!important;
}

.modal.alert-default .modal-header .modalTitle:before,
.popupAlert.alertBar.alert-default a:before{
	content: "\f05a";
    margin-left: 0;
    margin-right: 0.5em;
}
.modal.alert-warn .modal-header .modalTitle:before,
.popupAlert.alertBar.alert-warn a:before{
	content: "\f06a";
    margin-left: 0;
    margin-right: 0.5em;
}
.modal.alert-severe .modal-header .modalTitle:before,
.popupAlert.alertBar.alert-severe a:before{
	content: "\f071";
	margin-left: 0;
    margin-right: 0.5em;
}






.container {
    width: inherit;
    max-width: 1440px;
    padding: 1em;
    margin: auto;
}
.subLogoCont.container {
    max-width: 100%;
    height: 325px;
    padding-bottom: 0;
}
.mainContent .container {
    padding-top: 0;
    padding-bottom: 3em;
    background: rgb(255,255,255);
}
.footerTop .container {
    height: 100%;
    padding: 0 2em 0 0;
}
.footerMiddle .container  {
    padding-top: 0;
    padding-bottom: 0;
}


h1.siteLogo {
    position: absolute;
    bottom: 0.6rem;
    left: 3.5rem;
    width: 300px;
    height: 105px;
    display: block;
    z-index: 500;
    margin-bottom: 0;
}
h1.siteLogo a,
h1.siteLogo a:link {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/Flin-Flon.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.mainContent .mainContentMat {
    background: rgb(255,255,255);
}


.masterHeader {
    position: relative;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: rgb(255,255,255);
    z-index: 5;
}
.headerTop  {
    position: relative;
    padding-left: 1em;
    background: rgb(0,85,134);
}


.btnModalSearch {
    float: right;
    color: rgb(255,255,255);
    cursor: pointer;
    padding: 0.73em 1em;
    border: none;
    margin: 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: rgb(0,109,104);
}
.btnModalSearch:hover {
    background: rgb(0,94,89);
}


.HICont {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    transform: translateY(-50%);
}

.headerTop a,
.headerTop a:link {
    font: 400 0.875em 'Open Sans', sans-serif;
    color: rgb(255,255,255);
    display: inline-block;
    margin-right: 1em;
}
.headerTop a:visited {
    color: rgb(255,255,255);
}
.headerTop a:hover {
    color: rgb(0,152,240);
}
.headerTop a:active {
    color: rgb(0,152,240);
}
.headerTop a:focus {
    color: rgb(0,152,240);
}
.headerTop a:last-of-type,
.headerTop a:link:last-of-type {
    margin-right: 0;
}
.headerTop a > i {
    display: inline-block;
    margin-right: 0.5em;
}



h2.subLogo {
    width: 25%;
    height: 222px;
    margin-bottom: 0;
    margin-top: 14.45em;
}
h2.subLogo > a {
    width: 100%;
    height: inherit;
    text-indent: -9999em;
    display: block;
    background: rgba(79,116,143,0.8) url(../images/City-of-Flin-Flon.png) center center no-repeat;
}




.weatherSearch {
    float: right;
}


.adContainer img {
    width: 100%;
}


.socialMedia {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    background: rgba(0,85,134,0.92);
}
.socialMedia a,
.socialMedia a:link {
    font-size: 0.6em;
    font-weight: 700; 
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 1.7em 0.9em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}
.socialMedia a:visited {
    color: rgb(255,255,255);
}
.socialMedia a:hover {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}
.socialMedia a:focus {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}
/*.socialMedia a:before {
    display: block;
    margin-bottom: 0.5em;
}*/
.socialIconCont {
    position: relative;
    width: 4.5em;
    height: 4.5em;
    text-align: center;
    margin: 0 auto 0.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(255,255,255);
}
.socialIconCont  i {
    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%);
    font-size: 2em;
    color: rgb(0,85,134);
}






/* Search Section */

.frmSearch {
    position: relative;
    float: right;
    display: inline-block;
    margin: 0;
}
.frmSearch input[type="search"] {
    font: 400 0.875em 'Open Sans', sans-serif;
    color: rgb(255,255,255);
    padding: 1em 8em 1em 1em;
    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: rgb(0,109,104);
}
::-webkit-input-placeholder {
    color: rgb(255,255,255);
}
::-moz-placeholder {
    color: rgb(255,255,255);
}
:-ms-input-placeholder {
    color: rgb(255,255,255);
}
:-moz-placeholder {
    color: rgb(255,255,255);
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    transform: translateY(-50%);
    font: 700 0.8em 'Open Sans', sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 0.5em 0.8em;
    margin: 0;
    border: none;
    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;
    background: rgb(33,49,60);
}
.frmSearch button[type="submit"] {
    background: rgb(0,78,74);
}
.frmSearch button[type="submit"]:hover {
    background: rgb(0,94,89);
}
.frmSearch button[type="submit"]:before {
    content: "\f002";
    color: rgb(255,255,255);
    margin-left: 0;
    margin-right: 0.5em;
}


.modal .frmSearch {
    float: none;
    position: relative;
    display: block;
}
.modal .frmSearch input[type="search"] {
    width: 100%;
}
.modal .frmSearch button[type="submit"] {
    /*position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform:none;
    transform: none;*/
}





main.searchPage {
    float: none;
    width: 100%;
}
main.searchPage .articlePost {
    border-top: none;
    padding-top: 0;
}
main.searchPage .headerContent {
    padding: 1.5em 0;
}



/******************************************
MODAL SEARCH
****************************************************/
#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999em;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}





/* Navigation */
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
.desktopNav ul.subSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.menuIcon {
    float: right;
    font: 600 1.3em 'Open Sans', Arial, sans-serif;
    color: rgb(0,57,90);
    text-transform: uppercase;
    padding: 1.3em;
    margin: 0;
    border: none;  
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(255,255,255);
}
    .menuIcon:hover {
        color: rgb(255,255,255);
        background: rgb(0,85,134);
    }
.menuIcon:after {
    content: "\f0c9";
}


.desktopNav {
    position: relative;
    text-align: right;
}
nav {
}



.navContainer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 350ms ease;
    z-index: 5;
    background: rgba(0,70,111,0.91);
}

.topNavContainer > .container {
    padding: 0;
    height: inherit;
}
@-moz-document url-prefix() {
    .topNavContainer > .container {
        padding-top: 0;
    }
}

.topNavContainer {
    height: 23em;
    /*min-height: 23em;*/
}


.bottomNavContainer a {
    font-size: 2.188em!important;
    color: rgb(255,255,255)!important;
    text-align: left!important;
    padding: 0 0 0 0.5em!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
}
.bottomNavContainer a:visited {
    color: rgb(255,255,255)!important;
}
.bottomNavContainer a:hover {
    color: rgb(163,191,188) !important;
}
.bottomNavContainer a:after {
    content: "\f054"!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: rgb(227,83,13)!important;
    display: inline-block!important;
    margin-left: 0.5em!important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: 600 1.5em 'Open Sans', Arial, sans-serif;
    color: rgb(0,57,90);
    display: block;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 2em 0.5em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}
ul.mainMenu a:visited {
    color: rgb(0,57,90);
}
ul.mainMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(0,85,134);
}
ul.mainMenu a:active {
    color: rgb(255,255,255);
    background: rgb(0,85,134);
}
ul.mainMenu a:focus {
    color: rgb(255,255,255);
    background: rgb(0,85,134);
}


.desktopNav ul.mainMenu {
    display: block;
    padding-left: 25rem;
}
.desktopNav ul.mainMenu > li {
    float: left;
    width: 16.66%;
    /*display: inline-block;*/
}


.desktopNav ul.mainMenu > li:hover a,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    color: rgb(255,255,255);
        background: rgb(0,85,134);
}
.desktopNav ul.mainMenu > li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu > li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}

ul.mainMenuCol2 > li {
    float: left;
    width: 50%;
}
ul.mainMenuCol2 > li:first-child {
    padding-right: 1.5em;
}
ul.mainMenuCol2 > li:last-child {
    padding-left: 1.5em;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    font-size: 1em;
    color: rgb(255,255,255) !important;
    border-left: none;
    display: block;
    padding: 0.8em 2.5em 0.8em 0.8em;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: none !important;
}
.desktopNav ul.subMainMenu a:visited {
    color: rgb(255,255,255)!important;
}
.desktopNav ul.subMainMenu a:hover {
    color: rgb(0,125,197)!important;
}
.desktopNav ul.subMainMenu a:active {
    color: rgb(0,125,197)!important;
}
.desktopNav ul.subMainMenu a:focus {
    color: rgb(0,125,197)!important;
}
.desktopNav ul.subMainMenu a:after {
    content: "\f0da"!important;
    position: absolute;
    right: 1rem;
    top: 50%;
    -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(255,255,255)!important;
}

.desktopNav ul.subMainMenu {
    position: relative;
    height: inherit;
    padding: 2rem 1rem;
}
.desktopNav ul.subMainMenu > li {
    width: 50%;
    float: left;
}
.desktopNav ul.subMainMenu > li:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    float: none;
    width: auto;
    clear: both;
    padding-right: 0!important;
}
.desktopNav ul.subMainMenu > li:nth-child(even) {
    padding-left: 1rem;
}
.desktopNav ul.subMainMenu > li:nth-child(odd) {
    padding-right: 1rem;
}
    .desktopNav ul.subMainMenu > li.selected a {
        color: rgb(0,125,197) !important
    }

.desktopNav ul.subMainMenu > li:last-child a,
.desktopNav ul.subMainMenu > li:last-child a:link {
    font-size: 1.5em;
    border-bottom: none;
    padding-right: 3em!important;
    text-align: right;
}
.desktopNav ul.subMainMenu > li:last-child a:after {
    content: "\f067"!important;
    right: 2rem!important;
}
.desktopNav ul.subMainMenu > li:last-child a:before {
    content: normal!important;
}

ul.relatedLinks a,
ul.relatedLinks a:link {
    display: table-cell;
    font-size: 0.9em!important;
    color: rgb(255,255,255)!important;
    padding: 1.5em 1em!important;
    text-align: center!important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: none!important;
    
}
ul.relatedLinks a:visited {
    color: rgb(255,255,255)!important;
}
ul.relatedLinks a:hover {
    color: rgb(255,255,255) !important;
    background: rgb(63,82,97)!important;
}

ul.relatedLinks i{
    font-size: 1.7em;
    display: block;
    margin-bottom: 0.2em;
}

ul.relatedLinks > li {
    float: left;
    width: 47%;
    height: 8.3em;
    margin-right: 4%;
    margin-bottom: 4%;
    display: table;
    background: rgb(79,116,143);
}
ul.relatedLinks > li:nth-child(even) {
    margin-right: 0;
}
ul.relatedLinks > li:nth-child(3),
ul.relatedLinks > li:last-child {
    margin-bottom: 0;
}

/*---------------------table styling-------------------------*/
	/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
	table .council-table{
		font-size: 1em;
	}

td, th { 
  padding: 6px; 
  border: none; 
  text-align: left; 
}
table.tblAgendaMinutes td,
 table.tblAgendaMinutes th {
    padding: 1em;
}
    table.tblAgendaMinutes td span {
        display: none;
    }
table.tblAgendaMinutes tbody td:nth-child(3),
table.tblAgendaMinutes tbody td:nth-child(4),
table.tblAgendaMinutes tbody td:nth-child(5) {
    padding-left: 2em;
}

table.tblAgendaMinutes thead tr {
    background: rgb(79,116,143);
    color: #ffffff;
    font-family:'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}
table.tblAgendaMinutes tbody {
    background: rgb(243,243,243);
}
table.tblAgendaMinutes tbody td {
    color: rgb(22,87,81);
}
	@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	/*table, thead, tbody, th, td, tr { 
		display: block; 
	}*/
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
        table.tblAgendaMinutes tbody td:nth-child(3),
        table.tblAgendaMinutes tbody td:nth-child(4),
        table.tblAgendaMinutes tbody td:nth-child(5) {
            padding-left: 1em;
        }
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
        table.tblAgendaMinutes thead {
            display: none;
        }
        table.tblAgendaMinutes thead tr {
            position: relative;
            top: auto;
            left: auto;
        }
	tr { 
        border: none; 
        /*border-bottom: 1px solid rgb(15,61,57);*/
	}
	
	.council-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ccc; 
		position: relative;
		padding-left: 50%; 
	}
	
	.council-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}
	



/*-------------responsive tables generic---------------------*/
.responsive-table {
    text-transform: none;
}
tr:nth-of-type(2n){
	background: none !important;
}

tr td:first-child {
	/*background: none !important;*/
}
/* table */
.responsive-table table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    border-collapse: collapse;
    border-spacing: 0;
}

.responsive-table table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

.responsive-table table tr {
    color: #222;
}

.responsive-table table tr {
    background: #efefef;
}

.responsive-table table tr:nth-child(even) {
    background: #efefef;
}

.responsive-table table th {
    font-weight: bold;
    padding: 0.35em;
    font-size: 1em;
}

.responsive-table table td {
    padding: 0.6em;
    font-size: 1.1em;
}

.responsive-table table td {
    text-align: left;
}



/****************************************************************
MAIN CONTENT
****************************************************************/
.containerTable {
    width: 100%;
    display: table;
}

.containerMain {
    display: table-cell;
}

main {
    width: 75%;
    padding: 0 1.5em 1.5em 2.5em;
    background: rgb(255,255,255);
}

.articlePost {
    height: auto;
    min-height: 20em;
    padding-top: 1.9em;
    border-top: 1px solid rgb(209,209,209);
}

.articlePost a,
.articlePost a:link {
    font-weight: bold;
}

/****************************************************************
ASIDE
****************************************************************/
ul.subSideMenu {
    display: none;
}

aside {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    background: rgb(0,85,134);
}


.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: rgb(255,255,255);
    display: inline-block;
    padding: 1em 0.6em;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}



.moreOption:hover {
    color: rgb(255,255,255)!important;
    /*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: 600 1.125em 'Open Sans', Arial, sans-serif;
    color: rgb(255,255,255);
    display: block;
    padding: 0.9em 1em;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgb(0,85,134);
}
ul.sideMenu a:visited {
    color: rgb(255,255,255);
}
ul.sideMenu a:hover {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}
    ul.sideMenu a:active {
        color: rgb(255,255,255);
        background: rgb(0,109,104);
    }
    ul.sideMenu a:focus {
        color: rgb(255,255,255);
        background: rgb(0,109,104);
    }

ul.sideMenu > li {
    position: relative;
}

ul.sideMenu > li.hasChild a {
    padding-right: 2.5em;
}

ul.sideMenu > li.selected a {
    color: rgb(255,255,255);
        background: rgb(0,109,104);
}
ul.sideMenu > li.selected .moreOption {
    color: rgb(255,255,255);
}

ul.sideMenu > li:hover > a {
    color: rgb(255,255,255);
        background: rgb(0,109,104);
}
ul.sideMenu > li:hover .moreOption {
    color: rgb(255,255,255);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-size: 1em!important;
    font-weight: 600!important;
    color: rgb(255,255,255)!important;
    padding: 1em 1em 1em 2em!important;
    display: block;
    background: rgb(0, 78, 74) !important;
}
ul.subSideMenu a:visited {
    color: rgb(255,255,255)!important;
}
ul.subSideMenu a:hover {
    color: rgb(255,255,255)!important;
    background: rgb(27,37,45)!important;
}
ul.subSideMenu a:active {
    color: rgb(255,255,255)!important;
    background: rgb(27,37,45)!important;
}
ul.subSideMenu a:focus {
    color: rgb(255,255,255)!important;
    background: rgb(27,37,45)!important;
}
ul.subSideMenu > li.selected a {
    color: rgb(255,255,255)!important;
    background: rgb(27,37,45)!important;
}





/****************************************************************
TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ]
****************************************************************/
.headerContent {
    padding: 2.2em 0.8em 2em 0;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: 600 0.875em 'Open Sans', sans-serif;
    color: rgb(0,57,90);
    display: block;
    display: block;
}
ol.breadCrumb a:visited {
    color: rgb(0,57,90);
}
ol.breadCrumb a:hover {
    color: rgb(0,109,104);
}
ol.breadCrumb a:active {
    color: rgb(0,109,104);
}
ol.breadCrumb a:focus {
    color: rgb(0,109,104);
}

ol.breadCrumb a:after {
    content: "\f105";
    color: rgb(0,57,90);
    margin-right: 0.5em;
}

ol.breadCrumb > li:last-child a,
ol.breadCrumb > li:last-child a:link {
    color: rgb(0,109,104);
}


ol.breadCrumb {
    float: left;
}
ol.breadCrumb > li {
    float: left;
}
ol.breadCrumb > li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}


ul.textResizer {
    float: right;
    margin-top: 0.4em;
}

ul.textResizer > li {
    float: left;
    margin-right: 0.2em;
}

ul.textResizer > li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a {
    font: 600 0.688em/0 'Open Sans', Arial, sans-serif;
    color: rgb(0, 109, 104);
    text-transform: uppercase;
    display: inline-block;
}
ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}
ul.textResizer a:visited {
    color: rgb(0, 109, 104);
}
ul.textResizer a:hover {
    color: rgb(0,109,104);
}
ul.textResizer a:active {
    color: rgb(0,109,104);
}
ul.textResizer a:focus {
    color: rgb(0,109,104);
}

ul.textResizer span {
    margin-right: 0.5em;
}

ul.textResizer a.small-text {
    font-size: 0.688em;
}

ul.textResizer a.medium-text {
    font-size: 1em;
}

ul.textResizer a.large-text {
    font-size: 1.3em;
}

ul.textResizer a.textresizer-active {
    color: rgb(0,109,104);
}

#google_translate_element {
    position: relative;
    top: 1em;
    display: inline-block;
}






.modal p {
    font-size: 0.9em;
}


/****************************************************************
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;
    word-break: break-word;
}

ul.search-page .searchedContent {
    display: block;
    margin-bottom: 0.2em;
}

.searchPage input[type="submit"] {
    color: rgb(255,255,255);
    border-color: none;
    background: rgb(0,85,134);
}
.searchPage input[type="submit"]:hover {
    border-color: none;
    background: rgb(0,109,104);
}



.searchPage.frmConfirmPage .articlePost h3 {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    color: rgb(41,41,41);
    margin-top: 3em;
}
.searchPage.frmConfirmPage .articlePost h3:before {
    content: "\f05d";
    font-size: 80px;
    color: rgb(104,234,8);
    margin-left: 0;
    display: block;
    margin-bottom: 0.2em;
}





.footerTop {
    height: auto;
    height: 455px;
    background: rgb(251,251,251) url(../images/bgFlinFlon.jpg) right bottom no-repeat;
}
.innerCap {
    max-width: 833px;
    height: inherit;
    padding-right: 18em;
    padding-top: 2.5em;
    padding-left: 2em;
    background: url(../images/footerTopCaptionBG.png) left top no-repeat;
}

.ffLogo {
    max-width: 394px;
    height: 193px;
    text-indent: -9999em;
    background: url(../images/Flin-Flon-The-Water-and-The-Wild.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.innerCap p {
    font-size: 1.2em;
    color: rgb(41,39,40);
    margin-bottom: 1.5em;
}

.innerCap a,
.innerCap a:link {
    font: 700 1em 'Open Sans', sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 0.9em 2em;
    display: inline-block;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    background: rgb(0,90,141);
}
.innerCap a:visited {
    color: rgb(255,255,255);
}
.innerCap a:hover {
    background: rgb(0,116,116);
}
.innerCap a:active {
    background: rgb(0,116,116);
}
.innerCap a:focus {
    background: rgb(0,116,116);
}




.footerMiddle {
    overflow: hidden;
    padding: 5em 1.5em 0;
    background: rgb(0,116,110);
}
ul.appContainer > li {
    float: left;
    width: 50%;
}
.footerMiddle h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: rgb(255,255,255);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footerMiddle h3 span {
    font-size: 2em;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    display: block;
}

ul.appContainer {
    color: rgb(255,255,255);
}
ul.appContainer img {
    display: inline-block;
    margin-right: 1em;
}
ul.appContainer img + img {
    margin-right: 0;
}
ul.ffList {
    font-size: 0.95em;
    margin-bottom: 1.5em;
}
ul.ffList i {
    display: inline-block;
    margin-right: 1em;
}
ul.appContainer > li {
    padding-bottom: 3em;
}
ul.appContainer > li:first-child {
    width: 60%;
    padding-right: 30em;
    background: url(../images/bgPhones.jpg) right 0.1em no-repeat;
    -webkitbackground-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
ul.appContainer > li:last-child {
    width: 40%;
    padding-left: 5em;
}

a:link.btnContent,
a.btnContent:visited{
	font: 700 1em 'Open Sans', sans-serif;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding: 0.9em 2em;
	display: inline-block;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    background: rgb(79,116,143);
}
a.btnContent:hover {
    color: rgb(255,255,255) !important;
    background: rgb(63,82,97)!important;
}

.btnRegister {
    font: 700 1em 'Open Sans', sans-serif;
    color: rgb(255,255,255)!important;
    text-transform: uppercase;
    padding: 0.9em 2em;
    display: inline-block;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    background: rgb(0,83,78);
}
.btnRegister:hover {
	color: rgb(255,255,255)!important;
    background: rgb(0,90,141)!important;
}




.footerBottom {
    position: relative;
    padding: 3.3em 11em 6.8em 10em;
    background: rgb(0,83,78) url(../images/City-of-Flin-Flon-Footer.png) 2.5em 1.8em no-repeat;
}

.pipe {
    display: inline-block;
    margin: 0 0.5em;
}
small,
.footerBottom p {
    font-size: 0.9em;
    color: rgb(255,255,255);
    margin-bottom: 0;
}
.footerBottom a,
.footerBottom a:link {
    font-size: 0.9em;
    color: rgb(255,255,255);
    display: inline-block;
}
.footerBottom a:visited {
    color: rgb(255,255,255);
}
.footerBottom a:hover {
    color: rgb(0,90,141);
}
.footerBottom a:active {
    color: rgb(0,90,141);
}
.footerBottom a:focus {
    color: rgb(0,90,141);
}

cite {
    position: absolute;
    top: 37%;
    right: 2em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
cite a,
cite a:link {
    width: 113px;
    height: 52px;
    font-size: 0.5em!important;
    font-weight: 600;
    text-align: right;
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: block;
    background: url(../images/All-Net.png) center bottom no-repeat;
}









.quickLinksContainer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(1,115,151);
}
ul.quickLink > li {
    float: left;
    width: 20%;
}

ul.quickLink a,
ul.quickLink a:link {
    position: relative;
    color: rgb(255,255,255);
    padding: 1.2em 1em 1.2em 4em;
    display: block;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}
ul.quickLink a:visited {
    color: rgb(255,255,255);
}
ul.quickLink a:hover {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}
}
ul.quickLink a:active {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}
ul.quickLink a:focus {
    color: rgb(255,255,255);
    background: rgb(0,109,104);
}

ul.quickLink a > i {
    position: absolute;
    top: 50%;
    left: 0.6em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    display: inline-block;
    margin-right: 0.5em;
}





#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;
    }

/*************************
    Fire Rating
    
**************************/
.dynamicFireRating,
.dynamicFireRatingBanner{
    display:block;
    float:left;
    width:100%;
    padding: 1em;
    margin-bottom: 1em;
    background: rgb(37,53,63);
}
.dynamicRoadBan {
    padding: 1.5em 2em;
    margin-bottom: 1.5em;
    background: rgb(37,53,63);
}
.dynamicRoadBan h1,
.dynamicFireRating h1,
.dynamicFireRatingBanner h1{
    font-size: 1.35em;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 0.8em;
}
.dynamicFireRating h1 > span,
.dynamicFireRatingBanner h1 > span{
	font-weight: 400;
    font-size: 0.9em;
	line-height: 1;
    display: block;
	text-transform: none;
}
.dynamicFireRatingSolo {
    display:block;
    float:left;
    width:100%;
    padding: 0.8em;
    background: rgb(37,53,63);
}

.dynamicFireRatingSolo a {
    /*float:right;*/
    display: inline-block;
    text-transform: uppercase;
    font-family: OpenSansBold;
    color: #ffffff;
    padding: 1em;
    padding-left: 5em;
}
.dynamicFireRatingSolo a > span {
    font-family: OpenSansRegular;
    font-size: 1em;
    display: block;
	text-transform: none;
}
.dynamicFireRatingBanner:hover,
.dynamicFireRatingSolo:hover{
	background-color: rgb(230,126,34);
	cursor: pointer;
	-webkit-transition: background-color 300ms ease 0s;
    -moz-transition: background-color 300ms ease 0s;
    -o-transition: background-color 300ms ease 0s;
    transition: background-color 300ms ease 0s;
}
.dynamicRoadBan a {
    float: right;
    color: rgb(255,255,255)!important;
    font-weight: bold;
    display: inline-block;
    padding: 1em 0 1em 3em;
}
.dynamicFireRating a,
.dynamicFireRatingBanner a{
    float:right;
    display: inline-block;
    text-transform: uppercase;
    font-family: OpenSansBold;
    color: #ffffff;
    padding: 2em;
    padding-left: 5.5em;
    cursor:default;
}
.dynamicRoadBan a.roadBanNone:before {
    color: rgb(82,96,170);
}
.dynamicRoadBan a.roadBanInEffect:before {
    color: rgb(239,75,75);
}
.dynamicFireRating a:hover,
.dynamicFireRatingBanner a:hover{
    color: #ffffff;
 }

.dynamicFireRating a.fireExtreme,
.dynamicFireRatingBanner a.fireExtreme{
	background:url(../images/FireRating/fireExtreme.png) 1.8em center no-repeat;
}
.dynamicFireRatingSolo a.fireExtreme{
	background:url(../images/FireRating/fireExtreme.png) 1em center no-repeat;
}
.dynamicFireRating a.fireHigh,
.dynamicFireRatingBanner a.fireHigh{
	background:url(../images/FireRating/fireHigh.png) 1.8em center no-repeat;
}
.dynamicFireRatingSolo a.fireHigh{
	background:url(../images/FireRating/fireHigh.png) 1em center no-repeat;
}
.dynamicFireRating a.fireLow,
.dynamicFireRatingBanner a.fireLow{
	background:url(../images/FireRating/fireLow.png) 1.8em center no-repeat;
}
.dynamicFireRatingSolo a.fireLow{
	background:url(../images/FireRating/fireLow.png) 1em center no-repeat;
}
.dynamicFireRating a.fireModerate,
.dynamicFireRatingBanner a.fireModerate{
	background:url(../images/FireRating/fireModerate.png) 1.8em center no-repeat;
}
.dynamicFireRatingSolo a.fireModerate{
	background:url(../images/FireRating/fireModerate.png) 1em center no-repeat;
}

.tblFireRatingContainer h4 {
    font-size: 1em;
    text-align: center;
}

ul.fireLegends,
ul.fireLegends > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.fireLegends {
    margin-bottom: 2em;
}
ul.fireLegends > li{
    float: left;
    width: 25%;
    color: rgb(255,255,255);
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
}
ul.fireLegends > li:first-child {
    background: rgb(82,93,172);
}
ul.fireLegends > li:nth-child(2) {
    background: rgb(123,192,67);
}
ul.fireLegends > li:nth-child(3) {
    background: rgb(255,192,0);
}
ul.fireLegends > li:last-child {
    background: rgb(255,0,0);
}


.tblFireRating {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.tblFireRating caption {
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.tblFireRating th {
    color: rgb(255,255,255);
    padding: 1em 0.7em;
    text-align: center;
    text-transform: uppercase;
    background: rgb(37,53,63);
}

.tblFireRating td {
    width: 25%;
    padding: 1em 0.7em;
    text-align: center;
    border-bottom: 1px solid rgb(255,255,255);
}

.tblFireRating tr:nth-child(even) {
    background: none;
}

.tblFireRating tr:nth-child(2) td{
    background: rgb(55,70,79);
}

.tblFireRating tr:nth-child(3) td {
    font-weight: bold;
}
.tblFireRating tr:nth-child(3) td:first-child {
    color: rgb(31,72,124);
    background: rgb(255,255,255);
}
.tblFireRating tr:nth-child(3) td:nth-child(2) {
    color: rgb(13,178,88);
    background: rgb(237,235,224);
}
.tblFireRating tr:nth-child(3) td:nth-child(3) {
    color: rgb(6,4,0);
    background: rgb(255,192,0);
}
.tblFireRating tr:nth-child(3) td:last-child {
    color: rgb(0,0,0);
    background: rgb(255,0,0);
}

.tblFireRating tr:nth-child(4) td[colspan="2"] {
    background: rgb(146,208,80);
}
.tblFireRating tr:nth-child(4) td:nth-child(2) {
    background: rgb(255,192,0);
}
.tblFireRating tr:nth-child(4) td:last-child{
    background: rgb(255,0,0);
}

/****************
    Road Ban

****************/
.dynamicRoadBan a {
    position: relative;
    padding-left: 4em;
}
.dynamicRoadBan a:before {
    content: "\f018";
    position: absolute;
    top: -9px;
    left: 0;
    font-size: 3em;
    margin-left: 0;
}




.connectRegister {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
    padding: 0;
}




#headerWeather .modal-footer {
    display: none;
}


.subLogoCont {

}
/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1700px) {
    h1.siteLogo {
        width: 220px;
        height: 77px;
        left: 2rem;
        bottom: 0.7rem;
    }
    .desktopNav ul.mainMenu {
        padding-left: 17rem;
    }
    ul.mainMenu a, 
    ul.mainMenu a:link {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:1650px) {
    .socialMedia a,
    .socialMedia a:link {
        font-size: 0.5em;
    }


    ul.quickLink a,
    ul.quickLink a:link {
        font-size: 0.95em;
    }
    ul.quickLink a > i {
        font-size: 27px;
    }


    body {
        background-position-y: 6em!important;
    }
}

@media only screen and (max-width:1500px) {
    ul.quickLink a,
    ul.quickLink a:link {
        font-size: 0.9em;
        padding-left: 3.5em;
    }
    ul.quickLink a > i {
        font-size: 22px;
    }


    .footerMiddle h3 {
        font-size: 1em;
    }
    ul.ffList,
    ul.appContainer p {
        font-size: 0.95em;
    }
    .btnRegister {
        font-size: 0.8em;
    }


    .ffLogo {
        max-width: 300px;
        height: 149px;
    }
    .innerCap {
        background-position-x: -5em;
    }
    .innerCap p {
        font-size: 1em;
    }
    .innerCap a,
    .innerCap a:link {
        font-size: 0.8em;
    }



    h2.categoryTitle {
        font-size: 1.4em;
    }
    h3.pageTitle {
        font-size: 2.7em;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.775em;
    }
    ul.textResizer {
        margin-top: 0;
    }
    ul.textResizer span, 
    ul.textResizer a {
        font-size: 0.7em;
    }

    .moreOption {
        padding-top: 0.85em;
        padding-bottom: 0.85em;
    }
    ul.sideMenu a,
    ul.sideMenu a:link,
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 1em;
    }
}

@media only screen and (max-width:1400px) {
    ul.appContainer > li:first-child {
        padding-right: 28em;
    }
}

@media only screen and (max-width:1370px) {
    ul.appContainer > li:first-child {
        width: 70%;
        padding-right: 24em;
        -webkitbackground-size: 350px 311px;
        -moz-background-size: 350px 311px;
        background-size: 350px 311px;
        background-position-y: bottom;
    }
    ul.appContainer > li:last-child {
        width: 30%;
        padding-left: 2em;
    }
}

@media only screen and (max-width:1300px) {
    h1.siteLogo {
        width: 180px;
        height: 63px;
        left: 1rem;
    }
    .desktopNav ul.mainMenu {
        padding-left: 13rem;
    }


    .desktopNav ul.mainMenu a,
    .desktopNav ul.mainMenu a:link {
        font-size: 1em;
    }
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85em;
    }
    .desktopNav ul.relatedLinks a,
    .desktopNav ul.relatedLinks a:link {
        font-size: 0.8em!important;
    }
    .desktopNav ul.subMainMenu > li:last-child a,
    .desktopNav ul.subMainMenu > li:last-child a:link {
        font-size: 1.2em;
    }
    ul.relatedLinks > li {
        height: 7.3em;
    }
    .topNavContainer {
        min-height: 20em;
    }



    .headerTop a,
    .headerTop a:link {
        font-size: 0.75em;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 0.5em;
    }
    #weather h1 {
        font-size: 1em;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.7em;
    }
    .frmSearch input[type="search"] {
        padding-right: 7em;
    }


    .headerContent {
        padding-top: 1.5em;
    }
    h2.categoryTitle {
        font-size: 1.2em;
    }
    h3.pageTitle {
        font-size: 1.7em;
    }
    ul.sideMenu a, 
    ul.sideMenu a:link, 
    ul.subSideMenu a, 
    ul.subSideMenu a:link {
        font-size: 0.9em!important;
    }
    .moreOption {
        padding-top: 0.65em;
        padding-bottom: 0.65em;
    }

    body {
        background-position-y: 6em!important;
    }
    h2.subLogo {
        height: 155px;
        margin-top: 11em;
    }
    h2.subLogo > a {
        -webkit-background-size: 110px 108px;
        -moz-background-size: 110px 108px;
        background-size: 110px 108px;
    }
}

@media only screen and (max-width:1270px) {
    ul.quickLink a,
    ul.quickLink a:link {
        font-size: 0.8em;
        padding-left: 3em;
    }
    ul.quickLink a > i {
        font-size: 18px;
    }
}

@media only screen and (max-width:1140px) {
    .footerMiddle,
    .footerMiddle .container {
        padding-left: 0;
        padding-right: 0;
    }

    ul.appContainer > li {
        float: none;
        width: 100%;
    }
    ul.appContainer > li:first-child {
        width: 100%;
        padding-left: 3em;
        padding-right: 28.5em;
        background-position-x: 89%;
    }
    ul.appContainer > li:last-child {
        width: 100%;
        padding: 3em 5em 3em 3em;
        background: rgb(0,62,58);
    }


    .footerBottom {
        padding-bottom: 3.3em;
    }

    cite {
        top: 50%;
    }

    .quickLinksContainer h2 {
        display: inherit;
    }

    .quickLinksContainer {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 2em;
    }
    .quickLinksContainer h2 {
        color: rgb(255,255,255);
        margin-bottom: 0.5em;
    }
    .quickLinksContainer h2 i {
        display: inline-block;
        margin-right: 0.5em;
    }
    ul.quickLink > li {
        float: none;
        width: 100%;
    }
    ul.quickLink a,
    ul.quickLink a:link {
        font-size: 1em;
    }


    .footerMiddle {
        padding-top: 0;
    }
}

@media only screen and (max-width:1100px) {
    .ffLogo {
        max-width: 250px;
        height: 124px;
    }
    .innerCap {
        padding-right: 25em;
        background-position-x: -10em;
    }
    .innerCap p {
        font-size: 0.9em;
    }
    .innerCap a, .innerCap a:link {
        font-size: 0.7em;
    }
}

@media only screen and (max-width:1040px) {
    .masterHeader {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    /*.subLogoCont.container {
        height: 350px;
    }*/
}

@media only screen and (max-width:1080px) {
    ol.breadCrumb,
    .desktopNav,
    .moreOptionMainMenu > span,
    .moreOptionSubMainMenu > span,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }


    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1em;
        color: rgb(0,85,134);
        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: rgb(255,255,255);
    }

    nav.navOpen {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .closeNav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.2em;
        color: rgb(0,85,134);
        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: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 500;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        background: rgb(255,255,255);
    }

    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;
        color: rgb(0,16,33);
        text-align: left;
        border-left: none;
        display: block;
        padding: 0.7em 1em;
    }
    ul.mainMenu a:visited {
        color: rgb(0,16,33);
    }

    ul.mainMenu > li {
        position: relative;
    }

    ul.mainMenu > li.hasChild > a {
        padding-right: 2.5em;
    }

        ul.mainMenu > li.selected > a {
            color: rgb(255,255,255);
            background: rgb(0,85,134);
        }
    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: rgb(255,255,255);
    }

        ul.mainMenu > li:hover > a {
            color: rgb(255,255,255);
            background: rgb(0,85,134);
        }
    ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
         color: rgb(255,255,255);
    }


    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.9em;
        color: rgb(255,255,255);
        text-transform: none!important;
        padding: 1.2em 1em 1.2em 1.7em!important;
        border-bottom: none!important;
        background: rgb(33,49,60)!important;
    }
    ul.subMainMenu a:visited {
        color: rgb(255,255,255);
    }
    ul.subMainMenu a:hover {
        color: rgb(255,255,255);
        background: rgb(59,73,83)!important;
    }

    ul.subMainMenu > li {
        position: relative;
    }

    ul.subMainMenu > li.hasChild > a {
        padding-right: 2.7em;
    }

    ul.subMainMenu > li.selected > a {
        color: rgb(255,255,255);
        background: rgb(59,73,83)!important;
    }
    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }


    .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }

    ul.subMainMenu > li:hover > a {
        color: rgb(255,255,255);
        background: rgb(59,73,83)!important;
    }
    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: rgb(255,255,255);
    }


    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.8em!important;
        color: rgb(255,255,255);
        padding-left: 2em!important;
        background: rgb(42,47,50) !important;
    }
    ul.subSubMainMenu a:visited {
        color: rgb(255,255,255) !important;
    }
    ul.subSubMainMenu > li a:hover {
        color: rgb(255,255,255) !important;
        background: rgb(24,27,29) !important;
    }
    ul.subSubMainMenu > li.selected > a {
        color: rgb(255,255,255) !important;
        background: rgb(24,27,29) !important;
    }


    ul.sideMenu {
        display: none;
    }

    aside,
    .containerMain {
        display: block;
    }

    main,
    aside {
        float: none;
        width: 100%;
    }

    main {
        margin-top: 0.5em;
        padding-left: 0;
        padding-right: 0;
    }

    aside {
        min-height: 0;
        padding-bottom: 0;
        margin-bottom: 1em;
        background: none;
    }

    .sideMenuNav {
        position: relative;
        display: inherit;
        width: 100%;
        font: normal 400 1em 'Open Sans', Arial, sans-serif;
        color: rgb(255,255,255);
        text-align: left;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: none;
        padding: 0.7em 2.5em 0.7em 1em;
        margin: 0;
        background: rgb(79,116,143);
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f055";
        position: absolute;
        top: 50%;
        right: 1em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgb(255,255,255);
        margin-left: 0;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }



    .headerTop a span,
    #weather span {
        display: none;
    }
    .headerTop a, 
    .headerTop a:link {
        font-size: 1.1em;
        margin-right: 0.5em;
    }
    .socialMedia a,
    .socialMedia a:link {
        font-size: 0.5em;
        margin-right: 0;
    }


    h2.subLogo {
        width: 160px;
    }


    .scrollup {
        bottom: 1em;
        right: 1em;
    }
}

@media only screen and (max-width:860px) {
    .footerTop .container {
        padding-right: 0;
    }
    .footerTop {
        height: auto;
        padding-top: 20em;
        background-position-y: top;
    }
    .innerCap {
        max-width: none;
        height: auto;
        padding: 2em;
        background-image: none;
        background: rgb(243,243,243);
    }
}

@media only screen and (max-width:900px) {
    .modal-dialog {
        width: auto;
        padding-right: 0;
    }
}

@media only screen and (max-width:810px) {
    .footerMiddle h3 {
        font-size: 0.8em;
    }
}

@media only screen and (max-width:800px) {
    ul.appContainer > li:first-child {
        padding-top: 2rem;
        padding-right: 3em;
        -webkitbackground-size: 300px 267px;
        -moz-background-size: 300px 267px;
        background-size: 300px 267px;
    }
    ul.ffList {
        padding-right: 20em;
    }
    ul.appContainer img {
        display: block;
        margin-right: 0;
        margin-bottom: 0.3em;
    }
}

@media only screen and (max-width:768px) {
    .footerBottom {
        padding-top: 2.3em;
        padding-left: 7.7em;
        padding-bottom: 2em;
        background-position-x: 1.5em;
        background-position-y: center;
        -webkit-background-size: 80px 78px;
        -moz-background-size: 80px 78px;
        background-size: 80px 78px;
    }

    .searchPage.frmConfirmPage .articlePost h3:before {
        font-size: 40px;
    }
}

@media only screen and (max-width:700px) {
    .frmSearch {
        display: none;
    }

    .btnModalSearch {
        display: inherit;
    }

    /*.socialMedia {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }*/
    .socialMedia a span {
        display: none;
    }
    .socialIconCont {
        width: 4em;
        height: 4em;
    }
    .socialMedia a,
    .socialMedia a:link{
        padding: 1em 1em 0.2em;
    }

    #weather {
        margin-top: 0.6em;
        margin-bottom: 0.4em;
    }
}

@media only screen and (max-width:610px) {
    ul.appContainer > li:first-child {
        padding-bottom: 18em;
        background-position-x: center;
    }
    ul.ffList {
        padding-right: 0;
    }
    ul.appContainer img {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) {
    .mainContent img {
        float: none;
        display: block;
        margin: 1em;
    }

    .adContainer img {
        margin: 0!important;
    }

    .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;
    }




    h3.pageTitle {
        font-size: 1.4em;
    }


    .quickLinksContainer h2 {
        font-size: 1.3em;
    }
    ul.quickLink a,
    ul.quickLink a:link {
        font-size: 0.9em;
    }


    .footerBottom {
        text-align: center;
        padding: 7.5em 1.5em 1.5em;
        background-position: center 2em;
    }
    cite {
        position: static;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        display: inline-block;
        margin-top: 0.7em;
    }
}

@media only screen and (max-width:580px) {
    h1.siteLogo {
        width: 130px;
        height: 46px;
        bottom: 0.5rem;
    }

    .menuIcon {
        font-size: 1em;
    }


    h2.categoryTitle {
        font-size: 1em;
    }
}

@media only screen and (max-width:530px) {
    .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;
    }
}

@media only screen and (max-width:500px) {
    nav {
        width: 300px;
    }

    .moreOptionMainMenu {
        padding-bottom: 0.65em;
        padding-top: 0.65em;
    }
    @-moz-document url-prefix() {
        .moreOptionMainMenu {
            padding-bottom: 0.7em;
            padding-top: 0.7em;
        }
        .moreOptionSubMainMenu {
            padding-bottom: 0.9em;
            padding-top: 0.9em;
        }
    }

    ul.mainMenu a, 
    ul.mainMenu a:link {
        font-size: 1em;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.9em!important;
    }
    ul.subSubMainMenu a, 
    ul.subSubMainMenu a:link {
        font-size: 0.8em!important;
    }
}

@media only screen and (max-width:370px) {
    ul.appContainer img {
        width: 48%;
    }
    ul.appContainer > li:first-child {
        padding-right: 3em;
        -webkitbackground-size: 250px 222px;
        -moz-background-size: 250px 222px;
        background-size: 250px 222px;
    }
}