@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: 1rem 0; }
body {
    font-family: var(--sans);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    color: var(--blue) !important;
    letter-spacing: .025rem;
    line-height: 26px;
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

:root {
    --sans: 'Figtree', Arial, Sans-Serif;

    --blue: #15224b;
    --green: #338445;
    --bright: #f7f7f7;
    --lightgrey: #d9d9d9;
    --grey: #6e6e6e;
    --darkgrey: #252525;


    --majortitlecolor: #662600;
    --notificationbg: #a62629;
    --notificationcolor: #fff;
    --mobiletopbarbg: rgba(255, 255, 255, 0.9);
    --mobiletopbarcolor: #333;

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #333;
    --navactivecolor: #fff;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;

    --readmorebg: rgba(255, 225, 25, 1);
    --readmorecolor: #333;
    --readmorehoverbg: #333;
    --readmorehovercolor: rgba(255, 225, 25, 1);

    /* New Calendar */
    --newcalBarBG: #15224B;
    --newcalBarColor: #fff;
    --newcalArrows: #15224B;
    --newcalArrowColor: #fff;
    --newcalTodayBG: #15224B;
    --newcalTodayColor: #fff;
    --newcalEverydayColor: #6e6e6e;
    --newcalEverydayBG: #eee;
    --newcalDateCircleColor: #fff;
    --newcalDateCircleBG: #338445;
    --newcalEventBorder: #15224B;
    --newcalListBorder: 1px solid rgba(110, 110, 110, .5);
    --newcalBodyColor: #252525;
    --newcalTimeColor: #6e6e6e;
    --newCalWeight: 600;
    --newCalCloseHover: #338445;
    --newCalTextColor: #252525;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #15224B;
    --buttonbg: #fff;
    --buttoncolorhover: #fff;
    --buttonbghover: #338445;
    --buttonborder: solid 1px #6e6e6e;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 600 14px 'Figtree', Arial, Sans-Serif;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: var(--notificationbg);
    padding: 5px;
    color: #fff;
    display: none;
    text-align: center;
    transition: background 300ms ease;
}

.notifications:hover {
    background: #942224;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-size: 10pt;
    color: var(--notificationcolor);
    font-family: var(--sans);
    font-weight: normal;
}
.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    color: white;
    padding: 5px 15px;
    font-size: 20px;
}
.notifications a { var(--notificationcolor); }
.notifications a:hover {
    color: #ccc; ;
    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;
}

.inner .widthContainer {
    padding-bottom: 40px;
}

.content { padding: 0 20px; }

.contentBG, .editorContentMain {
    color: var(--blue);
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

.socialFixed {
    position: fixed;
    right:-10px;
    left: unset;
    top: 350px;
    z-index: 99999;
}

.socialFixed .socialTools a {
    width: 50px;
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 10px 15px 8px 10px;
    margin: 0 0 4px auto;
    border-radius: 10px 0px 0px 10px;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }

.topbar {
    z-index: 1000;
    position: sticky;
    top: 0;
    max-height: 100%;
    background: var(--mobiletopbarbg);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.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(--sans);
    color: var(--majortitlecolor);
    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; }

.navDrop { background: var(--bright); }

nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16pt;
    color: var(--mobiletopbarcolor);
    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: var(--sans);
    display: block;
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {

}
.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: var(--blue);
    display: block;
    font-size: 18px;
    padding: 9px 10px;
    transition: color 300ms ease;
}

.navDrop nav.block.mobilemenu ul > li > ul > li a { font-size: 16px; }

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed var(--darkgrey); }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }

.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 8px;
    padding: 2px 10px;
    color: var(--green);
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20px;
}

.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 20px;
}
.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: var(--blue); font-size: 18px; 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: var(--green); 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;
    color: var(--mobiletopbarcolor);
}


