﻿/*******1 GENERAL THEME OF THE SITE *******/

body {
    min-width: 320px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #083253;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: #FFF;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: matrix-ii, serif;
    font-weight: 400;
    font-style: italic;
    color: #083253;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

.pageTitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.featuredImage {
    position: relative;
    height: auto;
    min-height: 522px;
    overflow: hidden;
    -webkit-border-radius: 0 0 1.5rem 1.5rem;
    -moz-border-radius: 0 0 1.5rem 1.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

.activePopupAlert .featuredImage .container {
    padding-top: 13.5rem;
    padding-bottom: 1rem;
}

h2.categoryTitle {
    position: absolute;
    top: 60%;
    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%);
    z-index: 2;
    font-family: matrix-ii, serif;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
}

h2.categoryTitle .catTitleCont {
    display: block;
}

h2.categoryTitle .subCatTitle {
    font-size: 1.5rem;
    display: block;
    display: none;
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #0F3D39;
    display: block;
    margin-bottom: 1.5rem;
}


/* styling for content area tables */

table th {
    background: #009390;
    color: #FFF;
}


/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    color: #9db12d;
    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: #9db12d;
}

a:hover,
a:active,
a:focus,
ul.directory-list button:hover,
ul.directory-list button:active,
ul.directory-list button:focus {
    color: #fcb034;
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}


.desktopNav ul.subSubMainMenu,
.quickLinks.mobileQL,
.fas.fa-plus.float-right,
.fas.float-right.fa-minus.show-menu,
.idLiketoSearchBTN.btnMobileIdLikeTo,
.mobileNav,
.sideMenuNav,
.moreOption>span,
.scrollup>span {
    display: none;
}
.BTNMobileClose {
    display: none!important;
}

a.linkPopularLinks:after,
.BTNMobileClose:before,
.BTNMobile:before,
.BTNMobile:after,
.idLiketoSearchBTN.btnMobileIdLikeTo:before,
.linkMoreInfo:after,
.pleaseNote:before,
.FTCol3 h2:before,
a.fbIcon:before,
a.igIcon:before,
a.tIcon:before,
.socialContainer h2:before,
a.idLiketoSearchBTN:before,
.highlightContainer h2:before,
.hightlightsInnerCont a:after,
.btnPrint,
.btnFireRating h3:after,
.dynamicRoadBan a:before,
ul.footerCol3>li:last-child:before,
ul.phoneColsList>li:before,
.desktopNav ul.mainMenu a:after,
/* .footerTop a:before, */
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
ol.breadCrumb,
ol.breadCrumb>li,
ul.hightlightLists,
ul.hightlightLists>li,
ul.phoneColsList,
ul.phoneColsList>li,
ul.relatedLinks,
ul.relatedLinks>li,
ul.search-page,
ul.search-page>li,
ul.mainMenu,
ul.mainMenu>li,
ul.subMainMenu,
ul.subMainMenu>li,
ul.subSubMainMenu,
ul.subSubMainMenu>li,
ul.sideMenu,
ul.sideMenu>li,
ul.subSideMenu,
ul.subSideMenu>li,
ul.textResizer,
ul.textResizer>li,
ul.footerNav,
ul.footerNav>li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/
.container {
    max-width: 1800px;
}

.masterHeader .container {
    border-radius: 0 0 0.5rem 0.5rem;
    background: rgba(8,50,83,0.9);
}
.activePopupAlert .masterHeader .container {
    margin-top: 0;
}
.mainContainer-p0 .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.breadCrumbCont .container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}



.municipalServices .container {
    max-width: 100%;
}

.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}

.skipToContent h2 {
    font-size: 1rem;
    color: #018AB6;
    margin-bottom: 0.5em;
}

ol.skipLinks,
ol.skipLinks>li {
    font-size: 0.9rem;
    color: #FFF;
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5rem;
}

.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: #FFF;
}

.skipToContent a:visited {
    color: #FFF;
}

.skipToContent a:hover,
.skipToContent a:active,
.skipToContent a:focus {
    color: #FFF;
    outline: 1px solid #018AB6;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 12rem;
    right: 1rem;
    color: #FFF;
    cursor: pointer;
    padding: 0.5rem 1rem 0.8rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 6;
    background: #083253;
}

.btnScrollup:hover,
.btnScrollup:focus {
    color: #FFF;
    background: #abbe29;
}

header.masterHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
    z-index: 10;
}
header.masterHeader.mainNavActive {
    background: #fff;
}

/*loading - start*/

.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 15px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}
/*loading - end*/


#alertModal .modal-header {
    background:#083253;
}
#alertModal .modal-header h2{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}
.modal-header .close {
    font-size: 1rem;
    color: #fff;
    text-shadow:none;
}
.modal-body {
    font-size: 0.9rem;
}

.modal-footer button {
    font-size: 0.8rem;
    font-weight: 900;
    color: #fff;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background:#083253;
}
.modal-footer button:hover,
.modal-footer button:active {
    color: #fff;
    background: #0a406a;
}

a.alertBar,
a.alertBar:link{
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align:center;
    padding: 0.5rem 1rem;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background:#ff0000;
}
a.alertBar:visited{
    color: #fff;
}
a.alertBar:hover{
    background: #ff1c1c;
}





h1.siteLogo,
h1.siteLogoFR {
    position: relative;
    float: left;
    width: 319px;
    height: 81px;
    display: inline-block;
    margin: 0.5rem 0;
    z-index: 1;
}

h1.siteLogo>a,
h1.siteLogoFR>a {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/Lac-La-Biche.png) left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

h1.siteLogoFR>a {
    background: url(../images/French-River-FR.png) left center no-repeat;
}

.addthis-smartlayers.addthis-smartlayers-desktop #at4-share {
    top: 26% !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop .atss {
    z-index: 1;
}



