@import url("../../parts/styles_resp/global.css");

html {
    height: 100%;
    --sans: 'Open Sans', sans-serif;
    --serif: 'PT Serif', serif;
    font-family: 'Open Sans', sans-serif;
    --purple: #2e2e80;
    --black: #252525;
    --blue: #556ead;
    --hover: #8fbfe4;
}
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: .5em 0; }
body {
    font-family: var(--sans);
    font-size: 12pt;
    margin: 0;
    padding: 0;
    background: #fff;
    letter-spacing: 1px;
    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    min-height: 100%;
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: var(--purple);
    padding: 8px;
    color: #fff;
    display: none;
    text-align: center;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-size: 10pt;
    color: #fff;
    font-family: var(--sans);
    font-weight: normal;
}
.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 0 15px;
    font-size: 18px;
    height: 34px;
    margin-top: 5px;
}
.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: 2000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
}
.contentBG, .editorContentMain {
    color: #333;
}

.inner .contentBG {
    margin-top: 0px;
    letter-spacing: 0.5px;
}

.inner .rightContent .body {
    font-family: var(--sans);
    font-size: 14pt;
    font-weight: 500;
}

.inner .contentBG::before,
.inner .contentBG::after {
    display: none;
}

.inner .contentBG > .content > .leftContent {
    padding: 8px;
    width: calc(25% - 30px);
    min-width: 300px;
}

.inner .contentBG > .content > .leftContent h2 {
    color: var(--purple);
    font-family: var(--serif);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16pt;
    letter-spacing: 0;
}

#backTop {
    font-size: 14pt;
    color: white;
    background-color: var(--purple);
    border: 0;
    width: 40px;
    height: 40px;
    right: 10px !important;
    bottom: 180px !important;
    transition: background-color 0.3s ease;
}

#backTop:hover {
    background-color: var(--blue);
}

.inner .contentBG > .content > .mainContent h2 a {
    font-family: var(--sans);
    /* text-decoration: none; */
    font-weight: 700;
    font-size: 15pt;
    color: black;
}

.inner .contentBG > .content > .mainContent a {
    font-weight: 500;
    /* text-decoration: none; */
    color: var(--blue);
}

.inner .contentBG > .content > .mainContent a:hover {
    color: var(--purple);
}

.inner .contentBG > .content > .mainContent p,
.inner .contentBG > .content > .mainContent div.body {
    margin: 0.5em 0;
    font-family: var(--sans);
    font-size: 14pt;
    font-weight: 500;
    margin-top: 0;
}

.inner .contentBG > .content > .leftContent nav.subsections li {
    margin-bottom: 1.5ex;
    margin-top: 1.5ex;
}

.inner .contentBG > .content > .leftContent nav.subsections {
    padding-top: 10px;
}

.inner .contentBG > .content > .leftContent nav.subsections a:hover {
    color: var(--blue);
}

.inner .contentBG > .content > .leftContent nav.subsections > div > ul > li > a {
    /* text-decoration: none; */
    font-family: var(--sans);
    font-weight: 600;
    font-size: 14pt;
    color: #2f2f2f;
    transition: 0.3s ease color;
}

.inner .contentBG > .content > .leftContent nav.subsections > div > ul > li > ul {
    padding-left: 30px;
}

.inner .contentBG > .content > .leftContent nav.subsections > div > ul > li > ul a {
    /* text-decoration: none; */
    font-family: var(--sans);
    font-weight: 500;
    font-size: 13pt;
    color: #1c1c1c;
    letter-spacing: 0.5px;
    transition: 0.3s color ease;
}

.inner .contentBG > .content > .leftContent nav.subsections > div > ul > li > ul Li:hover > a {
    color: var(--blue);
}

.inner .contentBG > .content > .mainContent {
    padding: 0;
    box-shadow: none;
    flex: 1;
    width: unset !important;
}

.inner .contentBG > .content > .mainContent h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--purple);
    border-bottom: 1px solid #c1c1c1;
    padding-top: 0;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.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 #777;
    background: #eee;
    background: rgba(255, 255, 255, 0.9);
}
.topbar.scroll { overflow-y: scroll; max-height: 100%; }
.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: 'PT Serif', serif;
    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: #333;
    text-align: center;
}
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 {}
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: 'PT Serif', serif;
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid white;
}
.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
    background-color: var(--purple);
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}