/* 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%; }

.inner .container { width: unset; }

.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; 
    box-shadow: 2px 0 8px rgba(0,0,0,.25);
}

.dialogs .mapcontainer div img {
    box-shadow: none;
}

.container.content .responsivebox img { box-shadow: none; } 

.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; }

#backTop {
    font-size: 24px;
    border: none;
    transition: background 300ms ease;
}

#backTop:hover {
    background: rgba(255,255,255,.9);
}

a { 
    color: var(--green); 
    text-decoration: none; 
    transition: color 300ms ease;
    font-weight: 400;
}
a:hover { font-weight: 500; text-decoration: underline;}
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { 
    color: var(--blue);
    margin: 0; 
    text-align: left; 
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
    padding: 8px 0;
}

h1 { letter-spacing: .1rem; }

h1, h2, h3.subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    text-align: left;
    margin: 0;
}

h2 { font-size: 25px; text-transform: none; }
h3, h3.subtitle { font-size: 20px; }
h4 { font-size: 20px; font-weight: 600; text-transform: none; }
h5 { font-size: 18px; }
h6 { font-size: 16px; font-weight: 600; text-transform: none; }

.field.inline > h4 { 
    font-size: 12pt; 
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
 }

.inner .sectionIntro h1 {
    padding-top: 5px;
}

.sidebar h2 {
    font-size: 20px; 
    text-transform: uppercase;
    padding-bottom: 25px;
}

section>h2, article>h2, aside>h2 {
    /* text-align: center; */
}

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.small {
    font-weight: bold;
    text-align: left;
    bottom: 0;
    right: unset !important;
    position: relative !important;
    margin-top: 30px;
}
div.readmore.small a {
    display: inline-block;
    padding: 12px 30px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04rem;
    text-transform: uppercase;
    transition: background 300ms ease;
}

div.readmore.small a:hover,
div.readmore.small a:focus {
    background: var(--green);
}




footer.main {
    position: relative;
    padding: 40px 20px;
    background: var(--blue);
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer.main a:focus,
.footer-bottom a:focus { outline: 1px dashed white; }

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main .footertext div h4,
.useful-links h4 {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: var(--sans);
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding-bottom: 0 !important;
}

.footertext div p {
    margin: .5rem 0;
}

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(--sans);
    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-bottom { 
    height: 150px; 
    padding: 20px; 
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03rem;
    font-size: 14px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 4px 15px;
}

footer .footertext {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
}

footer .footertext div {
    margin: 20px 0 10px;
}

footer.main a,
.footer-bottom a  {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a { font-weight: 600; }

.footer-bottom a:first-of-type { 
    border-right: 1px solid #fff; 
    padding-right: 10px;
    margin-right: 5px;
}

footer.main a:hover, 
.footer-bottom a:hover { 
    text-decoration: underline;
}

footer.main a:hover {
    font-weight: 400;
}

.footer-bottom .verticalLogo_text a { border: none; margin-right: 0; padding-right: 0; }

.useful-links div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 0 !important;
}

.useful-links ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.useful-links ul li {
    margin: .25rem 0;
  }

footer.main ul {
    padding-left: 0;
    margin-right: 0px;
}

footer.main ul li {
    padding: 2px 0px;
}

.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    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: #333;
    font-family: var(--sans);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--sans);
    font-size: 24px;
    color: #333;
    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 {
    display: none;
    z-index: 1000;
    position: relative;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}
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: 0px; left: 0; right: 0;
    display: inline-block;
    padding: 28px 40px;
    height: 75px;
    text-align: center;
    background: rgba(247,247,247,.9);
}

nav.horizontal.block>ul {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: none;
    color: var(--blue);
    border: none;
    margin-right: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 15px;
    /* border: 2px solid #fff; */
}

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 {
    text-decoration: underline;
}