.socialContainer {
    position: fixed;
    top: 14rem;
    right: 0;
    width: 280px;
    padding: 1rem;
    -webkit-border-radius: 0 0 1rem 0;
    -moz-border-radius: 0 0 1rem 0;
    border-radius: 0 0 1rem 0;
    border: 10px solid #99ad3f;
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 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;
    background: #fff;
    z-index: 5;
}
.socialContainer.openSocialContainer {
    -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);
}
.socialContainer h2 {
    position: absolute;
    top: 47px;
    left: -112px;
    font-family: 'Gotham Bold';
    font-size: 0.9rem;
    font-style: normal;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 1rem 1.5rem;
    cursor: pointer;
    -webkit-border-radius: 0 0 1rem 0;
    -moz-border-radius: 0 0 1rem 0;
    border-radius: 0 0 0.5rem 0.5rem;
    -webkit-transform: rotate(90DEG);
    -moz-transform: rotate(90DEG);
    -o-transform: rotate(90DEG);
    -ms-transform: rotate(90DEG);
    transform: rotate(90DEG);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(151,167,57,0.9);
}
.socialContainer h2:hover{
    background: rgba(151,167,57,1);
}
.socialContainer h2:before {
    content: "\f075";
    font-weight: 900;
    margin-right: 0.5rem;
}
.socialContainer ul.nav-tabs {
    display: block;
}
.socialContainer ul.nav-tabs > li {
    float: left;
    width: 33.33%;
}
.socialContainer ul.nav-tabs a,
.socialContainer ul.nav-tabs a:link {
    color: #909090;
    display: block;
    padding: 0 0.5rem 0.8rem;
    text-align: center;
    border-bottom: 5px solid #fff;
}
.socialContainer ul.nav-tabs a:visited {
    color: #909090;
}
.socialContainer ul.nav-tabs a.active {
    color: #a4b53b;
    border-color: #a4b53b;
}
.tab-content {
    height: 300px;
    margin-top: 1rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
a.fbIcon:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
}
a.igIcon:before{
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
}
a.tIcon:before{
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
}



.pluginHeaderContainer {
    position: absolute;
    top: 98px;
    right: 7rem;
    z-index: 5;
}
.activePopupAlert .pluginHeaderContainer {
    top: 135px;
}
.pluginHeaderContainer i {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
}
.pluginHeaderContainer a,
.pluginHeaderContainer a:link {
    position: relative;
    min-width: 250px;
    font-family: 'Gotham Bold';
    font-size: 0.9rem;
    color: #fff;
    display: inline-block;
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 0 0 0.5rem 0.5rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: rgba(8,50,83,0.8);
}
.pluginHeaderContainer a:visited {
    color: #fff;
}
.pluginHeaderContainer a:hover {
    background: rgba(8,50,83,1);
}
.pluginHeaderContainer a:active {
    background: rgba(8,50,83,1);
}
.pluginHeaderContainer a:focus {
    background: rgba(8,50,83,1);
}
a.roadBanPlugin,
a.roadBanPlugin:link {
    margin-right: 1rem;
    padding-left: 4.5rem;
}
a.roadBanPlugin i,
.PHResult {
    color: #fcb033;
}
.pluginHeaderContainer a span {
    display: block;
}


/* Search Section */
.modal .frmSearch {
    width: 100%;
    position: relative;
    max-width: initial;
    min-width: initial;
    display: block;
    top: auto!important;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
}

.frmSearch {
    position: relative;
    max-width: 430px;
    margin-bottom: 1.5rem;
}

.frmSearch input[type="search"] {
    width: 100%;
    font-family: 'Gotham Book Italic';
    font-size: 1rem;
    color: #fff;
    padding: 1rem 1rem 1rem 3rem;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background: none;
}

input::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input:-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

input::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
}

.frmSearch button[type="submit"] i {
    color: #c1d72e;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.frmSearch button[type="submit"] i:hover {
    color: #0093d0;
}


/** Model Search **/
#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}


/** Navigation **/

.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
/* .desktopNav ul.subSubMainMenu, */
ul.mainMenuCol2 h3 {
    display: none;
}

.idLiketoSearchBTN.btnMobileIdLikeTo,
.menuIcon {
    position: absolute;
    top: 64%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 1.1rem 'Open Sans', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: none;
}

.menuIcon:hover,
.menuIcon:focus {
    color: #abbe29;
}

.activePopupAlert .menuIcon {
    top: 7.1rem;
}

.menuIcon:after {
    content: "\f0c9";
    margin-left: 0.5rem;
}
.idLiketoSearchBTN.btnMobileIdLikeTo {
    right: 8rem;
}

nav {
    float: right;
}

.navContainer {
    position: absolute;
    top: 97px;
    left: 0;
    right: 0;
    -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;
}
.activePopupAlert .navContainer {
    top: 134px;
}

.topNavContainer {
    height: auto;
    min-height: 193px;
    border-radius: 0 0 1rem 1rem;
    background-color:#fff;
}

.topNavContainer>.container {
    background: none;
}

.bottomNavContainer {
    background: rgba(22, 87, 81, 0.9);
}

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-size: 1rem!important;
    color: #FFF!important;
    text-align: left!important;
    padding: 1rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
}

.bottomNavContainer a:visited {
    color: #FFF!important;
}

.bottomNavContainer a:hover,
.bottomNavContainer a:active,
.bottomNavContainer a:focus {
    color: #A3BFBC !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: #fcb034!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}


ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font-family: 'Gotham Bold';
    font-size: 1rem;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 2.1rem 1rem;
    border-top: 5px solid transparent;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    z-index: 1;
}

ul.mainMenu a:visited {
    color: #fff;
}

ul.mainMenu a:hover,
ul.mainMenu a:active,
ul.mainMenu a:focus {
    color: #abbe29;
    border-color: #abbe29;
}

ul.mainMenu a i {
    display: inline-block;
    margin-right: 0.5rem;
}

.desktopNav ul.mainMenu a:after {
    content: normal;
    margin-left: 0;
}

.desktopNav ul.mainMenu>li {
    float: left;
    display: table;
    padding: 0 0.5rem;
}


a.idLiketoSearchBTN,
a.idLiketoSearchBTN:link {
    position: relative;
    cursor: pointer!important;
}
.idLiketoSearchBTN.btnMobileIdLikeTo:before,
a.idLiketoSearchBTN:before {
    content: "\f055";
    color: #0093d0;
    margin-right: 0.5rem;
}


.desktopNav ul.mainMenu>li.selected a,
.desktopNav ul.mainMenu>li:hover a,
.desktopNav ul.mainMenu>li[aria-expanded="true"]>a {
    color: #abbe29;
    border-color: #abbe29;
}

.desktopNav ul.mainMenu>li.hasChild[aria-expanded="true"] .navContainer,
.desktopNav ul.mainMenu>li:hover .navContainer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block!important;
}

