﻿@import url('../variables.css');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');


/*
font-family: 'Libre Baskerville', serif;
font-family: 'Roboto', sans-serif;
*/
/******* GENERAL THEME OF THE SITE *******/
body {
    min-width: 320px;
    font: normal 400 16px/1.5 'Roboto', Arial, sans-serif !important;
    color: var(--dark-blue);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #FFF;
}

    body.modal-open {
        padding-right: 0 !important;
    }

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 700 1rem 'Roboto', Arial, sans-serif;
    color: var(--dark-blue);
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h1 {
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
    color: var(--dark-red);
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
    color: var(--dark-red);
}

h6 {
    font-size: 1rem;
}




/* styling for content area tables */
table th {
    background: var(--dark-blue);
    color: #FFF;
}


/* end */

p {
    padding: 0;
    margin: 0 0 1rem;
}

a,
a:link,
ul.directory-list button {
    font-weight: 400;
    color: var(--medium-turquoise);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

    a:visited {
        color: var(--medium-turquoise);
    }
    ul.directory-list button{
        color:var(--green);
        font-weight:700;
    }

    a:hover,
    a:active,
    a:focus,
    ul.directory-list button:hover,
    ul.directory-list button:active,
    ul.directory-list button:focus {
        color: var(--green);
        text-decoration: none;
    }

cite,
small {
    font-style: normal;
    color: var(--dark-blue);
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

footer {
    background: linear-gradient( to top, rgba(255,255,255,0) 40%, rgba(255,255,255, 100) 70%),url(../images/footer-bg-with-gradients.jpg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal footer {
    background: unset;
}

/* Social Media */
.socialMedia a,
.socialMedia a:link {
    display: inline-block;
    margin: 0 0.5rem;
}



    .socialMedia a.facebook:after {
        content: "\f39e";
    }

    .socialMedia a.twitter:after {
        content: "\f099";
    }

    .socialMedia a.instagram:after {
        content: "\f16d";
    }

    .socialMedia a.youtube:after {
        content: "\f167";
    }

    .socialMedia a.linkedIn:after {
        content: "\f0e1";
    }

    .socialMedia a.tripAdvisor:after {
        content: "\f262";
    }

.mobileNav,
.sideMenuNav,
.moreOption > span,
.scrollup > span {
    display: none;
}


    .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,
    .footerBottom a:before,
    ol.breadCrumb a.breadcrumbHome:before,
    ol.breadCrumb a:after,
    .sideMenuNav:before,
    .sideMenuNav:after,
    .moreOptionMainMenu:before,
    .moreOption:before,
    .menuIcon:after,
    .socialMedia a:after,
    .footerBottom a.hFax:before,
    .footerBottom a.hEmail: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:after {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    margin-left: 0.4rem;
}

.subMainMenu a:before,
.bottomLinks a:after,
.carousel-caption a:after,
.footerBottom a:before,
.breadCrumb a:after,
.monthly-header a:after {
    font-family: 'Font Awesome 6 Pro' !important;
}

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: 1620px;
    margin: 0 auto;
}



/* Default Button */
/* Add to any button to add default css */
.defaultButton {
    font: 700 1rem 'Roboto', Arial, sans-serif;
    padding: 1rem 4rem;
    background: var(--dark-red);
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    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;
}

    .defaultButton:visited {
        background: var(--dark-red);
    }

.footerBottom .defaultButton {
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

    .footerBottom .defaultButton:hover,
    .footerBottom .defaultButton:focus,
    .footerBottom .defaultButton:active {
        background: var(--light-red);
        color: #ffffff;
    }


.footerBottom a.defaultButton {
    display: inline-block;
    margin: unset;
}

a.defaultButton:before {
    display: none;
}

/* 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: 9.5rem;
    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: 1;
    background: var(--dark-red);
}

    .btnScrollup:hover,
    .btnScrollup:focus {
        color: #FFF;
        background: var(--medium-turquoise);
    }


/*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;
    padding: 0;
    height: 250px;
    background-image: linear-gradient(180deg, #fffeff 0%, #fffeff 25%, rgba(255,254,255,0) 100%);
}

    header.masterHeader .container {
        position: relative;
    }
/*    header.masterHeader::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }*/
.headerTop {
    padding: 0 3rem;
}


    .headerTop a,
    .headerTop a:link {
        font: normal 400 1rem 'Roboto', Arial, sans-serif;
        color: var(--dark-blue);
        padding: 1.5rem 0.5rem;
        display: inline-block;
        letter-spacing: 1px;
    }

        .headerTop a:visited {
            color: var(--dark-blue);
        }

        .headerTop a:hover,
        .headerTop a:focus,
        .headerTop a:active {
            color: var(--medium-turquoise);
        }

        .headerTop a:before,
        .footerBottom a:before {
            content: "\f324";
            font-weight: 400;
            margin-left: 0;
            margin-right: 0.5rem;
            color: var(--dark-blue)
        }

.footerBottom a:before {
    color: var(--white);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.footerBottom a.officeHoursBTN:before {
    display: none;
}

.footerBottom cite a:before {
    display: none;
}

.headerTop a.hMap:before,
.footerBottom a.hMap:before {
    content: "\f3c5";
}

.footerBottom a.employeePortal {
    text-transform: capitalize;
}

    .footerBottom a.employeePortal:before {
        content: "\f2bd";
    }

.headerTop a.hPhone:before,
.footerBottom a.hPhone:before {
    content: "\f095";
}

.footerBottom a.hFax:before {
    content: "\f1ac";
}

.footerBottom a.hEmail:before {
    content: "\f0e0";
}





nav {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 15px;
}

.masterHeaderContainer {
    position: absolute;
    top: 3.4rem;
    right: 0;
    left: 0;
}

.mobileBackgroundOverflow {
    display: none;
}

.headerBottom {
    position: relative;
    padding: 0 3rem;
}



h1.siteLogo,
h1.siteLogoFR {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 141px;
    height: 155px;
    display: inline-block;
    z-index: 10;
}


    h1.siteLogo > a,
    h1.siteLogoFR > a {
        width: inherit;
        height: inherit;
        display: block;
        text-indent: -9999rem;
        background: url("../images/logo.png") left center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    h1.siteLogoFR > a {
        background: url("../images/logo.png") left center no-repeat;
    }


/** Navigation **/
.menuIcon,
.closeNav,
.desktopNav .moreOptionMainMenu,
/*.desktopNav ul.subSubMainMenu,*/
ul.mainMenuCol2 h3 {
    display: none;
}

.idLiketoSearchModal {
    padding: 0.5rem;
    color: var(--dark-blue);
    display: none;
}

    .idLiketoSearchModal i {
        color: var(--dark-blue);
    }

.menuIcon {
    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 700 1.3rem 'Roboto', Arial, sans-serif;
    color: var(--dark-blue);
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 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;
}

    .menuIcon:hover,
    .menuIcon:focus,
    .idLiketoSearchModal:hover i,
    .idLiketoSearchModal:focus i {
        color: var(--dark-red);
    }

    .menuIcon:after {
        content: "\f0c9";
        margin-left: 0.5rem;
    }
/*
#searchModal {
}

    #searchModal .modal-header {
        background-color: transparent;
        padding: 2rem 0rem 0rem 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #searchModal .modal-header .close:not(:disabled):not(.disabled) {
            color: var(--dark-blue);
            font-size: 1.6rem;
        }

.searchModalLogo {
    width: 170px;
    height: 169px;
    display: inline-block;
    text-indent: -9999rem;
    background-image: url(../images/main-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: relative;
}

#searchModal fieldset {
    position: relative;
}

.searchPlaceholder {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dark-blue);
}

#searchModal .modal-body {
    padding: 2rem 1rem;
}

#searchModal .frmSearch input[type="search"] {
    border: 1px solid var(--dark-red);
    padding: 1rem 1.8rem;
    font-size: 1rem;
    color: var(--dark-blue);
    font-weight: 700;
    font-style: initial;
    width: 100%;
    background-color: #fcfafa;
}

#searchModal .frmSearch button[type="submit"] {
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
    background: var(--dark-red);
    width: 100% !important;
    margin-top: 2rem;
}

    #searchModal .frmSearch button[type="submit"]:hover,
    #searchModal .frmSearch button[type="submit"]:focus,
    #searchModal .frmSearch button[type="submit"]:active {
        background: var(--light-turquoise);
    }

    #searchModal .frmSearch button[type="submit"] i {
        color: #fff;
    }
*/
.desktopNav {
    display: flex;
    justify-content: space-between;
}




ul.mainMenu,
.headerTop .headerInfoCont div:first-of-type,
.headerTop .headerInfoCont div:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.headerTop .headerInfoCont div {
    border-bottom: 1px solid #7575754f;
}

    .desktopNav ul.mainMenu:first-of-type,
    .headerTop .headerInfoCont div:first-of-type {
        margin-right: 100px;
    }

    .desktopNav ul.mainMenu:last-of-type,
    .headerTop .headerInfoCont div:last-of-type {
        margin-left: 100px;
    }

.headerTop a.searchBtnMobile {
    display: none;
}

    .headerTop a.searchBtnMobile:before {
        content: "\f002";
    }

    .headerTop a.searchBtnMobile:hover:before {
        color: var(--dark-red);
    }

.desktopNav ul.mainMenu > li {
    display: inline-block;
}

    .desktopNav ul.mainMenu > li .mainMenuItem {
        position: relative;
    }

        .desktopNav ul.mainMenu > li .mainMenuItem:after {
            content: "";
            position: absolute;
            color: var(--dark-red);
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            font-family: 'Font Awesome 6 Pro';
            font-weight: 900;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

    .desktopNav ul.mainMenu > li .home.mainMenuItem:after {
        left: 60%;
    }

    .desktopNav ul.mainMenu > li:hover .mainMenuItem:after, .desktopNav ul.mainMenu > li:active .mainMenuItem:after, .desktopNav ul.mainMenu > li:focus .mainMenuItem:after {
        content: "\f6fd";
    }



.navContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.topNavContainer {
    height: auto;
    padding-top: 10rem;
    padding: 9rem 3rem 4rem 3rem;
    background: rgba(255,254,255,0.95);
}

/*    .topNavContainer > .container {
        padding: 2.4rem 3rem 1rem 3rem;
    }*/

.bottomNavContainer {
    background: rgba(153, 31, 35, 0.9);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

    .bottomNavContainer .container {
        padding: 0;
    }

    .bottomNavContainer a,
    .bottomNavContainer a:link {
        font-size: 1.2rem !important;
        color: #FFF !important;
        text-align: left !important;
        padding: 1rem !important;
        display: block !important;
        border-left: none !important;
        transition-property: background !important;
        background: none !important;
    }

        .bottomNavContainer a:visited {
            color: #FFF !important;
        }

    .bottomNavContainer:hover,
    .bottomNavContainer:active,
    .bottomNavContainer:focus {
        background: var(--dark-red) !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: #fff !important;
        display: inline-block !important;
        margin-left: 0.5rem !important;
    }

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    font: normal 700 1.3rem 'Roboto', Arial, sans-serif;
    color: var(--dark-blue);
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem 0.5rem;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 1px;
    z-index: 30;
}

    ul.mainMenu a.home {
        padding-left: 1.5rem !important;
    }

    ul.mainMenu a:visited {
        color: var(--dark-blue);
    }

    ul.mainMenu a:hover,
    ul.mainMenu a:active,
    ul.mainMenu a:focus {
        color: var(--dark-red);
    }

    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.selected a,*/
.desktopNav ul.mainMenu > li:hover a,
.desktopNav ul.mainMenu > li[aria-expanded="true"] > a {
    color: var(--dark-red);
}

.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: 'Libre Baskerville', serif;
    font-size: 1rem;
    color: var(--dark-blue) !important;
    border-left: none;
    display: block;
    padding: 1.2rem 0;
    text-align: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    background: none !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

    .desktopNav ul.subMainMenu a:visited {
        color: var(--dark-blue) !important;
    }

    .desktopNav ul.subMainMenu a:hover {
        color: var(--dark-red) !important;
    }

.desktopNav .moreOptionSubMainMenu {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    border: none;
    background: none;
    padding: 0.6rem 0.6rem;
    z-index: 30;
    display: none;
}

.desktopNav ul.subSubMainMenu {
    display: block;
}

.desktopNav .moreOptionSubMainMenu i {
    transform: rotate(0deg);
    -webkit-transition: transform 300ms ease 0s;
    -moz-transition: transform 300ms ease 0s;
    -o-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
    font-size: 1.1rem;
}

.desktopNav .moreOptionSubMainMenu.openIcon i {
    transform: rotate(180deg);
}




/* Makes the drop down have columns */
.desktopNav ul.subMainMenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    /* Set column number by percent. So 4 columns would be 25% */
    .desktopNav ul.subMainMenu > li {
        min-width: 33%;
        position: relative;
    }

    /* Makes items full width */
    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        position: relative;
        width: 100%;
        display: block;
        /* Gives room to moves > arrow in to make a margin between columns */
    }

    .desktopNav ul.subMainMenu li:first-of-type a {
        border-top: none;
    }

.desktopNav ul.subSubMainMenu a,
.desktopNav ul.subSubMainMenu a:link {
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 0.4rem 0;
}

    .desktopNav ul.subSubMainMenu a:before {
        content: "\f324";
        color: var(--dark-red);
        margin-right: 0.5rem;
        font-family: 'Font Awesome 5 Pro';
    }

.desktopNav ul.subSubMainMenu li:first-of-type a {
    padding-top: 0;
}

.topNavContainer .row .col-4:nth-child(2n).subMain {
    border-right: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
}

.topNavContainer .row .col-4 {
    padding-right: 25px;
    padding-left: 25px;
}
/*  Quick Links  */
.quickLinks .mobile-ql {
    display: none;
}

.quickLinks.mobile {
    display: none;
}

.quickLinks {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    filter: drop-shadow(-0.518px 1.932px 7.5px rgba(0,0,0,0.35));
    background-color: #243647;
    padding: 0 4rem;
}

    .quickLinks .qlContainer {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .quickLinks .qlContainer a {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 1;
            text-align: center;
            color: #fff;
            padding: 1.5rem 0.8rem;
            font-weight: 600;
            letter-spacing: 2px;
            font-family: 'Roboto', serif;
            font-size: 1rem;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease 0s;
            -moz-transition: all 300ms ease 0s;
            -o-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s;
            letter-spacing: 1px;
        }

            .quickLinks .qlContainer a:hover,
            .quickLinks .qlContainer a:focus
            .quickLinks .qlContainer a:active {
                color: var(--light-turquoise);
            }

        .quickLinks .qlContainer .owl-item:first-of-type a {
            padding: 1.5rem 0.8rem 1.5rem 0;
        }

        .quickLinks .qlContainer .owl-item:last-of-type a {
            padding: 1.5rem 0 1.5rem 0.8rem;
        }

        .quickLinks .qlContainer a > i {
            font-size: 1.0rem;
            font-weight: 400;
            margin-right: 0.6rem;
            margin-bottom: 0.3rem;
        }


.ql-open-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-family: 'Open Sans', serif;
    color: #fff;
    text-transform: uppercase;
    padding: 1.0rem 4rem;
    background: var(--dark-blue);
    font-weight: 700;
    font-size: 1.0rem;
    letter-spacing: 2px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    box-shadow: rgb(0 0 0 / 35%) 0px -5px 8px;
    z-index: 1000;
    cursor: pointer;
    display: none;
}

    .ql-open-bar:hover,
    .ql-open-bar:active,
    .ql-open-bar:focus {
        background: var(--medium-turquoise);
    }

    .ql-open-bar:after {
        content: "\f067";
        font-family: 'Font Awesome 6 Pro';
    }

    .ql-open-bar.ql-open:after {
        content: "\f068";
    }
/* 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;
    display: block;
    z-index: 1;
}*/
.frmSearch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


    .frmSearch input[type="search"] {
        width: 22.2rem;
        color: var(--dark-blue);
        background: var(--white);
        letter-spacing: 1px;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto";
        font-size: 0.9rem;
        padding: 0.6rem 1.25rem;
        border-radius: 10px;
        border: none;
        border-bottom: 1px solid #fff;
    }

        .frmSearch input[type="search"]:focus {
            outline: 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.internalSerch {
    z-index: 1;
    top: 40%;
}

    .frmSearch.internalSerch button[type="submit"] {
        top: unset;
        transform: unset;
        bottom: 0;
    }

.frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    font-size: 1.0rem;
    padding: 0.59rem 1rem;
    margin: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 10;
    background: var(--dark-red);
    border-radius: 0 10px 10px 0;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

    .frmSearch button[type="submit"]:hover,
    .frmSearch button[type="submit"]:focus,
    .frmSearch button[type="submit"]:active {
        background: var(--medium-turquoise);
    }


    .frmSearch button[type="submit"] i {
        color: var(--white);
        font-weight: 900;
    }



/** 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: 650px;
    font: 600 2.6rem 'Libre Baskerville', Arial, sans-serif;
    letter-spacing: 2px;
    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;
    text-transform: uppercase;
}

    h2.categoryTitle:after {
        content: " ";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(54,54,54,.40);
        background-image: url('../images/mountain-slider.png');
        background-position: bottom;
        background-repeat: no-repeat;
        background-repeat-x: initial;
        z-index: 0;
    }

    h2.categoryTitle:before {
        content: " ";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(56,56,56,.30);
        z-index: 0;
    }

    h2.categoryTitle .catTitleCont {
        position: absolute;
        top: 72%;
        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 .subCatTitle {
        font: italic 400 2rem 'Roboto', Arial, sans-serif;
        display: block;
    }

h3.pageTitle {
    font: normal 700 2rem 'Roboto', Arial, sans-serif;
    color: #0F3D39;
    display: block;
    margin-bottom: 1.5rem;
}

.mainContainer {
    position: relative;
    padding: 0rem 4rem;
    background-image: url("../images/mountain-bg.jpg");
    background-size: cover;
    background-position: bottom;
}

    .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: 2;
        padding: 0.5rem 1.5rem 1.5rem 2rem;
    }

/** Aside Menu - Inside Pages **/
/* Aside Colours */
:root {
    --aside-bg: var(--gray);
    --aside-more-txt: var(--dark-blue);
    --aside-more-txt-hvr: var(--white);
    --aside-main-bg: var(--gray);
    --aside-main-bg-hvr: var(--dark-blue);
    --aside-main-txt: var(--dark-blue);
    --aside-main-txt-hvr: var(--white);
    --aside-sub-bg: var(--white);
    --aside-sub-bg-hvr: var(--dark-red);
    --aside-sub-txt: var(--dark-blue);
    --aside-sub-txt-hvr: var(--white);
}

.mainContainer aside.col-sm {
    background: var(--aside-bg);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 420px;
    border-radius: 10px ;
}

ul.subSideMenu {
    display: none;
}

ul.sideMenu li:first-of-type a {
    border-radius: 10px 10px 0 0;
}

ul.sideMenu ul.subSideMenu li a {
    border-radius: unset;
}

.moreOption {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--aside-more-txt);
    display: inline-block;
    padding: 1.5rem;
    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(--aside-more-txt-hvr) !important;
    }

    .moreOption:before {
        content: "\f067";
        margin-left: 0;
        font-size: inherit;
        font-weight: 900;
        -webkit-transition: content 300ms ease 0s;
        -moz-transition: content 300ms ease 0s;
        -o-transition: content 300ms ease 0s;
        transition: content 300ms ease 0s;
    }

    .moreOption.openIcon:before {
        content: "\f068";
    }

ul.sideMenu a,
ul.sideMenu a:link {
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Roboto';
    color: var(--aside-main-txt);
    display: block;
    padding: 1.5rem 3rem 1.5rem 2rem;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: var(--aside-main-bg);
    text-transform: uppercase;
}

    ul.sideMenu a:visited {
        color: var(--aside-main-txt);
    }

    ul.sideMenu a:hover,
    ul.sideMenu a:active,
    ul.sideMenu a:focus {
        color: var(--aside-main-txt-hvr);
        background: var(--aside-main-bg-hvr);
    }

ul.sideMenu > li {
    position: relative;
}

    ul.sideMenu > li.hasChild a {
        padding-right: 2.5rem;
    }

    ul.sideMenu > li.selected a {
        color: var(--aside-main-txt-hvr);
        background: var(--aside-main-bg-hvr);
    }

    ul.sideMenu > li.selected .moreOption {
        color: var(--aside-more-txt-hvr);
    }

    ul.sideMenu > li:hover > a {
        color: var(--aside-main-txt-hvr);
        background: var(--aside-main-bg-hvr);
    }

    ul.sideMenu > li:hover .moreOption {
        color: var(--aside-more-txt-hvr);
    }

ul.subSideMenu a,
ul.subSideMenu a:link {
    font-style: italic;
    font-weight: 400;
    color: var(--aside-sub-txt) !important;
    padding: 1rem 1rem 1rem 4rem !important;
    display: block;
    background: var(--aside-sub-bg) !important;
    text-transform: capitalize;
    position: relative;
}

    ul.subSideMenu a:visited {
        color: var(--aside-sub-txt) !important;
    }

    ul.subSideMenu a:hover,
    ul.subSideMenu a:active,
    ul.subSideMenu a:focus {
        color: var(--aside-sub-txt-hvr) !important;
        background: var(--aside-sub-bg-hvr) !important;
    }


    ul.subSideMenu a:after {
        content: "";
        display: block;
        right: -35px;
        top: 50%;
        position: absolute;
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 28px 0 28px;
        border-color: transparent transparent transparent transparent;
        transform: translateY(-50%) rotate(270deg);
        -webkit-transition: border-color 300ms ease 0s;
        -moz-transition: border-color 300ms ease 0s;
        -o-transition: border-color 300ms ease 0s;
        transition: border-color 300ms ease 0s;
    }

    ul.subSideMenu a:hover:after,
    ul.subSideMenu a:active:after,
    ul.subSideMenu a:focus:after,
    ul.subSideMenu > li.selected a::after {
        border-color: var(--dark-red) transparent transparent transparent;
    }

ul.subSideMenu > li.selected a {
    color: var(--aside-sub-txt-hvr) !important;
    background: var(--aside-sub-bg-hvr) !important;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/
.headerContent {
    position: relative;
    padding-right: 10rem;
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 0.9rem 'Roboto', Arial, sans-serif;
    color: var(--dark-blue);
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

    ol.breadCrumb a:visited {
        color: var(--dark-blue);
    }

    ol.breadCrumb li:last-of-type a,
    ol.breadCrumb a:hover,
    ol.breadCrumb a:active,
    ol.breadCrumb a:active {
        color: var(--dark-red);
    }

    ol.breadCrumb a:after {
        content: "\f324";
        color: var(--dark-red);
        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;
    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;
    color: var(--dark-blue);
    font-weight: 400;
}

    .btnPrint:hover {
        color: var(--dark-red);
    }

    .btnPrint:before {
        content: "\f02f";
    }

ul.textResizer {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    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 'Roboto', Arial, sans-serif;
        color: var(--dark-blue);
        text-transform: uppercase;
        display: inline-block;
    }

        ul.textResizer a,
        ul.textResizer a:link {
            font-family: 'Roboto', Arial, sans-serif;
            font-weight: bold;
        }

            ul.textResizer a:visited {
                color: var(--dark-blue);
            }

            ul.textResizer a:hover,
            ul.textResizer a:active,
            ul.textResizer a:focus {
                color: var(--dark-red);
            }

    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(--medium-turquoise);
    }

main h4.pageTitle {
    color: var(--dark-blue);
    margin: 1.8rem 0;
    padding-top: 1rem;
    border-top: 1px solid var(--gray);
    font-size: 2.0rem;
    font-weight: 600;
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 2px;
}

#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: inline-flex;
    width: 100%;
    background: var(--white);
    padding: 1rem 4rem;
}

    .footerFlex a,
    .footerFlex small {
        color: var(--dark-blue);
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase
    }

        .footerFlex a:visited {
            color: var(--dark-blue);
        }

        .footerFlex a:hover,
        .footerFlex a:focus,
        .footerFlex a:active {
            color: var(--dark-red);
        }

.footerTop {
    padding: 2rem 0;
    background: #DDDDDD;
}

ul.phoneColsList {
    margin-bottom: 1rem;
}

    ul.footerNav a:before,
    ul.phoneColsList > li:before {
        content: "\f324";
        margin-right: .5rem;
    }

.footerMiddle {
    padding: 2rem 0;
    background: #323232;
}

    .footerMiddle h2,
    .footerMiddle p {
        color: #fff;
    }


.footerBottom {
    padding: 12rem 4rem 2rem 4rem;
    background-image: url(../images/footer-mountain.png);
    background-repeat: repeat-x;
    background-size: cover;
}




    .footerBottom p {
        color: #fff;
        font-size: 1rem;
        letter-spacing: 1px;
        color: var(--white);
        font-weight: 400;
        font-family: "Roboto";
        line-height: 2rem;
    }

    .footerBottom .officeHours p {
        line-height: 2.2rem;
    }

    .footerBottom h2 {
        font-size: 1.25rem;
        color: var(--white);
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Roboto";
        margin-bottom: 1.5rem;
    }

    .footerBottom a {
        display: block;
        margin-bottom: .5rem;
        color: #fff;
        font-size: 1rem;
        letter-spacing: 1px;
    }

.noWrapText {
    white-space: nowrap;
}
.footerBottom a.fFacebook:before {
    content: "\f39e";
    font-family: 'Font Awesome 5 Brands';
}

        .footerBottom a.fTwitter:before {
            content: "\f099";
            font-family: 'Font Awesome 5 Brands';
        }

        .footerBottom a.fReportit:before {
            content: "\f316";
        }

        .footerBottom a.fYoutube:before {
            content: "\f167";
            font-family: 'Font Awesome 5 Brands';
        }

        .footerBottom a:hover,
        .footerBottom a:hover:before {
            color: var(--light-turquoise);
        }

    .footerBottom .fb-bottom {
        padding: 1rem 0;
        margin-top: 3.8rem;
        border-top: 1px solid #fff;
    }

    .footerBottom .col-xl {
        padding: 0 5rem;
    }

        .footerBottom .col-xl:first-of-type {
            padding: 0 1rem 0 0;
            border-right: 1px solid var(--lightest-gray);
        }

        .footerBottom .col-xl:last-of-type {
            padding-right: 0;
            border-left: 1px solid var(--lightest-gray);
        }

.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;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto";
}


/* table styling */
table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}


/*Highlights*/
.highlightContainer {
    text-align: center;
    position: relative;
    padding: 2rem 4rem;
}

    .highlightContainer h2 {
        padding-bottom: 1rem;
        text-transform: uppercase;
        font-size: 1.875rem;
        letter-spacing: 2px;
        color: #333333;
        font-weight: 600;
        font-family: "Libre Baskerville";
    }



    /* Highlight nav */

    main .container h3,
    .highlightContainer h3 {
        padding-bottom: 1rem;
        text-transform: uppercase;
        font-size: 1.875rem;
        text-transform: uppercase;
        color: #243647;
        font-weight: 700;
        letter-spacing: 2px;
        font-family: "Roboto";
    }

        main .container h3 span,
        .highlightContainer h3 span {
            color: #666666;
            letter-spacing: 1px;
            font-size: 1.125rem;
            font-family: "Libre Baskerville";
        }
    .highlightContainer .owl-nav.disabled {
        display: block !important;
    }

    .highlightContainer .owl-nav button i {
        color: #b32428;
        -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: #991F23;
    }

    .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: block;
    -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);
    overflow: hidden;
    color: var(--dark-blue);
}


    a.highlight-item .hl-image {
        position: relative;
    }

.highlightOuterCont .highlight-content-sub {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin: 0;
    position: absolute;
    bottom: -14rem;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}


a.highlight-item:hover .highlight-content-sub {
    bottom: 0;
}


.page-plugins a.highlight-item {
    margin-bottom: 1.5rem;
}


a.highlight-item .hl-text {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.highlightsList a.highlight-item .hl-text {
    position: unset;
    bottom: unset;
    left: unset;
}

.highlightsList a.highlight-item .hl-image {
    min-height: unset !important;
}

.highlightsList a.highlight-item:hover .hl-text {
    padding-bottom: 1.5rem !important;
}



a.highlight-item:hover .hl-text {
    padding-bottom: 160px;
}

a.highlight-item .hl-text .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Roboto";
    color: var(--dark-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    margin: 0;
}

a.highlight-item .hl-text .card-desc {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    color: var(--dark-blue);
}

a.highlight-item .hl-text .explore {
    text-transform: uppercase;
    margin: 0;
    font-weight:700;
    color: var(--green);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    a.highlight-item .hl-text .explore i {
        font-size: 0.9rem;
        margin-left: 0.4rem;
    }

    a.highlight-item .hl-text .explore:hover {
        color: var(--dark-red) !important;
    }

a.highlight-item .hl-text span i {
    margin-left: 0.8rem;
    font-size: 0.8rem;
}

.highlightOuterCont .highlightContItem {
    display: flex;
    flex-wrap: wrap;
}

a.highlight-item .hl-text .card-titles span {
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    color: inherit;
}

a.highlight-item:hover .hl-text .card-title,
a.highlight-item:focus .hl-text .card-title,
a.highlight-item:active .hl-text .card-title {
    color: var(--light-blue);
}

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;
}


.highlight-contentList-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 2rem;
}

    .highlight-contentList-sub p {
        font-size: 0.9rem;
        color: var(--dark-blue);
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    .highlight-contentList-sub i {
        font-size: 0.6rem;
        color: var(--dark-blue);
        padding-left: 0.4rem;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

.page-plugins a.highlight-item:hover p,
.page-plugins a.highlight-item:focus p,
.page-plugins a.highlight-item:active p,
.page-plugins a.highlight-item:hover i,
.page-plugins a.highlight-item:focus i,
.page-plugins a.highlight-item:active i {
    color: var(--dark-red);
}
/*Weather*/
#weather {
    font-size: 1rem;
    padding: 1.2rem;
    color: var(--white);
    background: var(--medium-turquoise);
    position: fixed;
    right: 0;
    top: 20rem;
    border-radius: 10px 0 0 10px;
    border: 0;
    z-index: 2;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.35));
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

    #weather:hover,
    #weather:focus,
    #weather:active {
        background: var(--light-turquoise);
    }

/*Alert*/

#alertBtn {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1.2rem;
    color: var(--white);
    background: var(--green);
    position: fixed;
    right: -4.5rem;
    top: 29.5rem;
    border-radius: 0 0 10px 10px;
    border: 0;
    z-index: 2;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.35));
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    transform: rotate(90deg);
}

    #alertBtn:hover,
    #alertBtn:focus,
    #alertBtn:active {
        background: var(--light-turquoise);
    }