nav.horizontal.block>ul>li>a:focus { outline: 1px solid #fff; }

nav.horizontal.block li li>a {
    text-align: left;
    padding: 10px 20px;
    border-top: 1px solid var(--lightgrey);
    font-size: 14px;
    color: var(--blue);
    transition: color 300ms ease;
}

nav.horizontal.block li li>a:hover {
    color: var(--green);
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li:first-child>a {
    margin-top: 0;
    border-top: 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 {
    top: 47px !important;
    background: white;
}

nav.horizontal.block > ul > li > ul {
    width: 200px;
    left: 50% !important;
    transform: translate(-50%);
}

nav.horizontal.menu>ul ul ul {
    top: -5px !important;
    width: 200px;
}

nav.block.menu>ul .triangle {
    margin: 0 0px;
    padding: 1px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }

nav.subsections h2 { 
    text-align: left; 
    text-transform: uppercase;
    color: var(--green);
    font-size: 20px;
}

nav.subsections h2 a { font-size: inherit; }

nav.subsections ul { list-style-type: none; padding: 0; }

nav.subsections ul ul { 
    padding-left: 0px; 
}

nav.subsections ul ul a { 
    padding-left: 20px; 
    font-size: 14px; 
}

nav.subsections ul ul > li:first-of-type {
    border-top: 1px solid var(--lightgrey);
}

nav.subsections ul li { 
    border-top: 1px solid var(--lightgrey);
    margin: 13px 0 0px;
    padding: 13px 0 0px;
}

nav.subsections ul li:first-of-type { border: none; } 

nav.subsections a {
    text-decoration: none;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    padding: 10px 0;
    transition: color 300ms ease;
}

nav.subsections a:hover {
    color: var(--green);
    text-decoration: underline;
}

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 > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background: var(--slabbg);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    /* margin-top: 15px; */
    min-width: 100%;
    position: absolute; top: 100%; left: 0; right: 0;
    white-space: normal;
    padding: 70px 20% 30px 20%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.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(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;
}

/* 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: #fff;
    font-size: 16px;
    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: #fff;
    padding: 5px 10px;
    /* text-decoration: underline; */
}

/* 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; */
    background: var(--slabactivebg);
    color: var(--slabactivecolor) !important;
    text-decoration: underline;
    /* border-bottom: 2px solid #9bbf4f; */
}

.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 14px; }

.cookiecrumb > ul > li:first-of-type { 
    /* display: none;  */
}

.card-container .card-item {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.card-container .card-item .story, .promotion .story {
    border-top: 1px solid var(--lightgrey);
    padding: 20px 0;
}

.card-container .card-item .story:first-of-type, 
.promotion .story:first-of-type {
    border: none;
}

.card-container .card-item .story i, .promotion .story i { 
    color: var(--green); 
    padding: 6px 15px 0px 0;
    height: 60px;
    font-size: 2.5rem
}

.summarybox { 
    display: flex;
    flex-flow: column-reverse nowrap;
}

.summarybox time,
.newsdatetime time,
.eventsdatetime time { 
    margin: 0; 
    padding: 0; 
    text-transform: uppercase;
    color: var(--grey);
    font-weight: 500;
    font-size: 14px;
}

.home .summarybox h3 {
    padding: 0;
}

.box.promotion.B_EV h3 a, 
.box.promotion article.summaryDisplay h3 a, 
.box.promotion div.headlineDisplay h3 a,
.box.promotion.B_PR .newsitem h3 a,
.inner .box.B_PR h2 a,
.inner .box.B_EV h2 a {
    color: var(--blue);
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
}

.home .box.promotion.B_PR h2,
.home .box.promotion.B_EV h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: .12rem;
    padding-bottom: 20px;
}

.nogroup.Below { 
    background: url('images/box-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 20px;
}

.home .box.promotion.B_LIST.HA_Boxes_Top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.home .Below .box.promotion.B_LIST.HA_Boxes_Top {
    justify-content: space-between;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox { height: 90px; }

.home .box.promotion.B_LIST.HA_Boxes_Top .boxbody { display: 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;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 2px 2px 12px rgba(0,0,0,.2);
    width: 100%;
}

.Below .box.B_BOXES .responsivebox,
.Below .box.promotion.B_LIST.HA_Boxes .responsivebox,
.Below .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    padding: 20px 25px 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;
}

.home .box.B_BOXES .responsivebox div.image,
.home .box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 5px 5px 15px 0;
    width: 40px !important;
    float: left;
}

section.box.promotion.B_LIST.HA_Boxes_Top h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
    text-shadow: 2px 2px 12px rgba(0,0,0,.5);
    letter-spacing: .12rem;
}

.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: 18px;
    color: var(--blue);
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 600;
    letter-spacing: .05rem;
    text-align: left;
    text-shadow: none;
    margin: 0;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}