.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: none;
    color: #083253 !important;
    border: none;
    display: block;
    padding: 1rem 1rem 1rem 0;
    text-align: left;
    
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
}
.desktopNav ul.subMainMenu a:after {
    content: "";
    display: block;
    border-bottom: 1px solid #d5dce2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2rem;
}

.desktopNav ul.subMainMenu a:visited {
    color: #083253!important;
}

.desktopNav ul.subMainMenu a:hover {
    color: #abbe29!important;
}
.desktopNav ul.subMainMenu > li {
    width: 33.33%;
    float: left;
}
.desktopNav ul.subMainMenu > li:nth-child(-n+3) {
    padding-top: 1rem
} 
.desktopNav ul.subMainMenu > li:nth-last-child(-n+3) a:after {
    border-bottom: none;
}



.desktopNav ul.subMainMenu>li.selected > a,
.desktopNav ul.subSubMainMenu>li.selected > a{
    color: #abbe29!important;
}

.subMain {
    border-right: 1px solid #c1ccd4;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.subMain:last-of-type {
    border-right: none;
}

.desktopNav ul.subSubMainMenu a,
.desktopNav ul.subSubMainMenu a:link {
    font-weight: 400;
    padding: 0.1rem 0 0.1rem 1.1rem;
}




.mainContainer-p0 aside.col-sm {
    flex-grow: 1;
}
.mainContainer-p0 main.col-sm {
    flex-grow: 3;
    padding: 0 1.1rem 1.5rem;
}

/******* Main Content - Inside Pages *******/
.mainContainer {
    position: relative;
    padding: 0 0 2rem;
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    background: #FFF;
    z-index: 2;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 0;
}

.mainContainer main.col-sm {
    flex-grow: 3;
    padding: 0 1.5rem 1.5rem;
}


/** Aside Menu - Inside Pages **/

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: #0F3D39;
    display: inline-block;
    padding: 0.9rem 0.73rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}

.moreOption:hover {
    color: #FFF!important;
}

.moreOption:before {
    content: "\f107";
    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 {
    content: "\f107";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu {
    position: relative;
    top: -6px;
    border:1px solid #e3e3e3;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.asideMenuBG{
    height: 200px;
    background: #fafafa url(../images/bgAsideLogo.jpg) left bottom no-repeat;
}

ul.sideMenu a,
ul.sideMenu a:link {
    font-family: 'Gotham Medium';
    font-size: 0.9rem;
    color: #083253;
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #f7f7f7;
}

ul.sideMenu a:visited {
    color: #083253;
}

ul.sideMenu a:hover,
ul.sideMenu a:active,
ul.sideMenu a:focus {
    color: #FFF;
    background: #0a406a;
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    color: #FFF;
    background: #21a2b1;
}

ul.sideMenu>li.selected .moreOption {
    color: #FFF;
}

ul.sideMenu>li:hover>a {
    color: #FFF;
    background: #0a406a;
}

ul.sideMenu>li:hover .moreOption {
    color: #FFF;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-family: 'Gotham Medium';
    color: #fff!important;
    padding: 1rem 1rem 1rem 1.5rem!important;
    display: block;
    text-transform: none;
    background: #083253!important;
}

ul.subSideMenu a:visited {
    color: #fff!important;
}

ul.subSideMenu a:hover,
ul.subSideMenu a:active,
ul.subSideMenu a:focus {
    color: #FFF!important;
    background: #abbe29!important;
}

ul.subSideMenu>li.selected a {
    color: #FFF !important;
    background: #abbe29 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: normal;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    padding: 2rem 0.8rem 1.5rem;
    border-bottom: 1px solid #c1ccd4;
    margin-bottom: 2.5rem;
}


ol.breadCrumb a,
ol.breadCrumb a:link {
    font-family: 'Gotham Medium';
    font-size: 0.8rem;
    font-weight: 600;
    color: #083253;
    text-transform: uppercase;
    display: block;
}

ol.breadCrumb a:visited {
    color: #083253;
}

ol.breadCrumb a:hover,
ol.breadCrumb a:active,
ol.breadCrumb a:active {
    color: #abbe29;
}

ol.breadCrumb a:after {
    content: "\f105";
    font-weight: 900;
    color: #abbe29;
    margin-right: 1rem;
    margin-left: 1rem;
}

ol.breadCrumb {
    float: left;
}

ol.breadCrumb>li {
    float: left;
}



ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

ol.breadCrumb>li:last-child a,
ol.breadCrumb>li:last-child a:link {
    color: #abbe29;
}

.breadCrumbCont {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #8398a9;
}

.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    color: #083253;
    background: none;
}
.btnPrint:hover {
    color:#abbe29
}

.btnPrint:before {
    content: "\f02f";
    font-weight: 900;
    
}

ul.textResizer {
    float: right;
}

ul.textResizer>li {
    float: left;
    margin-right: 0.2rem;
}

ul.textResizer>li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.688em/0 'Open Sans', Arial, sans-serif;
    color: #0F3D39;
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    color: #083253;
}

ul.textResizer a:visited {
    color: #083253;
}

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: #abbe29;
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 0.688rem;
}

ul.textResizer a.medium-text {
    font-size: 1rem;
}

ul.textResizer a.large-text {
    font-size: 1.3rem;
}

ul.textResizer a.textresizer-active {
    color: #abbe29;
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}

ul.phoneColsList {
    margin-bottom: 2rem;
}

ul.phoneColsList>li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
}



.socialMedia a.facebook::before {
    content: "\f39e";
}
.socialMedia a.twitter:before {
    content: "\f099";
}
.socialMedia a.instagram:before {
    content: "\f16d";
}
.socialMedia a.youtube:before {
    content: "\f167";
}
.socialMedia a.linkedIn:before {
    content: "\f0e1";
}
.socialMedia a.tripAdvisor:before {
    content: "\f262";
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: none;
        border-bottom: 1px solid #ddd;
    }
}


/******* Weather *******/

#modalHeaderWeather {
    padding: 0;
}

#modalHeaderWeather .modal-header,
#modalHeaderWeather .modal-footer {
    display: none;
}

.headerWeather:before {
    content: normal;
}

ul.col2W,
ul.col2W>li,
ul.bwTabs,
ul.bwTabs>li,
ul.weatherListsHeader,
ul.weatherListsHeader>li,
ul.innerColWeatherLists,
ul.innerColWeatherLists>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalHeaderWeather .modal-dialog {
    max-width: 500px;
}