.navDrop nav.block.mobilemenu > ul > li > ul > li > a {
    font-size: 15pt;
    box-sizing: border-box;
    padding-left: 14px;
}

.navDrop nav.block.mobilemenu > ul > li > ul > li > ul > li > a {
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
}

.navDrop nav.block.mobilemenu a {
    color: white;
    display: block;
    font-size: 16pt;
    padding: 9px 10px;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 2px 30px 2px 30px;
    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); */
}
.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}
.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;
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}
.navDrop nav.block.mobilemenu li.openweather,
.navDrop nav.block.mobilemenu li.airquality { color: #fff; font-size: 16pt; padding: 9px 10px; }
.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality a { display: inline-block; padding: 0; }
.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-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
}


/* 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%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.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(--blue); text-decoration: underline; transition: 0.3s color ease; }
a:hover { color: var(--purple); }
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1, h2 {
    font-family: 'PT Serif', serif;
    font-size: 24pt;
    font-weight: normal;
    line-height: 115%;
    color: #333;
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
h2 { font-size: 20pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }
.bigCarouselTitle {
    font-family: var(--serif);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25pt;
    text-align: center;
    padding: 10px 20px;
    padding-top: 60px;
}
.field.inline > h4 { font-size: 12pt; padding-right: 5px; }

.home section h3,
.home article h3,
.home aside h3 {
    margin-top: 10pt;
}

.home section h3 a, .home article h3 a, .home aside h3 a {
    /* text-decoration: none; */
    font-family: var(--sans);
    font-size: 16pt;
    color: #373737;
    font-weight: 600;
}

.home section time,
.home article time,
.home aside time {
    color: var(--blue);
    text-transform: uppercase;
    font-family: var(--sans);
    font-size: 11pt;
    padding-top: 0;
    font-weight: 400;
}

main.container section>h2,
main.container article>h2,
main.container aside>h2 {
    color: var(--purple);
    font-family: var(--serif);
    font-size: 20pt;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding-top: 0;
}


.insideLeftContent > aside > h2 {
    display: none;
}

.insideLeftContent > aside.box {
    padding: 0;
    margin: 0;
}

.insideLeftContent > aside.box article.summaryDisplay {
    padding: 0;
}

.insideLeftContent > aside.box article.summaryDisplay h3 {
    font-family: var(--serif);
    font-size: 16pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 0;
    margin-bottom: 5px;
}

.insideLeftContent > aside.box article.summaryDisplay h3 a {
    color: var(--purple);
    font-weight: 700;
    /* text-decoration: none; */
    font-family: var(--serif);
}

.insideLeftContent > aside.box article.summaryDisplay div.body {
    font-family: var(--sans);
    line-height: 22px;
    font-size: 10.5pt;
}

.summaryDisplay .image,
.container.content div img {
    width: 100% !important;
}

section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    /* text-align: left; */
}
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;
    background: var(--purple);
    text-align: center;
    width: fit-content;
    margin: auto;
    color: white;
    border-radius: 10px;
    margin-top: 18pt;
    box-shadow: 0 0 10px 0px #adadad;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    border-radius: 8px;
}

.inner div.readmore {
    display: none;
}

div.readmore a {
    color: white;
    /* text-decoration: none; */
    font-family: var(--sans);
    font-size: 13pt;
    font-weight: bold;
    background: var(--purple);
    text-align: center;
    width: fit-content;
    margin: auto;
    color: white;
    padding: 14px 56px;
    border-radius: 10px;
    transition: 0.3s background-color ease;
}

div.readmore:hover a,
div.readmore:focus a  {
    background-color: var(--blue);
}

footer.main {
    position: relative;
    padding: 24px 0;
    background: var(--blue);
    color: white;
    text-align: center;
    display: block;
    min-height: 158px;
    margin-bottom: -24px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

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: 'PT Serif', serif;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 2px 15px;
    display: block;
    white-space: pre-wrap;
}

footer.main .text {
    color: #fff;
    font-size: 16pt;
    margin-top: 25px;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 2px 15px;
}
footer .footertext {
    /* display: inline-block; */
    display: flex;
    justify-content: space-between;
    padding: 0 8.8%;
}

footer .footertext > div:first-of-type {
    padding-left: 0;
    font-family: var(--sans);
    font-weight: 600;
    font-size: 16px;
}

