@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: 0.5em 0 1.5em }
body {
    font-family: 'Figtree', Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 26px;
    letter-spacing: .025rem;
    /* word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

:root {
    --designfont: 'Figtree', Arial, Sans-Serif;
    --majortitlecolor: #662600;
    --notificationbg: #662600;
    --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);

    --blue: #00629b;
    --darkblue: #004e7b;
    --green: #1b855a;
    --bright: #f5f5f5;
    --lightgrey: #d1d1d1;
    --grey: #7d7d7d;
    --dark: #333333;

    --sans: "Figtree", Arial, Helvetica, sans-serif;

}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: #d3322e;
    padding: 5px;
    color: #fff;
    display: none;
    text-align: center;
    transition: background 300ms ease;
}

.notifications:hover {
    background: #a52725;
}

.notifications .notification {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: var(--sans);
    font-weight: 500;
}
.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 0 15px;
    font-size: 20px;
}
.notifications a, .notifications a:hover {
    color: var(--notificationcolor);
    text-decoration: underline;
}
.notifications a:focus { outline: 1px dashed white; }

#backTop {
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 35px;
    cursor: pointer;
    z-index: 999999;
    display: none;
    box-sizing: content-box;
    color: rgba(0,0,0,0.7);
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border: solid 1px #d1d1d1;
    background: rgba(255,255,255,0.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    transition: all 300ms ease;
  }

  #backTop:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  }

.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #333;
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10000;
    position: sticky;
    top: 0;
    max-height: 100%;
    background: white;
}
.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(--dark);
    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: 0; }
nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16px;
    color: var(--mobiletopbarcolor);
    text-align: center;
}
nav.top.block li  a > div { font-size: 10pt; display: block; font-weight: 600; }
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;
    /* border: 2px solid white; */
    padding: 10px;
    background: rgba(0,78,123,.98);
}

.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: white;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 10px;
    letter-spacing: .05rem;
}

.navDrop nav.block.mobilemenu ul > li > ul > li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 2px 20px 2px 20px;
    color: white;
    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 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 .mobileSocial .socialTools a img { display: none; }

.navDrop nav.block.mobilemenu .mobileSocial .socialTools a:first-of-type {
        background: url('images/facebook.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 24px;
        width: 24px;
}

.navDrop nav.block.mobilemenu li.openweather,
.navDrop nav.block.mobilemenu li.airquality { 
    color: #fff; 
    padding: 15px 10px; 
    border-top: 1px solid rgba(255,255,255,.5); 
    margin: 10px 0;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality a { display: inline-block; padding: 0; text-transform: none; }
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i { color: #f5f5f5; display: inline-block; }


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 0;
    background: var(--lightgrey);
    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%; }
.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: 0 0 5px rgba(0,0,0,.3);
}

.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(--green); text-decoration: underline; transition: color 300ms ease; }
a:hover { color: var(--blue); }
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5, h6 { margin: 0; text-align: left; padding: 10px 0;}
h1, h2, h3.subtitle {
    font-family: var(--sans);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: .05rem;
    font-weight: 700;
    line-height: 115%;
    color: var(--blue);
    text-align: left;

    margin: 0;
}
h2 { font-size: 30px; }
h3 { font-size: 20px; color: var(--dark); font-weight: 600; }
h4 {     
    color: var(--dark);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
 }
h5 { font-size: 18px; font-weight: 600; text-transform: none; }
h6 { font-size: 16px; font-weight: 700; }

.inner .sectionIntro h2 {
    color: var(--dark);
    font-size: 24px;
}

.inner .sectionIntro h3 {
    color: var(--dark);
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
}

.home .box.promotion.B_PR h2,
.home .box.promotion.B_EV h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0;
    color: var(--dark);
}

.home .box.promotion.B_EV h3.subtitle {
    color: var(--green);
    font-size: 30px !important;
    padding-bottom: 0; 
}

.home .box.promotion.B_PR h3.subtitle { color: var(--blue); padding-bottom: 0; }
.home .box.promotion.B_EV h3.subtitle { padding-top: 10px; }

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }

section>h2, article>h2, aside>h2 {
    /* text-align: center; */
}

.inner aside.sidebar h2 {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 20px;
}

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: 10px 0;
}
.item.summaryDisplay h2, article.summaryDisplay h2 {
    margin: 0;
    padding: 5px 0;
}


.inner .summaryDisplay h2,
.inner .summaryDisplay h2 a,
.box.promotion.B_PR .headlineDisplay h3 a, 
.box.promotion.B_EV .headlineDisplay h3 a {
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
    transition: color 300ms ease;
    font-size: 18px;
    text-transform: none;
}

.box.promotion.B_PR .headlineDisplay h3 a:hover,
.inner .summaryDisplay h2 a:hover {
    color: var(--blue);
}

.box.promotion.B_EV .headlineDisplay h3 a:hover {
    color: var(--green);
}

.box.promotion.B_EV h3, .box.promotion article.summaryDisplay h3, .box.promotion div.headlineDisplay h3 {
    padding: 0;
  }

.newsdatetime,
.eventsdatetime {
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: .05rem;
    font-weight: 600;
}

.newsdatetime time,
.eventsdatetime time { margin-bottom: 0; padding-bottom: 0; }

.box.promotion .headlineDisplay,
.summaryDisplay {
    display: flex;
    flex-flow: column-reverse nowrap;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #d1d1d1;
}

.box.promotion .headlineDisplay:first-of-type,
.summaryDisplay:first-of-type {
    border: none;
}

div.readmore.small {
    font-weight: 700;
    text-align: left;
    bottom: 0;
    margin-top: 25px;
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}

div.readmore.small a,
.accordion button.accordionall,
.mainContent .docmanContainer #docmanSearchButton,
form input[type="button"], form input[type="submit"] {
    display: inline-block;
    padding: 13px 30px 10px 30px;
    background: var(--blue);
    color: white;
    font-size: 16px;
    letter-spacing: .05rem;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}

.accordion button.accordionall {
    margin-bottom: 10px;
}

.box.promotion.B_EV .readmore.small a {
    background: var(--green);
}

div.readmore.small a:hover,
div.readmore.small a:focus,
.accordion button.accordionall:hover,
.mainContent .docmanContainer #docmanSearchButton:hover,
form input[type="button"]:hover, form input[type="submit"]:hover {
    text-decoration: underline;
}

.home .card-container {
    background: none;
}

.card-container.Below .card-item.fifty:nth-child(2n+1) { margin-top: 40px; }

.home .card-container .card-item:last-of-type {
    background: url('images/trees-watermark-right.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

footer.main {
    position: relative;
    padding: 20px;
    background: var(--bright);
    color: var(--dark);
    text-align: center;
    display: block;
    min-height: 200px;
}

.home footer.main {
    padding-top: 40px;
}

.inner footer.main {
    padding-top: 30px;
}

.footer-bottom {
    background: var(--blue);
    /* height: 75px; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.footer-bottom div {
    margin: 10px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h3 {
    color: var(--dark);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    /* display: inline; */
}

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: var(--dark);
    text-align: center;
    padding: 2px 0;
    display: block;
    white-space: pre-wrap;
}

.verticalLogo_text {
    text-align: center;
    margin: 0 !important;
    padding: 4px 15px;
    font-size: 16px !important;
}

footer .footertext .footer-group {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 95%;
}

footer .footertext .footer-group:last-of-type {
    border-bottom: 0;
}

footer .footertext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

footer.main .footertext .footer-group {
    padding-left: 0px;
    border-left: none;
}

.f-logo {
    margin-bottom: 20px;
}

.footer-bottom a { color: #fff; text-decoration: none; }
.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom a:focus {
    outline: 1px dotted #fff;
}

.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: 10000;
    position: relative;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--sans);
    color: white;
    font-size: 16px;
    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: relative;
    display: inline-block
    padding: 0px;
    text-align: center;
    background: rgba(0,98,155,.95);
    width: 100%;
    height: 75px;
}

nav.horizontal.block>ul {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    padding: 0 40px;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: none;
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .075rem;
    height: 75px;
    padding: 29px 10px;
    transition: background 300ms ease;
    /* border: 2px solid #fff; */
}

