@import url("../../parts/styles_resp/global.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:wght@400;500;600;700&display=swap');

body > p.normal,
body > br {
    display: none;
}

:root {
    --design-padding: 7.1875%;
    --primary-font: 'Inter', sans-serif;
    --secondary-font: 'Lora', serif;
    --navy-blue: #1A4599;
    --light-blue: #6391E9;
    --purple-lavender: #7E2879;
    --charcoal: #353535;
}

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: 2em 0; line-height: 1.875;}

p:empty {
    line-height: 1;
}

p:first-of-type {
    margin: 0 0 2em 0;
}

p:last-of-type {
    margin: 2em 0 0 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    min-height: 54px;
    position: relative;
    background: var(--purple-lavender);
    padding: 14px 20px;
    color: #fff;
    display: none;
    text-align: center;
}

.notifications .widthContainer {
    width: 100%;
}

.notification {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 600;
}

.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 0 15px;
    font-size: 20px;
}
.notifications a, .notifications a:hover { color: #fff; text-decoration: underline; }
.notifications a:focus { outline: 1px dashed white; }


.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: var(--charcoal);
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.innerimage {
    position: relative;
    height: 420px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover;
}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
    background-size: cover;
}

.innerimage.random3 {
    background: url("images/internal-banner-03.jpg") no-repeat center;
    background-size: cover;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10000;
    position: sticky;
    top: 0;
    max-height: 100%;
    border-bottom: 1px solid var(--charcoal);
    background: #FCFCFC;
    background: rgb(252 252 252 / 90%);
}
.topbar.scroll { overflow-y: scroll; }
.topbar>nav { margin-right: 10px; }
.topbar nav.table>ul { display: table; width: 100%; }

.topbar h1 { margin: 0; padding: 0; }
.topbar .title {
    display: inline-block;
    font-family: var(--primary-font);
    width: 100%;
}
.topbar .title img {
    height: 50px;
    margin: 0;
    max-width: 95%;
}
nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop { display: none; padding: 5px 0 5px 5px; }
nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16pt;
    color: var(--charcoal);
    text-align: center;
}

nav.top.block li:not(:first-of-type) a:hover,
nav.top.block li:not(:first-of-type) a:focus {
    color: var(--navy-blue);
}

nav.top.block li  a > div { font-size: 10pt; display: block; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}
nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}


/* mobile nav */
.navDrop nav.block.mobilemenu>ul {
    font-family: var(--primary-font);
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    background: var(--charcoal);
    background: rgb(53 53 53 / 96%);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid white;
}
.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}
.navDrop nav.block.mobilemenu a {
    color: white;
    display: block;
    font-size: 14.5pt;
    padding: 9px 10px;
    font-weight: 600;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.navDrop nav.block.mobilemenu ul ul a {
    font-size: 12pt;
    padding: 10px 10px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: none;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 0; }
.navDrop nav.block.mobilemenu li span.plus {
    margin: 2px 0;
    padding: 0 20px 0 20px;
    color: white;
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20pt;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: color 300ms ease 0s;
}

.navDrop nav.block.mobilemenu li span.plus:hover,
.navDrop nav.block.mobilemenu li span.plus:focus {
    color: var(--light-blue);
}

.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 15px);
    box-shadow: none;
    margin: 2px 0px 8px 15px;
}
.navDrop nav.block.mobilemenu a:hover,
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu li.current>a,
.navDrop nav.block.mobilemenu li.actual>a {
    background: transparent;
    /* text-decoration: underline; */
    color: var(--light-blue);
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    /* display: inline-block; */
    opacity: 1.0;
}

.topbar .navDrop nav.block.mobilemenu li.openweather,
.topbar .navDrop nav.block.mobilemenu li.airquality {
    color: #fff;
    font-size: 12pt;
    padding: 9px 10px;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality a {
    font-size: 12pt;
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
}

.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i {
    color: #fff;
    display: inline-block;
}


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-family: var(--primary-font);
    font-size: 120%;
    color: var(--charcoal);
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    top: 2px;
    right: 5px;
    position: relative;
    color: var(--purple-lavender);
}

.searchDrop .mobilesearch .fieldAndButton .searchMag:hover,
.searchDrop .mobilesearch .fieldAndButton .searchMag:focus {
    color: var(--navy-blue);
}

