﻿/******* GENERAL THEME OF THE SITE *******/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

​​​​​​​
:root {
    --col-elephant: #133747; /*elephant dark blue*/
    --col-biscay: #1B4F68; /*dark blue*/
    --col-lochmara: #0587C7; /*light blue*/
    --col-sushi: #6D9D30; /*light green*/
    --col-tulip-tree: #E8B630; /*golden yellow*/
    --col-dove-gray: #737373; /*dark grey*/
    --col-nobel: #B3B3B3; /*ligth grey*/
}

body {
    min-width: 320px;
    font: normal 400 16px/1.5 'Open Sans', sans-serif !important;
    color: #252525;
    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,
h2,
h3,
h4,
h5,
h6 {
    font: normal 700 35px 'Open Sans', sans-serif;
    color: var(--col-elephant);
    padding: 0;
    margin: 0 0 0.5rem 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
    color: var(--col-sushi);
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    color: var(--col-sushi);
}

h2.categoryTitle {
    position: relative;
    height: auto;
    min-height: 500px;
    font: bold 4rem 'Open Sans', 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 .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: none;
}

h2.categoryTitle .subCatTitle {
    font: italic 400 2rem 'Open Sans', sans-serif;
    display: block;
}

h3.pageTitle {
    font: normal 700 2rem 'Open Sans', sans-serif;
    color: #0F3D39;
    display: block;
    margin-bottom: 1.5rem;
}


/* 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-weight: 700;
    color: var(--col-biscay);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a:visited {
    color: #018AB6;
}

a:hover,
a:active,
a:focus,
ul.directory-list button:hover,
ul.directory-list button:active,
ul.directory-list button:focus {
    color: var(--col-lochmara);
    text-decoration: none;
}

cite,
small {
    font-style: normal;
}

figure {
    padding: 0;
    margin: 0;
}

address {
    font-style: normal;
}

.mobileNav,
.sideMenuNav,
.moreOption > span,
.scrollup > span,
ol.breadCrumbMobile {
    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,
.footerTop a:before,
ul.footerNav a:before,
ul.footerNav a:after,
dd.ddMap:before,
dd.ddPhone:before,
dd.ddFax:before,
dd.ddEmail:before,
.frmPSubmit:after,
.searchIcon:after,
.serviceRequest h2:before,
.headerTopRight a:before,
ol.breadCrumb a.breadcrumbHome:before,
ol.breadCrumb a:after,
.sideMenuNav:before,
.sideMenuNav:after,
.moreOptionMainMenu:before,
.moreOptionSubMainMenu:before,
.moreOption:before,
.menuIcon:after,
.socialMedia a:before,
.headerTop a.headerSocial::before,
a.make-an-epay:before,
.menu-contact-us a:before,
.bottomNavContainer .container > a:after,
.footerBottom .col-info .phones-div a:before,
.footerBottom .col-info .fax-mail-div 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;
    font-weight: 700;
}

.socialMedia a:before,
.headerTop a.headerSocial::before,
.footerBottom .app-btn-div #appStore:before,
.footerBottom .app-btn-div #playStore:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
}

ol.breadCrumb,
ol.breadCrumb>li,
ul.hightlightLists,
ul.hightlightLists>li,
ul.phoneColsList,
ul.phoneColsList>li,
ul.relatedLinks,
ul.relatedLinks>li,
ul.search-page,
ul.search-page>li,
ul.mainMenu,
ul.mainMenu>li,
ul.subMainMenu,
ul.subMainMenu>li,
ul.subSubMainMenu,
ul.subSubMainMenu>li,
ul.sideMenu,
ul.sideMenu>li,
ul.subSideMenu,
ul.subSideMenu>li,
ul.textResizer,
ul.textResizer>li,
ul.footerNav,
ul.footerNav>li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/** Set the .container's width here based on the design **/

.container {
    max-width: 80%;
}

.municipalServices .container {
    max-width: 100%;
}

.skipToContent {
    position: absolute;
    top: -9999rem;
    left: 1rem;
    width: 300px;
    height: 1px;
    padding: 1.5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 0.7rem;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.skipToContent.showSkipToContents {
    top: 1rem;
    height: auto;
}

.skipToContent h2 {
    font-size: 1rem;
    color: #018AB6;
    margin-bottom: 0.5em;
}

ol.skipLinks,
ol.skipLinks>li {
    font-size: 0.9rem;
    color: #FFF;
    padding: 0;
    margin: 0;
}

ol.skipLinks {
    margin-left: 1.5rem;
}

.skipToContent a,
.skipToContent a:link {
    font-size: inherit;
    font-weight: 700;
    display: block;
    padding: 0.3rem;
    color: #FFF;
}

.skipToContent a:visited {
    color: #FFF;
}

.skipToContent a:hover,
.skipToContent a:active,
.skipToContent a:focus {
    color: #FFF;
    outline: 1px solid #018AB6;
}

.hideMe {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.btnScrollup {
    position: fixed;
    bottom: 7.75rem;
    right: 3.5rem;
    color: #FFF;
    cursor: pointer;
    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(--col-lochmara);
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    height: 55px;
    width: 55px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btnScrollup i {
    font-weight: 700;
    font-size: 1.5rem;
    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%);
}

.btnScrollup:hover,
.btnScrollup:focus {
    color: #FFF;
    background: var(--col-elephant);
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
    z-index: 10;
}

.headerTop {
    height: 50px;
    padding: 1rem 0rem;
    background: #133747;
}

.headerTop .col {
    display: inline-flex;
    justify-content: space-between;
    flex-grow: 0.8;
}

.headerTop .headerCol1 {
    max-width: 40%;
    padding: 0;
    margin-right: 185px;
}
.headerTop .headerCol2 {
    max-width: 40%;
    padding: 0;
}

.headerTop .row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.headerBottom {
    position: relative;
    background: #FFF;
    height: 5rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
}

.headerBottom > .bottomRow {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    justify-content: space-between;
}


.footerMiddle {
    padding-top: 2rem;
    background: #FFF url(../images/bgTrees.png) left bottom repeat-x;
}

.footerMiddle>.container {
    padding: 8rem 32rem 2rem 2rem;
    background: url(../images/bgPhones.png) right bottom no-repeat;
}

.footerBottom {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #fff 90%, var(--col-elephant) 50%);
}

.footerBottom .container {
    max-width: 100%;
    padding: 0;
}

.footerBottom .fb1.row,
.footerBottom .fb2.row {
    max-width: 100%;
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
}

.footerBottom .fb1.row {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    justify-content: center;
}

.fb1.row .col-sm {
    padding-left: min(4.5%, 4.5rem);
    padding-right: min(4.5%, 4.5rem);
}

.fb1.row .col-logo {
    min-width: 145px;
    max-width: 145px;
    min-height: 140px;
    padding: 0;
    display: flex;
    justify-content: start;
}

.fb1.row .col-info {
    flex-grow: 0;
    min-width: fit-content;
}

.fb1.row .col-info .contact-info-grid {
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.fb1.row .col-member {
    min-width: fit-content;
    flex-grow: 0;
    min-height: 140px;
    display: flex;
    justify-content: end;
}

.fb1.row .col-member .fcm-logo {
    width: 141px;
    height: 141px;
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    box-shadow: rgb(50 50 93 / 67%) 0px 4px 5px -1px, rgb(0 0 0 / 60%) 2px 3px 20px -1px;
}

.fb1.row .col-member .fcm-logo a {
    width: inherit;
    height: inherit;
    display: block;
    background: url(../images/Proud_member_of_fcm.png) no-repeat;
    background-size: cover;
    z-index: 1;
}

.fb1.row .col-app .app-btn-div {
    display: inline-flex;
    justify-content: space-between;
    width: inherit;
    gap: 1rem;
}

.fb1.row .col-sm:nth-child(3) {
    border-left: 1px solid var(--col-nobel);
    border-right: 1px solid var(--col-nobel);
}

.fb2.row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: -1.5rem;
    background: var(--col-elephant);
}

.fb2.row .col-sm:first-child {
    text-align: left;
    padding-left: 0;
}

.fb2.row .col-sm:nth-child(2) {
    text-align: center;
}

.fb2.row .col-sm:last-child {
    text-align: right;
    padding-right: 0;
}

.headerTop a,
.headerTop a:link {
    font: normal 400 0.938rem 'Open Sans', sans-serif;
    color: #FFF;
    display: inline-block;
    letter-spacing: 0.5px;
}

.headerTop a:visited {
    color: #FFF;
}

.headerTop a:hover,
.headerTop a:focus,
.headerTop a:active {
    color: var(--col-tulip-tree);
}

ul.mainMenu .menu-contact-us a:hover,
ul.mainMenu .menu-contact-us a:focus,
ul.mainMenu .menu-contact-us a:active {
    color: var(--col-sushi);
}

.headerTop a:before {
    font-weight: 700;
    margin-left: 0;
    margin-right: 0.5rem;
    color: var(--col-tulip-tree);
}

.headerTop a.hMap:before,
.menu-contact-us a.mMap:before {
    content: "\f3c5";
}

.headerTop a.hPhone:before,
.menu-contact-us a.mPhone:before,
.footerBottom .phones-div a.fPhone:before {
    content: "\f095";
}

.menu-contact-us a.mMobile:before,
.footerBottom .phones-div a.fMobile:before {
    content: "\f4d2";
}

.headerTop a.hFax:before,
.menu-contact-us a.mFax:before,
.footerBottom .fax-mail-div a.fFax:before {
    content: "\f1ac";
}

.headerTop a.hEmail:before,
.menu-contact-us a.mEmail:before,
.footerBottom .fax-mail-div a.fEmail:before {
    content: "\f0e0";
}

.footerBottom .col-info a:before {
    margin-right: 0.25rem;
}

.footerBottom .col-info .phones-div a:first-child,
.footerBottom .col-info .fax-mail-div a:first-child{
    padding-right: 0.75rem;
    border-right: 1px solid var(--col-elephant);
}

.footerBottom .col-info .phones-div a:last-child,
.footerBottom .col-info .fax-mail-div a:last-child {
    padding-left: 0.75rem;
}


.headerTop a#weather:before,
.headerTop a.langTranslateBTN:before,
.headerTop a.langTranslateBTN:before {
    content: normal;
}


/*loading - start*/

.spinner {
    margin: 14px auto;
    width: 175px;
    height: 137px;
    text-align: center;
    font-size: 25px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 15px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}


/*loading - end*/

h1.siteLogo,
h1.siteLogoFR {
    position: absolute;
    width: 150px;
    height: 142px;
    display: inline-block;
    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%);
}

.headerBottom h1.siteLogo,
.headerbottom h1.siteLogoFR {
    left: 50%;
}

.footerBottom h1.siteLogo,
.headerbottom h1.siteLogoFR {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

h1.siteLogo > a,
h1.siteLogoFR > a {
    width: inherit;
    height: inherit;
    display: block;
    text-indent: -9999rem;
    background: url(../images/gimli-logo.png) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 3;
}

h1.siteLogoFR>a {
    background: url(../images/gimli-logo.png) left center no-repeat;
}

a.make-an-epay {
    position: fixed;
    display: inline-flex;
    right: -108px;
    top: 45%;
    -webkit-transform-origin: 50% 51%;
    background: rgb(5 135 199 / 80%);
    color: #fff;
    z-index: 3;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    padding: 1.3rem 2rem 1.3rem 2rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    letter-spacing: 0.5px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

a.make-an-epay::before {
    content: "\f09d";
    color: white;
    margin-right: 0.5rem;
    padding-top: 1px;
}

a.make-an-epay:hover {
    background: rgb(5 135 199 / 100%);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

/*  Quick Links  */
.quickLinks .mobile-ql {
	display: none;
}

.quickLinks {
    position: fixed;
    bottom: 0;
    left: 0;
	right: 0;
    z-index: 5;
	background: #c05f28;
}

.quickLinks .qlContainer {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quickLinks .qlContainer a {
    flex-shrink: 1;
	display: block;
    text-align: center;
    color: #fff;
	padding: 1.5rem .5rem;
	font-weight: 400;
	font-family: 'Aleo', serif;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	letter-spacing: 1px;
}

.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: .5rem;
	font-weight: 400;
}

.quickLinks .qlContainer a:hover {
	color: #f2cd13;
}

/* 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;
}

.searchFlexDiv {
    width: 360px;
}

.frmSearch {
    position: relative;
    width: 360px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    z-index: 2;
}

.frmSearch input[type="search"] {
    width: 100%;
    font: normal 600 1.125rem 'Open Sans', sans-serif;
    color: var(--col-elephant);
    padding: 1rem 3rem 1rem 1.2rem;
    border: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    background: #f0f8ff00;
    margin-left: -1.2rem;
}

.frmSearch span.searchSpan,
.frmSearchMobile span.searchSpan {
    font: normal 700 1.125rem 'Open Sans', sans-serif;
    color: var(--col-elephant);
    padding: 1rem 3rem 1rem 0rem;
    border: none;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    position: absolute;
    top: 0;
    width: fit-content;
    left: 160px;
    z-index: -1;
}

.frmSearchMobile span.searchSpan {
    padding: 0.7rem 0rem 0.7rem 0rem;
    top: revert;
    z-index: -1;
    margin: -1px 0 0 -1rem;
}

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 input:-webkit-autofill,
.frmSearch input:-webkit-autofill:hover,
.frmSearch input:-webkit-autofill:focus,
.frmSearch input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.frmSearch button[type="submit"],
.headerBottom  .searchBtn {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -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;
}

.headerBottom .searchBtn {
    position: relative;
    left: -100px;
    display: none;
    left: -8px;
}

.frmSearch button[type="submit"] i, .headerBottom .searchBtn i {
    color: var(--col-lochmara);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    font-weight: 700;
    font-size: 1.4rem;
}

.frmSearch:hover input[type="search"],
.frmSearch:active input[type="search"],
.frmSearch:focus input[type="search"] {
    color: var(--col-lochmara);
}

.frmSearch:hover .searchSpan,
.frmSearch:active .searchSpan,
.frmSearch:focus .searchSpan {
    color: var(--col-lochmara);
}

.frmSearch:hover button[type="submit"] i,
.frmSearch:active button[type="submit"] i,
.frmSearch:focus button[type="submit"] i,
.headerBottom .searchBtn:hover i,
.headerBottom .searchBtn:active i,
.headerBottom .searchBtn:focus i {
    color: var(--col-elephant);
}

.footerTop .container {
    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
}

/** 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;
}

.frmSearchMobile {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    border-bottom: 1px solid var(--col-nobel);
}

#mobileSearchModal .modal-content {
    -webkit-border-radius: 0.3rem 0.3rem 1rem 1rem;
    -moz-border-radius: 0.3rem 0.3rem 1rem 1rem;
    -o-border-radius: 0.3rem 0.3rem 1rem 1rem;
    border-radius: 0.3rem 0.3rem 1rem 1rem;
}

#mobileSearchModal .modal-body {
    padding: 0 5rem 3rem 5rem;
    overflow: visible;
}

#mobileSearchModal .modal-dialog {
    text-align: center;
}

#mobileSearchModal .modal-dialog .modal-header {
    background: #FFF;
    padding: 2rem;
    margin: 0 1rem;
}

#mobileSearchModal .close {
    color: var(--col-elephant);
    opacity: 1;
    font-size: 2rem;
    line-height: 1.5rem;
}

#mobileSearchModal .close:hover {
    color: var(--col-lochmara)
}

#mobileSearchModal .modal-body img {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}

#mobileSearchModal .modal-body .frmSearchMobile i {
    font-size: 1.075rem;
    right: 4rem;
    top: 12.55rem;
    color: var(--col-lochmara);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

#mobileSearchModal .modal-body .frmSearchMobile input[type="search"] {
    border: none;
    color: var(--col-elephant);
    background: transparent;
    width: 100%;
    padding: 0.7rem 2.5rem 0.7rem 0;
    font-weight: 600;
    border-radius: 0.12rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    outline: none !important;
}

#mobileSearchModal .modal-body .frmSearchMobile:hover input[type="search"],
#mobileSearchModal .modal-body .frmSearchMobile:hover span.searchSpan {
    color: var(--col-lochmara);
}

#mobileSearchModal .modal-body .frmSearchMobile:hover i {
    color: var(--col-elephant);
}

#mobileSearchModal input:-webkit-autofill,
#mobileSearchModal input:-webkit-autofill:hover,
#mobileSearchModal input:-webkit-autofill:focus,
#mobileSearchModal input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#mobileSearchModal .modal-footer {
    border-top: none;
    justify-content: center;
    padding: 0;
}

#mobileSearchModal .modal-footer button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    width: 100% !important;
    padding: 0.85rem;
    text-transform: uppercase;
    background: var(--col-lochmara);
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomright: 0.3rem;
    letter-spacing: 1px;
}

/** Navigation **/

.bottomNavContainer .container {
    padding: 0;
}

.bottomNavContainer a,
.bottomNavContainer a:link {
    color: #FFF!important;
    text-align: left!important;
    padding: 0.9rem!important;
    display: block!important;
    border-left: none!important;
    transition-property: color!important;
    background: none!important;
}

.bottomNavContainer:visited {
    background: var(--col-tulip-tree) !important;
}

.bottomNavContainer:hover,
.bottomNavContainer:active,
.bottomNavContainer:focus {
    background: var(--col-tulip-tree) !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: #fff !important;
    display: inline-block!important;
    margin-left: 0.5rem!important;
}

.desktopNav .bottomNavContainer a[role="menuitem"] {
    display: inline-block !important;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.desktopNav .moreOptionMainMenu,
.desktopNav ul.subSubMainMenu,
ul.mainMenuCol2 h3 {
    display: none;
}

.menuFlexDiv {
    width: fit-content;
}

.menuIcon {
    position: relative;
    top: 50%;
    width: inherit;
    right: -8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 700 1.35rem "Open Sans", sans-serif;
    color: var(--col-elephant);
    text-transform: uppercase;
    padding: 0.5rem 0.25rem;
    margin: 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
    letter-spacing: 1px;
}

    .menuIcon:hover,
    .menuIcon:focus {
        color: var(--col-lochmara);
    }

    .menuIcon:after {
        content: "\f0c9";
        color: var(--col-lochmara);
        margin-left: 0.5rem;
    }

nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: 10;
}

    nav.navOpen {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

.desktopNav {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -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);
    box-shadow: 0px 5px 10px rgba(0,0,0,.25);
}

nav.navOpen .desktopNav {
    -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);
}

.desktopNav .innerDesktopNavContainer {
    position: relative;
    height: 100%;
}

.desktopNav ul.mainMenu {
    height: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0 5rem;
    background: url(../images/viking-statue-colour.png) bottom right no-repeat, url(../images/nav_texture_bg.jpg);
}

ul.mainMenu .menu-contact-us .contact-title {
    position: relative;
    margin-right: 0;
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    color: #133747;
    letter-spacing: 0;
    text-align: left;
    border-left: none;
    display: block;
    text-transform: uppercase;
    padding: 0.7rem 0 0.7rem 0;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    ul.mainMenu .menu-contact-us,
    ul.mainMenu .menu-contact-us {
        border-top: 1px solid var(--col-nobel);
        padding-top: 2rem;
        margin-top: 2rem;
    }

    ul.mainMenu .menu-contact-us a,
    ul.mainMenu .menu-contact-us a:link{
        font-size: 1rem;
        font-weight: 400;
        text-transform: none;
        padding: 0.2rem 0;
        width: fit-content;
        max-width: 275px;
        cursor: pointer !important;
    }

    ul.mainMenu .menu-contact-us a:before {
        margin-right: 0.5rem;
    }

    .desktopNav ul.mainMenu > li:first-child a {
        margin-top: 5.5em;
    }

    .desktopNav ul.mainMenu li a:after {
        content: "";
    }

    .desktopNav ul.mainMenu li .headerTop h2 {
        font-family: "Open Sans", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        text-transform: capitalize;
        text-align: left;
        color: #fbad42;
    }

    .desktopNav ul.mainMenu li .headerTop {
        background-color: transparent;
        padding: 2rem 0 0 0;
        border-top: 1px solid #737373;
        margin-top: 2rem;
    }

        .desktopNav ul.mainMenu li .headerTop ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .desktopNav ul.mainMenu li .headerTop ul li {
                text-align: left;
            }

                .desktopNav ul.mainMenu li .headerTop ul li h4 {
                    padding: 0.4rem 0rem;
                    color: #2772b4;
                    font-size: 1.125rem;
                    background: url("../images/TitleDivider.png") repeat-x top left;
                    padding-top: 1.5rem;
                }

        .desktopNav ul.mainMenu li .headerTop a {
            font-size: 1rem;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            text-transform: none;
            color: #4c4d49;
            padding: 0.45rem 0rem;
            margin: 0;
            letter-spacing: 1px;
        }

            .desktopNav ul.mainMenu li .headerTop a:hover {
                color: #006fb9;
            }

                .desktopNav ul.mainMenu li .headerTop a:hover::after {
                    content: none;
                }

ul.mainMenu a,
ul.mainMenu a:link {
    position: relative;
    margin-right: 0;
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #133747;
    letter-spacing: 0;
    text-align: left;
    border-left: none;
    display: block;
    text-transform: uppercase;
    padding: 1rem 0 1rem 0;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

/*ul.mainMenu > li:not(.menu-contact-us) > a,
ul.mainMenu > li:not(.menu-contact-us) > a:link {*/
    /*fix for menu li hover throug the icon flicker*/
/*}*/

ul.mainMenu a i {
    display: none;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0.5rem 0;
}

.moreOptionSubMainMenu {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    border: none;
    background: none;
    z-index: 5;
    padding: 0.1rem 1rem;
}

    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f107";
        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;
    }

    .moreOptionSubMainMenu.openIcon:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.innerNavContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 390px;
    height: 100%;
    padding-top: 6em;
    padding-bottom: 60px;
    -webkit-transition: transform 500ms ease 0s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 200ms;
    -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);
    z-index: -1;
    height: 100%;
    background-color: rgb(27 79 104 / 97%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
}

.innerNavScroll {
    height: 100%;
}

.innerNavScroll .container {
    max-width: 100%;
}

.bottomNavContainer {
    background: var(--col-sushi);
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
}

.bottomNavContainer .container {
    display: flex;
    justify-content: center;
}

.bottomNavContainer .container > a {
    color: #fff;
}

ul.mainMenu > li.hasChild[aria-expanded="true"] .innerNavContainer,
ul.mainMenu > li:hover .innerNavContainer {
    -webkit-transform: translate3d(-215%, 0, 0);
    -moz-transform: translate3d(-215%, 0, 0);
    -ms-transform: translate3d(-215%, 0, 0);
    -o-transform: translate3d(-215%, 0, 0);
    transform: translate3d(-215%, 0, 0);
}

.moreOptionMainMenu:hover,
.moreOptionSubMainMenu:hover {
    color: #fff;
}

nav.navOpen {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.closeNav {
    position: absolute;
    top: 2rem;
    right: 30px;
    text-transform: uppercase;
    color: var(--col-elephant);
    padding: 0 0.5em;
    margin: 0.5rem 0.5rem 0.5rem 0;
    border: none;
    cursor: pointer;
    background: none;
    font-size: 1.5rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    z-index: 4;
    outline: none !important;
}

    .closeNav:hover {
        color: var(--col-lochmara);
    }

ul.mainMenu i {
    margin-right: 0.5rem;
    display: inline-block;
}

.desktopNav ul.mainMenu > li:not(.menu-contact-us):hover > a::after {
    content: url(../images/category-active-hover.png);
    position: absolute;
    top: 50%;
    left: -50px;
    height: 37px;
    font-size: 1em;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.desktopNav ul.mainMenu li:first-child a:hover::after {
    border: none;
}

ul.mainMenu .home:hover:before {
    display: none;
}

ul.mainMenu > li.selected > a {
    color: var(--col-sushi);
}

.desktopNav ul.mainMenu > li:not(.menu-contact-us).selected > a::after {
    content: url(../images/category-active-hover.png);
    position: absolute;
    top: 50%;
    left: -50px;
    height: 37px;
    font-size: 1em;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#desktopNav ul.mainMenu > li:not(.menu-contact-us):hover > a {
    color: var(--col-sushi);
}

ul.subMainMenu a,
ul.subMainMenu a:link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem !important;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 3.75rem 0 1.5rem !important;
    padding: 0.75rem 0;
    background: inherit;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    letter-spacing: 1px;
}

    ul.subMainMenu a:visited {
        color: #fff;
    }

    ul.subMainMenu a:hover {
        color: var(--col-sushi);
    }

        ul.subMainMenu a:hover:before,
        ul.subSubMainMenu a:hover:before {
            content: none !important;
        }

ul.subMainMenu li a:hover::after {
    border: none !important;
}

ul.subMainMenu ul.subMainMenu a:hover {
    color: #fbad42;
}

ul.subMainMenu li:last-of-type a {
    border-bottom: none;
}

ul.subMainMenu > li {
    position: relative;
}

    ul.subMainMenu > li.hasChild > a {
        padding-right: 2.7rem;
    }

    ul.subMainMenu > li > a::before {
        display: none;
    }

    ul.subMainMenu > li.selected > a {
        color: var(--col-sushi);
    }

    ul.subMainMenu > li.selected .moreOptionSubMainMenu {
        color: var(--col-sushi);
    }

    ul.subMainMenu > li:hover > a {
        color: var(--col-sushi);
    }

    ul.subMainMenu > li.hasChild:hover .moreOptionSubMainMenu {
        color: var(--col-sushi);
    }

ul.subSubMainMenu a,
ul.subSubMainMenu a:link {
    font-weight: 400;
    font-style: italic;
    text-transform: none !important;
    font-size: 1rem !important;
    color: #fff !important;
    padding: 0.845rem 0rem 0.845rem 1.25rem !important;
    letter-spacing: 0.5px;
}

    ul.subSubMainMenu a:visited {
        color: #fff !important;
    }

ul.subSubMainMenu > li a:hover {
    color: var(--col-sushi) !important;
}

ul.subSubMainMenu > li.selected > a {
    color: var(--col-sushi) !important;
}


/*Navigation end*/


/******* Main Content - Inside Pages *******/

.mainContainer {
    position: relative;
    padding: 0 0 2rem;
    background: url(../images/texture_bg.jpg);
}

.mainContainer .container {
    padding-left: 0;
    padding-right: 0;
}

.mainContainer .row {
    margin: 0;
}

.mainContainer main {
    width: 100%;
    height: auto;
    min-height: 25rem;
    overflow-x: hidden;
}

.mainContainer #main h4.pageTitle {
    padding-top: 1.2rem;
    text-transform: uppercase;
    font-size: 1.95rem;
} 

.mainContainer aside.col-sm {
    flex-grow: 1;
    padding: 0;
    background: #DCE6E5;
}

.mainContainer main.col-sm {
    flex-grow: 2;
    padding: 0rem 0rem 3.5rem 2.5rem;
}

/** Aside Menu - Inside Pages **/
/* Aside Colours */
:root {
    --aside-bg: var(--col-biscay);
    --aside-more-txt: #fff;
    --aside-more-txt-hvr: #fff;
    --aside-main-bg: var(--col-biscay);
    --aside-main-bg-hvr: var(--col-elephant);
    --aside-main-txt: #fff;
    --aside-main-txt-hvr: #fff;
    --aside-sub-bg: #fff;
    --aside-sub-bg-hvr: var(--col-lochmara);
    --aside-sub-txt: var(--col-elephant);
    --aside-sub-txt-hvr: #fff;
}

.mainContainer aside.col-sm {
    min-width: 350px;
    flex-grow: 0;
    background: url(../images/life-preserver-watermark.png) no-repeat bottom left, var(--aside-bg);
    -webkit-border-radius: 0 0 0.3rem 0.3rem;
    -moz-border-radius: 0 0 0.3rem 0.3rem;
    -o-border-radius: 0 0 0.3rem 0.3rem;
    border-radius: 0 0 0.3rem 0.3rem;
    box-shadow: rgb(0 0 0 / 50%) 0px 5px 15px;
}

ul.subSideMenu {
    display: none;
}

.moreOption {
    position: absolute;
    top: 0.25rem;
    right: 0.75rem;
    font-size: 1rem;
    color: var(--aside-more-txt);
    display: inline-block;
    padding: 0.73rem;
    cursor: pointer;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    background: none;
}

.moreOption:hover {
    color: var(--aside-more-txt-hvr) !important;
}

.moreOption:before {
    content: "\f078";
    margin-left: 0;
    -webkit-transform: transform 300ms ease 0s;
    -moz-transform: transform 300ms ease 0s;
    -o-transform: transform 300ms ease 0s;
    transition: transform 300ms ease 0s;
}

.moreOption.openIcon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.sideMenu .sideMenuCategory {
    font: normal 700 1.65rem 'Open Sans', sans-serif;
    color: var(--aside-main-txt);
    padding: 0 1.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: var(--col-lochmara);
    height: 68px;
    line-height: 68px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

ul.sideMenu a,
ul.sideMenu a:link {
    font: normal 600 1rem 'Open Sans', sans-serif;
    color: var(--aside-main-txt);
    display: block;
    padding: 1.2rem 1.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: var(--aside-main-bg);
}

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,
ul.sideMenu>li[aria-expanded="true"] 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 > li {
    position: relative;
}

ul.subSideMenu a,
ul.subSideMenu a:link {
    font: italic 400 0.9rem 'Open Sans', sans-serif !important;
    color: var(--aside-sub-txt) !important;
    padding: 1.25rem 2.75rem !important;
    display: block;
    background: var(--aside-sub-bg) !important;
}

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 li a:hover:after,
ul.subSideMenu li a:active:after,
ul.subSideMenu li a:focus:after {
    opacity: 1;
}

ul.subSideMenu > li.selected a {
    color: var(--aside-sub-txt-hvr) !important;
    background: var(--aside-sub-bg-hvr) !important;
}

ul.subSideMenu > li.selected a:after {
    opacity: 1;
}

ul.subSideMenu li a:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 100%;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    width: 20px;
    background: url(../images/triangle-selector.png) no-repeat;
    background-size: cover;
    -webkit-transition: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease 0s;
    opacity: 0;
}


/** TOOLBAR [ TEXTSIZER && GOOGLE TRANSLATE ] **/

.headerContent {
    position: relative;
    padding-right: 10rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--col-nobel);
}

ol.breadCrumb a,
ol.breadCrumb a:link {
    font: normal 0.9rem 'Open Sans', sans-serif;
    font-weight: 800;
    color: var(--col-elephant);
    display: block;
    text-transform: uppercase;
}

ol.breadCrumbMobile a span,
ol.breadCrumbMobile a:link span {
    color: var(--col-sushi);
}

ol.breadCrumb a:visited {
    color: var(--col-elephant);
}

ol.breadCrumb a:hover,
ol.breadCrumb a:active,
ol.breadCrumb a:active {
    color: var(--col-sushi);
}

ol.breadCrumb a:after {
    content: "\f105";
    color: var(--col-sushi);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

ol.breadCrumb>li {
    float: left;
}

ol.breadCrumb>li:first-child a:before {
    content: "\f80b";
    margin-left: 0;
}

ol.breadCrumb>li:last-child a:after {
    content: normal;
    margin-right: 0;
    margin-left: 0;
}

.btnPrint {
    font-size: 1.15rem;
    margin: 0;
    padding: 0 0 0 0.5rem;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
    color: var(--col-sushi);
    -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,
.btnPrint:active,
.btnPrint:focus {
    color: var(--col-tulip-tree);
}

.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%);
    display: flex;
    align-items: center;
    align-content: center;
}

ul.textResizer>li {
    float: left;
    margin-right: 0.2rem;
}

ul.textResizer>li:last-child {
    margin-right: 0;
}

ul.textResizer span,
ul.textResizer a,
ul.textResizer a:link {
    font: normal 700 0.688em/0 'Open Sans', sans-serif;
    color: #0F3D39;
    text-transform: uppercase;
    display: inline-block;
}

ul.textResizer a,
ul.textResizer a:link {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

ul.textResizer a:visited {
    color: var(--col-elephant);
}

ul.textResizer a:hover,
ul.textResizer a:active,
ul.textResizer a:focus {
    color: var(--col-tulip-tree);
}

ul.textResizer span {
    margin-right: 0.5rem;
}

ul.textResizer a.small-text {
    font-size: 1rem;
}

ul.textResizer a.medium-text {
    font-size: 1.3rem;
}

ul.textResizer a.large-text {
    font-size: 1.5rem;
    margin-right: 1rem;
}

ul.textResizer a.large-text:after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 25px;
    margin-left: 0.75rem;
    background: var(--col-elephant);
}

ul.textResizer a.textresizer-active {
    color: var(--col-sushi);
}

#google_translate_element {
    position: relative;
    top: 1rem;
    display: inline-block;
}

ul.phoneColsList {
    margin-bottom: 2rem;
}

ul.phoneColsList>li:before {
    content: "\f105";
    margin-left: 0;
    margin-right: 0.5rem;
}

.footerBottom h2 {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

.footerBottom .french h2 {
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

.footerBottom p,
.footerBottom span {
    font: normal 400 0.938rem 'Open Sans', sans-serif;
    color: var(--col-elephant);
    line-height: 1.5;
}

.footerBottom a,
.footerBottom a:link {
    color: var(--col-elephant);
    font-size: 0.938rem;
    font-weight: normal;
}

.footerBottom a:visited {
    color: var(--col-elephant);
}

.footerBottom cite a:visited {
    color: #fff;
}

.footerBottom a:hover,
.footerBottom a:active,
.footerBottom a:focus {
    color: var(--col-lochmara);
}

.btnRegister,
.footerBottom .app-btn-div a.btnApp {
    width: 230px;
    min-width: 48%;
    background: var(--col-biscay);
    color: #fff;
    display: block;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    border: none;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.8rem 2.5rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    cursor: pointer;
}


.footerBottom .app-btn-div a.btnApp:hover,
.footerBottom .app-btn-div a.btnApp:focus,
.footerBottom .app-btn-div a.btnApp:active {
    background: var(--col-lochmara);
}

.footerBottom .app-btn-div #appStore:before,
.footerBottom .app-btn-div #playStore:before {
    position: relative;
    left: -5px;
    color: #fff;
    font-weight: 700;
}

.footerBottom .app-btn-div #appStore:before {
    content: "\f179";
}

.footerBottom .app-btn-div #playStore:before {
    content: "\f3ab";
}

ul.footerNav a,
ul.footerNav a:link {
    position: relative;
    font: normal 1rem 'Open Sans', sans-serif;
    color: #FFF;
    display: block;
    padding: 0.5rem;
}

ul.footerNav a:visited {
    color: #FFF;
}

ul.footerNav a:hover,
ul.footerNav a:active,
ul.footerNav a:focus {
    color: #23B7A9;
}

ul.footerNav a:before {
    content: normal;
    margin-left: 0;
}

ul.footerNav a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #79ADAE;
}