/* nav.horizontal.block>ul>li:first-of-type>a span { display: none; } */

/* nav.horizontal.block>ul>li:first-of-type>a::after {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
} */

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 {
    background: var(--green);
    /* text-decoration: underline; */
}

nav.horizontal.block>ul>li>a:focus {
    outline: 1px dotted #fff;
}

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 {
  outline: 1px dotted white;
}

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: 0px;
    color: inherit;
    opacity: 1.0;
}

nav.block.menu>ul .triangle:focus { outline: 1px dotted #fff; }

nav.subsections {
    z-index: 1;
    position: relative;
}

nav.subsections h2 { text-align: left; display: none; }
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 a {
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    transition: background 300ms ease;
}

nav.subsections ul > li > ul > li a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
}

nav.subsections a:hover {
    background: var(--green);
}

nav.subsections li.actual > a { background: var(--green); }


/* 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: rgba(0,78,123,.98);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.2);
    /* margin-top: 15px; */
    min-width: 100%;
    position: absolute; top: 100%; left: 0; right: 0;
    white-space: normal;
    padding: 40px 40px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.1;
}

nav.slab.horizontal.block > ul > li > ul:after {
    content: "";
    background: linear-gradient(180deg, rgba(10,58,86,.33) 0%, rgba(10,58,86,0) 100%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    border-right: 1px solid rgba(255,255,255, 0.25);
    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: 14px;
    font-weight: 500px;
    padding: 5px 10px;
}


nav.slab.horizontal > ul > li > ul > li:focus {
    outline: 1px dotted white;
}

/* 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: 16px;
    font-weight: 600;
    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; */
    text-decoration: underline;
    /* border-bottom: 2px solid #9bbf4f; */
}

.innerimage {
    height: 300px;
    margin-top: 0;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    position: relative;
}

.singlepic { 
    height: 300px; 
    margin-top: 0;
    position: relative; }

.innerimage::after,
.inner .singlepic::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(51,51,51,.35);
}


.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;
}


.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 14px; }

.cookiecrumb > ul > li:first-of-type { display: inline !important; }

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 16pt;
    padding: 0 0 8px 0;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image 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: #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: var(--dark);
    border-color: #777777;
    background-color: var(--bright);
    border-radius: 3px;
    transition: color 300ms ease;
}

.eventTip:hover {
    color: var(--blue);
}

.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    margin-top: 0px;
}

.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 div.item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 100%;
    background: linear-gradient(270deg, rgba(53,53,53,0) 0%, rgba(53,53,53,.85) 80%);
}



.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    padding: 0 20px;
    color: #eee;
    text-align: left;
    font-size: 14pt;
    z-index: 1;
}

.slider_owl .description h1 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    letter-spacing: .075rem;
    padding: 0;
    text-shadow: 2px 2px 12px rgba(0,0,0,.4);
}

.slider_owl .description h2 {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: .075rem;
    padding-bottom: 5px;
    text-shadow: 2px 2px 12px rgba(0,0,0,.4);
}

.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;
    bottom: 35%;
    left: 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-right: 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(--green); outline: none; border: 2px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    margin-top: -85px;
}
.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 5px;
    background: none;
    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;
    font-weight: normal;
    vertical-align: middle;
}

.filmstrip_owl div.item {
    border-radius: 50%;
    background: #fff;
    width: 170px;
    height: 170px;
    padding: 20px;
}

.filmstrip_owl div.item a { padding: 5px; }
.filmstrip_owl div.item a:focus { outline: 1px dashed var(--dark); }
.filmstrip_owl div.item a img {
    height: 60px;
    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: none;
    white-space: normal;
    font-size: 16px;
    /* line-height: 110%; */
    color: var(--dark);
}

.filmstrip_owl div.item a:hover div {
    text-decoration: underline;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .filmstrip_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: -10px;
    right: 40px;
    z-index: 5;
} */

.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: var(--dark);
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin: 0 3px;
    border: 2px solid var(--dark);
    transition: background 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: #fff; background: var(--dark); outline: none; border: 2px solid var(--dark); }