/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: var(--blue) !important; }
.calMonthHeading {
    background: #fff;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
.calDayHeading th {
    background: #fff;
    color: #555;
}
.calDay.calGrayDay {
    background: #eee;
    color: var(--blue);
}
.calDay {
    background: #fff;
    color: var(--blue);
    font-weight: bold;
}

.circleDate { background: var(--green); }
._moderncalendar .calMonthHeading { color: var(--blue); }
._moderncalendar .calDayHeading th { background: var(--blue); }

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,
._moderncalendar .calDay.calEvent .calDayNum {
    background: var(--green);
    color: #fff;
}

.seeallitems a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04rem;
    margin-top: 10px;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.innerimage {
    height: 300px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    margin-bottom: 0px;
    position: relative;
}

.container.content div.image { position: relative; }

.innerimage::after {
    content: "";
    background: rgba(37,37,37,.2);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
}

.innerimage.random3 {
    background: url("images/internal-banner-03.jpg") no-repeat center;
}

.innerimage.random4 {
    background: url("images/internal-banner-04.jpg") no-repeat center;
}

.innerimage.random5 {
    background: url("images/internal-banner-05.jpg") no-repeat center;
}

.innerimage.random6 {
    background: url("images/internal-banner-06.jpg") no-repeat center;
}

.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;
}
.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: 300px; }

.slider_owl div.item::after,
.singlepic::after {
    content: "";
    background: linear-gradient(180deg, rgba(37,37,37,.2) 40%, rgba(37,37,37,1) 100%);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.singlepic .description,
.slider_owl .description {
    z-index: 5;
    box-sizing: border-box;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.singlepic .description h1,
.slider_owl .description h1 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: .2rem;
    text-shadow: 2px 2px 25px rgba(0,0,0,.5);
    padding: 0px 0 10px;
}

.singlepic .description h3,
.slider_owl .description h3 {
    padding-bottom: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: .125rem;
    text-shadow: 2px 2px 25px rgba(0,0,0,.5);
}


.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: 20px;
    right: 20px;
    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: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #fff;
    transition: background 300ms ease, color 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(--blue); outline: none; border: 2px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    margin-top: -60px;
    height: 160px;
}

.filmstrip_wrap1::after {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    background: rgba(21, 34,75,1);
}

.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 15px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
}

.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 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}

.filmstrip_owl div.owl-item { height: 150px; }

.filmstrip_owl div.item a { 
    width: 100%;
    height: 150px;
}

.filmstrip_owl div.item a:hover div { 
    text-decoration: underline;
}

.filmstrip_owl div.item a .item-circle {
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    height: 90px;
    width: 90px;
    background: white;
    border-radius: 50%;
    padding: 23px; 
    text-align: center;
    margin: 0px auto 10px;
}

.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }

.filmstrip_owl div.item a img {
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--sans);
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
    font-size: 16px;
    line-height: 110%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.filmstrip_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 5; */
}

.filmstrip_arrowwrap span.arrowleft {
    left: 1.5%;
}
.filmstrip_arrowwrap span.arrowright {
    right: 1.5%;
}

.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #fff;
    transition: all 300ms ease, color 300ms ease;
}
.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(--blue); background: #fff; outline: none; border: 2px solid #fff; }
.filmstrip_arrowwrap span.arrowplay, .filmstrip_arrowwrap span.arrowpause { display: none; }


.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--sans);
    font-size: 24pt;
    text-align: center;
    padding: 10px 20px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.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 35px 50px 35px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -moz-transform: scale(1.0025);
    -webkit-transform: scale(1.0025);
    -o-transform: scale(1.0025);
    transform: scale(1.0025);
}

.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 {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    font-family: var(--sans);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #333;
}
.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 {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.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: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #333;
    transition: background 300ms ease, color 300ms ease;
}
.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: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }

.accordion article.summaryDisplay h2 {
    background: var(--bright);
    color: var(--blue);
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    transition: all 300ms ease;
  }

  .accordion article.summaryDisplay h2:hover {
   color: var(--green);
   background: var(--bright);
  }

  .accordion article.summaryDisplay .description {
   padding: 10px;
  }

  .accordion article.summaryDisplay h2:hover button {
    color: var(--green);
  }

  .B_MEET .boxdate { 
    background: var(--blue); 
    border: none !important; 
}

  .B_MEET .boxdate.done { 
    background: var(--grey); 
    border: none !important; 
}


.home .insideMainContent {
    position: relative;
}



