﻿/******* GENERAL THEME OF THE SITE *******/

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Oswald:wght@500;600&family=Source+Sans+3:wght@400;600;700&display=swap');

/* COLOURS */

:root {
    --main-blue: #0d6b8e;
    --main-blue-95: rgba(13, 107, 142, .95);
    --main-blue-90: rgba(13, 107, 142, .9);
    --main-hover: #228cb3;
    --sec-blue: #144c61;
    --dark-blue: #102b36;
    --dark-blue-90: rgba(16, 43, 54, .9);
    --light-green: #42771e;
    --light-green-95: rgba(66, 119, 30, .95);
    --dark-green: #305716;
    --dark-grey: #353535;
    --white: #ffffff;
    --black: #000000;
    --lin-grade: linear-gradient(#071920, #144C6100);
    --mobile-dark: #071920;
    --mobile-dark-90: rgba(7, 25, 32, .9);
}


body {
    min-width: 320px;
    font: normal 400 16px/1.5 'Source Sans 3', Arial, sans-serif !important;
    color: var(--black);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    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 {
    font: normal 700 35px "Lora", Arial, sans-serif;
    color: var(--black);
}

h2 {
    font: normal 700 30px "Lora", Arial, sans-serif;
    color: var(--black);
}

h3 {
    font: normal 700 25px "Source Sans 3", Arial, sans-serif;
    color: var(--black);
}

h4 {
    font: normal 700 22px "Source Sans 3", Arial, sans-serif;
    color: var(--main-blue);
}

h5 {
    font: normal 700 20px "Source Sans 3", Arial, sans-serif;
    color: var(--main-blue);
}

h6 {
    font: normal 700 18px "Source Sans 3", Arial, sans-serif;
    color: var(--main-blue);
}

/* styling for content area tables */
table th {
    background: #0F3D39;
    color: #FFF;
}
/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font: normal 600 18px "Source Sans 3", Arial, Sans-serif;
    color: var(--main-blue);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    -o-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}

/*a:visited {
    color: #018AB6;
}*/

a:hover,
a:active,
a:focus,
ul.directory-list button:hover,
ul.directory-list button:active,
ul.directory-list button:focus {
    color: var(--light-green);
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}


/* Social Media */
.socialMedia a,
.socialMedia a:link {
    font: normal 600 1rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: inline-block;
    margin: 0 0.5rem;
}

.socialMedia a:visited {
    color: #FFF;
}

/*.socialMedia a:hover,
.socialMedia a:active,
.socialMedia a:focus {
    color: #23B7A9;
}*/

.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";
}

.mobileNav,
.sideMenuNav,
.moreOption>span,
.scrollup>span {
    display: none;
}

.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,
.headerTop a:before,
ul.footerNav a:before,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:before,
.socialMedia a:before,
.footerAddress:before,
.footerPhone:before,
.footerFax:before,
.footerEmail:before,
a.iconPost:before,
a.iconPost:after {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.socialMedia a:before {
    font-family: "Font Awesome 6 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;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

/** Set the .container's width here based on the design **/
.container {
    max-width: 100%;
    padding: 0 12rem;
}



/* Default Button */
/* Add to any button to add default css */
.defaultButton {
    font: 700 .85rem 'Open Sans', Arial, sans-serif;
    padding: .75rem 1.5rem;
    background-color: var(--light-green);
    color: #FFF !important;
    display: inline-block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    text-transform: capitalize;
    border: none;
    -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;
}

/*.defaultButton:visited {
	background: #fff;
	color: #333333;
}*/

.defaultButton:hover,
.defaultButton:focus,
.defaultButton:active {
	background-color: var(--dark-green);
}


/* Skip to Content */
.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;
}


/* Scroll Up Button */
.btnScrollup {
    position: fixed;
    bottom: 7.5rem;
    right: 2%;
    color: #FFF;
    cursor: pointer;
    padding: 0.5rem 1rem;
    display: none;
    border: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 1;
    background: var(--light-green);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}

.btnScrollup:hover,
.btnScrollup:focus {
    color: #FFF;
    background: var(--dark-green);
}


/*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);
    }
}

/* Header Top */
header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
}

.headerTop {
    padding: 1rem 0;
    background: #165751;
}

.headerTop a,
.headerTop a:link {
    font: normal 700 0.938rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    display: inline-block;
    margin-right: 1.5rem;
}

.headerTop a:visited {
    color: #FFF;
}

.headerTop a:hover,
.headerTop a:focus,
.headerTop a:active {
    color: #FCB040;
}

.headerTop a:before {
    font-weight: 300;
    margin-left: 0;
    margin-right: 0.5rem;
}

.headerTop a.hMap:before {
    content: "\f3c5";
}

.headerTop a.hPhone:before {
    content: "\f095";
}

.headerTop a.hFax:before {
    content: "\f1ac";
}

.headerTop a.hEmail:before {
    content: "\f0e0";
}

.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}


/* language container */
.langCont {
    float: right;
}

.headerTop a.langTranslateBTN,
.headerTop a.langTranslateBTN:link {
    text-transform: uppercase;
    margin-right: 0;
}

.headerTop a.langTranslateBTN:after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.headerTop a.langTranslateBTN.langFrench:after {
    content: normal;
    margin-left: 0;
    margin-right: 0;
}

.headerTop a.langTranslateBTN:after,
.headerTop a.langTranslateBTN:hover:after {
    color: #FFF;
}

.headerTop a.langTranslateBTN.selected-lan {
    color: #FCB040;
}


.headerBottom {
    background: transparent;
}

/* Logo */
h1.siteLogo,
h1.siteLogoFR {
    width: 90%;
    height: 100%;
    display: inline-block;
    margin: 0;
}

h1.siteLogo > a,
h1.siteLogoFR > a {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url("../images/Logo@2x.png") left center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin: 0 auto;
}

h1.siteLogoFR>a {
    background: url("../images/Logo@2x.png") left center no-repeat;
}

/* Main Image Background Overlay */

.carousel-item::after,
.categoryTitle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--lin-grade);
    z-index: 1;
}

figure#carousel .carousel-inner {
    max-height: 600px;
}

figure#carousel .carousel-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.carousel-item img {
    min-height: 400px;
    object-fit: cover;
}

.carousel-caption {
    position: static !important;
}

/** Navigation **/
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
.desktopNav .moreOptionSubMainMenu,
.desktopNav ul.subSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.desktopNav .mainMenu li:hover > a,
.desktopNav .mainMenu li:hover > button {
    color: var(--main-hover);
}

.desktopNav .mainMenu .idLiketoSearchBTN:focus {
    outline: none;
}

#idLiketoSearchModal .col-sm .idLikeTooContainer {
    padding: 1rem 0;
}

#idLiketoSearchModal .frmSearch button[type="submit"], a.btnPropButtons, a.btnPropButtons:link, form #btnSubmit {
    position: static;
    transform: none;
    padding: .5rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: var(--light-green);
    width: 60% !important;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background-color 300ms ease;
    color: #FFF;
}

form #btnSubmit {
    width: 30% !important;
}

.plugin-form #Agree {
    width: auto;
    position: relative;
    right: 0;
    left: 253px;
    top: 22.8px;
}

#idLiketoSearchModal .frmSearch button[type="submit"]:hover, form #btnSubmit:hover {
    background-color: var(--dark-green);
}

#idLiketoSearchModal .close:focus,
#idLiketoSearchModal .close:focus-within,
#idLiketoSearchModal .close:focus-visible {
    background: none !important;
    outline: none !important;
}