/******* MEDIA QUERY *******/
@media only screen and (max-width:1680px) {
    .popupAlert a, .popupAlert a:link {
        font-size: 0.8rem;
    }





    .footerBottom a,
    .footerBottom p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1550px) {
    a.highlight-item .hl-text .card-title {
        font-size: 1.1rem;
    }

    a.highlight-item:hover .hl-text {
        padding-bottom: 145px;
    }

    a.highlight-item .hl-text .card-desc {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    a.highlight-item .hl-text .explore {
        font-size: 0.9rem;
    }

    a.highlight-item .hl-text {
        padding: 1rem;
    }

    .highlightsList a.highlight-item:hover .hl-text {
        padding-bottom: 1.0rem !important;
    }
}

@media only screen and (max-width:1450px) {



    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.2rem;
        padding: 1rem 0.5rem;
    }

    .topNavContainer {
        padding: 7rem 3rem 2rem 3rem;
    }

    .headerTop a, .headerTop a:link {
        letter-spacing: 0;
        font-size: 0.9rem;
    }




    h1.siteLogo, h1.siteLogoFR {
        width: 118px;
        height: 130px;
    }
}

@media only screen and (max-width:1400px) {
    a.highlight-item .hl-text .card-title {
        font-size: 1.0rem;
    }

    a.highlight-item:hover .hl-text {
        padding-bottom: 175px;
    }
}