.searchSocial .socialTools,
nav.block .mobileSocial .socialTools {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.searchSocial .socialTools a,
nav.block .mobileSocial .socialTools a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.searchSocial .socialTools a {
    width: 30px;
    height: 30px;
}

nav.block .mobileSocial .socialTools a {
    width: 36px;
    height: 36px;
}

.socialTools a img.facebookIcon,
nav.block .mobileSocial .socialTools a img.facebookIcon {
    max-width: 22px;
}
.socialTools a img.instagramIcon,
nav.block .mobileSocial .socialTools a img.instagramIcon  {
    max-width: 28px;
}
.socialTools a img.youtubeIcon,
nav.block .mobileSocial .socialTools a img.youtubeIcon {
    max-width: 24px;
}

.socialTools a:hover, .socialTools a:focus {
    box-shadow: -2px 2px 6px rgba(0,0,0,0.7);
}

/* search results */
h2.search { padding: 1ex; font-size: 130%; }
/* header.page { position: relative; }
header.page .banner { position: relative; margin: 0; } */
.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal {
    text-indent: 0 !important;
    margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
    float: none;
    /* margin: 10px; */
}

.container.content div.sidebarImageBox img { max-width: 100%; }
.inner .container.content div img { height: auto !important; max-width: 100% !important; border-radius: 5px; box-shadow: 0px 3px 6px #00000029;}
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

a {
    color: var(--purple-lavender);
    font-weight: 600;
    text-decoration: underline;
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}

a:hover {
    color: var(--navy-blue);
    /* text-decoration: underline; */
}

a:focus {
    outline: 1px dashed var(--charcoal);
}

input:focus {
    background: #ffffcc6b;
    color: var(--charcoal);
}

/*===( HEADLINES )===*/

h1, h2 {
    color: var(--navy-blue);
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    text-align: center;
    padding: 0;
    margin: 0;
}

h3, h4, h5 {
    color: var(--navy-blue);
    font-family: var(--primary-font);
    font-weight: 700;
    margin: 0;
    text-align: left;
}

h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6 {
    line-height: 25px;
}

pre {
    font-family: var(--primary-font);
    line-height: 1.875;
    color: var(--charcoal);
}

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
/* section>h2, article>h2, aside>h2 {
    
}
section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
   
} */
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}
.item.summaryDisplay h2, article.summaryDisplay h2 {
    margin: 0;
    padding: 5px 0;
}
div.readmore { font-weight: bold; }

footer.main {
    position: relative;
    padding: 28px var(--design-padding) 122px;
    background: #FCFCFC;
    color: var(--charcoal);
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

footer .footertext {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 2px 0 34px;
}

footer .footertext:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(to right, #dbdbdb 50%, transparent 50%);
    background-size: 6px 1px;
    left: 0;
    right: 0;
}

footer .footerlogo {
    position: relative;
    left: 0;
    transform: none;
    margin: 0 auto;
}

footer .footerlogo img {
    display: block;
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text6,
footer.main .text7,
footer.main .text8 {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 25px;
    color: var(--charcoal);
    text-align: center;
    padding: 0;
    display: block;
    white-space: pre-wrap;
}

footer.main .footerTop h2 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--navy-blue);
    margin-bottom: 12px;
}

footer.main .footerBottom {
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 34px;
}

footer.main .textbottom {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--charcoal);
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
    white-space: pre-wrap;
    letter-spacing: 0.4px;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 4px 15px;
}

footer .verticalLogo_text a,
footer.main .textbottom a {
    color: var(--charcoal);
    font-weight: 500;
}

footer.main a {
    color: var(--charcoal);
    text-decoration: underline;
}

footer.main a:hover {
    color: var(--purple-lavender);
}

.footersecondary {
    background: transparent;
    color: var(--charcoal);
    padding: 30px 30px 30px 50px;
    text-align: center;
    line-height: 1;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: var(--charcoal);
    font-family: var(--primary-font);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--primary-font);
    font-size: 24px;
    color: var(--charcoal);
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}
.footersecondary > nav.block > ul > li li > a {
    /* padding-left: 10px; */
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }



.topbar2 {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 10000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--primary-font);
    font-size: 14pt;
    padding: 5px 8px;
}

/* horizontal-block */
nav.horizontal.block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 0;
    text-align: center;
}

nav.horizontal.block>ul:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 50%, transparent 50%);
    background-size: 6px 1px;
    left: calc(var(--design-padding) + var(--left-nav-spacing));
    right: var(--design-padding);
}

nav.horizontal.block>ul {
    position: relative;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 0 calc(var(--design-padding) - 5px) 0 calc(var(--design-padding) + var(--left-nav-spacing) - 5px);
    height: 58px;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
    height: inherit;
}

nav.horizontal.block>ul>li>a {
    position: relative;
    height: inherit;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    color: #fff;
    border: none;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: 0;
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li>a:before {
    content: "";
    height: 0;
    background: var(--light-blue);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    opacity: 0;
    transition: opacity 300ms ease, height 300ms ease;
}

nav.horizontal.block>ul>li.hasChildren>a:before {
    right: 8px;
}

nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    text-decoration: none;
}

nav.horizontal.block>ul>li>a:focus {
    outline: 1px dashed #fff;
}