footer .footertext > div:last-of-type {
    padding-right: 0;
    font-family: var(--sans);
    font-weight: 600;
    font-size: 16px;
}

footer.main a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s ease color;
}

footer.main a:hover {
    color: var(--hover);
}

.home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox {
    width: 100%;
    margin: 0;
    padding: 0;
    height: fit-content !important;
}

.home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > h2,
.home .rightContent .insideRightContent .box.promotion.B_EV > h2, .home .promotion h2 {
    color: var(--purple);
    font-family: var(--serif);
    font-size: 18pt;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding-top: 0;
}

.home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > h3 {
    margin-top: 10pt;
    letter-spacing: 0.5px;
    color: #373737;
}

.home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > h3 > a,
.home .rightContent .insideRightContent .box.promotion.B_EV article > h3 > a {
    /* text-decoration: none; */
    font-family: var(--sans);
    font-size: 16pt;
    color: #373737;
    font-weight: 600;

}

.home .rightContent .insideRightContent .box.promotion.B_EV article {
    padding: 0;
    margin-bottom: 10px;
}

.home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > time,
.home .rightContent .insideRightContent .box.promotion.B_EV article > time {
    color: var(--blue);
    text-transform: uppercase;
    font-family: var(--sans);
    font-size: 11pt;
    padding-top: 0;
    font-weight: 400;
    letter-spacing: 0;
}

.rightContent .box {
    padding: 0;
    margin: 0;
}

.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    padding: 30px 200px;
    text-align: center;
    line-height: 1;

}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.box.promotion.HA_Boxes_Top {
    padding: 0;
    margin: 0;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
#footerInfo {
    display: flex;
    padding: 60px 8.8% 50px;
    letter-spacing: 0;
}
#footerInfo > div {
    width: 25%;
}
.footersecondary > nav.block > ul.count2 > li { width: 33%; }
.footersecondary > nav.block > ul.count3 > li { width: 25%; }
.footersecondary > nav.block > ul.count4 > li { width: 20%; }
.footersecondary > nav.block > ul.count5 > li { width: 16.666%; }
.footersecondary > nav.block a {
    color: #333;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--purple);
    text-align: left;
    padding: 10px 0;
    font-weight: 600;
    /* text-decoration: none; */
    text-transform: uppercase;
}

#footerInfo > div > h3 {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--purple);
    text-align: left;
    padding: 10px 0;
    font-weight: 600;
    /* text-decoration: none; */
    text-transform: uppercase;
    padding-top: 0;
}

.footersecondary > nav.block > ul > li li > a,
#footerInfo > div > ul > li {
    /* padding-left: 10px; */
    /* text-decoration: none; */
    font-family: var(--sans);
    font-size: 13pt;
    list-style: none;
    margin: 0;
    color: #334834;
}

#footerInfo > div > ul {
    padding: 0;
}

#footerInfo > div > ul > li > a {
    /* text-decoration: none; */
    cursor: pointer;
}

.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.footersecondary > nav.block > ul > li:first-of-type {
    padding-left: 0;
}

#footerLogo {
    width: 230px;
}

.footersecondary > nav.block > ul > li:last-of-type {
    padding-right: 0;
}

.topbar2 {
    display: none;
    z-index: 10000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--sans);
    font-size: 16pt;
    padding: 5px 8px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: absolute;
    bottom: 0;
    height: 85px;
    right: 8.8%;
    display: inline-block;
    text-align: center;
    left: 8.8%;
    padding-left: 275px;
    padding-top: 24px;
    background: white;
}

nav.horizontal.block>ul {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: unset;
    color: black;
    border: none;
    margin-right: 3px;
    font-weight: 600;
    border-radius: 5px;
    /* border: 2px solid #fff; */
    padding: 2px;
    letter-spacing: 0;
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    background: unset;
    color: black;
    /* text-decoration: underline; */
}