@media only screen and (max-width:1330px) {

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1rem;
    }

    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }

    .desktopNav .moreOptionSubMainMenu {
        top: 0.3rem;
    }

        .desktopNav .moreOptionSubMainMenu i {
            font-size: 1rem;
        }

    .topNavContainer {
        min-height: 17rem;
        border-radius: 0 0 25px 25px;
    }




    h2.categoryTitle .subCatTitle {
        font-size: 1.6rem;
    }

    h3.pageTitle {
        font-size: 1.5rem;
    }

    h4.searchTitle {
        font-size: 1.3rem;
    }



    main.formPage i {
        font-size: 4rem;
    }

    main.formPage .textSuccess {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width:1300px) {
    .headerTop a.searchBtnMobile {
        display: inline-block;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.8rem;
        padding: 0.8rem 0.5rem;
    }

    .quickLinks .qlContainer a,
    .quickLinks .qlContainer a > i {
        font-size: 0.9rem
    }

    .footerFlex a, .footerFlex small {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width:1250px) {
}

@media only screen and (max-width:1200px) {
    h1.siteLogo, h1.siteLogoFR {
        width: 100px;
        height: 110px;
    }

    .desktopNav ul.mainMenu:first-of-type, .headerTop .headerInfoCont div:first-of-type {
        margin-right: 70px;
    }

    .desktopNav ul.mainMenu:last-of-type, .headerTop .headerInfoCont div:last-of-type {
        margin-left: 70px;
    }

    a.highlight-item .hl-text .card-title {
        font-size: 1rem;
    }



    .footerBottom .col-xl:last-of-type {
        border: none;
        margin-top: 2rem;
        padding: 0;
    }

    footer {
        background: linear-gradient( to top, rgba(255,255,255,0) 40%, rgba(255,255,255, 100) 100%),url(../images/footer-bg-with-gradients.jpg);
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }



    a.highlight-item:hover .hl-text {
        padding-bottom: 140px;
    }

    .highlightContainer {
        padding: 2rem 8rem;
    }
}

@media only screen and (max-width:1160px) {
    ul.mainMenu a, ul.mainMenu a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:1085px) {
    .headerTop {
        padding: 0 2rem;
    }

    h1.siteLogo, h1.siteLogoFR {
        left: 8rem;
    }

    .masterHeaderContainer {
        top: 4.4rem;
    }




    .headerBottom {
        padding: 0rem 2rem;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.7rem;
    }


    h1 .siteLogo, h1.siteLogoFR {
        width: 124px;
        height: 124px;
        top: 3.8rem;
    }

    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }

    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }




    h2.categoryTitle .catTitleCont {
        top: 50%;
    }

    .frmSearch button[type="submit"] {
        right: 0;
    }
    /* Mobile Nav Colours */
    :root {
        --nav-bg: var(--white);
        --nav-more-txt: var(--dark-blue);
        --nav-more-txt-hvr: var(--white);
        --nav-main-bg: none;
        --nav-main-bg-hvr: var(--medium-turquoise);
        --nav-main-txt: var(--dark-blue);
        --nav-main-txt-hvr: var(--white);
        --nav-sub-bg: var(--medium-gray);
        --nav-sub-bg-hvr: var(--dark-blue);
        --nav-sub-txt: var(--dark-blue);
        --nav-sub-txt-hvr: var(--white);
        --nav-subSub-bg: var(--white);
        --nav-subSub-bg-hvr: var(--dark-red);
        --nav-subSub-txt: var(--dark-blue);
        --nav-subSub-txt-hvr: var(--white);
        --nav-close: var(--dark-blue);
        --nav-close-hvr: var(--dark-red);
    }

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1rem;
        color: var(--nav-more-txt);
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
    }

    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
    }

        .moreOptionSubMainMenu:before {
            font-family: 'Font Awesome 5 Pro';
            font-style: normal;
            font-variant: normal;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

        .moreOptionSubMainMenu i.fa-solid.fa-chevron-down {
            display: none;
        }

        .moreOptionMainMenu:before,
        .moreOptionSubMainMenu:before {
            content: "\f067";
            margin-left: 0;
            -webkit-transition: content 300ms ease 0s;
            -moz-transition: content 300ms ease 0s;
            -o-transition: content 300ms ease 0s;
            transition: content 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 {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3rem;
        color: var(--nav-close);
        padding: 0.5em;
        margin: 0.5rem 0.5rem 0.5rem 0;
        border: none;
        cursor: pointer;
        background: none;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
    }

        .closeNav:hover {
            color: var(--nav-close-hvr);
        }

    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(--nav-bg);
        box-shadow: 0px 5px 10px rgba(0,0,0,.25);
        padding: 0;
        border-radius: 25px 0 0 25px;
    }

    ul.mainMenu {
        margin-top: 4rem;
        flex-direction: column;
        align-items: unset;
        width: 100%;
    }

        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 1.5rem;
        }

        ul.mainMenu > li {
            position: relative;
        }

            ul.mainMenu > li > a {
                color: var(--nav-main-txt);
                background: var(--nav-main-bg);
            }

            ul.mainMenu > li.hasChild > a {
                padding-right: 2.5em;
            }

            ul.mainMenu > li.selected > a {
                color: var(--nav-main-txt-hvr);
                background: var(--nav-main-bg-hvr);
            }

            ul.mainMenu > li.selected .moreOptionMainMenu {
                color: var(--nav-more-txt-hvr);
            }

            ul.mainMenu > li:hover > a {
                color: var(--nav-main-txt-hvr);
                background: var(--nav-main-bg-hvr);
            }

            ul.mainMenu > li.hasChild:hover .moreOptionMainMenu {
                color: var(--nav-more-txt-hvr);
            }

    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 0.8rem;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif;
        text-transform: uppercase !important;
        color: var(--nav-sub-txt);
        padding-left: 2.5rem !important;
        background: var(--nav-sub-bg) !important;
    }

        ul.subMainMenu a:visited {
            color: var(--nav-sub-txt);
        }

        ul.subMainMenu a:hover,
        ul.subMainMenu a:active,
        ul.subMainMenu a:hover {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

    ul.subMainMenu > li {
        position: relative;
    }

        ul.subMainMenu > li.hasChild > a {
            padding-right: 2.7rem;
        }

        ul.subMainMenu > li.selected > a {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

        ul.subMainMenu > li.selected .moreOptionSubMainMenu {
            color: var(--nav-more-txt-hvr);
        }

        ul.subMainMenu > li:hover > a {
            color: var(--nav-sub-txt-hvr);
            background: var(--nav-sub-bg-hvr) !important;
        }

        ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
            color: var(--nav-more-txt-hvr);
        }

    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.8rem;
        color: var(--nav-subSub-txt) !important;
        background: var(--nav-subSub-bg) !important;
        border-bottom: none !important;
        padding-left: 3.5rem !important;
        text-transform: capitalize !important;
    }


        ul.subSubMainMenu a:visited {
            color: var(--nav-subSub-txt) !important;
        }

    ul.subSubMainMenu > li a:hover {
        color: var(--nav-subSub-txt-hvr) !important;
        background: var(--nav-subSub-bg-hvr) !important;
    }

    ul.subSubMainMenu > li.selected > a {
        color: var(--nav-subSub-txt-hvr) !important;
        background: var(--nav-subSub-bg-hvr) !important;
    }



    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }

    ol.breadCrumb li:first-child,
    ol.breadCrumb li:last-child {
        display: inline-block !important;
    }

    ol.breadCrumb li {
        display: none;
    }


    .idLiketoSearchModal {
        display: inline-block;
        font-size: 1.2rem;
    }



    header .masterHeader {
        left: unset;
        transform: unset;
        top: unset;
        padding: unset;
        height: 200px;
        background-image: linear-gradient(180deg, #fffeff 0%, #fffeff 50%, rgba(255,254,255,0) 100%);
    }

        header.masterHeader::before {
            display: none;
        }



    .ql-open-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .quickLinks .mobile-ql {
        display: block;
        position: fixed;
        padding: 1rem 0 4rem 0rem;
        bottom: 0;
        z-index: 1;
        width: 100%;
        background: #fff;
        border-radius: 20px 20px 0 0;
        top: unset;
        left: 0;
        right: 0;
        z-index: 5;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
        transform: translateY(100%);
    }

        .quickLinks .mobile-ql.ql-open {
            transform: translateY(0%);
        }


        .quickLinks .mobile-ql .qlContainer a {
            color: var(--dark-blue);
            border-bottom: 1px solid var(--gray);
            padding: 1.2rem 2rem;
            font-size: 0.9rem;
            width: 100%;
        }

            .quickLinks .mobile-ql .qlContainer a:last-of-type {
                border-bottom: none;
            }

            .quickLinks .mobile-ql .qlContainer a:hover,
            .quickLinks .mobile-ql .qlContainer a:focus,
            .quickLinks .mobile-ql .qlContainer a:active {
                color: var(--dark-red);
            }

    .quickLinks .qlContainer a > i {
        margin-bottom: 0.2rem;
        font-size: 1rem;
    }

    .quickLinks .qlContainer {
        display: none;
    }

    .quickLinks .mobile-ql .qlContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: unset;
        margin: 0 4rem;
    }
}