#idLiketoSearchModal .close i:before {
    padding-bottom: .7px;
}

#idLiketoSearchModal .frmSearch button[type="submit"] span {
    font: normal 700 18px "Source Sans 3", Arial, sans-serif;
    color: #fff;
    text-transform: capitalize;
}

#idLiketoSearchModal .frmSearch #search-faMagGlass {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    color: var(--light-green);
}

.menuIcon,
.mobileILTbtn {
    /*position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    font: normal 600 20px 'Source Sans 3', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s, opacity 300ms ease;
    background: none;
}

.menuIcon:hover,
.menuIcon:focus,
.mobileILTbtn:hover,
.mobileILTbtn:focus{
    color: var(--main-hover);
}

.menuIcon:before {
    content: "\f0c9";
    margin: 0 5px 0 0;
    color: inherit;
    font-size: 1rem;
}

.mobileLogo {
    display: none;
}

.mobileLogo > a {
    display: none;
    width: inherit;
    height: inherit;
    text-indent: -9999rem;
    background: url("../images/Logo@2x.png") center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.mobileILTbtn {
    display: none;
}

nav {
	/* Container size */
	padding: 0.5rem 6.9rem 0;
}

ul.mainMenu {
	display: inline-flex;
	flex-wrap: nowrap;
	width: 100%;
}

ul.mainMenu > li {
	display: block;
    transition: color 300ms ease;
}

.navContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 7.5rem;
    background: var(--mobile-dark-90);
    z-index: -1;
    -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;
}

.topNavContainer {
    height: auto;
}

.topNavContainer>.container {
    padding-top: .5rem;
    padding-bottom: 2.5rem;
}

.bottomNavContainer {
    background-color: var(--main-blue-90);
    transition: background-color 300ms ease;
}

.bottomNavContainer:hover {
    background-color: var(--sec-blue);
}

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    font-family: "Open Sans" !important;
    letter-spacing: .9px;
    width: 100%;
    font-size: 1rem!important;
    color: #FFF!important;
    text-align: center!important;
    padding: 1rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
    text-transform: uppercase !important;
}

/*.bottomNavContainer a:visited {
    color: #FFF!important;
}*/

/*.bottomNavContainer a:hover,
.bottomNavContainer a:active,
.bottomNavContainer a:focus {
    color: #A3BFBC !important;
}*/

.bottomNavContainer a:after {
    content: "\f055"!important;
    position: static!important;
    left: auto!important;
    right: auto;
    bottom: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    color: var(--white)!important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: normal 700 20px 'Source Sans 3', Arial, sans-serif;
    color: var(--white);
    /*display: table-cell;*/
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    /*padding: 2rem 1.1rem;*/
    /*border-left: 1px solid #E6E9E8;*/
    transition: color 300ms ease;
}