/* nav.horizontal.block>ul>li.current>a, */
nav.horizontal.block>ul>li.open>a:before,
nav.horizontal.block>ul>li>a:hover:before,
nav.horizontal.block>ul>li>a:focus:before {
    opacity: 1;
    height: 4px;
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.block.menu>ul .triangle {
    margin: 4px 0 0 3px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #fff; }

/* Slab */
/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; padding: 0}
nav.slab.horizontal.block > ul > li > ul {
    --col-padding: 30px;
    --menu-padding: var(--design-padding);
    background: var(--charcoal);
    background: rgb(53 53 53 / 96%);;
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    min-width: 100%;
    max-width: 1080px;
    position: absolute;
    top: -82px;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 230px var(--menu-padding) 70px;
    box-sizing: border-box;
    vertical-align: top;
    /* border: 2px solid #ccc; */
    line-height: 1.1;
    z-index: -1;
}
nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.35); 
    height: 100%;
    vertical-align: top;
    padding: 0 var(--col-padding);
}

nav.slab.horizontal.block > ul > li.twocol > ul > li:first-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:first-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:first-child {
    padding: 0 var(--col-padding) 0 0;
    
}

nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    padding: 0 0 0 var(--col-padding);
}

nav.slab.horizontal.block > ul > li.onecol > ul > li {
    padding: 0;
}

nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

nav.menu ul ul {
    padding: 0;
}

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 0;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin: 0;
    box-shadow: none;
    font-weight: normal;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    letter-spacing: 0.4px;
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 16.5px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    padding: 0;
    letter-spacing: 0.45px;
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 2px;
    border-bottom: none;
}

nav.slab.horizontal li.col > ul > li:not(:last-of-type) {
    margin-bottom: 34px
}

nav.slab.horizontal li.col {
    min-height: auto !important;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    color: var(--light-blue) !important;
    text-decoration: none;
}

nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    outline: none;
}

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 16pt;
    padding: 0 0 8px 0;
}

/* ---------------------------------------------------------------------------- */

.box.promotion.HA_Boxes_Top .responsivebox div.image {
    --image-width: 120px;
    text-align: left;
    flex-basis: 35%;
    max-width: var(--image-width);
    margin: 0;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
    max-width: var(--image-width) !important;
    min-width: var(--image-width);
    max-height: 75px;
    object-fit: cover;
}

.insideMainContent section.box.promotion.HA_Boxes_Top.count2 {
    display: flex;
    flex-direction: column;
    gap: 44px;
    padding: 35px 0 30px;
    margin: 0;
}

.mainContent .box.promotion.HA_Boxes_Top .responsivebox.boxag.HA_BoxAg {
    position: relative;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.mainContent ._eventsbox.ModernPlusRight,
.mainContent ._eventsbox.HA_Cal_ModernPlusRight {
    flex-basis: 50%;
    width: 45%;
}

.home .box.promotion.HA_Boxes_Top .responsivebox {
    padding: 0;
}

.home .HA_BoxAg > h3 {
    text-align: left;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--purple-lavender);
    padding: 0;
    line-height: 40px;
    letter-spacing: 0.9px;
}

.home .HA_BoxAg > h2 {
    position: relative;
    text-align: left;
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--navy-blue);
    padding: 0 0 10px;
    margin-bottom: 12px;
    line-height: 40px;
    letter-spacing: 1.5px;
}

.home .HA_BoxAg h2:after,
.home .HA_BoxAg:last-of-type .boxag_item:not(:first-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(to right, #dbdbdb 50%, transparent 50%);
    background-size: 6px 1px;
    left: 0;
    right: 0;
}

.home .HA_BoxAg:last-of-type .boxag_item:not(:first-of-type):after {
    top: 0;
    bottom: revert;
}

.home .HA_BoxAg .boxag_itemtext {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1px;
}

.home .HA_BoxAg:first-of-type .boxag_item {
    gap: 16px;
    min-height: 100px;
    padding: 0;
}

.home .HA_BoxAg .boxag_item {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 16px;
    min-height: 96px;
    padding: 21px 0;
}

.home .HA_BoxAg:first-of-type .boxag_item:last-of-type {
    margin-bottom: 70px;
}

.home .HA_BoxAg:last-of-type .boxag_item:last-of-type {
    margin-bottom: 86px;
}

.home .HA_BoxAg .boxag_item i {
    color: var(--navy-blue);
    font-size: 50px;
}

.insideMainContent section.box.promotion.HA_Boxes_Top.count2 h3 a,
.insideMainContent section.box.promotion.HA_Boxes_Top.count2 time {
    width: fit-content;
}

.box.promotion h3 a,
.box.promotion time {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.HA_BoxAg a {
    font-size: 18px;
    font-weight: 600;
    color: var(--charcoal);
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
}

.HA_BoxAg a:hover,
.HA_BoxAg a:focus {
    color: var(--purple-lavender);
    text-decoration: none;
}

.box.promotion time {
    font-size: 16px;
    font-weight: 400;
    color: var(--purple-lavender);
    text-transform: none;
    padding: 0;
    margin: 8px 0 0 0;
    line-height: 20px;
    letter-spacing: 0;
}

a.customreadmore {
    position: absolute;
    bottom: 0;
    font-style: var(--primary-font);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 220px;
    height: 45px;
    color: #fff;
    background: var(--navy-blue);
    letter-spacing: 0;
    box-shadow: none;
    transition: color 300ms ease 0s, background-color 300ms ease 0s, box-shadow 200ms ease 0s;
}

a.customreadmore:hover,
a.customreadmore:focus,
a.customreadmore:active {
    background: #fff;
    color: var(--navy-blue);
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
}

/* ---------------------------------------------------------------------------- */

/* calendar */
.calMonth table {
    background: var(--charcoal);
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: var(--charcoal); }
.calMonthHeading {
    background: #fff;
    color: var(--charcoal);
    border: none;
    font-size: 90%;
    border: 1px solid var(--charcoal);
    border-bottom: none;
}
.calDayHeading th {
    background: #fff;
    color: #555;
}
.calDay.calGrayDay {
    background: #eee;
    color: var(--charcoal);
}
.calDay {
    background: #fff;
    color: var(--charcoal);
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; }
.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}
.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }
.calToday .calDayNum {
    background: var(--charcoal);
    color: #fff;
}
.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}