.footerBottom cite,
.footerBottom small {
    font: normal 600 1rem 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    letter-spacing: 0.5px;
}

.footerBottom cite {
    float: right;
    display: block;
}
.footerBottom cite a,
.footerBottom cite a:link {
    width: inherit;
    height: inherit;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-o-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
    position: relative;
    /* padding-right: 5.25rem; */
}

.footerBottom cite a i {
    font-size: 3.5rem;
    position: absolute;
    right: 9px;
    top: -3px;
    height: 2rem;
    font-weight: 100;
    line-height: 2rem;
    overflow: hidden;
}

.footerBottom cite a:hover,
.footerBottom cite a:active,
.footerBottom cite a:focus {
    color: var(--col-tulip-tree);
}

.socialMedia a,
.socialMedia a:link {
    margin: 0 0.5rem;
    font: normal 400 0.938rem 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
}

.socialMedia a:before {
    font-weight: 700;
    margin-left: 0;
    margin-right: 0.5rem;
    color: var(--col-tulip-tree);
}

.socialMedia a:visited {
    color: #fff;
}

.socialMedia a:hover,
.socialMedia a:active,
.socialMedia a:focus {
    color: var(--col-tulip-tree);
}

.socialMedia a.facebook::before,
.headerTop a.facebook.headerSocial::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";
}