nav.horizontal.block li li>a {
    /* color: #fff;
    margin-bottom: 2px;
    border-radius: 5px; */
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* background: #000;
    color: #fff; */
    /* text-decoration: underline; */
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    /* background: #555;
    text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted white; }


nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul ul { padding-left: 8px; }
nav.subsections a {
    text-decoration: underline;
    line-height: 1.2;
    font-weight: normal;
    padding: 0;
    height: 34px;
    margin-top: 5px;
}
nav.subsections li.actual > a { font-weight: bold; }


/* Slab */
/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static;  }
nav.slab.horizontal.block > ul > li:first-of-type { display: none; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background: #2c5f7e;
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    margin-top: 28px;
    min-width: 100%;
    /* width: 115%; */
    /* max-width: 1080px; */
    position: absolute;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 30px 3% 30px 3%;
    box-sizing: border-box;
    vertical-align: top;
    /* border: 2px solid #ccc; */
    line-height: 1.1;
    z-index: -1;
    box-shadow: inset 0 13px 10px -12px rgba(0,0,0,0.4), 0px 8px 9px rgba(0, 0, 0, 0.24);
    width: 104%;
    margin-left: -2%;
}

nav.slab.horizontal.block > ul > li > a {
    transition: color 0.3s ease 0.4s;
}

nav.slab.horizontal.block > ul > li:hover > a,
nav.slab.horizontal.block > ul > li:focus > a {
    color: var(--blue);
}

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(0, 0, 0, 0.3); */
    height: 100%;
    vertical-align: top;
}
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; }

/* 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: 5px 5px 3px 5px;
    box-sizing: border-box;
}

.inner .allContainer {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.inner .allContainer .widthContainer {
    flex: 1;
}

/* 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-left: 20px;
    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: #333333;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 10px;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 20px;
    color: #333333;
    padding: 5px 10px;
    font-family: var(--sans);
    font-weight: 600;
    /* text-decoration: underline; */
}

nav.horizontal.block.menu > ul > li > a > .triangle {
    position: relative;
}

nav.horizontal.block.menu > ul > li > a > .triangle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    height: 14px;
    width: 12px;
    background-image: url(./images/caret-down-solid.png);
    background-size: cover;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    transition: 0.3s background-image ease 0.4s;
}

nav.horizontal.block.menu > ul > li:hover > a > .triangle::after {
    background-image: url("./images/caret-down-solid-hvr.png");
}

/* 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: 3px;
    border-bottom: 2px solid transparent;
}

/* 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: inherit; */
    color: var(--blue) !important;

    /* border-bottom: 2px solid #9bbf4f; */
}


.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;
}



/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: #333; }
.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
.calDayHeading th {
    background: #fff;
    color: #555;
}
.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    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: #333;
    color: #fff;
}
.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    z-index: 1;
    background: white;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}
.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 { height: 300px; }
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    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 {
    position: absolute;
    bottom: 70px;
    right: 16px;
    z-index: 5;
    display: inline-flex;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: flex;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    z-index: 5;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 9px;
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    transition: color 0.3s ease, border 0.3s ease;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.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: var(--hover); border: 2px solid var(--hover); }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: fixed;
    bottom: 0;
    font-size: 0;
    line-height: normal;
    width: 100%;
    z-index: 6;
}
.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 0 200px;
    background: #2e2e80ed;
    overflow: hidden;
    white-space: nowrap;
    /* border-top: 2px solid white; */
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 70px;
    display: inline-block;
    text-align: center;
    /* text-decoration: none; */
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    height: 90px;
}

/* .filmstrip_owl div.item {
    width: 100%;
} */

.home .rightContent{
    padding: 30px; padding-bottom: 110px;
}
.filmstrip_owl div.item a { padding: 5px; transition: color 0.3s ease; color: white; display: flex;
align-items: center; gap: 5px;}
.filmstrip_owl div.item a > div { transition: color 0.3s ease; color: white;}


.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }

.filmstrip_owl div.item a:hover > div,
.filmstrip_owl div.item a:focus > div {
    color: var(--hover);
}


.filmstrip_owl div.item a img {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--sans);
    font-size: 13pt;
    line-height: 110%;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
    white-space: normal;
}
.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.filmstrip_arrowwrap .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    top: 0;
}
.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    z-index: 5;
    /* padding: 9px 10px; */
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 9px;
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    transition: border 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: var(--hover); border: 2px solid var(--hover);}
.filmstrip_arrowwrap span.arrowplay { display: none; }

.filmstrip_arrowwrap span.arrowleft {
    left: 4%;
}

.filmstrip_arrowwrap span.arrowright {
    right: calc(0.5% + 67px);
}

.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    right: 1.8%;
}