.singlepic:after,
.innerimage:after,
.slider_arrowwrap:after {
    content: " ";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 75%;
    background: linear-gradient(180deg, #353535E0 25%, #353535cf 35%, #35353500 100%);
    z-index: 1;
}


.slider_owl .owl-nav, .slider_owl .owl-dots { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}

.slider_owl div.item,
.singlepic { 
    height: 400px; 
}

.inner .slider_owl div.item,
.inner .singlepic,
.inner .innerimage { 
    height: 270px; 
}

.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: var(--charcoal);
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
}
.slider_owl .description a { color: #fff; text-decoration: underline; }
.slider_owl .description a:hover { color: #ddd; }
.slider_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    top: 30px;
    right: var(--design-padding);
    z-index: 5;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 12px;
    border: 2px solid #fff;
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
}
.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: var(--navy-blue); outline: none; border: 2px solid #fff; }
.slider_arrowwrap span.arrowplay {font-size: 16px; display: none; }

.home .sliderCaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: var(--design-padding);
    right: var(--design-padding);
    padding: 40px 0 38px;
    z-index: 2;
    transform: translateY(-50%);
    background: none;
}

.home .sliderCaption h3 {
    font-style: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    filter: drop-shadow(0 0 5px rgba(2,2,2,0.5));
}

.home .sliderCaption h1 {
    font-family: var(--secondary-font);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    filter: drop-shadow(0 0 5px rgba(2,2,2,0.5));
    margin-bottom: 10px;
}

.home .sliderCaption p {
    font-style: var(--primary-font);
    max-width: 660px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    padding: 0;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(2,2,2,0.5));
    margin: 0 0 15px;
}

.home .sliderCaption a {
    font-style: var(--primary-font);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 220px;
    height: 45px;
    color: #fff;
    background: var(--navy-blue);
    letter-spacing: 0;
    box-shadow: none;
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}

.home .sliderCaption a:hover,
.home .sliderCaption a:focus,
.home .sliderCaption a:active {
    background: #fff;
    color: var(--navy-blue);
}

.filmstrip_wrap1,
.filmstrip_wrap_allpages {
    position: fixed;
    width: 100%;
    font-size: 0;
    line-height: normal;
    bottom: 0;
    z-index: 10;
    box-shadow: 0px -3px 6px #00000029;
}
.filmstripbar_owl {
    padding: 0 calc(var(--design-padding) - 10px);
    background: #FCFCFC;
    overflow: hidden;
    white-space: nowrap;
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }


.filmstrip_wrap_allpages {
    height: 80px;
}

.filmstripbar_owl,
.filmstrip_owl,
.filmstrip_owl .owl-stage-outer,
.filmstrip_owl .owl-stage-outer .owl-stage,
.filmstrip_owl .owl-stage-outer .owl-item,
.filmstrip_owl .owl-stage-outer .owl-item .item {
    height: inherit;
}

.filmstrip_owl .owl-stage-outer .owl-item .item {
    padding: 10px 5px;
}

.filmstrip_owl .owl-stage-outer .owl-item .item a {
    height: 100%;
    border-radius: 5px;
}

.filmstrip_owl .owl-nav,
.filmstrip_owl .owl-dots {
    display: none;
}

.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: var(--charcoal);
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    overflow: hidden;
}

.filmstrip_owl div.item a:focus { outline: 1px dashed var(--charcoal); }
.filmstrip_owl div.item a img {
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    white-space: normal;
    color: var(--charcoal);
}

.filmstrip_owl div.item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 10px;
    font: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: var(--charcoal);
    text-decoration: none;
    transition: color 300ms ease;
}

.filmstrip_owl div.owl-item:nth-child(2n+1) a:hover,
.filmstrip_owl div.owl-item:nth-child(2n+1) a:focus {
    color: var(--purple-lavender);
}