.municipalServices .col-5,
.municipalServices .col-7 {
    text-align: center;
}

.municipalServices .col-5 h2,
.municipalServices .col-7 h2 {
    color: #FFF;
    margin-bottom: 2rem;
}

.municipalServices .col-7 h2 {
    margin-bottom: 0.5rem;
}

.municipalServices .col-5 h2 span {
    font-size: 0.9rem;
    display: block;
    padding-top: 0.5rem;
}

.municipalServices .col-7 {
    overflow: hidden;
    background: url(../images/bgRoadBan.jpg) center bottom no-repeat;
}

.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%);
}

.municipalServices .col-7 i {
    font-size: 2rem;
    color: #FFF;
}

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;
}


/*---------------------table styling-------------------------*/


/* 
Generic Styling, for Desktops/Laptops 
*/

table {
    width: 100%;
    border-collapse: collapse;
}

td,
th {
    padding: 6px;
    border: none;
    text-align: left;
}


/*Highlights =====================================================================================================================================*/
.highlight-container {
    margin-bottom: 3rem;
}
.highlightContainer .highlightOuterCont {
    width: 80%;
    margin: auto;
    z-index: 1;
    position: relative;
    padding: 0;
    /*justify-content: space-between;*/
    /*gap: 2.5rem;*/
}