.carousel_wrap1 { font-size: 0; line-height: normal; height: 74%;}
.carouselbar_owl {
    /* border-top: 2px solid white; */
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    height: 100%;
}
.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }
.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 35px 10px 10px 10px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
}

.carousel_owl div.item span {
    transition: color 0.3s ease;
}

.carousel_owl div.item:hover .title {
    /* color: var(--blue); */
}

.carousel_owl div.item>a,
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 99%;
    text-align: center;
}
.carousel_owl div.item>a:first-of-type {
    background: white;
    height: 92px;
    width: 92px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.carousel_owl div.item .title {
    color: #fff;
    font-size: 14pt;
    padding: 25px 0 5px 0;
    font-family: var(--sans);
    /* text-decoration: none; */
    display: block;
    text-align: center;
    font-weight: 500;
}
.carousel_owl div.item div {
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}
.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 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 0;
    display: inline-flex;
    justify-content: center;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    z-index: 5;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 9px;
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    transition: border 0.3s ease, color 0.3s ease;
    justify-content: center;
    align-items: center;
    padding: 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: var(--hover); border: 2px solid var(--hover);}
.carousel_arrowwrap span.arrowplay { display: none; }

#carousel-container{
    background-image: url("./images/footer_bg.jpg");
    height: 460px;
    background-size: cover;
    position: relative;
}

#carousel-container::after {
    content: "";
    clip-path: polygon(50% 100%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: -1px;
    left: 0;
    background: white;
}

.singlepic::before,
.slider_wrap1 div.owl-item > div.item::before  {
    content: "";
    clip-path: polygon(50% 100%, 100% 40%, 100% 100%, 0 100%, 0 40%);
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
}

.singlepic::after,
.slider_wrap1 div.owl-item > div.item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("./images/carousel.png");
    background-position: center;
    background-repeat: no-repeat;
}

.inner .singlepic::after,
.inner .slider_wrap1 div.owl-item > div.item::after {
    display: none;
}

.inner .singlepic,
.inner .slider_wrap1 div.owl-item > div.item {
    height: 350px;
}

p.normal {
    position: absolute;
    background: white;
    margin-top: -158px;
    left: 0;
    right: 0;
}

.carousel_wrap1 .carousel_owl {
    margin: 0 8.8% ;
    overflow: hidden;
}

.socialFixed .socialTools a {
    border-radius: 0 5px 5px 0;
    text-align: center;
    font-size: 14pt;
    padding: 16px 11px 16px 11px;
}