ul.mainMenu > li > a,
ul.mainMenu > li > button {
    font: normal 700 20px 'Source Sans 3', Arial, sans-serif;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

/*ul.mainMenu a:visited {
    color: #0F3D39;
}*/

/*ul.mainMenu a:hover,
ul.mainMenu a:active,
ul.mainMenu a:focus {
    color: #FFF;
    background: #0F3D39;
}*/

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 {
    width: 100%;
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktopNav .topNavContainer .col-sm {
    padding: 0 0 0 25px;
}

/*.desktopNav ul.mainMenu>li>a:after {
    content: "\f078";
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #DCE6E5;
    display: block;
    z-index: 1;
}

.desktopNav ul.mainMenu>li:hover a:after {
    content: "\f0d7";
    bottom: -0.6rem;
    color: #0F3D39;
}

@-moz-document url-prefix() {
    .desktopNav ul.mainMenu>li:hover a:after {
        bottom: -0.7rem;
    }
}*/

/*.desktopNav ul.mainMenu>li.selected a,
.desktopNav ul.mainMenu>li:hover a,
.desktopNav ul.mainMenu>li[aria-expanded="true"]>a {
    color: #FFF;
    background: #0F3D39;
}*/

.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 {
    font: normal 400 18px 'Source Sans 3', Arial, sans-serif;
    position: relative;
    font-size: 0.95rem;
    color: var(--white);
    border-left: none;
    display: block;
    padding: 1.6rem 0 0.6rem;
    text-align: left;
    transition: color 300ms ease;
    background: none !important;
    letter-spacing: .9px;
}

/*.desktopNav ul.subMainMenu a:visited {
    color: #0F3D39!important;
}*/

.desktopNav ul.subMainMenu a:hover,
.desktopNav ul.subMainMenu a:hover:after {
    color: var(--main-hover);
}

.desktopNav ul.subMainMenu > li > a:after {
    content: "\f061" !important;
    position: absolute;
    right: 0;
    top: 2.3rem;
    left: auto;
    bottom: auto !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    color: var(--white);
    transition: color 300ms ease;
}

/*.desktopNav ul.subMainMenu>li.selected a {
    color: #E3530D!important;
}*/

.desktopNav ul.subMainMenu > li:nth-of-type(3n-1) > a {
    right: 5%;
    left: 5%;
}

.desktopNav ul.subMainMenu > li:nth-of-type(3n) > a {
    left: 10%;
}

/* Makes the drop down have columns */
.desktopNav ul.subMainMenu {
	display: flex;
	flex-wrap: wrap;
}

/* Set column number by percent. So 4 columns would be 25% */
.desktopNav ul.subMainMenu > li {
	flex: 0 0 33.3333%;
}

/* Makes items full width */
.desktopNav ul.subMainMenu a,
.desktopNav ul.subMainMenu a:link {
    position: relative;
	width: 90%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	
	/* Gives room to moves > arrow in to make a margin between columns */
	/*padding-right: 2rem;*/
}

/* Moves > arrow in to make a margin between columns */
/*.desktopNav ul.subMainMenu>li>a:after {
    right: 1.5rem;
}*/



/* Remove bottom item borders - 3 column */
/* 1-3 items = no border */
.desktopNav ul.subMainMenu.nav-1 > a,
.desktopNav ul.subMainMenu.nav-1 a:link > span,
.desktopNav ul.subMainMenu.nav-2 > a,
.desktopNav ul.subMainMenu.nav-2 a:link > span,
.desktopNav ul.subMainMenu.nav-3 > a,
.desktopNav ul.subMainMenu.nav-3 a:link > span {
    border-bottom: none;
}

/* 4 items, 7 items, 10 items */
.desktopNav ul.subMainMenu.nav-4 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-4 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-7 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-7 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-10 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-10 li:link:last-of-type > a {
    border-bottom: none;
}

/* 5 items, 8 items, 11 items */
.desktopNav ul.subMainMenu.nav-5 li:nth-of-type(4) > a,
.desktopNav ul.subMainMenu.nav-5 li:link:nth-of-type(4) > a,
.desktopNav ul.subMainMenu.nav-5 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-5 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-8 li:nth-of-type(7) > a,
.desktopNav ul.subMainMenu.nav-8 li:link:nth-of-type(7) > a,
.desktopNav ul.subMainMenu.nav-8 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-8 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-11 li:nth-of-type(10) > a,
.desktopNav ul.subMainMenu.nav-11 li:link:nth-of-type(10) > a,
.desktopNav ul.subMainMenu.nav-11 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-811 li:link:last-of-type > a {
    border-bottom: none;
}

/* 6 items, 9 items, 12 items */
.desktopNav ul.subMainMenu.nav-6 li:nth-of-type(4) > a,
.desktopNav ul.subMainMenu.nav-6 li:link:nth-of-type(4) > a,
.desktopNav ul.subMainMenu.nav-6 li:nth-of-type(5) > a,
.desktopNav ul.subMainMenu.nav-6 li:link:nth-of-type(5) > a,
.desktopNav ul.subMainMenu.nav-6 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-6 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-9 li:nth-of-type(7) > a,
.desktopNav ul.subMainMenu.nav-9 li:link:nth-of-type(7) > a,
.desktopNav ul.subMainMenu.nav-9 li:nth-of-type(8) > a,
.desktopNav ul.subMainMenu.nav-9 li:link:nth-of-type(8) > a,
.desktopNav ul.subMainMenu.nav-9 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-9 li:link:last-of-type > a,
.desktopNav ul.subMainMenu.nav-12 li:nth-of-type(10) > a,
.desktopNav ul.subMainMenu.nav-12 li:link:nth-of-type(10) > a,
.desktopNav ul.subMainMenu.nav-12 li:nth-of-type(11) > a,
.desktopNav ul.subMainMenu.nav-12 li:link:nth-of-type(11) > a,
.desktopNav ul.subMainMenu.nav-12 li:last-of-type > a,
.desktopNav ul.subMainMenu.nav-12 li:link:last-of-type > a {
    border-bottom: none;
}

/* Wheat background images */

body::before {
    content: url('../images/wheat-left.png');
    width: fit-content;
    display: block;
    height: fit-content;
    position: absolute;
    top: 118%;
    z-index: 1;
    transform: translateX(-56%);
    pointer-events: none;
}

body::after {
    content: url('../images/wheat-right.png');
    width: fit-content;
    display: block;
    height: fit-content;
    position: absolute;
    top: 60%;
    z-index: 1;
    right: 0;
    transform: translateX(70%);
    pointer-events: none;
}

/* I'd Like To menu */

#idLiketoSearchModal .modal-dialog {
    height: 100% !important;
    margin: 0 0 0 auto;
    width: 60%;
    max-width: 400px !important;
    min-width: 260px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Recent News & Docs and Downloads */

.events-docs-con {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

main div.docs-downloads-div,
main div.local-notices-div {
    display: flex;
    flex-direction: column;
    height: 28rem;
    justify-content: space-between;
    padding: 0;
    flex: 0 0 48%;
    min-width: 0;
}

/*main div.docs-downloads-div {
    padding-right: 30px;
}

main div.local-notices-div {
    padding-left: 30px;
}*/

.docs-downloads-div .docs-title h3,
.local-notices-div .news-title h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.docs-downloads-div .file-list,
.local-notices-div div.cf {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.docs-downloads-div .file-list li,
.local-notices-div div.cf a {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
    color: var(--dark-grey);
}

.docs-downloads-div .file-list a.iconPost {
    color: var(--dark-grey);
}

.docs-downloads-div .file-list li:last-of-type,
.local-notices-div div.cf a:last-of-type {
    border-bottom: none;
}

#recentNewsCont a.iconPost,
.docs-downloads-div a.iconPost {
    width: 100%;
    display: inline-block !important;
    /*border-bottom: dashed 1px rgba(0, 0, 0, 0.2);*/
}

.docs-downloads-div a.iconPost,
.docs-downloads-div a.iconPost:link {
    padding: 1rem 2rem 1rem 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#recentNewsCont a.iconPost:last-of-type,
.docs-downloads-div ul li:last-of-type a.iconPost {
    border-bottom: none;
}

time {
    transition: color 300ms ease;
}

#recentNewsCont a.iconPost:hover,
#recentNewsCont a.iconPost:hover::after,
#recentNewsCont a.iconPost:hover time,
ul.notices a.i:hover:after {
    color: var(--main-blue) !important;
}

.docs-downloads-div a.iconPost:hover,
.docs-downloads-div a.iconPost:hover::after {
    color: var(--light-green) !important;
}

.news-title h5, .docs-title h5 {
    font: normal 700 18px 'Source Sans 3', Arial, sans-serif;
    color: var(--black);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.docs-title, .news-title {
    margin-bottom: 15px;
}

.news-title h3, .docs-title h3 {
    font: normal 700 30px 'Lora', Arial, sans-serif !important;
    text-transform: capitalize !important;
    border-bottom: none;
}

.news-title h3 {
    color: var(--main-blue);
}

.docs-title h3 {
    color: var(--light-green);
}

.bottomLinks a,
.bottomLinks a:link {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: .5rem 0;
    color: var(--white);
    transition: background 300ms ease;
}

.bottomLinks a:before {
    display: none;
}

.docs-downloads-div .bottomLinks a {
    background: var(--light-green);
}

.docs-downloads-div .bottomLinks a:hover {
    background: var(--dark-green);
}

.local-notices-div .bottomLinks a {
    background: var(--main-blue);
}

.local-notices-div .bottomLinks a:hover {
    background: var(--sec-blue);
}

.docs-downloads-div ul.file-list a.iconPost::before {
    content: '\f15c';
    color: var(--light-green);
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#recentNewsCont a.iconPost::before {
    content: '\f0a1';
    color: var(--main-blue);
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.docs-downloads-div ul.file-list a.iconPost::after,
#recentNewsCont a.iconPost::after,
ul.notices a.i::after {
    content: '\f061';
    font-family: "Font Awesome 6 Pro";
    color: rgb(53, 53, 53);
    opacity: .26;
    font-size: 25px;
    /*margin: 0.2rem 0 0 auto;*/
    transition: color 300ms ease;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#notice-list ul.notices a.i::after {
    top: 40%;
}

#recentNewsCont time {
    color: #818181;
}

.notice-title-time {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 5rem;
    padding-right: 2rem;
}


/*  Quick Links  */
.quickLinks .mobile-ql {
	display: none;
}

.quickLinks {
    position: relative;
    left: 50%;
    z-index: 5;
    background: var(--white);
    width: calc(100% - 24rem);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.quickLinks .qlContainer {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.quickLinks .qlContainer a {
	/*flex-grow: 1;*/
    font: normal 400 18px "Source Sans 3", Arial, sans-serif;
    flex-shrink: 1;
	display: block;
    text-align: center;
    color: var(--black);
	padding: 1.5rem .5rem;
	text-transform: capitalize;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.quickLinks .qlContainer a:nth-child(odd) i {
    color: var(--light-green);
}

.quickLinks .qlContainer a:nth-child(odd):hover {
    color: var(--light-green);
}

.quickLinks .qlContainer a:nth-child(even) i {
    color: var(--main-blue);
}

.quickLinks .qlContainer a:nth-child(even):hover {
    color: var(--main-blue);
}

/*.quickLinks .qlContainer a:first-of-type {
	padding: 1.5rem .5rem 1.5rem 0;
}

.quickLinks .qlContainer a:last-of-type {
	padding: 1.5rem 0 1.5rem .5rem;
}*/

.quickLinks .qlContainer a > i {
	margin-right: 1rem;
	font-weight: 600;
}

.quickLinks .qlContainer a:hover {
	color: #f2cd13;
}

/* Hide quick links if it's a child of body, meaning hide it on internal pages */
body > .quickLinks {
    display: none;
}


/* 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;
    /*top: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    max-width: 300px;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

/* If alert is active and search needs to be moved use this: */
.activePopupAlert .frmSearch {
    
}

.frmSearch input[type="search"] {
    width: 100%;
    font: italic 400 16px 'Source Sans 3', Arial, sans-serif;
    color: #000;
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    /*-webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;*/
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: #F4F2F1;
    background: rgba(244, 242, 241, 0.75);
    outline: none !important;
}

/*.frmSearch input[type="search"]:focus {
    background: rgba(244, 242, 241, 1);
}*/

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%;
    right: 0.6rem;
    -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: var(--light-green);
    -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: #018AB6;
}


/** Model Search **/
#btnSearch .modal-header {
    border-bottom: none;
}

#btnSearch .modal-footer {
    display: none;
}

#btnSearch .modalTitleLogo {
    width: 180px;
    height: 100px;
    display: block;
    text-indent: -9999rem;
    margin: 1.1em auto 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#btnSearch .modal-body {
    padding: 0;
}


/******* Main Content - Inside Pages *******/
h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 440px;
    font: bold 4rem 'Open Sans', Arial, sans-serif;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

h2.categoryTitle:before {
    /*content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 51px;
    display: block;
    background: url(../images/bgBackgroundInnerPages.png) left bottom repeat-x;*/
}

h2.categoryTitle .catTitleCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
    display: block;
}

h2.categoryTitle .catTitleCont {
    font: normal 700 45px 'Lora', Arial, sans-serif;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', Arial, sans-serif;
    color: #0F3D39;
    display: block;
    margin-bottom: 1.5rem;
}

.mainContainer {
    position: relative;
    padding: 4rem 0;
    background: #FFF;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer aside.col-sm {
    flex: 0 0 22%;
    padding: 0;
    background: #DCE6E5;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 0 1.5rem 1.5rem 4rem;
}

.mainContainer main img:not(.card-img-top),
.adContainer img {
    box-shadow: 0px 3px 6px #00000029;
    border: 5px solid #FFFFFF;
}

/** Aside Menu - Inside Pages **/
/* Aside Colours */
:root {
	--aside-bg: #bfbfbf;
	--aside-more-txt: #383838;
	--aside-more-txt-hvr: #fff;
	--aside-main-bg: #bfbfbf;
	--aside-main-bg-hvr: #807914;
	--aside-main-txt: #383838;
	--aside-main-txt-hvr: #fff;
	--aside-sub-bg: #8a1d03;
	--aside-sub-bg-hvr: #fff;
	--aside-sub-txt: #fff;
	--aside-sub-txt-hvr: #383838;
}

.mainContainer aside.col-sm {
    background: #FFF;
}

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    color: var(--main-blue);
    display: inline-block;
    padding: 0.73rem 0;
    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: var(--sec-blue) !important;
}

.moreOption:before {
    content: "\e59e";
    margin-left: 0;
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    content: '\f068';
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 400 18px 'Source Sans 3', Arial, sans-serif;
    color: #000;
    display: block;
    padding: 0.8rem 0;
    -webkit-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    -o-transition: color 300ms ease 0s, background-color 300ms ease 0s;
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
    background-color: #fff;
    text-transform: capitalize;
}

/*ul.sideMenu a:visited {
    color: var(--aside-main-txt);
}
*/
ul.sideMenu a:hover,
ul.sideMenu a:active,
ul.sideMenu a:focus {
    color: var(--sec-blue);
}

ul.sideMenu>li {
    position: relative;
}

ul.sideMenu>li>a {
    border-top: 1px solid rgba(53, 53, 53, .15);
}

/*ul.sideMenu>li:last-of-type>a {
    border-bottom: 1px solid rgba(53, 53, 53, .15);
}*/

ul.sideMenu>li.hasChild a {
    padding-right: 2.5rem;
}

ul.sideMenu>li.selected a {
    color: var(--sec-blue);
}

ul.sideMenu>li.selected:not([aria-expanded="false"])>a {
    border-bottom: 1px solid rgba(53, 53, 53, .15);
}

/*ul.sideMenu>li.selected .moreOption {
    color: var(--aside-more-txt-hvr);
}*/

ul.sideMenu>li:hover>a {
    color: var(--sec-blue);
}

ul.sideMenu>li:hover .moreOption {
    color: var(--sec-blue);
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: normal 400 16px 'Source Sans 3', Arial, sans-serif!important;
    color: #000 !important;
    padding: 1rem 1rem 1rem 2rem !important;
    display: block;
    background: #fff;
    transition: color 300ms ease, background-color 300ms ease 0s;
    letter-spacing: 0.4px;
}

/*ul.subSideMenu a:visited {
    color: var(--aside-sub-txt) !important;
}*/

ul.subSideMenu a:hover,
ul.subSideMenu a:active,
ul.subSideMenu a:focus {
    color: var(--sec-blue) !important;
}

/*ul.subSideMenu>li.selected a {
    color: var(--aside-sub-txt-hvr);
    background: var(--aside-sub-bg-hvr);
}*/

/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    position: relative;
    padding-right: 10rem;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 1.3rem 'Open Sans', Arial, sans-serif;
    color: #000;
    display: block;
    transition: color 300ms ease;
}

/*ol.breadCrumb a:visited {
    color: #0F3D39;
}*/

ol.breadCrumb a:hover,
ol.breadCrumb a:active,
ol.breadCrumb a:active {
    color: var(--main-blue);
}

ol.breadCrumb a:after {
    content: "\f105";
    color: #000;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ol.breadCrumb {
    display: block;
}

ol.breadCrumb>li {
    float: left;
}

ol.breadCrumb>li:first-child a:before {
    content: "\f015";
    margin-left: 0;
}

ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

.btnPrint {
    margin: 0;
    padding: 0 0.5rem;
    color: var(--light-green);
    border: none;
    cursor: pointer;
    display: block;
    background: none;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}

.btnPrint:hover {
    color: var(--dark-green);
}

.btnPrint:before {
    content: "\f02f";
    font-size: 1.4em;
}

.mainContentTitleCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.mainContentTitleCon h4 {
    font: normal 700 25px "Lora", Arial, sans-serif;
    margin: 0;
    width: fit-content;
    color: #000;
}

.mainContainer .toolBox {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
}

ul.textResizer {
    /* width: fit-content; */
    display: flex;
    /* align-items: center; */
    position: relative;
    right: 0;
    top: 0;
    /* -webkit-transform: translateY(-50%); */
    /*-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
    /* transform: translateY(-50%); */
    width: auto;
}

ul.textResizer>li {
    float: left;
    margin: auto;
}

ul.textResizer>li:last-child {
    margin-right: 0;
    /*position: relative;
    bottom: -10px;*/
    border-left: 2px solid var(--main-blue);
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 25px/0 'Source Sans 3', Arial, sans-serif;
    color: var(--main-blue);
    text-transform: uppercase;
    display: inline-block;
    padding: 0 .2rem;
}

.large-text {
    padding: 0 .5rem 0 .2rem !important;
}

/*ul.textResizer>li:nth-last-child(2) {
    border-right: 2px solid var(--main-blue);
}*/

/*ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
}*/

/*ul.textResizer a:visited {
    color: #0F3D39;
}*/

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: var(--light-green);
}

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: var(--light-green);
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}