.filmstrip_arrowwrap span.arrowplay { display: none; }

.nogroup.Below {
    padding: 0;
}

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
    background-color: var(--bright);
    background-image: url('images/highlights-bg.jpg');
    background-position: center -187px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.bigCarouselTitle, .bigCarouselSubtitle {
    color: white;
    font-family: var(--sans);
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .074rem;
    text-shadow: 2px 2px 12px rgba(0,0,0,.4);
}

.bigCarouselSubtitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 20px 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 {
    max-width: 330px;
    margin: 0 auto;
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.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-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 30px 20px 45px;
    font-family: var(--sans);
    text-decoration: none;
    text-transform: none;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: background 300ms ease;
}

.carousel_owl div.owl-item:nth-of-type(odd) div.item .title {
    background: rgba(0,98,155,.9);
}

.carousel_owl div.owl-item:nth-of-type(even) div.item .title {
    background: rgba(27,133,90,.9);
}

.carousel_owl div.owl-item:nth-of-type(odd) div.item:hover .title {
    background: rgba(0,98,155,1);
}

.carousel_owl div.owl-item:nth-of-type(even) div.item:hover .title {
    background: rgba(27,133,90,1);
}

.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,
.filmstrip_arrowwrap .controls {
    display: inline-flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  width: 100%;
  justify-content: center;
}

.filmstrip_arrowwrap .controls { bottom: -30px; }

.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: var(--dark); outline: none; border: 2px solid var(--dark); }
.carousel_arrowwrap span.arrowplay { display: none; }

.accordion article.summaryDisplay h2 {
    background: var(--bright);
    padding: 5px 10px;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    transition: all 300ms ease;
}

.accordion article.summaryDisplay h2:hover {
    background: var(--blue);
    color: white;
}

/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    .slider_arrowwrap .controls {
        bottom: 40%;
    }

    .filmstrip_owl div.item {
        width: 200px;
        height: 200px;
        padding: 30px;
    }

    .filmstrip_wrap1 {
        margin-top: -100px;
    }

    .filmstrip_owl div.item a img { height: 60px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item { height: 450px; }
    .singlepic { height: 350px; }

    .slider_owl .description h1 {
        font-size: 36px;
    }
    
    .slider_owl .description h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    footer .footertext .footer-group {
        width: 80%;
    }

}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}

@media (min-width: 600px ) {
    
    .carouselbar_owl {
        padding: 0 120px 10px;
    }
    
}