/* responsive */
@media (min-width: 100px) {
    .content { display: flex; width: 100%; gap: 30px; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { background: white; padding: 30px; box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px; position: relative; padding-bottom: 110px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    .filmstrip_owl div.item a { line-height: 80px; }
    .filmstrip_owl div.item a img { height: 36px; margin-right: 16px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item, .singlepic { height: 400px; }
}

@media (min-width:900px) {
    .content {padding: 50px 8.8% 65px; gap: 30px; position: relative; }
    .contentBG::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 521px;
        width: 259px;
        background-image: url("./images/left-accent.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contentBG::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 495px;
        width: 233px;
        background-image: url("./images/right-accent.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .leftContent { padding: 30px; padding-bottom: 110px; }
    .rightContent { padding: 30px; padding-bottom: 110px; }
    .inner .rightContent {width: calc(25% - 30px);     min-width: 230px; padding: 0; box-shadow: none; }
    .inner .rightContent h2 {
        border: none;
        color: #333;
        font-size: 14pt;
        font-family: var(--sans);
        text-transform: capitalize;
        font-weight: 700;
        text-align: left;
    }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: calc(33% - 17px); }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: calc(67% - 16px); }
    .home .leftContent, .home .rightContent { width: calc(33% - 16px); }
    .home div.leftContent {
        padding: 30px; padding-bottom: 95px;

    }
    .home .insideMainContent { padding: 0; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }

    /* only for dark inner sidebar backgrounds. */
    /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

    .inner .mainContent { min-height: 300px; }
    /* .innerimage { height: 250px; } */
    div.banner {
        position: relative;
        height: 160px;
        box-shadow: 0 4px 6px 2px #00000040;
        z-index: 2;
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        width: fit-content;
        display: block;
        text-align: left;
        position: absolute;
        top: 20px;
        left: 8.8%;
        right: 20px;
        z-index: 1;
    }
    .topbar2 div.titlewrap a.title {
        font-family: 'PT Serif', serif;
        font-size: 48px;
        padding: 3px 10px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
        width: 244px;
    }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        bottom: auto;
        top: 21px;
        right: 8.8%;
        left: calc(8.8% + 275px);
        padding-bottom: 24px;
        border-bottom: 1px solid #b1b1b1;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }
    .searchSocial .searchPositioner { float: none; display: inline-block; margin-right: 0;}
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 0px;
        width: 200px;
        line-height: normal;
        border-radius: 4px;
        border: 1px solid black;
    }
    .searchSocial .search.bar .searchField {
        font-size: 9.5pt;
        padding: 3px;
        width: 84%;
        color: #373737;
        font-family: var(--sans);
        font-weight: 600;
    }
    .searchSocial .search.bar .searchMag {
        margin: 1px;
        margin-top: 3px;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 600;
        color: var(--purple);
    }
    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 15px;
        color: black;
        font-size: 12pt;
        margin-top: 3px;
        vertical-align: top;
        font-family: var(--sans);
        text-transform: capitalize;
        font-weight: 400;
    }
    .searchSocial .openweather i, .searchSocial .airquality i {
        color: var(--purple);
        font-weight: 600;
    }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a,
    .searchSocial .openweather a:hover {
        color: #000;
        font-weight: 400;
        /* text-decoration: none; */
        transition: 0.3s color ease;
    }

    .searchSocial .openweather a:hover {
        color: var(--blue);
    }

    .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, .searchSocial, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 0 10% }
    .filmstrip_owl div.item a { line-height: 90px; display: flex; align-items: center; justify-content: left; }
    .filmstrip_owl div.item a img { height: 36px; margin-right: 16px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }
    .carousel_owl div.item>a, .carousel_owl div.item img {}
    .desktoponly { display: block; }
    .notifications .notification { font-size: 12pt;     font-weight: 600;}
    .slider_owl div.item, .singlepic { height: 500px; }
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a {
        padding: 2px;
        background: unset;
        color: black;
    }

    .slider_owl div.item, .singlepic { height: 550px; }

}
@media (min-width:1600px) {
    .slider_owl div.item, .singlepic { height: 492px; }
}

@media (max-width:1400px) {
    .home .leftContent {
        width: 100%;
    }

    .home .mainContent.hasLeft,
    .home .mainContent.hasLeft.hasRight
    , .home .rightContent {
        width: calc(50% - 15px);
    }

    #footerLogo {
        width: 200px;
    }

    #footerInfo > div > ul > li {
        font-size: 12pt;
    }
}

@media (max-width:1200px) {
    .topbar2 div.titlewrap a.title {
        width: 200px;
    }

    .topbar2 div.titlewrap{
        left: 6.2%;
    }

    .searchSocial {
        right: 6.2%;
        left: calc(6.2% + 210px);
        padding-bottom: 15px;
    }

    nav.horizontal.block {
        right: 6.2%;
        left: 6.2%;
        padding-left: 210px;
        height: 62px;
        padding-top: 12px;
    }

    nav.block a {
        font-size: 12pt;
    }

    div.banner {
        height: 136px;
    }

    .searchSocial .openweather, .searchSocial .airquality {
        font-size: 11pt;
    }

    nav.slab.horizontal > ul > li > ul > li > ul > li > a,
    nav.slab.horizontal > ul > li > ul > li > ul > li > a,
    nav.slab.horizontal > ul > li > ul > li > ul > li > a {
        font-size: 17px;
    }

    nav.slab.horizontal > ul > li > ul > li > ul a,
    nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
        font-size: 15px;
    }

    .content {
        padding: 60px 6.2%;
    }

    #footerInfo {
        padding: 50px 6.2%;
    }

    footer .footertext {
        padding: 0 6.2%;
    }

    .filmstripbar_owl {
        padding: 0px calc(10% + 25px) 0 10%;
    }

    .filmstrip_arrowwrap span.arrowleft {
        left: 0.8%;
    }

    .filmstrip_arrowwrap span.arrowpause, .filmstrip_arrowwrap span.arrowplay {
        right: 0.5%;
    }

    .filmstrip_arrowwrap span.arrowright {
        right: calc(0.5% + 40px);
    }
}