/* Footer */
/* Font Awesome default */
ul.footerNav 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;
}

.footerFlex {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.footerTop {
    display: none;
    padding: 2rem 0;
    background: var(--sec-blue);
}

.footerTop h2,
.footerTop p {
    color: #FFF;
}

.footerTop h2,
.footerMiddle h2{
    text-shadow: 0px 3px 6px #00000029;
}

ul.phoneColsList {
	margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

ul.phoneColsList li {
    color: #FFF;
}

ul.footerNav a:before,
ul.phoneColsList>li:before {
	content: none;
}

.footerMiddle {
    display: none;
    padding: 2rem 0;
    background: var(--sec-blue);
}

.footerMiddle h2,
.footerMiddle p {
    color: #fff;
}


.footerBottom {
    background: var(--sec-blue);
}

.footerBottom h2,
.footerBottom p {
    color: #fff;
}

.footerBottom a {
	display: block;
	/*margin-bottom: .25rem;*/
    color: #fff;
}

.footerBottom .fb-bottom {
    padding: 1rem 0;
	/*margin-top: 1rem;*/
    background: var(--main-blue);
}

.footerBottom .fb-top {
    padding: 2rem 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.fb-top .footerFlex .logoFooter {
    width: unset;
    height: auto;
    flex: 0 0 18%;
    display: flex;
}

.fb-top .footerFlex .logoFooter a {
	height: 100%;
	background: url('../images/Logo@2x.png') no-repeat center left;
	background-size: contain;
	margin: auto 0;
	flex: 0 0 71%;
}

.contact-nav-con {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactFooter,
.footerNav {
    display: flex;
    justify-content: space-between;
}

.contactFooter {
    padding: .5rem 0 1rem;
}

.navFooter {
    padding: 1rem 0 .5rem;
}

.contactFooter {
    border-bottom: dashed 2px rgba(255, 255, 255, 0.4);
}

.contactFooter a, .contactFooter a:link {
    font-weight: 400;
    font-size: 14px;
    transition: color 300ms ease;
    letter-spacing: .7px;
}

.footerNav a, .footerNav a:link {
    font-size: 16px;
    transition: color 300ms ease;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.contactFooter a:hover,
.contactFooter a:link:hover,
.contactFooter a:hover::before,
.contactFooter a:link:hover::before,
.footerNav a:hover,
.footerNav a:link:hover {
    color: var(--main-hover);
}

.footerAddress:before,
.footerPhone:before,
.footerFax:before,
.footerEmail:before {
    transition: color 300ms ease;
    font-weight: 600;
    margin-right: 5px;
    transition: color 300ms ease;
}

.footerAddress::before {
    content: '\f041';
}

.footerPhone::before {
    content: '\f4d2';
}

.footerFax::before {
    content: '\f1ac';
}

.footerEmail::before {
    content: '\f2b6';
}

.fb-bottom .footerFlex .col-sm p,
.fb-bottom cite a {
    font: normal 600 "Open Sans", Arial, sans-serif;
}

.fb-bottom .footerFlex .col-sm p,
.fb-bottom .socialMedia a,
.fb-bottom cite a {
    font-size: 14px;
    transition: color 300ms ease;
}

.fb-bottom .footerFlex .col-sm p {
    font-family: "Open Sans";
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.fb-bottom .socialMedia {
    text-align: center;
}

.fb-bottom cite {
    width: 100%;
    display: block;
}

.fb-bottom cite a {
    font-family: "Open Sans";
    width: fit-content;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.fb-bottom .socialMedia a:hover,
.fb-bottom cite a:hover {
    color: var(--dark-grey);
}

.fb-bottom .footerFlex .col-sm {
    padding: 0;
}

.roadBanCont {
    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%);
}

a.inEffectLink,
a.inEffectLink:link {
    color: #FFF;
    text-align: center;
    display: block;
    padding: 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: #165751;
}

a.inEffectLink:visited {
    color: #FFF;
}

a.inEffectLink:hover,
a.inEffectLink:active,
a.inEffectLink:focus {
    background: #26948A;
}

a.roadBanInEffect,
a.roadBanInEffect:link {
    background: #E3530D;
}

a.roadBanInEffect:hover,
a.roadBanInEffect:active,
a.roadBanInEffect:focus {
    background: #FF6418;
}

.footerBottom small {
	color: #fff;
}


/* table styling */
table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}


/*Highlights*/
.highlightContainer {
    text-align: center;
    position: relative;
    background: transparent bottom no-repeat url('../images/highlights-bg.png');
    padding: 0 12rem 2rem;
    display: flex;
    flex-direction: column;
    background-size: cover;
}

.highlightContainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 65%);
    height: 100%;
    left: 0;
}

.highlightOuterCont {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    flex: 1 1 25rem;
}

.highlightOuterCont > div {
    flex: 0 0 22%;
    max-width: 360px;
    height: 100%;
    padding: 0;
}

.highlightContainer h2 {
    font: normal 700 30px "Lora", Arial, sans-serif;
    padding: 1rem 0;
    color: var(--main-blue);
    text-align: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.highlightContainer h2 span {
    font: normal 700 18px "Source Sans 3", Arial, sans-serif;
    text-transform: uppercase;
    color: var(--black);
    letter-spacing: .9px;
}

.highlightContainer h2:before {
    content: none;
    display: none;
}

.card-img-top {
    height: 100%;
    width: 100%;
}

/* Highlight nav */
.highlightContainer .owl-nav.disabled {
	display: block !important;
}

.highlightContainer .owl-nav button i {
	color: #fff;
	padding: 1rem 1.25rem;
    border: 2px solid #FFF;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.highlightContainer .owl-nav button:hover i {
	color: #183e31;
	background: #fff;
    border: 2px solid #FFF;
}

.highlightContainer .owl-nav button.owl-next i {
	-webkit-border-radius: 5px 50% 50% 5px;
	-moz-border-radius: 5px 50% 50% 5px;
	-o-border-radius: 5px 50% 50% 5px;
	border-radius: 5px 50% 50% 5px;
}

.highlightContainer .owl-nav button.owl-prev i {
	-webkit-border-radius: 50% 5px 5px 50%;
	-moz-border-radius: 50% 5px 5px 50%;
	-o-border-radius: 50% 5px 5px 50%;
	border-radius: 50% 5px 5px 50%;
}

.highlightContainer .owl-nav .owl-next {
	position: absolute;
	right: -5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.highlightContainer .owl-nav .owl-prev {
	position: absolute;
	left: -5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.highlight-item {
    display: flex;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
    /*margin: 1rem 0;*/
    overflow: hidden;
    flex-direction: column;
    height: 25rem;
    max-height: 100%;
}

.highlightOuterCont > div:nth-child(odd) .highlight-item .hl-text {
    background: var(--main-blue-95);
}

.highlightOuterCont > div:nth-child(even) .highlight-item .hl-text {
    background: var(--light-green-95);
}

a.highlight-item .hl-image {
	overflow: hidden;
    flex: 1;
}

a.highlight-item .hl-image img {
	-webkit-transition: transform 300ms ease 0s;
	-moz-transition: transform 300ms ease 0s;
	-o-transition: transform 300ms ease 0s;
	transition: transform 300ms ease 0s;
    object-fit: cover;
}

a.highlight-item:hover .hl-image img {
	transform: scale(1.1);
}

a.highlight-item .hl-text {
	padding: .5rem 1rem;
}

a.highlight-item .hl-text {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .5rem 0;
    border-radius: 0 0 .5rem .5rem;
}

/*.page-plugins a.highlight-item   {
	margin-bottom: 1.5rem;
}*/

.highlight-item .hl-text .card-title,
.highlight-item .hl-text .card-text {
    font: normal 400 16px "Source Sans 3", Arial, sans-serif;
    color: var(--white);
    margin-bottom: 0;
}

/*a.highlight-item .hl-text .card-title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 600;
	color: #333333;
}

a.highlight-item .hl-text .card-title i {
	position: relative;
	color: #16573f;
	font-weight: 300;
	top: .1rem;
	font-size: 2rem;
	margin-right: 0.5rem;
}*/


.adContainer.mobile {
    display: none;
}

.pageUnsupported h1.siteLogo a {
    /* text-indent: unset; */
    background: url('../images/Logo@2x.png') center no-repeat;
    height: 10rem;
    mix-blend-mode: exclusion;
}

.rendered-form .kc-toggle {
    margin-top: 0;
    margin-bottom: 2px;
}

.rendered-form .kc-toggle ~ label {
    margin-bottom: 0;
}

#formFirePermit label {
    margin-top: .5rem;
}

/******* MEDIA QUERY *******/

@media only screen and (max-width:1830px) {
	
    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 500px;
        height: 127px;
        margin-top: 0.65rem;
    }*/
}

@media only screen and (max-width:1680px) {

    /* CONTAINER RESIZING vvv */

    .container {
        padding: 0 6rem;
    }

    .qlcon .quickLinks {
        width: calc(100% - 12rem);
    }

    nav {
        padding: 0 4rem;
    }

    .highlightContainer {
        padding: 2rem 6rem;
    }

    .externVideoButtons .videoPlayPause {
        right: 1rem;
        bottom: 6rem;
    }

    /* CONTAINER RESIZING ^^^ */

    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 430px;
        height: 109px;
        margin-top: 0.9rem;
    }*/
	
    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.mainMenu > li > button {
        font-size: 1.1rem;
    }
	
    .desktopNav ul.mainMenu>li:hover a:after {
        bottom: -0.6rem;
    }
	
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.8rem !important;
    }
	
    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }
	
    .headerTop a,
    .headerTop a:link {
        font-size: 0.8rem;
    }
	
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.25rem;
    }
	
    h2.categoryTitle {
        font-size: 3.5rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.8rem;
    }
	
    .frmSearch input[type="search"] {
        font-size: 1rem;
    }
	
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
}