.highlightContainer h2 {
    text-align: center;
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlightOuterCont {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

main .highlightOuterCont {
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.highlightOuterCont .highlightboxallnew {
	width: 100%;
}

.highlightOuterCont.hl-bottom .highlightboxallnew .highlight-content {
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.highlightboxallnew a {
    position: relative;
    display: block;
    height: 380px;
    width: 100%;
    max-width: 92%;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 27%) 0px 2px 10px;
}

.highlightboxallnew a:before {
	content: normal;
}

main .highlightboxallnew {
	width: 30%;
    margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.highlightOuterCont.hl-bottom .highlightboxallnew {
    margin: 0;
    width: 25%;
}

.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 1) i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 7) i,
.highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(3) i {
    color: var(--col-sushi);
}
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 2) i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 8) i,
.highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(4) i {
    color: var(--col-biscay);
}
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 3) i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 5) i,
.highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(1) i {
    color: var(--col-tulip-tree);
}
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 4) i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 6) i,
.highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(2) i {
    color: var(--col-lochmara);
}

.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 1):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 7):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 2):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 8):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 3):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 5):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 4):hover i,
.highlightOuterCont.hl-bottom .highlightboxallnew:nth-child(8n + 6):hover i {
    color: var(--col-lochmara) !important;
}