@media only screen and (max-width:1023px) {
    .pageTitle {
        font-size: 1.1rem;
    }

    h2.categoryTitle {
        min-height: 450px;
    }

        h2.categoryTitle:after {
            height: 75px;
            background: url(../images/mobile-mountain-slider.png) left center repeat-x;
            top: unset;
        }



    .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;
        max-width: unset;
        width: 100%;
        border-radius: unset;
        border-radius: 0 0 15px 15px;
    }

    .frmSearch.internalSerch {
        top: 45%;
    }

    ul.sideMenu li:first-of-type a {
        border-radius: unset;
    }

    .mainContainer main.col-sm {
        padding: 1rem 4rem;
        margin-top: 2rem;
    }

    .mainContainer {
        padding: 0 0 2rem 0;
    }

        .mainContainer .container {
            padding: 0;
        }

    .sideMenuNav {
        display: inherit;
        width: 100%;
        font: normal 700 1.2rem 'Roboto', Arial, sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 1.0rem 1rem;
        margin: 0;
        background: var(--medium-turquoise);
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
    }

        .sideMenuNav:hover,
        .sideMenuNav:focus,
        .sideMenuNav:active {
            background: var(--light-turquoise);
        }

        .sideMenuNav:before {
            content: normal;
            margin-left: 0;
        }

        .sideMenuNav:after {
            content: "\f055";
            color: var(--white);
            margin-left: 0.5rem;
            font-weight: 400
        }

        .sideMenuNav.openSideMenuIcon:after {
            content: "\f056";
        }

    ul.subSideMenu a:after {
        display: none;
    }

    ul.sideMenu a, ul.sideMenu a:link {
        padding: 1rem 4rem;
        letter-spacing: 1px;
    }


    ul.subSideMenu a, ul.subSideMenu a:link {
        padding: 1rem 4rem 1rem 6rem !important;
    }



    .moreOption {
        padding: 1rem;
        right: 4rem;
    }




    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }

        ol.breadCrumb a,
        ol.breadCrumb a:link {
            font-size: 1rem;
        }


    h2.categoryTitle .catTitleCont {
        display: none;
    }



    h3.pageTitle {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:991px) {
    .footerBottom .col-xl:first-of-type {
        border: none;
    }

    .footerBottom {
        padding: 1rem 4rem;
        background: #243647;
    }

    footer .mobileOverlay {
        position: relative;
        bottom: -1px;
    }


    .footerBottom .col-xl,
    .footerBottom .col-xl:first-of-type,
    .footerBottom .col-xl:last-of-type {
        padding: 2rem 0;
        margin: 0;
    }

        .footerBottom .col-xl:nth-child(2n) {
            border-top: 1px solid var(--lightest-gray);
            border-bottom: 1px solid var(--lightest-gray);
        }

    .footerBottom .fb-bottom {
        padding: 2rem 0;
        margin-top: 0;
    }

    footer {
        background: linear-gradient( to top, rgba(255,255,255,0) 60%, rgba(255,255,255, 100) 100%),url(../images/footer-bg-with-gradients.jpg);
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .highlightContainer {
        padding: 2rem 6rem;
    }

    #weather {
        font-size: 0.8rem;
        padding: 1rem;
        min-width: 48px;
    }

    #alertBtn {
        font-size: 0.8rem;
        padding: 1rem;
        right: -3.8rem;
        top: 28rem;
        min-width: 48px;
    }
}