@media only screen and (max-width: 1600px) {
    .quickLinks .qlContainer a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1450px) {
	
    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 400px;
        height: 102px;
        margin-top: 1rem;
    }*/

    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.mainMenu > li > button {
        font-size: 1rem;
    }
	
    .topNavContainer {
        min-height: 17rem;
    }
	
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.7rem !important;
    }
}

@media only screen and (max-width:1400px) {
	
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }
	
    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 0.9rem!important;
    }
}

@media only screen and (max-width:1330px) {

    /*h1.siteLogo,
    h1.siteLogoFR {
        width: 350px;
        height: 89px;
        margin-top: 1.2rem;
    }*/

    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.mainMenu > li > button {
        font-size: 0.9rem;
    }

    .topNavContainer {
        min-height: 17rem;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
    }

    h2.categoryTitle {
        min-height: 370px;
        font-size: 3rem;
    }

        h2.categoryTitle .subCatTitle {
            font-size: 1.6rem;
        }

    h3.pageTitle {
        font-size: 1.5rem;
    }

    h4.searchTitle {
        font-size: 1.3rem;
    }


    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }

    main.formPage i {
        font-size: 4rem;
    }

    main.formPage .textSuccess {
        font-size: 1.3rem;
    }

    .quickLinks .qlContainer a {
        font-size: 14px;
    }

    .contactFooter a, .contactFooter a:link {
        /*font-size: 12px;*/
        text-align: center;
    }

    /*main div.docs-downloads-div, main div.local-notices-div {
        flex: 0 0 45%;
    }*/

    .highlightOuterCont > div {
        height: 20rem;
    }

}