/* New Calendar */
.calendar-container .calendar-body .calendar-weekdays li {
    background: var(--newcalBarBG);
    color: var(--newcalBarColor);
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--newcalArrows);
    color: var(--newcalArrowColor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: var(--newcalTodayColor);
    background: var(--newcalTodayBG);
}

.calendar-container .calendar-body .calendar-dates li div.day {
    background: var(--newcalEverydayColor);
    background: var(--newcalEverydayBG);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    border-color: var(--newcalEventBorder);
    color: var(--newcalBodyColor);
    border-radius: var(--buttonradius);
}

.calendar-container .boxdate {
    color: var(--newcalDateCircleColor);
    background: var(--newcalDateCircleBG);
}

.calendar-container .calendar-header .header-left .calendar-current-date {
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today {
    background: #d9d9d9;
    color: var(--newcalBodyColor);
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: capitalize;
    transition: all 300ms ease;
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.eventlistitem a {
    color: var(--newCalTextColor);
    font-weight: var(--newCalWeight);
    text-transform: capitalize;
}

.eventlistitem {
    /* border-bottom: var(--newcalListBorder); */
    border-bottom: none;
}

.eventlistitem .eventtime {
    color: var(--newcalTimeColor);
}

.calendar-container .procal-belowheader  div.calendar-list h2 {
    border-bottom: var(--newcalListBorder);
    color: var(--newcalBodyColor);
}


.procalendar dialog.dialog:modal .category i:after {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    font-weight: 400;
}

.calendar-container .calendar-body .calendar-dates li a.event span.ctitle {
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-list > h2 {
    font-family: var(--designfont);
    border-bottom: var(--newcalListBorder);
    font-weight: var(--newCalWeight);
    color: var(--newCalTextColor);
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    /* border-bottom: none; */
}

dialog.dialog:modal {
    border-radius: var(--buttonradius);
}

dialog.dialog hr {
    border: none;
    border-bottom: var(--newcalListBorder);
}


dialog.dialog span.label {
    font-size: 16px;
    font-weight: var(--newCalWeight);
}

dialog.dialog .description,
dialog.dialog .category {
    font-size: 16px;
    font-weight: 400;
}

dialog.dialog .category label {
    font-weight: var(--newCalWeight);
}


dialog.dialog button.closedialog {
    color: var(--newCalTextColor);
}

dialog.dialog button.closedialog:hover {
    color: var(--newCalCloseHover);
}

.calendar-container .calendar-box .calendar-header .header-right .categories {
    border-color: var(--newcalEventBorder);
}


/* New Calendar Global Proposed Fixes */

/* Remove line dividers in the header of the calendar */
.calendar-container .calendar-body ul.calendar-weekdays {
    gap: 0;
    width: 100%;
}

ul.calendar-weekdays > li {
    flex-grow: 1;
}

/* Filter Text: Either disable or display None */
.calendar-container .calendar-box .calendar-header .header-right > label {
    display: none;
}

/* Filter Bar Styling */
/* Not sure how to style the drop down? The few things I've tried dont affect it. */
.calendar-container .calendar-box .calendar-header .header-right .categories {
    width: 180px;
    padding: 4px 8px;
    font-size: 14px;
}

/* Modal: Border */
dialog.dialog:modal {
    border: none;
}

/* Modal: Container */
dialog.dialog .beforemap, dialog.dialog .aftermap {
    padding: 20px 60px;
}

/* Modal: Reduce space between icon and text */
dialog.dialog i {
    margin-right: 5px;
}

/* Modal: Close button */
dialog.dialog button.closedialog {
    top: 20px;
    font-size: 11pt;
}

/* Modal: Space above the Get Directions button */
dialog.dialog .location .maplink {
    margin-top: 10px;
    display: block;
}

/* Modal: main header remove margin below. */
dialog.dialog h2 {
    margin: 0;
}



/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 20px 40px; }
    
    .home .mainContent { padding: 20px 0px; }

    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    .slider_owl .description,
    .singlepic .description {
        bottom: 15%;
    }

    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item, .singlepic { height: 400px; }

    .home .box.B_BOXES .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
        margin: 0 15px 15px 0;
        width: 52px !important;
        float: left;
    }

    .card-container .card-item .story i, .promotion .story i { 
        padding: 3px 15px 0px 0;
        font-size: 3rem;
    }

    .useful-links div {
       flex-flow: row nowrap;
       justify-content: space-between;
    }
    
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }

    div.image.left, div.image.right {
        max-width: 100%;
        margin: 10px 0;
        float: none !important;
      }

     .home div.image.left, .home div.image.right {
        float: left !important;
      } 
}