#modalHeaderWeather .modal-body {
    padding: 0;
}

#modalHeaderWeather .modal-body .close {
    padding: 0.1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: none;
}

.btnHeaderYahooWeather {
    color: #FFF;
    cursor: pointer;
    border: none;
    padding: 0.1rem;
    margin: 0;
    background: none;
}

.btnHeaderYahooWeather i {
    display: inline-block;
    margin-right: 0.3rem;
}

#modalHeaderWeather .headerWeather {
    color: #FFF;
    padding: 2rem 1rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.headerWeatherCont {
    background: #B0D3D1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0d3d1+0,7aabaa+100 */
    background: #b0d3d1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b0d3d1 0%, #7aabaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b0d3d1 0%, #7aabaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b0d3d1 0%, #7aabaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b0d3d1', endColorstr='#7aabaa', GradientType=0);
    /* IE6-9 */
}

#modalHeaderWeather .headerWeather.wi-tornado {
    background: url(../images/weather-images/wi-tornado.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-thunderstorm {
    background: url(../images/weather-images/wi-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hurricane {
    background: url(../images/weather-images/wi-hurricane.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-thunderstorm {
    background: url(../images/weather-images/wi-day-thunderstorm.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-rain-mix {
    background: url(../images/weather-images/wi-rain-mix.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sleet {
    background: url(../images/weather-images/wi-sleet.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-dust {
    background: url(../images/weather-images/wi-dust.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-fog {
    background: url(../images/weather-images/wi-fog.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-haze {
    background: url(../images/weather-images/wi-day-haze.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-smoke {
    background: url(../images/weather-images/wi-smoke.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-windy {
    background: url(../images/weather-images/wi-windy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snowflake-cold {
    background: url(../images/weather-images/wi-snowflake-cold.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-cloudy {
    background: url(../images/weather-images/wi-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-cloudy {
    background: url(../images/weather-images/wi-night-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy {
    background: url(../images/weather-images/wi-day-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-partly-cloudy {
    background: url(../images/weather-images/wi-night-partly-cloudy.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-cloudy-high {
    background: url(../images/weather-images/wi-day-cloudy-high.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-night-clear {
    background: url(../images/weather-images/wi-night-clear.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-day-sunny {
    background: url(../images/weather-images/wi-day-sunny.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-stars {
    background: url(../images/weather-images/wi-stars.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-hot {
    background: url(../images/weather-images/wi-hot.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-sprinkle {
    background: url(../images/weather-images/wi-sprinkle.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-snow {
    background: url(../images/weather-images/wi-snow.png) center bottom no-repeat;
}

#modalHeaderWeather .headerWeather.wi-storm-showers {
    background: url(../images/weather-images/wi-storm-showers.png) center bottom no-repeat;
}

.weatherText {
    font: 700 1.3em 'Open Sans';
    margin-bottom: 0;
}

.weatherText>i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.weatherCity {
    margin-bottom: 0.3rem;
}

.weatherTemp {
    font: 700 4em 'Open Sans';
    margin-bottom: 0;
}

ul.bwTabs>li {
    float: left;
    width: 33.33%;
}

.bodyContainer {
    height: 260px;
    padding: 1.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.weatherList {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

ul.innerColWeatherLists>li,
ul.weatherListsHeader>li {
    float: left;
    width: 33.33%;
}

ul.innerColWeatherLists>li:nth-child(2),
ul.weatherListsHeader>li:nth-child(2) {
    text-align: center;
}

ul.innerColWeatherLists>li:last-child,
ul.weatherListsHeader>li:last-child {
    text-align: right;
}

ul.weatherListsHeader {
    padding: 0 1.4rem 0.5rem 1.5rem;
    -webkit-transition: box-shadow 300ms ease 0s;
    -moz-transition: box-shadow 300ms ease 0s;
    -o-transition: box-shadow 300ms ease 0s;
    transition: box-shadow 300ms ease 0s;
}

.tab-pane:hover ul.weatherListsHeader {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.bwTabs {
    display: block;
    padding: 1.5rem 1rem;
    border: none;
}

ul.bwTabs a,
ul.bwTabs a:link {
    font-size: 0.9rem;
    color: #C7CACD;
    display: inline-block;
    padding: 0 0.5rem 1rem;
}

ul.bwTabs a:visited {
    color: #C7CACD;
}

ul.bwTabs a:hover,
ul.bwTabs a:active,
ul.bwTabs a:focus {
    color: #798796;
}

ul.bwTabs a.active {
    color: #798796;
    border-bottom: 1px solid #798796;
}

ul.bwTabs a i {
    display: inline-block;
    margin-right: 0.3rem;
}

ul.bwTabs>li {
    width: 50%;
    text-align: center;
}

#forecast .bodyContainer {
    padding-top: 0;
}

.wlDay,
.wlIcon,
.wlHigh,
.wlLow,
.col2WDesc {
    color: #798796;
}

.wlHead,
.wlText,
.col2WTitle {
    font-size: 0.75rem;
    color: #C7CACD;
    display: block;
}

.wlHead {
    font-size: 0.7rem;
    text-transform: uppercase;
}

ul.col2W>li {
    float: left;
    width: 50%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(208, 210, 212, 0.5);
}

.col2WDesc i {
    display: inline-block;
    margin-right: 0.5rem;
}


/******* table styling *******/


/******* Generic Styling, for Desktops/Laptops *******/

table {
    width: 100%;
    border-collapse: collapse;
}

table .council-table {
    font-size: 1em;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}

table.tblAgendaMinutes td,
table.tblAgendaMinutes th {
    padding: 1em;
}

table.tblAgendaMinutes td span {
    display: none;
}

table.tblAgendaMinutes tbody td:nth-child(3),
table.tblAgendaMinutes tbody td:nth-child(4),
table.tblAgendaMinutes tbody td:nth-child(5) {
    padding-left: 2em;
}

table.tblAgendaMinutes thead tr {
    background: #239C7B;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

table.tblAgendaMinutes tbody {
    background: #F2F2EB;
}

table.tblAgendaMinutes tbody td {
    color: #002341;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100% !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tblAgendaMinutes tbody td:nth-child(3),
    table.tblAgendaMinutes tbody td:nth-child(4),
    table.tblAgendaMinutes tbody td:nth-child(5) {
        padding-left: 1em;
    }
    table.tblAgendaMinutes td span {
        display: inline-block;
        margin-right: 1em;
    }
    table.tblAgendaMinutes thead {
        display: none;
    }
    table.tblAgendaMinutes thead tr {
        position: relative;
        top: auto;
        left: auto;
    }
    tr {
        border: none;
        border-bottom: 1px solid #0F3D39;
    }
    .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;
}


/* 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;
}



.qlContainer {
    display: flex;
}



.masterFooter {
    padding: 0 2rem;
    background: #0a406a;
}

.footerTop .col-sm {
    flex-grow: 2;
    align-self: center;
    position: relative;
    padding: 1.5rem 2rem 1rem;
}
.footerTop .col-sm:first-of-type {
    flex-grow: 1;
}
.footerTop .col-sm:nth-of-type(3) {
    flex-grow: 2!important;
}
.footerTop .col-sm:last-of-type {
    flex-grow: 0.5;
}
.footerTop > .col-sm:first-of-type:after {
    content: normal;
}
.footerTop .col-sm:last-of-type:after,
.footerTop .col-sm:after {
    content: "";
    position: absolute;
    top: 54%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    display: block;
    background: rgba(255,255,255,0.5);
}
/* .footerTop .col-sm:first-of-type:after {
    content: normal;
} */
a.subLogo:before {
    content: normal;
}

.footerTop .col-sm:nth-of-type(2) a,
.footerTop .col-sm:nth-of-type(2) a:link,
.footerTop .col-sm:nth-of-type(3) a,
.footerTop .col-sm:nth-of-type(3) a:link,
.footerTop .col-sm:nth-of-type(3) p {
    font-family: 'Gotham Book';
    font-size: 0.9rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}
.footerTop .col-sm:nth-of-type(3) a,
.footerTop .col-sm:nth-of-type(3) a:link {
    font-weight: 900;
}
.footerTop .col-sm:nth-of-type(2) a:visited,
.footerTop .col-sm:nth-of-type(3) a:visited {
    color: #fff;
}
.footerTop .col-sm:nth-of-type(2) a:hover,
.footerTop .col-sm:nth-of-type(3) a:hover {
    color: #abbe29;
}

.footerTop .col-sm:nth-of-type(2) a:active,
.footerTop .col-sm:nth-of-type(3) a:active {
    color: #fff;
}
.footerTop .col-sm:nth-of-type(2) a:focus,
.footerTop .col-sm:nth-of-type(3) a:focus {
    color: #fff;
}

/* .footerTop .col-sm:nth-of-type(2) a:before,
.footerTop .col-sm:nth-of-type(3) a:before {
    content: none;
} */

.footerBottom {
    display: flex;
    padding: 1rem 2rem;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #083253;
}
.footerBottom small,
.footerBottom cite {
    flex-grow: 1;
    font-family: 'Gotham Bold';
    font-size: 0.7rem;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
}

.footerBottom cite a,
.footerBottom cite a:link {
    width: 178px;
    height: 23px;
    display: block;
    margin: 0 0 0 auto;
    text-indent: -9999rem;
    text-align: left;
    background: url(../../Content/images/All-Net.png) left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

a.subLogo,
a.subLogo:link {
    width: 319px;
    height: 81px;
    color: #fff;
    text-indent: -9999rem;
    display: block;
    background: url(../../Content/images/EcoDevLaclaBiche.jpg) left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
a.subLogo:visited {
    color: #fff;
}



.extContainer {
    padding: 2rem 0;
    /* margin-top: 20rem; */
    background: rgba(8,50,83,0.85);
}


.FTCol3 {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5rem;
}
.footerTopRegister {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.FTCol3 h2,
.FTCol3 p {
    color: #fff;
    padding: 0 2rem;
    margin: 0;
}
.FTCol3 h2 {
    position: relative;
    width: 20%;
    font-size: 1.5rem;
    padding-left: 3.5rem;
    padding-right: 0;
}
.FTCol3 h2:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 2.3rem;
    color: #126eb6;
}
.FTCol3.footerTopRegister h2:before {
    content: "\f3ed";
    color: #9db12d;
}
.FTCol3.footerTopPoll h2:before {
    content: "\f4ad";
}

.FTCol3 h2 span {
    font-family: 'Gotham Book';
    font-size: 1rem;
    font-style: normal;
    display: block;
}
.FTCol3 p {
    align-self: center;
    width: 65%;
    padding-right: 5rem;
}
.FTCol3 button {
    font-family: 'Gotham Bold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 15%;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #126eb6;
}
.FTCol3 button:hover {
    background: #127ed3;
}
.FTCol3 button.btnRegister {
    background: #9db12d;
}
.FTCol3 button.btnRegister:hover {
    background: #afc62f;   
}

.albertEA,
.fb2,
.fb3,
ul.footerNav {
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: hidden;
    background: #126eb6;
}
.fb3 .socialMedia,
.fb3 small,
.fb3 cite,
ul.footerNav > li {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
ul.footerNav a,
ul.footerNav a:link {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    padding: 1.2rem 1rem;
    text-align: center;
    display: block;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}
ul.footerNav a:visited {
    color: #fff;
}
ul.footerNav a:hover{
    background: #9db12d;
}



.albertEA,
.fb2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 2rem 0;
    background: none;
}
.fb2 section {
    flex-basis: 0;
    -ms-flex-positive: 1.8;
    flex-grow: 1.8;
    padding-left: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #c1ccd4;
}
.fb2 section:first-of-type {
    -ms-flex-positive: 1.3;
    flex-grow: 1.3;
    padding-left: 17rem;
    background: url(../images/footerLogo.jpg) 1rem center no-repeat;
}
.fb2 section:last-of-type {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0;
    border-right: none;
}
.fb2 h2 {
    font-size: 1.5rem;
    color: #083253;
}
.fb2 address,
.fb2 p {
    font-family: 'Open Sans';
    font-size: 0.9rem;
    color: #083253;
    margin-bottom: 0.4rem;
}
.fb2 a,
.fb2 a:link {
    color: #083253;
}
.fb2 a:visited {
    color: #083253;
}
.fb2 a:hover {
    color: rgba(151,167,57,1);
}
.fb2 strong {
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}
.tollFree {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 0.5rem;
    padding-right: 0.5rem;
}
.tollFree.tf1 ,
.tollFree.tf2 {
    padding-left: 0.5rem;
    border-left: 1px solid rgba(255,255,255,0.5);
}

a.linkMoreInfo,
a.linkMoreInfo:link {
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    margin-top: 2rem;
    display: inline-block;
}
a.linkMoreInfo:after {
    content: "\f061";
    color: #126eb6;
    margin-left: 0.5rem;
}

.pleaseNote {
    margin-top: 2rem;
}
.pleaseNote:before {
    content: "*";
    color: #126eb6;
    font-weight: bold;
    margin-right: 0.5rem;
}

.albertEA {
    padding: 0;
}
.tableStatus {
    padding-left: 1rem;
}
.tableStatus h3 {
    font-family: 'Gotham Bold';
    font-size: 1.2rem;
    font-style: normal;
    text-transform: uppercase;
}
.tableStatus {
    align-self: center;
}
.tableStatus p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 0.5rem;
    background: grey;
}
.tableStatus p.ca:before {
    background: #b91820;
}
.tableStatus p.ia:before {
    background: #ecb709;
}
.tableStatus p.ta:before {
    background: #719501;
}

.fb3 {
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
    padding: 1.2rem;
}
.fb3 .socialMedia,
.fb3 small,
.fb3 cite {
    text-align: center;
}

.fb3 small,
.fb3 cite a,
.fb3 cite a:link,
.socialMedia a,
.socialMedia a:link {
    font-family: 'Gotham Bold';
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.fb3 cite a:visited,
.socialMedia a:visited {
    color: #fff;
}
.fb3 cite a:hover,
.socialMedia a:hover {
    color: rgba(151,167,57,1);
}
.fb3 cite a,
.fb3 cite a:link {
    width: 185px;
    height: 23px;
    display: inline-block;
    text-align: left;
    text-indent: -9999rem;
    background: url(../images/allnet.jpg) left center no-repeat;
}
.socialMedia a,
.socialMedia a:link {
    margin: 0 0.5rem;
}

/* .fb3 cite span {
    width: 74px;
    height: 23px;
    display: inline-block;
    text-align: left;
    text-indent: -9999rem;
    background: url(../images/All-Net.png) left center no-repeat;
} */

.fb3 small {
    order: 1;
}
.fb3 .socialMedia{
    order: 2;
}
.fb3 cite {
    order: 3;
}


a.linkPopularLinks,
a.linkPopularLinks:link {
    display: none;
}

.qlContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
}
.qlContainer .container {
    display: flex;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
    border-radius: 0.5rem 0.5rem 0 0;
    background: rgba(10,64,106,0.7);
}
.qlContainer i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}
.qlContainer a:nth-of-type(1n) i {
    color: #abbe29;
}
.qlContainer a:nth-of-type(2n) i {
    color: #fcb033;
}
.qlContainer a:nth-of-type(3n) i {
    color: #00aeee;
}

.qlContainer a,
.qlContainer a:link {
    font-family: 'Gotham Medium'!important;
    font-size: 0.8rem;
    color: #fff!important;
    text-align: center;
    padding: 1rem;
    flex-grow: 1;
    flex-basis: 0;
}
.qlContainer a:visited {
    color: #fff;
}
.qlContainer a:hover {
    color: #abbe29!important;
}



.qlContainer a:last-of-type {
    margin-right: 0;
}
.qlContainer a span {
    max-width: 150px;
    display: block;
    font-family: 'Open Sans'!important;
    font-size: 1rem;
    font-weight: 700!important;
    font-style: italic;
}
.qlContainer a span::first-line {
    font-weight: 300!important;
    font-style: normal!important;
}


.quickLinks.mobileQL .qlContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    z-index: 7;
    background: #fff;
}
.quickLinks.mobileQL .qlContainer.openQuickLink {
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -o-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
}
.quickLinks.mobileQL .qlContainer a, 
.quickLinks.mobileQL .qlContainer a:link {
    max-width: 500px!important;
    font-family: 'Open Sans'!important;
    font-weight: 300!important;
    font-style: normal!important;
    font-size: 1rem!important;
    color: #0d5086;
    display: block;
    margin: auto!important;
    padding: 1rem !important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    border-bottom: 1px solid #b9cad8;
    background: none;
}
.quickLinks.mobileQL .qlContainer a:visited {
    color: #0d5086;
}
.quickLinks.mobileQL .qlContainer a:nth-of-type(2), 
.quickLinks.mobileQL .qlContainer a:nth-of-type(2):link {
    color: #009290;
}
.quickLinks.mobileQL .qlContainer a:nth-of-type(3), 
.quickLinks.mobileQL .qlContainer a:nth-of-type(3):link {
    color: #abbe29;
}
.quickLinks.mobileQL .qlContainer a:last-of-type, 
.quickLinks.mobileQL .qlContainer a:last-of-type:link {
    color: #0093d0;
}
.BTNMobileClose,
.BTNMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    font: normal 700 1rem 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    display: block;
    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: #126eb6;
}
.BTNMobile:hover {
    background: #127ed3;
}
.BTNMobileClose {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    padding: 1.5rem 0;
}
.BTNMobileClose:before {
    content: "\f00d";
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: auto;
    padding-top: 1rem;
    background: #126eb6;
}
.BTNMobile:before,
.BTNMobile:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.BTNMobile:before {
    content: "\f0c1";
    left: 1rem;
    font-weight: 900;
}
.BTNMobile:after{
    content: "\f067";
    right: 1rem;
    font-weight: 900;
}
.BTNMobile.openQuickLink:after{
    content: "\f068";
}





main .highlightOuterCont .card{
    display: inline-block;
    margin-bottom: 2rem;
}
main .highlightOuterCont .card-body > i{ 
    display: none;
}
main .highlightOuterCont .card-body span i {
    display: inline-block;
    margin-left: 0.5rem;
}

main .highlightimg {
    overflow: hidden;
}
main .highlightimg img {
    display: block;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}
main .card:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}


/******* MEDIA QUERY *******/
@media only screen and (max-width:1650px) {
    .footerBottom .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media only screen and (max-width:1560px) {
    .pluginHeaderContainer {
        top: 96px;
    }
    .activePopupAlert .pluginHeaderContainer {
        top: 133px;
    }

    h1.siteLogo,
    h1.siteLogoFR {
        width: 290px;
        height: 73px;
    }

    ul.mainMenu a, 
    ul.mainMenu a:link {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1460px) {
    .pluginHeaderContainer {
        top: 89px;
        right: 4rem;
    }
    .activePopupAlert .pluginHeaderContainer {
        top: 126px;
    }

    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
    .idLiketoSearchBTN.btnMobileIdLikeTo,
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #fff;
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }
    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
        color: #083253;
    }
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f067";
        font-weight: 900;
        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 {
        content: "\f068";
        font-weight: 900;
        -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.3rem;
        color: #fff;
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
    }
    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        border-radius: 0 0 0 1rem;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: #052238;
    }
    ul.mainMenu {
        margin-top: 4rem;
    }
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }
    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-family: 'Gotham Medium';
        font-size: 1rem;
        color: #fff;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
        border: none;
    }
    ul.mainMenu a:visited {
        color: #fff;
    }
    ul.mainMenu>li {
        position: relative;
    }
    ul.mainMenu>li.hasChild>a {
        padding-right: 2.5em;
    }
    ul.mainMenu>li.selected>a {
        color: #FFF;
        background: #21a2b1;
    }
    ul.mainMenu>li:hover .moreOptionMainMenu:before,
    ul.mainMenu>li.selected>a .moreOptionMainMenu:before,
    ul.mainMenu>li.selected .moreOptionMainMenu:before {
        color: #FFF;
    }
    ul.mainMenu>li:hover>a {
        color: #FFF;
        background: #21a2b1
    }
    ul.mainMenu>li.hasChild:hover .moreOptionMainMenu {
        color: #fff;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #083253;
        text-transform: none!important;
        padding-left: 1.5rem!important;
        border-bottom: none!important;
        background: #fff!important;
    }
    ul.subMainMenu a:visited {
        color: #083253;
    }
    ul.subMainMenu a:hover,
	ul.subMainMenu a:active,
	ul.subMainMenu a:hover {
        color: #FFF;
        background: #0a406a!important;
    }
    ul.subMainMenu>li {
        position: relative;
    }
    ul.subMainMenu>li.hasChild>a {
        padding-right: 2.7rem;
    }
    ul.subMainMenu>li.selected>a {
        color: #FFF;
        background: #0a406a!important;
    }
    ul.subMainMenu>li:hover .moreOptionSubMainMenu:before,
    ul.subMainMenu>li.selected .moreOptionSubMainMenu:before {
        color: #FFF;
    }
    ul.subMainMenu>li:hover>a {
        color: #FFF;
        background: #0a406a!important;
    }
    ul.subMainMenu>li.hasChild:hover .moreOptionSubMainMenu {
        color: #0a406a;
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        color: #fff !important;
        background: #A3BFBC !important;
        border-bottom: none!important;
        padding-left: 2rem!important;
        background: #083253!important;
    }
    ul.subSubMainMenu a:visited {
        color: #fff !important;
    }
    ul.subSubMainMenu>li a:hover {
        color: #FFF !important;
        background: #abbe29 !important;
    }
    ul.subSubMainMenu>li.selected>a {
        color: #FFF !important;
        background: #abbe29 !important;
    }
}

@media only screen and (max-width:1450px) {
    .footerTop .col-sm {
        /* padding-bottom: 2rem; */
        padding: 1rem 1.5rem;
        text-align: center;
    }
    .footerTop .col-sm:first-of-type {
        flex-basis: auto;
        flex-grow: unset;
        width: 100%;
    }
    .footerTop figure.col-sm:last-of-type {
        padding-bottom: 1.7rem;
    }
    .footerTop .col-sm:last-of-type:after, 
    .footerTop .col-sm:after {
        content: normal;
    }
    .footerTop .col-sm:nth-of-type(3):after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 40px;
        display: block;
        background: rgba(255,255,255,0.5);
    }
    a.subLogo,
    a.subLogo:link {
        width: 250px;
        height: 63px;
        margin: auto;
    }
}

@media only screen and (max-width:1370px) {
    h2.categoryTitle {
        font-size: 3rem;
    }
    .pageTitle {
        font-size: 1.5rem;
    }
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.8rem;
    }


    .fb2 section:first-of-type {
        -webkit-background-size: 150px 119px;
        -moz-background-size: 150px 119px;
        background-size: 150px 119px;
        padding-left: 12rem;
    }
    .fb2 section {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
    .fb2 address, 
    .fb2 p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1200px) {
    .FTCol3 {
        padding: 0 2rem;
    }
}

@media only screen and (max-width:1130px) {
    .quickLinks.mobileQL{
        display: inherit;
    }
    .BTNMobileClose {
        display: inherit!important;
    }

    .btnScrollup {
        bottom: 4rem;
    }
}

@media only screen and (max-width:1125px) {
    .innerPageRBCont .pageTitle {
        font-size: 1.2rem;;
    }
}

@media only screen and (max-width:1080px) { 
    .footerBottom {
        background-position: right 85%;
    }
    .fb2 {
        display: block;
    }
    .fb2 section {
        border-right: none;
        border-bottom: 1px solid #c1ccd4;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    .fb2 section:first-of-type {
        padding: 9rem 1rem 2rem;
        background-position: top center;
    }
    .fb2 section:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    .albertEA {
        max-width: 278px;
        margin: auto;
        text-align: left;
    }
}



@media only screen and (max-width:1047px) { 
    .idLiketoSearchBTN.btnMobileIdLikeTo, 
    .menuIcon {
        top: 50%;
    }

    .masterHeader .container {
        margin-top: 0;
    }
    .activePopupAlert .menuIcon {
        top: 5.1rem;
    }

    .qlContainer {
        position: fixed;
        display: block;
        -webkit-border-radius: 0.5rem 0.5rem 0 0;
        -o-border-radius: 0.5rem 0.5rem 0 0;
        border-radius: 0.5rem 0.5rem 0 0;
        background: #052136;
    }
    .qlContainer .container {
        display: none;
        max-width: 400px;
        background: none;
    }
    .qlContainer i {
        font-size: inherit;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.8rem;
    }
    .qlContainer a, 
    .qlContainer a:link {
        display: block;
        text-align: left;
        border-bottom: 1px solid #445968;
    }
    .qlContainer a:last-of-type, 
    .qlContainer a:link:last-of-type {
        border-bottom: none;
    }

    a.linkPopularLinks,
    a.linkPopularLinks:link {
        font-family: 'Gotham Medium'!important;
        font-size: 0.8rem;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        display: block;
        padding: 1rem;
        -webkit-border-radius: 0.5rem 0.5rem 0 0;
        -o-border-radius: 0.5rem 0.5rem 0 0;
        border-radius: 0.5rem 0.5rem 0 0;
        background: #083253;
    }
    a.linkPopularLinks:after {
        content: "\f055";
        font-weight: 900;
        margin-left: 0.5rem;
    }
    a.linkPopularLinks.closeIcon:after {
        content: "\f056";
    }
}

@media only screen and (max-width:1024px) {
    .featuredImage {
        min-height: 300px;
    }

    ol.breadCrumb > li{
        display: none;
    }
    ol.breadCrumb > li:first-child {
        display: inherit;
    }
    ul.textResizer {
        float: right!important;
    }
    ol.breadCrumb a:after {
        content: normal;
    }

    .mainContainer-p0 aside.col-sm,
    .mainContainer-p0 main.col-sm {
        flex-basis: auto;
    }
    .mainContainer-p0 > .container {
        padding-top: 1.5rem;
    } 

    .breadCrumbCont {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-color: #ced6dd;
    }
    .breadCrumbCont .container {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1023px) {
    ul.sideMenu {
        display: none;
        -webkit-border-radius: 0 0 1rem 1rem;
        -moz-border-radius: 0 0 1rem 1rem;
        border-radius: 0 0 1rem 1rem;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .sideMenuNav {
        position: relative;
        z-index: 1;
        display: inherit;
        width: 100%;
        font: normal 700 1rem 'Gotham Bold', Arial, sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 1rem;
        margin: 0;
        border-radius: 0.5rem;
        background: #082f4d;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f055";
        margin-left: 1rem;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }
    h2.categoryTitle {
        font-size: 2rem;
    }


    .categoryTitle {
        display: none;
    }
    .featuredImage:before {
        content: none;
    }
    .activePopupAlert .featuredImage .container,
    .featuredImage .container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
        background: #09304d;
    }
    .featuredImage .frmSearch {
        margin: 0.81rem auto 1.8rem;
    }


    .headerContent {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .fb2,
    ul.footerNav,
    .FTCol3 {
        display: block;
    }
    .FTCol3 h2,
    .FTCol3 p,
    .FTCol3 button {
        width: 100%;
        margin-bottom: 1rem;
    }
    .FTCol3 p {
        padding-left: 0;
        padding-right: 0;
    }
    .FTCol3 button {
        width: auto;
        font-size: 0.8rem;
        padding: 0.8rem 1.5rem;
    }

    #footerBottom .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    ul.footerNav a,
    ul.footerNav a:link {
        font-size: 0.9rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    
    .searchColPages.col-sm,
    .searchColDocuments.col-sm {
        flex-basis: auto;
    }
    .searchColPages.col-sm {
        margin-bottom: 1.5rem;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
    }
}



@media only screen and (max-width:870px) {
    .footerTop .col-sm {
        flex-grow: unset;
        flex-basis: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .footerTop .col-sm:nth-of-type(3):after {
        content: normal;
    }
    .footerTop .col-sm:nth-of-type(2),
    .footerTop .col-sm:nth-of-type(3){
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
}

@media only screen and (max-width:840px) { 
    .fb3,
    .fb3 small,
    .fb3 cite {
        display: block;
        text-align: center;
    }
    .fb3 .socialMedia,
    .fb3 small,
    .fb3 cite {
        margin-bottom: 0.5rem;
    }
    .fb3 cite  {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:785px) {
    .featuredImage {
        top: -6px;
        min-height: 215px;
    }

    header.masterHeader {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .masterHeader .container {
        background: rgba(8,50,83,1);
    }


    .pluginHeaderContainer a span {
        display: none;
    }

    .pluginHeaderContainer a, 
    .pluginHeaderContainer a:link {
        min-width: 70px;
        padding: 1rem;
        text-align: center;
    }
    .pluginHeaderContainer i {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    a.roadBanPlugin,
    a.roadBanPlugin:link {
        margin-right: 0;
    }
}

@media only screen and (max-width:680px) {
    .pluginHeaderContainer {
        top: 79px;
    }
    .activePopupAlert .pluginHeaderContainer {
        top: 116px;
    }

    /* .idLiketoSearchBTN.btnMobileIdLikeTo span, 
    .menuIcon span {
        display: none;
    } */
    /* .idLiketoSearchBTN.btnMobileIdLikeTo,
    .menuIcon {
        font-size: 1.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    } */
    .idLiketoSearchBTN.btnMobileIdLikeTo {
        right: 3.5rem;
    }
    /* .menuIcon:after {
        margin-left: 0;
    } */
    .idLiketoSearchBTN.btnMobileIdLikeTo:before {
        margin-right: 0;
    }

    h1.siteLogo,
    h1.siteLogoFR {
        width: 250px;
        height: 63px;
    }
}

@media only screen and (max-width:587px) {
    .footerBottom {
        display: block;
        text-align: center;
    }
    .footerBottom small, 
    .footerBottom cite {
        flex-grow: unset;
        flex-basis: auto;
    }
    .footerBottom small {
        display: block;
        margin-bottom: 0.5rem;
    }
    .footerBottom cite a, 
    .footerBottom cite a:link {
        margin: auto;
    }

    a.subLogo, a.subLogo:link {
        width: 200px;
        height: 51px;
    }

   .footerTop .col-sm:nth-of-type(2) a, 
   .footerTop .col-sm:nth-of-type(2) a:link {
        display: block;
    }
   .tollFree {
       display: none;
   }
}

@media only screen and (max-width:575px) {
    .searchColPages.col-sm {
        padding-right: 0;
    }
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }
}

@media only screen and (max-width:500px) {
    .menuIcon {
        font-size: 0.9rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    h1.siteLogo, h1.siteLogoFR {
        width: 200px;
        height: 51px;
    }
}

@media only screen and (max-width:430px) {
    .pluginHeaderContainer {
        top: 67px;
    }
    .activePopupAlert .pluginHeaderContainer {
        top: 104px;
    }

    h1.siteLogo, h1.siteLogoFR {
        width: 200px;
        height: 51px;
    }

    /* .idLiketoSearchBTN.btnMobileIdLikeTo,
    .menuIcon {
        font-size: 1.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    } */
    .idLiketoSearchBTN.btnMobileIdLikeTo {
        right: 3.5rem;
    }

    nav {
        width: 300px;
    }
}