@media (min-width:900px) {
    .content {padding: 0px;}
    .leftContent { padding: 40px 0 20px 40px; }
    .rightContent { padding: 40px 40px 20px 0; }
    .mainContent { padding: 40px; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .inner .leftContent { 
        background: var(--darkblue); 
        position: relative;
    }

    /* .inner .mainContent { padding-left: 40px; padding-right: 40px; } */

    .inner .mainContent.hasLeft { padding-right: 40px; }
    .inner .mainContent.hasRight { padding-right: 40px; }

    .inner .leftContent::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        background: url(images/trees-watermark-sidenav.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left bottom;
        height: 100%;
        width: 100%;
    }

    .leftContent .box, .rightContent .box { padding: 0; }
    .leftContent aside.sidebar { padding: 15px; color: white; }

    .leftContent aside h2, .leftContent aside h3,
    .leftContent aside h4, .leftContent aside h5,
    .leftContent aside h6 { color: white; }

    .inner .leftContent { padding-top: 30px; }


    .card-container.Below .card-item.fifty:nth-child(2n+1) { padding-left: 40px; margin-top: 0px; }
    .card-container.Below .card-item.fifty:nth-child(2n+2) { padding-right: 40px; }

    
    .home .card-container .card-item {
        padding-bottom: 40px;
        background: url('images/trees-watermark-left.png');
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .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;
    } */
	
	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .cookiecrumb > ul > li:first-of-type { display: none; }

    .inner .breadcrumbs {
        display: flex;
        /* padding-bottom: 22px;
        margin-top: -4px; */
        margin-bottom: 20px;
        padding-bottom: 20px;
		justify-content: left;
		align-items: center;
        border-bottom: 1px solid #d1d1d1;
    }
    
    .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: "\007C";
        font-family: var(--sans);
        font-size: 16px;
        padding-left: 7px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        transition: color 300ms ease;
    }
    
    .inner .breadcrumbs a:hover {
        color: var(--green);
    }
    
    .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(--green);
    }
    
    .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; }

    .innerimage {
        height: 450px;
        margin-top: -75px;
    }

    .innerimage::after,
    .inner .singlepic::after {
        height: 450px;
    }

    div.banner {
        position: relative;
        height: 195px;
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: inline-block;
        text-align: left;
        position: relative;
    }
    .topbar2 div.titlewrap a.title {
        font-family: var(--sans);
        font-size: 30px;
        padding: 3px 10px;
        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: 15px;
        right: 15px;
        left: 15px; */
        background: white;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row nowrap;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        z-index: 9;
        height: 120px;
        padding: 0 40px;
        bottom: 0;
        right: 0;
    }

    .searchSocial div {
        display:flex;
        align-items: center;
    }

    .socialTools { 
        float: none; 
        display: inline-block;
    }

    .searchSocial .searchPositioner { 
        float: none; 
        display: inline-block;
        margin-right: 0;
        margin-left: 30px;
    }

    .searchSocial .socialTools a { display: inline-block; }

    .searchSocial .socialTools a:first-of-type img { display: none; }

    .socialTools a:hover { box-shadow: none; }

    .searchSocial .socialTools a:first-of-type {
        background: url('images/facebook.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 24px;
        width: 24px;
    }

    .searchSocial .search.bar { margin-bottom: 0; }

    .searchSocial .search.bar .fieldAndButton {
        box-shadow: -2px 2px 6px rgba(0,0,0,.25);
        border: 0;
        padding: 0px 5px;
        width: 250px;
        line-height: normal;
    }

    .searchSocial .search.bar .searchField {
        color: var(--dark);
        font-size: 14px;
        font-weight: 600;
        padding: 17px 13px;
        width: 85%;
    }

    .searchSocial .search.bar .searchMag {
         margin: 15px 7px; 
         font-size: 16px; 
         color: var(--green); 
         transition: color 300ms ease; 
    }

    .searchSocial .openweather, .searchSocial .airquality {
        float: none;
        display: inline-block;
        margin-right: 15px;
        color: var(--dark);
        font-size: 14px;
        font-weight: 600;
        margin-top: 3px;
        margin-left: 40px;
        vertical-align: top;
        font-family: var(--sans);
        font-weight: 500;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: var(--green); }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a,
    .searchSocial .openweather a:hover {
        color: var(--dark);
        font-weight: 600;
        text-decoration: none;
    }

    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }
    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }

    .filmstripbar_owl { padding: 5px 40px;}

    .filmstrip_arrowwrap .controls {
        display: inline-flex;
        position: absolute;
        bottom: -10px;
        right: 40px;
        z-index: 5;
        width: unset;
        justify-content: unset;
    }

    .filmstrip_owl div.item a img { height: 60px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }


    .desktoponly { display: block; }
    .notifications .notification { font-size: 12pt; }
    .slider_owl div.item { height: 694px; }
    .singlepic { height: 450px; margin-top: -75px; }

    .slider_owl .description h1 {
        font-size: 60px;
        letter-spacing: .2rem;
    }
    
    .slider_owl .description h2 {
        font-size: 25px;
        letter-spacing: .1rem;
    }

    .slider_owl .description {
        padding: 0 40px;
        top: 33%;
    }

    .slider_arrowwrap .controls {
        left: 40px;
    }

    .slider_wrap1 {
        margin-top: -75px;
    }
    
    .carouselbar_owl {
        padding: 0 80px 10px;
    }

    .carousel_arrowwrap .controls {
        bottom: 60px;
        right: unset;
        justify-content: unset;
        width: unset;
        right: 20px;
    }
}