.filmstrip_owl div.owl-item:nth-child(2n) a:hover,
.filmstrip_owl div.owl-item:nth-child(2n) a:focus {
    color: var(--navy-blue);
}

.filmstrip_owl div.owl-item i {
    font-size: 40px;
    font-weight: 500;
    transition: color 300ms ease;
}

.filmstrip_owl div.owl-item:nth-child(2n+1) i {
    color: var(--purple-lavender);
}

.filmstrip_owl div.owl-item:nth-child(2n) i {
    color: var(--navy-blue);
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.filmstrip_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
    z-index: 5;
}

.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 16px;
    color: var(--navy-blue);
    background: #fff;
    z-index: 5;
    padding: 0px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 2px;
    border: 2px solid var(--navy-blue);
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
    box-shadow: -2px -3px 6px #00000029;
}
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: var(--navy-blue); outline: none; border: 2px solid var(--navy-blue); }
.filmstrip_arrowwrap span.arrowplay {font-size: 14px; display: none; }

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
    background: #FBFBFB;
    box-shadow: 0px 3px 6px #00000020;
    z-index: 1;
    position: relative;
}

.carousel_wrap2 {
    box-shadow: none;
    background:  linear-gradient(to bottom, #FFFFFF 20%, #FFFFFF40 110%), url("./images/footer_bg.jpg") no-repeat bottom;
    background-size: cover;
}

.bigCarouselTitle {
    position: relative;
    text-align: center;
    margin: 0 var(--design-padding);
    padding: 48px 0 10px;
    overflow: hidden;
}

.carousel_wrap2 .bigCarouselTitle {
    padding: 14px 0 12px;
}

.dashedSides {
    width: 260px;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
}

.dashedSides:before,
.dashedSides:after {
    content: " ";
    background-image: linear-gradient(to right, rgba(53, 53, 53, 0.35) 50%, transparent 50%);
    background-size: 6px 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: calc(50% + 5px);
    width: 50vw;
}

.dashedSides:before {
    left: 100%;
}

.dashedSides:after {
    right: 100%;
}

.bigCarouselTitle h3 {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--purple-lavender);
    padding: 0;
    line-height: 20px;
    letter-spacing: 0.9px;
}

.carousel_wrap2 h3 {
    line-height: 42px;
}

.bigCarouselTitle h2 {
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 700;
    color: var(--navy-blue);
    padding: 0;
    line-height: 38px;
    letter-spacing: 1.5px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 12px calc(var(--design-padding) - 15px) 110px;
}

.carousel_wrap2 .carouselbar_owl {
    padding: 18px calc(var(--design-padding) - 15px) 140px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
    height: 345px;
}

.carousel_owl .owl-stage {
    height: inherit;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 10px 15px;
    height: inherit;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}
.carousel_wrap2 .carousel_owl div.item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

.carousel_owl div.item>a:not(.title) {
    height: 300px;
}

.carousel_wrap2 .carousel_owl div.item > a:first-of-type {
    height: revert;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    object-fit: cover;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    transition: transform .3s ease-out;
    transform: scale(1.0025);
}

.carousel_wrap2 .carousel_owl div.item > a:first-of-type{
    height: 200px;
}

.carousel_wrap2 .carousel_owl div.item img {
    min-height: 200px;
}

.carousel_owl div.item img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: none;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    z-index: 1;
    transition: background-color 300ms ease 0, color 500ms ease 0;
}

.carousel_wrap2 .carousel_owl div.item a.title:hover,
.carousel_wrap2 .carousel_owl div.item a.title:focus {
    color: var(--purple-lavender);
}

.carousel_wrap1 .carousel_owl div.item a:not(.title):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 126px;
    background: transparent linear-gradient(180deg, #35353500 0%, #353535 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.carousel_wrap1 .carousel_owl div.item a.title:hover,
.carousel_wrap1 .carousel_owl div.item a.title:focus {
    color: var(--light-blue);
    background: transparent linear-gradient(180deg, #35353500 0%, #353535 100%) 0% 0% no-repeat padding-box;
}

.carousel_wrap2 .carousel_owl div.item .title {
    position: relative;
    color: var(--navy-blue);
    background: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 12px 35px 8px;
    text-decoration: none;
    display: block;
    text-align: center;
    /* flex-grow: 1; */
}

.carousel_owl div.item div {
    padding: 0px 35px 16px;
    font-size: 14px;
    line-height: 25px;
    color: var(--charcoal);
    background: #fff;
    text-align: center;
    flex-grow: 1;
}
.carousel_owl div.item div a {
    color: #fff;
    text-decoration: underline;
}
.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.carousel_wrap2 .carousel_arrowwrap .controls {
    bottom: 56px
}

.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 18px;
    color: var(--navy-blue);
    background: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 12px;
    border: 2px solid var(--navy-blue);
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
}
.carousel_arrowwrap span.arrowleft {
    margin-left: 0;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: var(--navy-blue); outline: none; border: 2px solid var(--navy-blue); }
.carousel_arrowwrap span.arrowplay {font-size: 16px; display: none; }

#backTop {
    bottom: 145px !important;
    right: 10px !important;
    color: var(--navy-blue);
    width: 42px;
    height: 42px;
    border-radius: 42px;
    font-size: 18px;
    line-height: 42px;
    background: #fff;
    border: 2px solid var(--navy-blue);
    box-sizing: border-box;
    padding: 0;
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
}