@media (min-width: 600px) {
    .slider_owl .description h1,
    .singlepic .description h1 {
        font-size: 40px;
    }
    
    .slider_owl .description h3,
    .singlepic .description h3 {
        font-size: 24px;
    }
}

@media (min-width:900px) {
    .content { padding: 0px; }
    .inner .content { padding: 0px 20px; }

    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .leftContent .box, .rightContent .box {
        padding: 0px;
    }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 15px; }
    .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;
    } */
	
    .home .TopContent {
        position: absolute;
        top: -350px;
        left: 0;
        right: 0;
    }


	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .breadcrumbs {
        display: flex;
        /* padding-bottom: 22px;
        margin-top: -4px; */
        margin-bottom: 20px;
		justify-content: left;
		align-items: center;
    }
    
    .inner .breadcrumbs a {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        /* margin-right: 10px; */
    }
    
    .inner .breadcrumbs a::after {
        content: "\f0da";
        font-family: "Font Awesome 6 Pro";
        padding-left: 7px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
    }
    
    .inner .breadcrumbs a:hover {
        color: #333;
    }
    
    .inner .breadcrumbs nav ul {
        list-style: none;
        /* display: flex;
        flex-direction: row; */
        padding-left: 0;
    }
    
    .inner .breadcrumbs nav ul li {
        margin: 0;
        float: left;
    }
    
    .inner .breadcrumbs nav ul > li:last-of-type > a {
        color: var(--skyblue);
    }
    
    .inner .breadcrumbs nav ul > li:last-of-type > a::after {
        content: none;
    }
    
    .inner .breadcrumbs nav ul li > span {
        display: none;
    }

    .inner .mainContent { min-height: 300px; }


    div.banner {
        position: relative;
        height: 225px;
    }

    .inner div.banner {
        /* margin-bottom: 50px; */
    }

    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        width: 350px;
        display: block;
        text-align: center;
        position: relative;
    }

    .topbar2 div.titlewrap a.title {
        font-family: var(--sans);
        font-size: 48px;
        padding: 11px 10px 0px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        bottom: auto;
        top: 0px;
        right: 0px;
        left: 0px;
        height: 150px;
        padding: 0 40px;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;

        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-flow: row nowrap;
    }

    .searchSocial .searchPositioner { float: none; display: inline-block; }
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }

    .searchSocial .search.bar .fieldAndButton {
        padding: 0px;
        width: 260px;
        line-height: normal;
        background: var(--blue);
        padding: 8px;
        border-radius: 30px;
    }

    .searchSocial .search.bar .searchField {
        font-size: 14px;
        color: #fff;
        padding: 5px;
        width: 85%;
        font-weight: 500;
    }

    .searchSocial .search.bar .searchMag { margin: 3px 8px 3px 0; color: #fff; }

    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 15px;
        color: var(--blue);
        font-size: 12pt;
        margin-top: 3px;
        vertical-align: top;
        font-family: var(--sans);
        font-weight: bold;
    }

    .searchSocial .openweather i, .searchSocial .airquality i { color: var(--green); }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a {
        color: var(--blue);
        font-weight: 500;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover {
        text-decoration: underline;
    }

    .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;
    }

    .filmstrip_wrap1 {
        margin-top: -200px;
        height: 200px;
    }

    .filmstrip_wrap1::after { 
        height: 130px; 
        background: rgba(21, 34, 75, .9);
    }

    .filmstrip_arrowwrap .controls {
        top: 135px;
    }

    .filmstrip_owl div.item a .item-circle {
        height: 110px;
        width: 110px;
        padding: 25px; 
    }

    .filmstrip_owl div.item a img { height: 55px; }

    .filmstrip_owl div.item a div { padding: 10px 0; }

    .filmstrip_arrowwrap span.arrowleft {
        left: 3%;
    }
    .filmstrip_arrowwrap span.arrowright {
        right: 3%;
    }

    .desktoponly { display: block; }
    .notifications .notification { font-size: 12pt; }

    .innerimage {  margin-bottom: 15px; }

    .innerimage, 
    .inner .singlepic,
    .inner .slider_owl div.item {
        height: 400px;
        margin-top: -75px;
    }

    .slider_wrap1 {
        margin-top: -75px;
    }

    .slider_arrowwrap .controls {
        top: 100px;
        right: 60px;
    }

    .slider_owl div.item, .singlepic { 
        height: 766px; 
    }

    .slider_owl .description,
    .singlepic .description {
        bottom: 28%;
    }

    .slider_owl .description h1,
    .singlepic .description h1 {
        font-size: 50px;
    }
    
    .slider_owl .description h3,
    .singlepic .description h3 {
        font-size: 24px;
    }

    .box.B_BOXES .responsivebox,
    .box.promotion.B_LIST.HA_Boxes .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        width: 49%;
    }

    .card-container .card-item {
        padding-top: 0;
        padding-bottom: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }

    footer.main {
        padding: 40px 70px;
    }
}