@media (min-width: 1100px) {
    .footer-bottom {
        flex-flow: row nowrap;
        height: 75px;
    }

    .footer-bottom .text7 {
        margin: 0;
    }

    .verticalLogo_text {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    nav.horizontal.block>ul>li>a {
        padding: 29px;
    }
}

@media (min-width: 1250px) {
    footer .footertext {
        justify-content: space-between;
        flex-flow: row nowrap;
        align-items: start;
    }

    footer.main {
        position: relative;
        padding: 20px 40px;
    }

    .footer-bottom {
        padding-left: 40px;
        padding-right: 40px
    }

    .home footer.main {
    padding-top: 0px;
}


    footer.main .footertext .footer-group {
        padding-left: 3%;
        border-left: 1px solid #d1d1d1;
        border-bottom: 0;
        padding-bottom: 0;
        width: 25%;
    }

    footer.main .footertext div:nth-child(2) {
        border-left: none;
    }

    footer.main .text, footer.main .text2, footer.main .text3, 
    footer.main .text4, footer.main .text5, footer.main .text6, 
    footer.main .text7, footer.main .text8 {
        text-align: left;
    }

    footer.main h3 {
        text-align: left;
    }
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a {
    
    }

    nav.slab.horizontal.block > ul > li > ul {
        padding: 40px 100px;
    }

    nav.horizontal.block>ul {
        padding: 0 80px;
    }

    .searchSocial {
        padding: 0 100px;
    }

    .filmstrip_arrowwrap .controls {
        bottom: -10px;
        right: 100px;
        z-index: 5;
    }

    .slider_owl .description {
        padding: 0 100px;
    }

    .slider_arrowwrap .controls {
        left: 100px;
    }

    .filmstripbar_owl { padding: 5px 80px; }

    .card-container.Below .card-item.fifty:nth-child(2n+1) { padding-left: 100px; }
    .card-container.Below .card-item.fifty:nth-child(2n+2) { padding-right: 100px; }

    .carouselbar_owl {
        position: relative;
        overflow: hidden;
        text-align: center;
        background: transparent;
        padding: 0 100px 10px;
    }

    .carousel_arrowwrap .controls {
        bottom: 130px;
        right: 20px;
    }

    .leftContent { padding: 40px 0 20px 100px; }
    .rightContent { padding: 40px 100px 20px 0; }

    .inner .mainContent.hasLeft { padding-right: 100px; }
    .inner .mainContent.hasRight { padding-right: 40px; }

    /* .inner .mainContent { padding-left: 100px; padding-right: 100px; } */

    footer.main { padding: 20px 100px; }
    .footer-bottom {
        padding-left: 100px;
        padding-right: 100px
    }

}
@media (min-width:1640px) {
    nav.slab.horizontal.block > ul > li > ul {
        padding: 40px 200px;
    }

    nav.horizontal.block>ul {
        padding: 0 180px;
    }

    .searchSocial {
        padding: 0 200px;
    }

    .slider_owl .description {
        padding: 0 200px;
    }

    .slider_arrowwrap .controls {
        left: 200px;
    }

    .filmstripbar_owl { padding: 5px 180px; }

    .filmstrip_arrowwrap .controls {
        bottom: 40px;
        right: 40px;
        z-index: 5;
    }

    .carousel_arrowwrap .controls {
        bottom: 130px;
        right: 40px;
    }

    .carouselbar_owl {
        position: relative;
        overflow: hidden;
        text-align: center;
        background: transparent;
        padding: 0 160px 10px;
    }

    .card-container.Below .card-item.fifty:nth-child(2n+1) { padding-left: 200px; }
    .card-container.Below .card-item.fifty:nth-child(2n+2) { padding-right: 200px; }

    .leftContent { padding: 40px 0 20px 200px; }
    .rightContent { padding: 40px 200px 20px 0; }
    .inner .mainContent.hasLeft { padding-right: 200px; }
    .inner .mainContent.hasRight { padding-right: 40px; }

    /* .inner .mainContent { padding-left: 200px; padding-right: 200px; } */

    footer.main { padding: 20px 200px; }

    .footer-bottom {
        padding-left: 200px;
        padding-right: 200px
    }
}