#backTop:hover,
#backTop:focus,
#backTop:active {
    color: #fff;
    background: var(--navy-blue);
    border: 2px solid var(--navy-blue);
}

/* Inner Page */


.leftContent nav.subsections {
    padding: 28px 40px 320px;
}

nav.subsections h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: var(--navy-blue);
    padding: 0;
    margin-bottom: 38px;
}

nav.subsections h2 a {
    font-size: inherit;
}

nav.subsections ul {
    list-style-type: none;
    padding: 0;
}

nav.subsections ul ul {
    padding-left: 18px;
    margin: 0;
}

nav.subsections a:hover,
nav.subsections a:focus {
    color: var(--purple-lavender);
}

nav.subsections a {
    color: var(--navy-blue);
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    padding: 0;
    text-decoration: underline;
}

nav.subsections ul ul a {
    font-weight: 400;
    font-size: 16px;
}

nav.subsections ul li {
    margin-bottom: 0;
    margin-top: 0;
}

.inner h1,
.inner h2 {
    font-family: var(--secondary-font);
    text-align: left;
    color: var(--navy-blue);
}

.inner .body > h1 {
    padding: 5px 0 34px;
}

.inner .insideRightContent .box > h2 {
    font-size: 18px;
}

.inner ::marker {
    color: var(--purple-lavender);
}

.inner a {
    word-wrap:break-word;
}

/* Extra Inner Page Styling */

.accordion article.summaryDisplay h2 {
    background: #fcfcfc;
    box-shadow: 0px 2px 6px #0000005e;
    border-radius: 5px;
    transition: background-color 200ms ease, color 200ms ease;
}

.accordion article.summaryDisplay h2:hover,
.accordion article.summaryDisplay h2:focus {
    background: var(--navy-blue);
    color: #fcfcfc;
}

.accordion .description {
    margin-top: 1em;
}

.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer #docmanSearchButton {
    background: var(--navy-blue);
    transition: background-color 300ms ease;
    border: 2px solid var(--navy-blue);
}

.docmanContainer #docmanSearchButton:hover,
.docmanContainer #docmanSearchButton:focus {
    background: var(--purple-lavender);
    border: 2px solid var(--purple-lavender);
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
    color: var(--navy-blue);
}

.accordion button.accordionall {
    float: right;
    padding: 5px 20px;
    font-size: 12pt;
    font-weight: 500;
    font-family: var(--primary-font);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--navy-blue);
    border: 2px solid var(--navy-blue);
    color: #fcfcfc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease, box-shadow 300ms ease;
}

.accordion button.accordionall:hover,
.accordion button.accordionall:focus {
    background: #fcfcfc;
    border: 2px solid #fcfcfc;
    color: var(--navy-blue);
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.mainContent .galleryBox .photoFrame img {
    border-radius: 0;
}

.galleryBox div.thumbnails li:focus,
.galleryBox div.thumbnails li:hover,
.galleryBox div.thumbnails li.selected {
    border: 3px solid var(--charcoal);
    border-radius: 5px;
}

.galleryBox span.arrowleft,
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 18px;
    color: var(--navy-blue);
    background: #fff;
    z-index: 5;
    padding: 10px 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 12px;
    border: 2px solid var(--navy-blue);
    transition: background-color 300ms ease, color 300ms ease, border 300ms ease;
}

.galleryBox span.arrowleft:focus,
.galleryBox span.arrowright:focus,
.galleryBox span.arrowpause:focus,
.galleryBox span.arrowplay:focus,
.galleryBox span.arrowleft:hover,
.galleryBox span.arrowright:hover,
.galleryBox span.arrowpause:hover,
.galleryBox span.arrowplay:hover {
    color: #fff;
    background: var(--navy-blue);
    outline: none;
    border: 2px solid var(--navy-blue);
}

/* -------------------------------------------- */
 
/* responsive */
@media (min-width: 100px) {
    .content {width: 100%; padding: 0 var(--design-padding);}

    .inner .content {
        background: linear-gradient(to bottom, #FFFFFF 20%, #FFFFFF40 110%), url("./images/footer_bg_inner.jpg") no-repeat bottom;
        background-size: contain;
        padding-top: 20px;
        padding-bottom: 170px;
        min-height: 300px;
    }

    .mainContent { width: 100%; padding: 20px;}

    .home .mainContent, .home .leftContent, .home .rightContent { padding: 0; }
    .mainContent { padding: 20px; }

    .inner .mainContent {
        padding: 20px 0;
    }
    .leftContent, .rightContent { padding: 0; }
    
    .leftContent .box,
    .rightContent .box {
        padding: 0;
    }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }

}