@media only screen and (max-width:1250px) {
	
    
}

/*@media only screen and (max-width:1190px) {

    .container {
        padding: 0 4rem;
    }
}*/

@media only screen and (max-width:1160px) {
	
    .headerTop {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        margin-top: 0.5rem;
    }
	
    .headerTop a,
    .headerTop a:link {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:1085px) {

    .container {
        padding: 0 4rem;
    }

    .highlightContainer {
        padding: 2rem 4rem;
    }

    .headerBottom {
        padding: 1.5rem 4rem;
    }

    /* Mobile Quick Links */
    .quickLinks {
        background: none;
    }

        .quickLinks .mobile-ql,
        .qlcon {
            display: none;
        }

            .quickLinks .mobile-ql i {
                padding-right: .5rem;
            }

        .quickLinks .container {
            padding: 0;
        }

        .quickLinks .qlContainer {
            display: block;
            padding-top: .5rem;
            background: #a34e29;
            -webkit-transition: all 300ms ease 0s;
            -moz-transition: all 300ms ease 0s;
            -o-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s;
            height: 0;
            margin-bottom: -1rem;
        }

            .quickLinks .qlContainer.ql-open {
                height: 14rem;
                margin-bottom: 0;
            }

        .quickLinks .container > .qlContainer {
            display: none;
        }

        .quickLinks .qlContainer a {
            font-size: .85rem;
            padding: .5rem 0 !important;
        }

        .quickLinks .ql-open-bar {
            position: relative;
            display: block;
            font-family: 'Aleo', serif;
            color: #fff;
            text-transform: uppercase;
            padding: 1rem 2rem;
            background: #c05f28;
        }

            .quickLinks .ql-open-bar:after {
                content: "+";
                display: block;
                position: absolute;
                right: 2rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'Font Awesome 5 Pro';
                -webkit-transition: all 300ms ease 0s;
                -moz-transition: all 300ms ease 0s;
                -o-transition: all 300ms ease 0s;
                transition: all 300ms ease 0s;
            }

            .quickLinks .ql-open-bar:hover {
                color: #f2cd13;
            }

            .quickLinks .ql-open-bar.ql-open:after {
                content: "\f068";
            }

    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }

    .mobileLogo,
    .mobileLogo > a,
    .mobileILTbtn {
        display: block;
    }

    .headerBottom {
        display: flex;
        justify-content: space-between;
        background: var(--mobile-dark);
        padding: 1.5rem 4rem;
        height: 7rem;
    }

    .headerBottom .menuIcon,
    .headerBottom .mobileILTbtn {
        flex: 0 0 auto;
        align-items: center;
    }

    .mobileLogo {
        flex: 1 1 40%;
        margin: 0;
    }

    .mobileLogo > a {
        height: 100%;
        width: 100%;
    }

    h1.siteLogo,
    h1.siteLogoFR {
        margin-bottom: 0.3rem;
        margin-top: 0.5rem;
    }


    /* Mobile Nav Colours */
    :root {
        --nav-bg: rgba(255,255,255,.95);
        --nav-more-txt: #383838;
        --nav-more-txt-hvr: #fff;
        --nav-main-bg: none;
        --nav-main-bg-hvr: #807914;
        --nav-main-txt: #383838;
        --nav-main-txt-hvr: #fff;
        --nav-sub-bg: #ebebeb;
        --nav-sub-bg-hvr: #d51522;
        --nav-sub-txt: #383838;
        --nav-sub-txt-hvr: #fff;
        --nav-subSub-bg: #8a1d03;
        --nav-subSub-bg-hvr: #fff;
        --nav-subSub-txt: #fff;
        --nav-subSub-txt-hvr: #383838;
        --nav-close: #fff;
        --nav-close-hvr: #d51522;
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: #FFF;
        display: inline-block;
        padding: 1rem 1.1rem;
        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;
        border: none;
        background: none;
        z-index: 5;
    }

    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\e59e";
        margin-left: 0;
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
    }

    .moreOptionMainMenu.openIcon:before,
    .moreOptionSubMainMenu.openIcon:before {
        content: '\f068';
    }

    .moreOptionMainMenu:hover,
    .moreOptionSubMainMenu:hover {
        color: var(--nav-more-txt-hvr);
    }

    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 {
        display: flex !important;
        position: static;
        float: none;
        font-size: 1.5rem;
        text-shadow: none;
        height: 3%;
        text-align: right;
        color: #FFF;
        padding: 0 1rem;
        margin: 0;
        border: none;
        cursor: pointer;
        background: none;
        align-self: flex-end;
    }

    .closeNav i {
        display: flex;
        align-items: center;
        font-size: 17px;
        margin: 2px 0 0 5px;
        font-weight: 500;
    }

    .closeNav span {
        font: normal 600 16px 'Source Sans 3', Arial, sans-serif;
        color: #FFF;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

    .closeNav i,
    .closeNav span {
        width: fit-content;
        height: fit-content;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

    .closeNav:hover span,
    .closeNav:hover i {
        color: var(--light-green);
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        min-width: 300px;
        text-align: right;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        z-index: 20;
        background: var(--mobile-dark);
        box-shadow: 0px 3px 6px #00000029;
        padding: 1rem 0 0;
        display: flex;
        flex-direction: column;
    }

    .mobileNav {
        flex-grow: 1;
    }

    ul.mainMenu {
        /*margin-top: 4rem;*/
        flex-direction: column;
    }

    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem;
    }

    ul.mainMenu > li {
        position: relative;
    }

    ul.mainMenu > li > a {
        color: #FFF;
    }

    .mobile-menu-home::before {
        content: '\f015';
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        margin: 1px 5px 0 0;
    }

    ul.mainMenu > li.hasChild > a {
        padding-right: 2.5em;
    }

    ul.mainMenu > li.selected .moreOptionMainMenu {
        color: var(--nav-more-txt-hvr);
    }

    ul.mainMenu > li:hover > a,
    ul.mainMenu > li:focus-within > a,
    ul.mainMenu > li.selected > a {
        background: var(--dark-blue);
    }

    /*ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
        content: '\f068';
    }*/

    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem;
        font-weight: 400;
        color: #FFF;
        text-transform: none !important;
        padding-left: 1.5rem !important;
        background: var(--sec-blue) !important;
    }

    /*ul.subMainMenu a:visited {
        color: var(--nav-sub-txt);
    }*/

    ul.subMainMenu a:hover,
    ul.subMainMenu a:active {
        background: var(--main-blue) !important;
    }

    ul.subMainMenu > li {
        position: relative;
    }

    ul.subMainMenu > li.hasChild > a {
        padding-right: 2.7rem;
    }

    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: var(--nav-more-txt-hvr);
    }

    ul.subMainMenu > li:hover > a,
    ul.subMainMenu > li:focus-within > a,
    ul.subMainMenu > li.selected > a{
        background: var(--main-blue) !important;
    }

    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: var(--nav-more-txt-hvr);
    }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {=
        color: #FFF !important;
        background: var(--dark-green) !important;
        border-bottom: none !important;
        padding-left: 2rem !important;
    }

    /*ul.subSubMainMenu a:visited {
        color: var(--nav-subSub-txt) !important;
    }*/

    ul.subSubMainMenu > li a:hover,
    ul.subSubMainMenu > li a:focus-within,
    ul.subSubMainMenu > li.selected > a {
        background: var(--light-green) !important;
    }

    .frmSearch input[type="search"] {
        font-size: 1rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 1.2rem;
    }

    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1.3rem;
    }

    .socialMedia a,
    .socialMedia a:link {
        font-size: 1rem !important;
    }

    .idLiketoSearchBTN {
        font-size: 0.9rem;
    }

    .highlightOuterCont > div {
        height: 15rem;
    }
    
}