@media only screen and (max-width:910px) {
    .headerTop a span {
        display: none;
    }

    .headerTop a:before {
        margin-right: 0;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.9rem;
    }

    .desktopNav ul.mainMenu:last-of-type, .headerTop .headerInfoCont div:last-of-type {
        margin-left: 110px;
    }

    .desktopNav ul.mainMenu:first-of-type, .headerTop .headerInfoCont div:first-of-type {
        margin-right: 110px;
    }
}

@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
    }
}


@media only screen and (max-width:850px) {

    .popupAlert > .container {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:768px) {
    .quickLinks {
        background: var(--light-blue);
    }

    .frmSearch.internalSerch input[type="search"] {
        padding: 0.8rem 4rem;
    }

    .frmSearch input[type="search"] {
        width: 100%;
        border-radius: unset;
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
    }

    .frmSearch button[type="submit"] {
        border-radius: unset;
        padding: 0.79rem 1.2rem;
        font-size: 1.3rem;
    }

    .frmSearch {
        width: 100%;
    }

    header.masterHeader {
        position: relative !important;
        height: 84px;
        background-image: unset;
        background: var(--white);
    }

    h1.siteLogo, h1.siteLogoFR {
        left: 5rem;
        width: 80px;
        height: 89px;
    }

    .mobileBackgroundOverflow {
        width: 100%;
        background-image: linear-gradient(180deg, #fffeff 0%, #fffeff 50%, rgba(255,254,255,0) 100%) !important;
        height: 90px;
        position: absolute;
        z-index: -1;
        top: -14px;
        display: block;
    }

    .highlightContainer {
        padding: 2rem 10rem;
    }
}

@media only screen and (max-width:767px) {
    main .container h3,
    .highlightContainer h3 {
        font-size: 1.6rem;
    }
 

    #alertBtn {
        transform: unset;
        right: 0;
        border-radius: 10px 0 0 10px;
        top: 17rem;
    }

        #alertBtn span {
            display: none;
        }

    #weather {
        top: 13rem;
    }

    h2.categoryTitle {
        min-height: 350px;
    }

        h2.categoryTitle:after {
            display: none;
        }

    .frmSearch.internalSerch {
        top: unset;
        bottom: 0;
    }

    .ql-open-bar {
        padding: 1rem 2rem;
        font-size: 0.9rem;
    }

    .quickLinks .mobile-ql .qlContainer {
        margin: 0 2rem;
    }

    .masterHeaderContainer {
        top: 3.4rem;
    }

    .quickLinks .mobile-ql .qlContainer a {
        padding: 1rem 2rem;
        font-size: 0.8rem;
    }

    .desktopNav ul.mainMenu:last-of-type, .headerTop .headerInfoCont div:last-of-type {
        margin-left: 75px;
    }

    .desktopNav ul.mainMenu:first-of-type, .headerTop .headerInfoCont div:first-of-type {
        margin-right: 75px;
    }

    .footerFlex {
        padding: 1rem 2rem;
    }

    /* 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 {
        display: block !important;
        float: none !important;
    }



    a.highlight-item:hover .hl-text {
        padding-bottom: 140px;
    }


    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.8rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}



@media only screen and (max-width:680px) {

    .headerContent {
        padding-bottom: 0;
    }

    .sideMenuNav {
        font-size: 0.95rem;
    }

    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:640px) {


    footer {
        background: linear-gradient( to top,rgba(255,255,255,0) 60%, rgba(255,255,255,0.8) 69%, rgba(255,255,255, 100) 100%),url(../images/mobile_aerial_photo_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
 
}

@media only screen and (max-width:600px) {
    #alertBtn {
        top: 14rem;
    }
    main .container h3,
    .highlightContainer h3 {
        font-size: 1.4rem;
    }

        main .container h3 span,
        .highlightContainer h3 span {
            font-size: 1.0rem;
        }



    #weather {
        top: 10rem;
    }

    .mainContent img {
        float: none;
        display: block;
        margin: 1rem;
    }

    .adContainer img {
        width: 100%;
        margin: 0;
    }

    .popupAlert a,
    .popupAlert a:link {
        font-size: 0.8rem;
    }

    .highlightContainer h2 {
        font-size: 1.5rem;
    }

    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;
    }


    ul.sideMenu a, ul.sideMenu a:link {
        padding: 1rem 2rem;
    }


    ul.subSideMenu a, ul.subSideMenu a:link {
        padding: 1rem 2rem 1rem 4rem !important;
    }


    h2.categoryTitle {
        min-height: 260px;
    }

    .moreOption {
        padding: 1rem;
        right: 2rem;
    }

    .mainContainer main.col-sm {
        padding: 1rem 2rem;
    }

    .frmSearch.internalSerch input[type="search"] {
        padding: 0.8rem 2rem;
    }

    .frmSearch.internalSerch button[type="submit"] {
        padding: 0.8rem 1.2rem;
    }

    .frmSearch input[type="search"] {
        font-size: 1.0rem;
        padding: 0.6rem 2rem;
    }

    .frmSearch button[type="submit"] {
        padding: 0.61rem 1.2rem;
        font-size: 1.0rem;
    }
    .mainContainer #weather,
    .mainContainer #alertBtn{
        display:none;
    }

}




@media only screen and (max-width:580px) {


    .menuIcon {
        font-size: 1.2rem;
    }
    .highlightContainer {
        padding: 2rem 6rem;
    }
}

@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: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;
        }




 
    .masterHeaderContainer {
        top: 3.2rem;
    }


    header.masterHeader {
        height: 74px;
    }

    h1 .siteLogo, h1.siteLogoFR {
        left: 4rem;
        width: 63px;
        height: 69px;
    }
}

@media only screen and (max-width:500px) {
    .highlightContainer {
        padding: 2rem 4rem;
    }
    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 {
        font-size: 0.9rem !important;
    }

    ul.subMainMenu a,
    ul.subMainMenu a:link,
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.7rem !important;
    }



    .footerBottom .col-xl, .footerBottom .col-xl:first-of-type, .footerBottom .col-xl:last-of-type {
        padding: 1.5rem 0;
    }

    .footerBottom h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .footerBottom a,
    .footerBottom p {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    .footerBottom p {
        line-height: 1.4rem;
    }

    .footerBottom a.defaultButton {
        font-size: 0.9rem;
        padding: 0.8rem 3rem;
    }

    .btnScrollup {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem 0.6rem;
    }
}

@media only screen and (max-width:480px) {



    h2.categoryTitle .subCatTitle {
        font-size: 1.1rem;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.7rem;
        padding: 0.5rem;
    }

    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }

    .frmSearch button[type="submit"] {
        padding: 0.63rem 1.2rem;
        font-size: 0.8rem;
    }

    .footerFlex a, .footerFlex small {
        font-size: 0.7rem;
    }

    .footerFlex small {
        margin-bottom: 0.2rem;
    }

    h2.categoryTitle {
        min-height: 200px;
    }

    .sideMenuNav {
        font-size: 0.9rem;
        padding: 0.8rem;
    }

    ul.sideMenu a, ul.sideMenu a:link {
        font-size: 0.85rem !important;
        padding: 0.8rem 2rem;
    }

    ul.subSideMenu a, ul.subSideMenu a:link {
        padding: 0.8rem 2rem 0.8rem 4rem !important;
    }

    .moreOption {
        padding: 0.8rem;
        font-size: 0.9rem !important;
    }

    .desktopNav ul.mainMenu:last-of-type, .headerTop .headerInfoCont div:last-of-type {
        margin-left: 55px;
    }

    .desktopNav ul.mainMenu:first-of-type, .headerTop .headerInfoCont div:first-of-type {
        margin-right: 55px;
    }

    .idLiketoSearchModal {
        font-size: 0.9rem;
        padding: 0.5rem;
    }






    ol.breadCrumb a, ol.breadCrumb a:link {
        font-size: 0.7rem;
    }

    main h4.pageTitle {
        font-size: 1.2rem;
        margin-top: 1rem;
        padding-top: 0.8rem;
        text-align: center;
    }

    #alertBtn,
    #weather {
        font-size: 0.6rem;
        padding: 0.7rem;
        min-width: 38px;
        top: 9rem;
    }

    #alertBtn {
        top: 12rem;
    }
}

@media only screen and (max-width:440px) {


    a.highlight-item .hl-text .card-title {
        font-size: 0.8rem;
    }



    ol.breadCrumb a, ol.breadCrumb a:link {
        font-size: 0.65rem;
    }

    .headerContent {
        padding: 0;
    }

    .highlightContainer {
        padding: 2rem;
    }

    a.highlight-item .hl-text {
        padding: 0.8rem;
    }
    main .container h3,
    .highlightContainer h3 {
        font-size: 1.3rem;
    }

        main .container h3 span,
        .highlightContainer h3 span {
            font-size: 0.9rem;
        }

    a.highlight-item:hover .hl-text {
        padding-bottom: 115px;
    }

    a.highlight-item .hl-text .card-desc,
    a.highlight-item .hl-text .explore {
        font-size: 0.8rem;
    }

    .highlightOuterCont .highlight-content-sub {
        padding: 1rem;
    }
}

@media only screen and (max-width:400px) {
    .footerBottom h2 {
        margin-bottom: 0.8rem;
        font-size: 1rem;
    }

    .footerBottom a,
    .footerBottom p {
        font-size: 0.7rem;
    }

    .footerBottom small {
        font-size: 0.9rem;
    }
    .menuIcon {
        font-size: 1.1rem;
    }

}