@media (min-width:500px) {

    .home .sliderCaption h3 {
        font-size: 18px;  
    }
    
    .home .sliderCaption h1 {
        font-size: 30px;
    }

    .bigCarouselTitle h3,
    .home .HA_BoxAg > h3 {
        font-size: 18px;
    }

    .bigCarouselTitle h2,
    .home .HA_BoxAg > h2 {
        font-size: 30px;
    }

}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}

@media (min-width:700px) {

    .home .sliderCaption h3 {
        font-size: 20px;  
    }
    
    .home .sliderCaption h1 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    
    .home .sliderCaption p {
        font-size: 16px;
    }

    .box.promotion.HA_Boxes_Top .responsivebox div.image {
        --image-width: 150px;
    }

    .filmstrip_owl div.item a {
        gap: 25px;
        font-size: 16px;
    }
}


@media (min-width:900px) {

    #backTop {
        bottom: 172px !important;
    }

    .inner .content {
        --content-margin: 32px;
        --side-nav-min-width: 320px;
        padding-top: 42px;
    }
    .leftContent {
        padding: 20px 0 20px 0;
        margin-right: var(--content-margin);
        max-width: 366px;
        min-width: var(--side-nav-min-width);
        min-height: 100%;
    }
    .rightContent {
        padding: 20px 0 20px 0;
        margin-left: calc(var(--content-margin) + max(25%, var(--side-nav-min-width)));
        max-width: none;
        width: 100%;
    }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 30%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 0; }

    .insideLeftContent {
        background: #FCFCFC;
        box-shadow: 0px 3px 6px #00000029;
    }

    .inner .mainContent {
        min-height: 300px;
        width: 25%;
        flex-grow: 1;
    }

    .innerimage {
        height: 420px;
    }
    div.banner {
        --left-nav-spacing: 160px;
        position: relative;
        height: 140px;
    }

    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        max-width: 150px;
        display: block;
        text-align: center;
        position: absolute;
        top: 20px;
        left: var(--design-padding);
        z-index: 1;
    }
    .topbar2 div.titlewrap a.title {
        font-family: var(--primary-font);
        font-size: 48px;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }

    .topbar2 div.titlewrap a.title {
        position: relative;
        max-width: 100%;
        border-radius: 5px;
    }

    .topbar2 div.titlewrap a.title:focus {
        outline: 1px dashed white;
    }

    .topbar2 a.title img { max-width: 100%; }

    .banner .searchSocial {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        bottom: auto;
        top: 33px;
        right: var(--design-padding);
        left: calc(var(--design-padding) + var(--left-nav-spacing));

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }
    .weatherWrap {
        display: flex;
        gap: 14px;
    }

    .mediaSearchWrap {
        display: inline-flex;
        gap: 10px;
    }

    .desktopSocialSmall {
        display: flex;
        align-items: center;
    }

    .searchSocial .searchPositioner {
        float: none;
        display: inline-block;
        overflow: hidden;
        margin-right: 0;
    }

    .searchSocial .search.bar:hover .searchMag {
        color: var(--navy-blue);
    }

    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        position: relative;
        padding: 0px;
        width: 200px;
        line-height: normal;
        outline: none;
        border: none;
        border-radius: 20px;
    }
    .searchSocial .search.bar .searchField {
        padding: 3px 45px 3px 21px;
        width: 100%;
    }

    .search.bar .fieldAndButton .searchField {
        font-family: var(--primary-font);
        font-weight: 600;
        font-size: 14px;
        height: 33px;
        color: var(--charcoal);
        letter-spacing: 0;
        border-radius: 20px;
        outline: none;
    }
    .searchSocial .search.bar .searchMag {
        position: absolute;
        font-size: 14px;
        color: var(--purple-lavender);
        top: 50%;
        right: 16px;
        margin: 0;
        transform: translateY(-50%);
        transition: color 300ms ease;
    }
    .searchSocial .search.bar .searchMag i {
        position: relative;
        right: 50%;
        transform: translateX(50%);
    }
    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block; 
        color: #fff;
        font-family: var(--primary-font);
        font-size: 10.5pt;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
    }

    .searchSocial .openweather i {
        color: #fff;
        font-weight: 700;
        margin-right: 4px;
    }

    .searchSocial .airquality i {
        color: #fff;
        font-weight: 700;
        margin-right: 8px;
    }

    .searchSocial .openweather a,
    .searchSocial .openweather b {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    .searchSocial .openweather a:focus {
        outline: 1px dashed white;
    }
    
    .searchSocial .openweather a:hover {
        text-decoration: underline;
    }

    .mobileAirQuality {
        display: none;
    }

    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }
    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .bannerbar { display: block; }
    .searchSocial{ display: inline-flex; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }

    .home .slider_owl div.item,
    .home .singlepic {
        height: 575px;
    }

    .inner .slider_owl div.item,
    .inner .singlepic,
    .inner .innerimage {
        height: 420px;
    }

    .singlepic:after,
    .innerimage:after,
    .slider_arrowwrap:after {
        height: 290px;
    }

    .slider_arrowwrap .controls {
        top: 180px;
    }

    .home .sliderCaption {
        top: calc(50% + 10px);
        background: transparent linear-gradient(90deg, #35353500 0%, #353535E0 49%, #35353500 100%) 0% 0% no-repeat padding-box;
    }

    .desktoponly { display: block; }
    .notifications .notification { font-size: 20px; line-height: 24px;}

    .insideMainContent section.box.promotion.HA_Boxes_Top.count2 {
        flex-direction: row;
    }

    .home .HA_BoxAg:first-of-type .boxag_item,
    .home .HA_BoxAg .boxag_item {
        gap: 24px;
    }

    .carousel_wrap2 .carousel_owl div.item > a:first-of-type{
        height: 164px;
    }
    
    .carousel_wrap2 .carousel_owl div.item img {
        min-height: 164px;
    }

    footer.main {
        padding: 42px var(--design-padding) 80px;
    }

    footer.main .footerTop {
        flex-direction: row;
        gap: 344px;
    }

    footer.main .footerBottom {
        height: 74px;
        flex-direction: row;
        padding-bottom: 5px;
        margin: 0;
    }

    footer .footerlogo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        border-radius: 5px;
    }
}