@media (min-width: 1050px) {
    .topbar2 div.titlewrap {
        width: 425px;
    }
}

@media (min-width: 1200px) {
    .topbar2 div.titlewrap { width: 500px; }

    nav.horizontal.block>ul>li>a {
        font-size: 18px;
    }

    nav.horizontal.block > ul > li > ul,
    nav.horizontal.menu>ul ul ul {
        width: 250px;
    }

    nav.block.menu>ul .triangle {
        margin: 0 3px;
        padding: 1px 3px;
    }

    .content { padding: 0px; }
    .inner .content { padding: 0 20px; }

    .home .box.B_BOXES .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
        margin: 5px 15px 15px 0;
        width: 40px !important;
    }

    footer.main h4,
    .useful-links h4 { 
        text-align: left !important; 
        padding-bottom: 8px;
    }

    footer.main ul {
        margin-right: 20px;
    }

    .footer-bottom { 
        flex-flow: row nowrap; 
        padding: 20px 70px; 
    }

    footer.main .footertext { flex-flow: row nowrap; align-items: start; }

    footer.main .text, footer.main .text2, footer.main .text3,
    footer.main .text4, footer.main .text5, footer.main .text6,
    footer.main .text7, footer.main .text8, footer.main p { 
        text-align: left; 
        margin: 2px 0;
        padding: 0;
    }

    .footer-bottom { 
        height: 60px;
    }
}

@media (min-width: 1250px) {
    .box.B_BOXES .responsivebox,
    .box.promotion.B_LIST.HA_Boxes .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        width: 32%;
    }
}

@media (min-width: 1300px) {
    .home .box.B_BOXES .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
        margin: 0 15px 15px 0;
        width: 52px !important;
    }
}

@media (min-width:1400px) {
    .searchSocial {
        padding: 0 100px;
    }

    nav.horizontal.block {
        padding-left: 100px;
        padding-right: 100px;
    }

    nav.horizontal.block > ul > li > ul,
    nav.horizontal.menu>ul ul ul {
        width: 300px;
    }

    .slider_arrowwrap .controls {
        right: 100px;
    }

    .nogroup.Below { 
        padding: 20px 100px;
    }

    footer.main {
        padding: 40px 100px;
    }

    .footer-bottom { 
        padding: 20px 100px; 
    }

    .content { padding: 0 60px; }
    .inner .content { padding: 0 80px; }
}

@media (min-width:1600px) {
    .searchSocial {
        padding: 0 200px;
    }

    nav.horizontal.block {
        padding-left: 200px;
        padding-right: 200px;
    }

    .slider_arrowwrap .controls {
        right: 200px;
    }

    .nogroup.Below { 
        padding: 20px 200px;
    }

    .filmstripbar_owl { padding: 15px 150px; }

    .content { padding: 0 160px; }
    .inner .content { padding: 0 180px; }

    footer.main {
        padding: 40px 200px;
    }

    .footer-bottom { 
        padding: 20px 200px; 
    }
}

@media (min-width: 1700px) {
    .filmstrip_arrowwrap { display: none; }
}