.highlightOuterCont.hl-bottom .highlight-content {
    padding: 2rem .5rem;
    max-height: 7rem; /*temporary? -no*/
}

.highlight-content-sub {
    display: inline-flex;
}

#main .highlight-content {
    text-align: center;
}

.highlight-content h3,
.highlight-content h4 {
    color: var(--col-elephant);
    text-align: left;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.highlight-content h3 {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 -0.25rem;
    font-size: 1.15rem;
}

.highlight-content h4 {
    text-transform: uppercase;
}

.highlight-content i {
    height: 2.5rem;
    color: var(--col-elephant);
    margin-right: 1.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}


.highlightOuterCont.hl-bottom .highlightboxallnew .highlight-content {
    background: #fff;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

#highlightContainer .highlightOuterCont.hl-bottom .highlightboxallnew:hover .highlight-content i,
.highlightOuterCont.hl-bottom .highlightboxallnew:hover .highlight-content .card-title {
    color: var(--col-lochmara);
}

.highlightOuterCont.hl-bottom .highlightboxallnew a {
    height: auto;
    margin-top: 2.25rem;
}

.footerTop {
    background: url(../images/highlights_bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 620px;
    text-align: center;
    position: relative;
    padding: 0.75rem 0 0 0;
}

.footerTop .highlightContainer h2 {
    font-size: 1.9rem;
	margin: 0 auto;
	padding: 2rem 0 0 0;
	text-align: center;
	position: relative;
	color: var(--col-elephant);
	display: block;
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footerTop .highlightContainer h2:before {
    content: " ";
    background-color: var(--col-nobel);
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    left: -160px;
    top: 3.3rem;
}

.footerTop .highlightContainer h2:after {
	content: " ";
	background-color: var(--col-nobel);
	width: 50%;
	height: 1px;
    position: absolute;
    right: -160px;
    top: 3.3rem;
}

.footerTop .highlights-viking {
    background-image: url(../images/viking.png);
    position: absolute;
    height: 340px;
    width: 235px;
    bottom: 180px;
    left: 85.5%;
}

.footerTop .footer-register {
	background: rgb(19 55 71 / 90%);
    width: 100%;
    min-height: 180px;
    position: relative; /*absolute;*/
    bottom: 0px;
}

.footerTop .footer-register > .container {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	padding: 1.5rem 0;
    min-height: inherit;
}

.footerTop .footer-register h2 {
	color: #fff;
	flex-grow: 1;
	position: relative;
    padding: 1rem 0 1rem 4rem;
	font-size: 1.9rem;
	font-family: 'Open Sans', serif;
	font-weight: 700;
    border-right: solid 1px var(--col-nobel);
	max-width: 20rem;
    margin: auto 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 370px;
}

.footerTop .footer-register h2 i {
	position: absolute;
	left: 0;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 3rem;
}

.footerTop .footer-register h2 span {
	display: block;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 100%;
    text-transform: capitalize;
}

.footerTop .footer-register p {
	color: #fff;
	flex-grow: 2;
	max-width: 60%;
	padding: 0 5rem 0 2.5rem;
	margin: auto;
    text-align: left;
    opacity: 0.9;
}

.footerTop .footer-register .btnRegister {
    background: #ffffff;
    color: var(--col-elephant);
    display: block;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    border: none;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    min-width: 260px;
    max-width: 260px;
}

.footerTop .footer-register .btnRegister:hover {
    color: #fff;
	background: var(--col-sushi);
}

.footerTop .footer-register .btnRegister:before {
	content: normal;
}
/*Highlights End ==================================================================================================================================*/

.adContainer.mobile {
    display: none;
}


/******* MEDIA QUERY *******/

@media only screen and (max-width:1805px) {
    .fb1.row .col-sm {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media only screen and (max-width:1680px) {

    .headerTop a,
    .headerTop a:link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:1400px) {

    .desktopNav ul.subMainMenu a,
    .desktopNav ul.subMainMenu a:link {
        font-size: 0.85rem;
    }

    .headerTop a span {
        display: none;
    }

    .headerTop a, .headerTop a:link {
        font-size: 0.938rem;
    }

    .socialMedia a.facebook::before, .headerTop a.facebook.headerSocial::before {
        content: "\f39e";
        position: relative;
    }

    .headerTop a:before {
        margin-right: 0;
    }
}

@media only screen and (max-width:1330px) {

    h2.categoryTitle {
        min-height: 296px;
        font-size: 3rem;
    }
    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:1250px) {
    .scrollup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .footerTop {
        background: url(../images/highlights_bg.jpg) no-repeat center bottom, url(../images/texture_bg.jpg);
        padding: 0;
    }

    .footerTop .highlights-viking {
        position: relative;
        bottom: 0;
        left: 100%;
        margin-top: -340px;
        transform: translateX(-100%);
    }

    .footerTop .footer-register {
        position: relative;
    }

    .footerTop .footer-register > .container {
        flex-direction: column;
        padding: 2.75rem 0 3.75rem 0;
    }

    .footerTop .footer-register h2 {
        min-width: 100%;
        padding: 1rem 0 1.25rem 4rem;
        border-right: none;
        border-bottom: solid 1px var(--col-nobel);
    }

    .footerTop .footer-register p {
        min-width: 100%;
        padding: 1.25rem 0;
    }

    .footerBottom {
        max-height: none;
    }
}

@media only screen and (max-width: 1200px) {

    .footerTop .highlight-container {
        padding-bottom: 4rem;
    }
}

@media only screen and (max-width:1075px) {

    .footerTop .highlightOuterCont {
        display: block;
    }

    .highlightOuterCont.hl-bottom .highlightboxallnew {
        width: 100%;
    }

    .highlightOuterCont.hl-bottom .highlightboxallnew.col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .highlightOuterCont.hl-bottom .highlightboxallnew a {
        margin-top: 1rem;
    }

    .highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(1) i {
        color: var(--col-sushi);
    }

    .highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(2) i {
        color: var(--col-biscay);
    }

    .highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(3) i {
        color: var(--col-tulip-tree);
    }

    .highlightOuterCont.hl-bottom:nth-child(2) .highlightboxallnew:nth-child(4) i {
        color: var(--col-lochmara);
    }
}

@media only screen and (max-width:1190px) {

    .frmSearch {
        display: none;
    }
    .headerBottom .searchBtn {
        display: block;
    }
    .searchFlexDiv {
        width: fit-content;
    }

}

@media only screen and (max-width:1190px) {

    .desktopNav,
    ul.subMainMenu,
    ul.subSubMainMenu {
        display: none;
    }
    .mobileNav,
    .menuIcon,
    .closeNav {
        display: inherit;
    }
    
    /* Mobile Nav Colours */
	:root {
		--nav-bg: rgba(255,255,255,.95);
		
		--nav-more-txt: var(--col-elephant);
        --nav-sub-more-txt: #fff;
		--nav-more-txt-hvr: #fff;
		
		--nav-main-bg: none;
		--nav-main-bg-hvr: var(--col-sushi);
		--nav-main-txt: var(--col-elephant);
		--nav-main-txt-hvr: #fff;
		
		--nav-sub-bg: var(--col-biscay);
		--nav-sub-bg-hvr: var(--col-elephant);
		--nav-sub-txt: #fff;     
		--nav-sub-txt-hvr: #fff;
			
		--nav-subSub-bg: #fff;
		--nav-subSub-bg-hvr: var(--col-sushi);
		--nav-subSub-txt: var(--col-elephant);     
		--nav-subSub-txt-hvr: #fff;
		
		--nav-close: var(--col-elephant);
		--nav-close-hvr: var(--col-lochmara);
	}

    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        position: absolute;
        top: 0;
        right: 2.65rem;
        font-size: 1.5rem;
        display: inline-block;
        padding: 1rem 1.1rem;
        cursor: pointer;
        -webkit-transition: background 300ms ease 0s;
        -moz-transition: background 300ms ease 0s;
        -o-transition: background 300ms ease 0s;
        transition: background 300ms ease 0s;
        border: none;
        background: none;
        z-index: 5;
        outline: none !important;
        display: flex;
        height: 90px;
        align-items: center;
    }

    .moreOptionMainMenu {
        color: var(--nav-more-txt);
    }

    .moreOptionSubMainMenu {
        padding: 0.9rem 1.1rem;
        color: var( --nav-sub-more-txt);
    }
	
    .moreOptionMainMenu:before,
    .moreOptionSubMainMenu:before {
        content: "\f078";
        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 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
	
    .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: 30px;
        right: 43px;
        font-size: 1.5rem;
        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: min(450px, 85vw);
        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;
        box-shadow: 0px 5px 10px rgba(0,0,0,.25);
        background: url(../images/viking-statue-colour.png) bottom right no-repeat, url(../images/nav_texture_bg.jpg);
    }
	
    ul.mainMenu {
        margin: 6rem 0 14rem 0;
    }
	
    ul.mainMenu i {
        margin-right: 0.5rem;
        display: inline-block;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        position: static;
        font-size: 1.5rem;
        text-align: left;
        border-left: none;
        display: block;
        padding: 1rem 3.75rem;
        display: flex;
        align-items: center;
        height: 90px;
    }
	
    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: 6.5rem;
    }
	
    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: 1rem;
        font-weight: 600;
        color: var(--nav-sub-txt);
        text-transform: none !important;
        padding-left: 6rem !important;
        background: var(--nav-sub-bg) !important;
        margin: 0 !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: 6.5rem;
    }
	
    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-style: italic;
        color: var(--nav-subSub-txt) !important;
        background: var(--nav-subSub-bg) !important;
        border-bottom: none !important;
        padding-left: 8.25rem !important;
        padding-right: 5rem !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;
    }
}

@media only screen and (max-width:1085px) {
    .footerMiddle h2 {
        font-size: 1rem;
    }
    .footerMiddle p,
    ul.phoneColsList {
        font-size: 0.9rem;
    }
    .footerMiddle>.container {
        padding-right: 26rem;
        -webkit-background-size: 400px 255px;
        -moz-background-size: 400px 255px;
        background-size: 400px 255px;
    }
    
    /* Mobile Quick Links */
    .quickLinks {
		background: none;
	}
	
	.quickLinks .mobile-ql {
		display: block;
	}
	
	.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";
	}
    
}

@media only screen and (max-width:1024px) {
    .footerBottom h2 {
        font-size: 1.4rem;
    }
    .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;
        padding-bottom: 21rem;
    }
    .mainContainer aside.col-sm,
    .mainContainer main.col-sm {
        flex-basis: auto;
    }
    .mainContainer main.col-sm {
        padding: 1.5rem 0 0;
    }
    .sideMenuNav {
        width: 100%;
        font: normal 700 1.25rem 'Open Sans', sans-serif;
        color: #FFF;
        cursor: pointer;
        text-align: left;
        text-transform: uppercase;
        border: none;
        padding: 0.7rem 1rem;
        margin: 0;
        background: var(--col-lochmara);
        height: 65px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        outline: none !important;
    }
    .sideMenuNav:before {
        content: normal;
        margin-left: 0;
    }
    .sideMenuNav:after {
        content: "\f055";
        color: #fff;
        margin-left: 1rem;
        line-height: 1rem;
    }
    .sideMenuNav.openSideMenuIcon:after {
        content: "\f056";
    }
    ul.sideMenu .sideMenuCategory {
        display: none;
    }
    .articlePost {
        border-top: none;
        padding-top: 0;
    }
    ol.breadCrumb,
    ul.textResizer {
        float: none;
    }
    ol.breadCrumb.cf {
        display: none;
    }
    ol.breadCrumbMobile {
        display: block;
    }

    ol.breadCrumbMobile .breadcrumbHome i {
        color: var(--col-sushi);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    ul.subSideMenu li a:after,
    ul.subSideMenu > li.selected a:after {
        display: none;
    }

    .mainContainer aside.col-sm {
        min-width: revert;
    }
}

@media only screen and (min-width:901px) {
    .fb1.row .col-member {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width:1150px) {
    .footerBottom .fb1.row {
        padding-top: 4rem;
        padding-bottom: 4rem;
        flex-wrap: wrap;
    }
    .fb2.row {
        padding-top: 2rem;
        padding-bottom: 1.25rem;
        gap: 0.5rem
    }

    .fb1.row .col-sm {
        flex-basis: auto;
        padding: 2.5rem 2.25rem;
        border-left: none;
        border-right: none;
    }
    .fb1.row .col-info .contact-info-grid {
        align-items: center;
    }
    .footerBottom h2,
    .footerBottom p,
    .footerBottom span {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .fb1.row .col-sm:nth-child(3) {
        border-left: none;
        border-right: none;
        border-top: 1px solid var(--col-nobel);
        border-bottom: 1px solid var(--col-nobel);
    }

    .fb1.row .col-member {
        padding-bottom: 0;
    }

    .fb1.row .col-logo, .fb1.row .col-member {
        justify-content: center;
    }
    .fb1.row .col-app .app-btn-div {
        flex-direction: column;
        align-items: center;
    }
    .fb2.row .col-sm {
        display: flex;
        justify-content: center;
    }
    .btnScrollup {
        bottom: 5rem;
    }
}

@media only screen and (max-width:890px) {
    .footerBottom h2 {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: 0.75rem;
    }
}

@media only screen and (max-width:880px) {
    .fb2.row .col-sm {
        flex-basis: auto;
    }
    .fb2.row .col-sm:first-child,
    .fb2.row .col-sm:last-child {
        text-align: center;
        padding: 0;
    }
    .fb2.row .col-sm:nth-child(2) {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    /* .footerBottom cite a, .footerBottom cite a:link {
        padding-right: 4.25rem;
    } */
    .footerBottom cite a i {
        right: -7px;
    }
}

@media only screen and (max-width:850px) {
    .popupAlert>.container {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:785px) {
    a.make-an-epay {
        font-size: 0.8rem;
        right: -80px;
        top: 250px;
        padding: 1rem 1.1rem 1.3rem 1.1rem;
        width: 200px;
        height: 60px;
        -webkit-transform-origin: revert;
    }

    a.make-an-epay::before {
        margin-right: 0.25rem;
        padding-top: 2px;
    }

    .headerTop .headerCol1,
    .headerTop .headerCol2,
    .headerBottom .row {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {

    /* 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;
        margin: 0.5rem auto !important;
    }
}

@media only screen and (max-width:750px) {
    .mainContainer main.col-sm {
        padding: 1rem 0 0;
    }

    ol.breadCrumb a,
    ol.breadCrumb a:link {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:720px) {
    .footerMiddle > .container {
        text-align: center;
        padding: 1rem 1rem 18rem;
        background-position: center bottom;
    }

    ul.phoneColsList {
        max-width: 300px;
        text-align: left;
        display: block;
        margin: 0 auto 2rem;
    }

    .idLiketoSearchBTN {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:680px) {

    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,
    .footerBottom h2 {
        font-size: 1.1rem;
    }

    .btnRegister {
        font-size: 0.8rem;
    }
}

@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;
    }
}

/* Ticket Number CMS-228 */
@media only screen and (max-width:580px) {
    .mainContainer .frame-height {
        height: 1800px;
    }
}

@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;
    }
}

@media only screen and (max-width:500px) {
    nav {
        width: 90vw;
    }

    ul.mainMenu a,
    ul.mainMenu a:link {
        font-size: 1.25rem !important;
        height: 70px;
    }
    ul.subMainMenu a,
    ul.subMainMenu a:link {
        font-size: 1rem !important;
        padding-left: 5rem !important;
    }
    ul.subSubMainMenu a,
    ul.subSubMainMenu a:link {
        font-size: 0.9rem !important;
        padding-left: 6.5rem !important;
    }
    .moreOptionMainMenu,
    .moreOptionSubMainMenu {
        font-size: 1.25rem;
        height: 70px;
    }
    .closeNav {
        right: 40px;
    }
}

@media only screen and (max-width:500px) {
    h1.siteLogo, h1.siteLogoFR {
        width: 120px;
        height: 117px;
    }

    .headerTop .headerCol1 {
        margin-right: 130px;
    }

    .headerBottom .searchBtn i {
        font-size: 1rem;
    }

    .menuIcon {
        right: -5px;
        font-size: 1rem;
        display: flex !important;
        justify-content: end;
        align-items: baseline;
    }
}

@media only screen and (max-width:350px) {
    .menuFlexDiv .menuIcon span {
        display: none;
    }
    .menuIcon:after {
        margin-left: 0;
    }
}


/*fotterBottom mobile =======================================*/
@media only screen and (min-width:1151px) and (max-width:1650px) {
    .footerBottom .app-btn-div a.btnApp {
        width: 48%;
        min-width: 48%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width:1151px) and (max-width:1545px){
    .fb1.row .col-logo {
        max-width: 115px;
        min-width: 115px;
    }

    .footerBottom h1.siteLogo,
    .footerBottom h1.siteLogoFR {
        width: 115px;
        height: 115px;
    }

    .fb1.row .col-member .fcm-logo {
        width: 100px;
        height: 101px;
    }
}

@media only screen and (min-width:1151px) and (max-width:1455px) {
    .fb1.row .col-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width:1151px) and (max-width:1350px) {
    .fb1.row .col-info .contact-info-grid a,
    .footerBottom p,
    .footerBottom span {
        font-size: 0.85rem;
    }

    .footerBottom .app-btn-div a.btnApp {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width:1151px) and (max-width:1250px) {
    .fb1.row .col-sm {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/*highlights============================================================*/
@media only screen and (min-width:1076px) and (max-width:1420px) {
    .highlightContainer .highlightOuterCont {
        /*gap: 1.5rem;*/
    }
}

@media only screen and (min-width:1076px) and (max-width:1360px) {
    .highlightContainer .highlightOuterCont {
        /*gap: 1.5rem;*/
    }

    .highlight-content i {
        margin-right: 0.5rem;
        font-size: 2.2rem;
        -webkit-transform: translateY(11%);
        -moz-transform: translateY(11%);
        -o-transform: translateY(11%);
        -ms-transform: translateY(11%);
        transform: translateY(11%);
    }

    .highlight-content h3 {
        font-size: 1rem;
    }

    .highlight-content h4 {
        font-size: 1.15rem;
    }
}

@media only screen and (min-width:1076px) and (max-width:1200px) {
    .highlightOuterCont.hl-bottom .highlightboxallnew .highlight-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .highlight-content i {
        font-size: 1.9rem;
        -webkit-transform: translateY(12%);
        -moz-transform: translateY(12%);
        -o-transform: translateY(12%);
        -ms-transform: translateY(12%);
        transform: translateY(12%);
    }
    .highlight-content h3 {
        font-size: 0.85rem;
        margin: 0 0 -0.1rem;
    }
    .highlight-content h4 {
        font-size: 1rem;
    }
    .card-title {
        margin-bottom: 0;
    }
    .highlightOuterCont.hl-bottom .highlight-content {
        height: 7rem;
    }
}

@media only screen and (min-width:1201px) and (max-width:1350px) {
    .footerTop .footer-register p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:575px) {
    .btnScrollup {
        bottom: 12rem;
        right: 2.5rem;
    }
    .fb1.row .col-sm {
        padding: 2.5rem 0.5rem;
    }
    .fb1.row .col-member {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 500px){
    .footerBottom .fb1.row {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .fb1.row .col-sm {
        padding: 2rem 0.5rem;
    }

    .fb1.row .col-logo {
        max-width: 115px;
        min-width: 115px;
    }

    .footerBottom h1.siteLogo,
    .footerBottom h1.siteLogoFR {
        width: 115px;
        height: 115px;
    }

    .fb1.row .col-member .fcm-logo {
        width: 100px;
        height: 101px;
    }

    .fb1.row .col-info {
        padding-top: 0.5rem !important;
    }
}

@media only screen and (max-width: 450px) {
    .fb1.row .col-info .contact-info-grid a, .footerBottom p, .footerBottom span {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 425px) {
    .footerTop .footer-register p {
        font-size: 0.9rem;
    }
    .footerTop .footer-register .btnRegister {
        min-width: 245px;
        max-width: 245px;
        font-size: 0.85rem;
    }

    .footerBottom .col-info .phones-div a:first-child,
    .footerBottom .col-info .fax-mail-div a:first-child {
        padding-right: 0.5rem;
    }

    .footerBottom .col-info .phones-div a:last-child,
    .footerBottom .col-info .fax-mail-div a:last-child {
        padding-left: 0.25rem;
    }

    .contact-info-grid .fMap {
        width: 70%;
        text-align: center;
    }
    .footerBottom cite, .footerBottom small {
        font-size: 0.825rem;
    }
    .socialMedia a, .socialMedia a:link {
        font-size: 0.85rem;
    }
    /* .footerBottom cite a, .footerBottom cite a:link {
        padding-right: 4rem;
    } */
    .footerBottom cite a, .footerBottom cite a:link {
        font-size: 0.85rem;
    }
    .footerBottom cite a i {
        font-size: 3.25rem;
        position: absolute;
        right: -7px;
        top: -4px;
    }
    .btnRegister, .footerBottom .app-btn-div a.btnApp {
        width: 210px;
        padding: 0.9rem 2.5rem;
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 375px) {
    .fb1.row .col-info .contact-info-grid a, .footerBottom p, .footerBottom span {
        font-size: 0.8rem;
    }

    .contact-info-grid .fHours {
        width: 65%;
        text-align: center;
    }
}