@media only screen and (max-width:1050px) {

    .headerTop > a > span,
    .headerTop #weather h1 {
        display: none;
    }

    .headerTop {
        padding: 0.5rem 1rem;
    }

        .headerTop a,
        .headerTop a:link {
            font-size: 1rem;
            margin-right: 0.8rem;
        }

            .headerTop a.hEmail {
                margin-right: 0.3rem;
            }

            .headerTop a:before {
                margin-right: 0;
            }

            .headerTop a.langTranslateBTN,
            .headerTop a.langTranslateBTN:link {
                margin-top: 0;
            }

    .footerBottom .fb-top {
        height: 33rem;
    }

    .fb-top .footerFlex {
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

        .fb-top .footerFlex .logoFooter {
            width: 100%;
            flex: 1 1 20%;
            margin-bottom: 2.3rem;
        }

            .fb-top .footerFlex .logoFooter a {
                background: url('../images/Logo@2x.png') no-repeat center;
                background-size: contain;
                margin: 0 auto;
            }

    .contactFooter,
    .footerNav {
        flex-direction: column;
        align-items: center;
    }

    .contactFooter,
    .navFooter {
        height: 50%;
    }


    .footerNav {
        height: 100%;
        justify-content: space-between;
    }

    .contact-nav-con {
        flex: 1 1 75%;
        width: 100%;
        max-width: 800px;
    }


    .fb-bottom .footerFlex {
        flex-direction: column;
        align-items: center;
    }

    .fb-bottom .footerFlex .col-sm p {
        text-align: center;
    }

    .fb-bottom cite a {
        text-align: center;
        margin: 0 auto;
    }

    .footerBottom .fb-top .contactFooter {
        padding: .5rem 0 2rem 0;
    }

    .footerBottom .fb-top .navFooter {
        padding: 2rem 0 .5rem 0;
    }

}

@media only screen and (max-width:1024px) {
	
    .pageTitle {
        font-size: 1.1rem;
    }

}

@media only screen and (max-width:1023px) {
	
    .adContainer.desktop {
        display: none;
    }
	
    .adContainer.mobile {
        display: block;
        margin: 1rem 0;
    }
	
    ul.sideMenu {
        display: none;
    }
	
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
	
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 400 20px 'Open Sans', Arial, sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 1rem 1rem;
        margin: 0;
        background: var(--mobile-dark);
        transition: color 300ms ease;
        letter-spacing: .5px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .sideMenuNav span {
        transition: opacity 300ms ease;
    }

    .sideMenuNav:hover > span,
    .sideMenuNav:hover::after {
        opacity: .75;
    }
	
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }

    .sideMenuNav:after {
        content: "\e59e";
        color: #FFF;
        margin-left: .5rem;
        transition: color 300ms ease;
        font-size: 17px;
        position: relative;
        bottom: 1px;
        transition: opacity 300ms ease;
    }
	
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f068";
    }
	
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
	
    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }
	
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 1rem;
    }
	
    h2.categoryTitle {
        min-height: 300px;
        font-size: 2rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.3rem;
    }
	
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
	
    .frmSearch button[type="submit"] {
        right: 0.1rem;
    }
	
    h3.pageTitle {
        font-size: 1.2rem;
    }

    ul.sideMenu a, ul.sideMenu a:link {
        padding: 0.8rem 0 .8rem 1rem;
    }

    .moreOption,
    .moreOption:hover {
        right: 1rem;
        color: #FFF !important;
    }

    ul.sideMenu > li a {
        border-bottom: none;
    }

    ul.sideMenu > li > a {
        background-color: var(--sec-blue) !important;
        color: #FFF !important;
    }

    ul.sideMenu > li > a:after {
        color: #FFF !important;
    }

    ul.sideMenu > li:hover > a,
    ul.sideMenu > li:focus-within > a,
    ul.sideMenu > li.selected > a {
        background-color: var(--main-blue) !important;
    }

    ul.sideMenu > li:hover .moreOption,
    ul.sideMenu > li:focus-within .moreOption {
        color: #FFF !important;
    }

    ul.subSideMenu > li > a,
    ul.subSideMenu > li > a:link {
        background-color: var(--dark-green) !important;
        color: #FFF !important;
    }

    ul.subSideMenu > li:hover > a,
    ul.subSideMenu > li:focus-within > a,
    ul.sideMenu > li > ul > li.selected > a {
        background-color: var(--light-green) !important;
        color: #FFF !important;
    }

    h2.categoryTitle .catTitleCont {
        top: 56%;
        font-size: 30px !important;
    }

    main .searchContainer form {
        padding-left: 2.5px;
    }

}