@media (min-width:1000px) {
    .topbar2 div.titlewrap {
        max-width: 168px;
    }

    div.banner {
        --left-nav-spacing: 175px;
    }

    .mobileAirQuality {
        display: initial;
    }
}

@media (min-width:1200px) {
    .home .slider_owl div.item,
    .home .singlepic {
        height: 700px;
    }

    .inner .slider_owl div.item,
    .inner .singlepic,
    .inner .innerimage {
        height: 420px;
    }

    div.banner {
        --left-nav-spacing: 240px;
    }

    .topbar2 div.titlewrap {
        top: 0;
        max-width: 100%;
    }

    .weatherWrap {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .searchSocial .search.bar .fieldAndButton {
        width: 224px;
    }

    .searchSocial .openweather i {
        margin-right: 10px;
    }

    .searchSocial .airquality i {
        margin-right: 15.5px;
    }

    .searchSocial .openweather,
    .searchSocial .airquality {
        font-size: 12pt;
    }

    .mediaSearchWrap {
        gap: 20px;
    }

    .searchSocial .socialTools a {
        width: 36px;
        height: 36px;
    }
    

    nav.horizontal.block>ul>li>a {
        font-size: 16px;
    }

    nav.slab.horizontal > ul > li > ul > li > ul > li > a {
        font-size: 18px;
    }

    nav.slab.horizontal.block > ul > li > ul {
        --col-padding: 65px;
        --menu-padding: 14.5%;
    }

    .insideMainContent section.box.promotion.HA_Boxes_Top.count2 {
        gap: 60px;
    }

    .box.promotion.HA_Boxes_Top .responsivebox div.image {
        --image-width: 171px;
    }

    .HA_BoxAg a:not(.customreadmore) {
        font-size: 20px;
    }

    .dashedSides {
        width: 628px;
    }

    .carouselbar_owl {
        padding: 12px calc(var(--design-padding) - 29.5px) 110px;
    }
    
    .carousel_wrap2 .carouselbar_owl {
        padding: 18px calc(var(--design-padding) - 29.5px) 140px;
    }
    
    .carousel_owl div.owl-item {
        padding: 10px 29.5px;
    }
}

@media (min-width:1400px) {

    #backTop {
        right: 20px !important;
    }

    .inner .content {
        --content-margin: 62px;
    }

    .rightContent {
        padding: 20px 0 20px 0;
        margin-left: var(--content-margin);
        max-width: 366px;
        width: 25%;
    }

    .home .slider_owl div.item,
    .home .singlepic {
        height: min(915px, 100vh);
        min-height: 700px;
    }

    nav.horizontal.block>ul>li>a {
        font-size: 20px;
    }

    nav.slab.horizontal > ul > li > ul > li > ul a,
    nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
        font-size: 16px;
    }

    div.banner {
        --left-nav-spacing: 284px;
    }

    .slider_arrowwrap .controls {
        top: 192px;
    }

    .home .HA_BoxAg:first-of-type .boxag_item {
        gap: 50px;
    }

    .home .HA_BoxAg:last-of-type .boxag_item {
        gap: 32px;
    }

    .filmstrip_wrap1 .owl-stage,
    .filmstrip_wrap_allpages .owl-stage {
      min-width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .filmstrip_arrowwrap {
      display: none;
    }

    .filmstripbar_owl {
        padding: 0 calc(var(--design-padding) - 10px);
    }
}