@media (max-width:1100px) {
    .filmstrip_arrowwrap span.arrowleft {
        left: 1.8%;
    }

    .filmstrip_arrowwrap span.arrowright {
        /* right: 5.3%; */
    }
    .inner .contentBG > .content > .mainContent {
        flex: 1;
        width: unset;
    }
}

@media (max-width:1000px) {
    #footerInfo {
        flex-wrap: wrap;
        text-align: center;
        gap: 30px 0;
    }

    #footerInfo > div {
        width: 50%;
    }

    #footerInfo > div > h3 {
        text-align: center;
    }

    footer .footertext > div:first-of-type,
    footer .footertext > div:last-of-type {
        font-size: 14px;
    }

    /* .slider_wrap1 div.owl-item > div.item::after {
        background-size: 70%;
    } */

    .bigCarouselTitle {
        font-size: 21pt;
    }
}

@media (max-width:900px) {
    .content {
        gap: 30px;
    }

    .home .leftContent, .home .rightContent {
        width: 100%;
    }

    .inner .rightContent {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    .inner .rightContent h2 {
        border: none;
        color: #333;
        font-size: 14pt;
        font-family: var(--sans);
        text-transform: capitalize;
        font-weight: 700;
        text-align: left;
    }

    .home .mainContent.hasLeft, .home .mainContent.hasLeft.hasRight, .home .rightContent {
        width: 100%;
    }
}

@media (max-width:899px) {
    .inner .contentBG > .content > .leftContent {
        display: none;
    }

    .inner .singlepic, .inner .slider_wrap1 div.owl-item > div.item {
        height: 250px;
    }

    .leftContent {
        -webkit-box-ordinal-group: revert;
        -moz-box-ordinal-group: revert;
        -ms-flex-order: revert;
        -webkit-order: revert;
        order: revert;
    }
}

@media (max-width:800px) {
    .filmstrip_arrowwrap span.arrowright {
        right: calc(0.5% + 40px);
    }

    .filmstrip_owl div.item a img {
        height: 36px;
        margin-right: 16px;
    }

    .filmstrip_owl div.item a div {
        font-size: 12pt;
    }
}

@media (max-width:750px) {
    #footerInfo > div {
        width: 100%;
    }
}

@media (max-width:720px) {
    .filmstrip_owl div.item a div {
        max-width: 172px;
        white-space: normal;
    }

    .filmstrip_owl div.item a {
        justify-content: center;
    }
}

@media (max-width:650px) {
    .bigCarouselTitle {
        font-size: 18pt;
    }

    .carousel_arrowwrap .controls {
        bottom: 60px;
    }

    footer .footertext {
        flex-direction: column;
    }

    footer .footertext > div:last-of-type {
        padding: 0;
    }

    footer.main {
        padding: 10px 0;
        min-height: 162px;
    }

    .singlepic::before, .slider_wrap1 div.owl-item > div.item::before,
    #carousel-container::after {
        height: 50px;
    }
}

@media (max-width:600px) {
    #footerInfo > div {
        width: 100%;
    }

    .slider_wrap1 div.owl-item > div.item::after {
        background-size: 70%;
    }

    .filmstrip_owl div.item a { display: flex; justify-content: center;
        align-items: center; gap: 5px;}
}

@media (max-width:500px) {
    .home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > h3 > a, .home .rightContent .insideRightContent .box.promotion.B_EV article > h3 > a, .home aside h3 a {
        font-size: 14pt;
    }
    /* .home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox > time, .home .rightContent .insideRightContent .box.promotion.B_EV article > time {
        font-size: 10pt;
    } */

    .content {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }

    .slider_arrowwrap .controls {
        bottom: 55px;
    }

    .filmstrip_arrowwrap span.arrowleft, .filmstrip_arrowwrap span.arrowright, .filmstrip_arrowwrap span.arrowpause, .filmstrip_arrowwrap span.arrowplay {
        height: 30px;
        width: 30px;
    }

    .filmstrip_arrowwrap span.arrowright {
        right: calc(0.5% + 33px);
    }
}

@media (max-width:450px) {
    .filmstrip_owl div.item a img {
        height: 25px;
        margin-right: 2px;
    }

    .filmstripbar_owl {
        padding-left: 11.5%;
    }
}