@media only screen and (max-width:960px) {

    .events-docs-con {
        flex-direction: column;
    }

    main div.docs-downloads-div, main div.local-notices-div {
        padding: 0;
    }

    main div.local-notices-div {
        padding-bottom: 20px;
    }

    .docs-downloads-div a.iconPost, .docs-downloads-div a.iconPost:link {
        padding: 1.5rem 2rem 1.5rem 4rem !important;
    }

    .notice-title-time {
        margin: 0 auto 0 4rem;
    }
	
}

@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:880px) {

    .highlightOuterCont {
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .highlightOuterCont > div {
        width: 56%;
        min-width: 285px;
        max-width: unset;
    }

    body:before,
    body:after {
        display: none;
    }

    .highlightContainer {
        background: transparent bottom no-repeat url('../images/highlights-bg-mobile.png');
        background-size: cover;
    }

    a.highlight-item {
        height: 20rem;
    }

    a.highlight-item .hl-image {
        flex: 1 1 85%;
    }

    .highlightContainer::after {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 75%);
    }

    .highlightOuterCont > div {
        height: 100%;
    }

}

@media only screen and (max-width:850px) {
	
    .popupAlert>.container {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:768px) {

    .carousel-inner {
        max-height: unset;
    }

    /* mobile tables */
	.mobile-tables {
		display: block;
		overflow-x: scroll;
		width: 100%;
	}
	
	.mobile-tables table td,
	.mobile-tables table th {
		min-width: 10rem;
	}

    .popupAlert>.container {
        font-size: 0.8rem;
    }
	
    main img:not(.card-img-top) {
        display: block !important;
        float: none !important;
        margin: 0.5rem auto !important;
    }
	
    .socialMedia {
        position: static;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 400px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .carousel-item {
        flex-direction: column;
    }

    .mobile-view figcaption.carousel-caption {
        background: var(--sec-blue);
        padding: 3rem 2rem;
    }

    .mobile-view .carousel-caption a {
        box-shadow: 0px 3px 6px #00000029;
        margin-top: .5rem;
        font-size: 18px;
    }

    .carousel-caption a:hover, .carousel-caption a:active, .carousel-caption a:focus {
        background: var(--light-green) !important;
    }

}

@media only screen and (max-width:750px) {
	
    .headerContent {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
	
    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:720px) {

    .container {
        padding: 0 2rem;
    }

    .headerBottom {
        padding: 1.5rem 2rem;
    }

    .highlightContainer {
        padding: 2rem 2rem;
    }
	
    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {
	
    .headerContent {
        display: none;
    }
	
    .sideMenuNav {
        font-size: 0.95rem;
    }

    .sideMenuNav::after {
        font-size: 14px;
    }
	
    ul.sideMenu a,
    ul.sideMenu a:link {
        font-size: 0.9rem!important;
    }
	
    ul.subSideMenu a,
    ul.subSideMenu a:link {
        font-size: 0.8rem!important;
    }
	
    
    h3.pageTitle {
        font-size: 1.1rem;
    }
    
    .idLiketoSearchBTN {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width:600px) {
	
    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }
	
    .adContainer img {
        width: 100%;
        margin: 0;
    }
	
    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }
	
    main.formPage i {
        font-size: 2.5rem;
    }
	
    main.formPage .textSuccess {
        font-size: 1.1rem;
    }
	
    .btnSearchPage span {
        display: none;
    }
	
    .btnSearchPage i {
        font-size: 1.1rem;
        display: block;
        margin-right: 0;
    }
	
    .searchPage input[type="text"] {
        padding-right: 5rem;
    }
}

@media only screen and (max-width:580px) {
	
    /*.menuIcon>span {
        display: none;
    }*/
	
    /*.menuIcon {
        font-size: 1rem;
    }*/
	
    .menuIcon:after {
        margin-left: 0;
    }
	
    h1.siteLogo,
    h1.siteLogoFR {
        width: 300px;
        height: 76px;
        margin-top: 0.4rem;
        margin-left: 0.1rem;
    }
	
    .headerTop a.langTranslateBTN,
    .headerTop a.langTranslateBTN:link {
        font-size: 0.75rem;
        margin-top: 0.3rem;
    }
}

@media only screen and (max-width:575px) {
	
    .searchColPages.col-sm {
        padding-right: 0;
    }
	
    .searchColDocuments.col-sm {
        padding-left: 0;
        padding-top: 2.5rem;
    }

    .carousel-caption h3 {
        font-size: 35px !important;
    }

    .mobile-view .carousel-caption h2 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:550px) {
    .highlightContainer {
        padding: 2rem 1rem;
    }
}

@media only screen and (max-width:530px) {
	
    .popupAlert>.container {
        padding-left: 1rem;
    }
	
    .popupAlert>.container:before {
        content: none;
        position: static;
        display: block;
        margin-right: 0;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem;
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
	
    nav {
        width: 300px;
    }
	
    .moreOptionMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
	
    .moreOptionSubMainMenu {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }
	
    ul.mainMenu a,
    ul.mainMenu a:link,
    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.9rem!important;
    }

    .menuIcon span,
    .mobileILTbtn span {
        font-size: 1rem
    }

    .menuIcon::before {
        font-size: 0.8rem;
    }

}

@media only screen and (max-width:480px) {
	
    h2.categoryTitle {
        font-size: 1.3rem;
    }
	
    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }
	
    .frmSearch input[type="search"] {
        font-size: 0.7rem;
    }
	
    .frmSearch button[type="submit"] {
        right: 0;
    }

    .mobile-view .carousel-caption h2 {
        font-size: 16px !important;
    }

}

@media only screen and (max-width:450px) {

    .carousel-caption h3 {
        font-size: 25px !important;
    }

    .mobile-view .carousel-caption h2 {
        font-size: 14px !important;
    }

    .menuIcon span,
    .mobileILTbtn span {
        font-size: .9rem
    }

    /*.headerBottom {
        padding: 1.5rem .5rem;
    }*/

    .menuIcon, .mobileILTbtn {
        padding: 0;
    }

    .mobileILTbtn {
        margin-left: 1rem;
    }

    .menuIcon {
        margin-right: 1rem;
    }

    .highlightOuterCont > div {
        max-width: 325px;
    }
	
}

@media only screen and (max-width:400px) {
	
    h1.siteLogo,
    h1.siteLogoFR {
        width: 230px;
        height: 58px;
        margin-top: 0.5rem;
        margin-left: 0.2rem;
    }
	
    .headerTop a,
    .headerTop a:link {
        margin-right: 0.2rem;
    }
}
