@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: .5em 0; }
body {
    font-family: "Open Sans", sans-serif;
    font-family: var(--designfont);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #353535;
    line-height: 25px;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

/* SET VARIABLES FIRST */
:root {
    --designfont: 'Open Sans', sans-serif;
    --breeserif: 'Bree Serif', serif;

    --majortitlecolor: #000;
    --notificationbg: #F1753B;
    --notificationcolor: #fff;
    --mobiletopbarbg: rgba(255, 255, 255, 1);
    --mobiletopbarcolor: #333;

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #333;
    --navactivecolor: #fff;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;

    /* Accordion */
    --accordioncolor: #fff;
    --accordionbg: #000;
    --accordionplus: #fff;
    --accordioncolorhover: #000;
    --accordionbghover: #fff;
    --accordionplushover: #000;
    --accordionborder: solid 1px #333;
    --accordionradius: 5px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #000;
    --maincolor: #fff;

    /* New Calendar */
    --newcalBarBG: #15224B;
    --newcalBarColor: #fff;
    --newcalArrows: #15224B;
    --newcalArrowColor: #fff;
    --newcalTodayBG: #15224B;
    --newcalTodayColor: #fff;
    --newcalEverydayColor: #666;
    --newcalEverydayBG: #eee;
    --newcalDateCircleColor: #fff;
    --newcalDateCircleBG: #15224B;
    --newcalEventBorder: #15224B;
    --newcalListBorder: 1px solid #eee;
    --newcalBodyColor: #333;
    --newcalTimeColor: #333;
    --newCalWeight: 600;
    --newCalCloseHover: #662600;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #000;
    --buttonbg: #fff;
    --buttoncolorhover: #fff;
    --buttonbghover: #000;
    --buttonborder: solid 1px #333;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 600 14px 'Open Sans', Arial, Sans-Serif;
}
a {
    transition: color 300ms ease;
}

a#skipLink { top: -43px; }

#backTop {
    font-size: 18px;
    transition: all 300ms ease;
    width: 30px;
    height: 30px;
    color: rgb(0 0 0);
    line-height: 30px;
    background: rgb(255 255 255);
    border: 1px solid rgb(0 0 0);
    bottom: 65px !important;
}

#backTop:hover {
    background: #F06421;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: var(--notificationbg);
    padding: 5px;
    color: var(--notificationcolor);
    display: none;
    text-align: center;
    z-index: 2000;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-family: var(--designfont);
    line-height: 24px;
    font-weight: bold;
    color: #002328;
}
.notifications .notification p { padding: 0; margin: 0; }

.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 5px 15px;
    color: #002328;
    font-size: 20px;
}

.notifications a, .notifications a:hover {
    color: var(--notificationcolor);
    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;
}
.contentBG, .editorContentMain {
    color: #353535;
    background: white;
}
.home .content, .inner .content {
    border-bottom: 4px solid #F06421;
    border-top: 4px solid #f06421;
}
.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 1000;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: var(--mobiletopbarbg);
}
.topbar.scroll { overflow-y: scroll; }
.topbar nav.table>ul { display: table; width: 100%; }

.topbar h1 { margin: 0; padding: 0; }
.topbar .title {
    display: inline-block;
    font-family: var(--designfont);
    color: var(--majortitlecolor);
    width: 100%;
}
.topbar .title img {
    height: 50px;
    margin: 0;
    max-width: 95%;
}
nav.horizontal.block>ul>li>a:hover span {
    text-decoration: underline;
}
nav.horizontal.block>ul>li.current>a span {
    text-decoration: underline;
}
nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop { display: none; padding: 5px; }
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: 11pt; display: block; text-transform: capitalize; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}
nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}
nav.menu ul ul {
    padding-top: 0;
    padding-bottom: 0;
}

.slider_owl div.item::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.slider_owl div.item::before, .singlepic::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff000000 60%, #000);
}

/* mobile nav */
.navDrop nav.block.mobilemenu>ul {
    font-family: var(--designfont);
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    background: #333;
    background: rgba(0, 0, 0, 1);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid white;
}
.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}
.navDrop nav.block.mobilemenu a {
    color: white;
    display: block;
    font-size: 18px;
    padding: 9px 10px;
    text-transform: uppercase;
}
.navDrop nav.block.mobilemenu ul li li a {
    font-size: 18px;
    text-transform: none;
}
.navDrop nav.block.mobilemenu ul li li li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 2px 30px 2px 30px;
    color: white;
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20pt;
}
.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; display: 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 { text-transform: capitalize; color: #fff; font-size: 16pt; padding: 9px 10px; }
.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality a { display: inline-block; padding: 0; text-transform: capitalize;}
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i { color: #fff; display: inline-block; }


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-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; */
}

.image.right {
    margin: 0 0 15px 0px;
  }

.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; width: 100%;}
.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(--main); text-decoration: none; font-weight: bold;}
a:hover { color: var(--main); text-decoration: underline; }
a:focus { outline: 1px dashed #fff; }
input:focus { background: #ffffcc; color: var(--main); }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1, h2, h3.subtitle {
    font-family: var(--designfont);
    font-size: 24pt;
    font-weight: normal;
    line-height: 115%;
    color: var(--majortitlecolor);
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
h2 { font-size: 20pt; }
h3, h3.subtitle { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
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;
}

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    color: var(--main);
    line-height: 27px;
    text-decoration: none;
    font-weight: 600;
    font-family: var(--designfont);
}
.summaryDisplay h3 a:focus, .headlineDisplay h3 a:focus,
.item.summaryDisplay h2 a:focus, article.summaryDisplay h2 a:focus {
    outline: 1px dashed #000;
}
.inner article.summaryDisplay h2 a:hover {
    text-decoration: underline;
}
.headlineDisplay:hover h3 a {
    color: var(--main);
    text-decoration: underline;
}
div.readmore.small {
    font-weight: bold;
    /* text-align: right; */
    bottom: 0;
    margin-top: 25px;
}
.card-container .card-item .readmore.small {
    position: unset;
}
div.readmore.small a {
    display: inline-block;
    color: var(--main);
    font-family: var(--designfont);
    text-transform: uppercase;
    line-height: 25px;
    font-size: 16px;
    text-decoration: none;
    transition: all 300ms ease;
    font-weight: bold;
}
div.readmore.small a:hover,
div.readmore.small a:focus {
    text-decoration: underline;
    /* background: var(--buttonbghover); */
    color: var(--main);
}
div.readmore.small a:focus {
    outline: 1px dashed #000;
}

footer.main {
    position: relative;
    padding: 20px;
    background: var(--main);
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text6,
footer.main .text7,
footer.main .text8 {
    font-family: var(--designfont);
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    display: block;
    font-size: 16px;
    white-space: pre-wrap;
}
footer.main .copyright.desktop, footer.main .verticalLogo_text {
    width: 100%;
    text-align: center !important;
    letter-spacing: 0.4px;
    padding: 4px 0;
}
/* footer.main .text {
    color: #fff;
    margin-top: 25px;
} */
footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 4px 0;
    font-size: 16px;
}
footer .footertext {
    /* display: inline-block; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding: 20px 0;
}

footer.main a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

footer.main a:hover {
    color: #fff;
    text-decoration: underline;
}
footer.main .copyright.mobile {
    position: relative;
    width: 100%;
    padding-top: 45px;
}
footer.main .copyright.mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, rgb(255 255 255 / 40%), rgb(255 255 255 / 40%) 10px, transparent 10px, transparent 20px);
}

.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 > li > ul > li > ul {
    display: none;
}

.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(--designfont);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    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;
}
footer.main .copyright.desktop {
    display: none;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.topbar2 {
    display: none;
    z-index: 1000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 14pt;
    padding: 5px 8px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: absolute;
    height: 110px;
    bottom: 0px;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 0px 60px 0 60px;
    z-index: 12;
}

nav.horizontal.block>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
    margin: 19px 0;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    color: var(--navcolor);
    border: none;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 22px;
    text-transform: uppercase;
    transition: color 300ms ease;
    /* 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,
nav.horizontal.block>ul>li>a:focus {
    background: var(--navactivebg);
    color: var(--navactivecolor);
    /* text-decoration: underline; */
}

nav.horizontal.block li li>a {
    /* color: #fff;
    margin-bottom: 2px;
    border-radius: 5px; */
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* background: #000;
    color: #fff; */
    /* text-decoration: underline; */
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}
nav.horizontal.menu>ul ul {
    background: #fff;
    /* text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}
nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #fff; }
nav.subsections h2 { 
    text-align: left;
    font-family: var(--breeserif);
    color: var(--main);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px; 
}
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul ul { padding-left: 8px; }
nav.subsections ul ul a {
    font-size: 14px;
}
nav.subsections a {
    text-decoration: none;
    padding: 0;
    font: normal normal 600 18px / 32px Open Sans;
    color: var(--main);
    font-weight: 600;
    font-size: 18px;
}
nav.subsections a:hover {
    text-decoration: underline;
}
nav.subsections li.actual > a { font-weight: 600; text-decoration: underline; }

/* 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: rgb(255 255 255 / 96%);
    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: 60px 15% 60px 15%;
    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: 0 5px 0 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* 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: 0;
    box-shadow: none;
    font-weight: normal;
    margin-top: 10px;
}
nav.slab.horizontal.block > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: var(--main);
    font-size: 16px;
    padding: 0px 0 5px;
    letter-spacing: 0.4px;
    font-weight: 400;
}
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: 18px;
    color: var(--main);
    letter-spacing: 0.45px;
    padding: 0;
    font-weight: bold;
    /* 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; */
}
nav.slab.horizontal > ul > li > ul > li a:focus, 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.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.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus { 
    outline: 1px dashed #000;
}
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus, nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus, nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    outline: 1px dashed #000;
}
nav.slab.horizontal.block > ul > li.twocol > ul > li:first-child, nav.slab.horizontal.block > ul > li.threecol > ul > li:first-child, nav.slab.horizontal.block > ul > li.fourcol > ul > li:first-child {
    padding: 0 65px 0 0;
}
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;
    border-right: 1px solid rgba(0, 0, 0, 0.40);
    height: 100%;
    vertical-align: top;
    padding: 0 65px;
}
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;
}
.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 14px; }

.cookiecrumb > ul > li:first-of-type {
    /* 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;
    margin-top: 0;
    padding-top: 0;
}
.home .box.promotion.B_LIST .responsivebox {
    transition: box-shadow 300ms ease 0s;
}
.box.promotion.B_EV h3, .box.promotion article.summaryDisplay h3, .box.promotion div.headlineDisplay h3 {
    font-size: 20px;
}
.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
    height: 100% !important;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.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;
    overflow: hidden;
}
.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: 20px;
    padding: 15px 0 8px 0;
    text-decoration: none;
    color: var(--main);
    font-family: var(--breeserif);
    line-height: 25px;
    font-weight: 400;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:focus {
    outline: 1px dashed #000;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
}

.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; }

._moderncalendar .calMonth .calMonthName,
._moderncalendar .calMonth .calYear {
    color: var(--main);
  }

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: var(--main);
    color: var(--maincolor);

    padding: 8px 0;
    font-weight: 600;
  }

.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; }

._moderncalendar .calDay.calEvent .calDayNum {
    background: #686868;
    color: #fff;
}

.calToday .calDayNum {
    background: #333;
    color: #fff;
}

.circleDate {
    position: absolute;
    left: 0;
    height: 72px;
    width: 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--designfont);
    background: var(--main);
    color: var(--maincolor);
    text-transform: uppercase;
    margin: 0;
}

/* keep the date/time from line-breaking below .circleDate */
._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 0 86px;
    /* overflow: hidden; */
    margin: 25px 0;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.innerimage {
    height: 446px;
    background: url("images/internal-banner-02.jpg") no-repeat center;
    background-size: cover !important;
    margin-top: -175px;
}

.inner .singlepic { height: 446px; margin-top: -175px;}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.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: 450px; }

.singlepic .description,
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
}

.slider_owl .description a,
.singlepic .description a {
    color: #fff;
    text-decoration: underline;
}

.slider_owl .description a:hover,
.singlepic .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: 15px;
    z-index: 5;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: var(--main);
    z-index: 5;
    background: #fff;
    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: var(--main); background: #f06421; outline: none; border: 2px solid #f06421; }
.slider_arrowwrap span.arrowplay { display: none; }

.filmstrip_owl div.item a .title {
    width: 100%;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-top: 12px;
    padding: 5px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    text-transform: capitalize;
    letter-spacing: 0.25px;
}
.filmstrip_owl div.owl-item, .filmstrip_owl div.item, .filmstrip_owl div.item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    font-weight: 500;
    font-size: 12pt;
    line-height: 20px;
    letter-spacing: 0.4px;
    background: none;
    text-decoration: none;
    transition: color 300ms ease;
}
.filmstrip_wrap1 {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: normal;
    bottom: 0;
    z-index: 0;
    margin-top: -170px;
    height: 170px;
    background: none;
}
.filmstrip_owl {
    overflow: hidden;
    transform: translateY(-25px);
}
.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 5px;
    background: none;
    overflow: visible;
    white-space: nowrap;
}
.filmstrip_owl, .filmstrip_owl .owl-stage-outer, .filmstrip_owl .owl-stage-outer .owl-stage, .filmstrip_owl .owl-stage-outer .owl-item, .filmstrip_owl .owl-stage-outer .owl-item .item {
    height: inherit;
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }
.filmstrip_owl div.item a .img_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px;
    min-height: 118px;
    width: 118px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
}
.filmstrip_owl div.item a:hover img, .filmstrip_owl div.item a:focus img {
    transform: scale(1.15);
}
.filmstrip_owl .owl-stage-outer .owl-item .item a {
    height: fit-content;
    border-radius: 0;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
    transition: box-shadow 300ms ease;
}
.filmstrip_owl div.item a { padding: 5px; }
.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }
.filmstrip_owl div.item a img {
    height: 52px;
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--designfont);
    white-space: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--maincolor);
    font-weight: 600;
}
.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    bottom: 85px;
    right: 0px;
    left: 0;
    z-index: 0;
    padding: 0 40px;
}
.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: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: var(--main);
    background: #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;
}
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: none;
}
.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(--main); background: #f06421; outline: none; border: 2px solid #f06421; }
.filmstrip_arrowwrap span.arrowplay { display: none; }

.filmstripbar_owl {
    height: 170px;
}
.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--breeserif);
    font-size: 35px;
    text-align: center;
    padding: 0 20px 55px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
}
.card-item.thirtythree.news {
    background: #f6f6f6;
}
.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 0 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: 15px 0 60px 0;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 0;
    overflow: hidden;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.carousel_owl div.item>a:focus {
    outline: 1px dashed #000;
}

/* 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);
    width: 100%;
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: var(--main);
    font-size: 16px;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.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: flex;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    z-index: 5;
    justify-content: center;
}
.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: #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;
}
.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: #000; background: #f06421; outline: none; border: 2px solid #f06421; }
.carousel_arrowwrap span.arrowplay { display: none; }

.newsdatetime time, .eventsdatetime time {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--designfont);
}
.headlineDisplay:hover .newsdatetime time, .eventsdatetime time {
    text-decoration: underline;
    color: var(--main);
}

/* additional styles for content types & features */
.accordion button.accordionall {
    color: var(--main);
    border-radius: var(--buttonradius);
    font: var(--designfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: var(--buttonborder);
    font-weight: 600;
}

.accordion button.accordionall:hover {
    color: #fff;
    background: var(--main);
}

.accordion article.summaryDisplay h2 {
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 18px;
    transition: background 300ms ease;
    color: var(--accordioncolor);;
    background: var(--accordionbg);
    border: var(--accordionborder);
    border-radius: var(--accordionradius);
    transition: all 300ms ease;
}

.accordion article.summaryDisplay h2:hover {
    color: var(--accordioncolorhover);
    background: var(--accordionbghover);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.accordion article.summaryDisplay h2 button {
    color: var(--accordionplus);
}

.accordion article.summaryDisplay h2:hover button {
    color: var(--accordionplushover);
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 10px;
    font-size: 14px;
}

.B_MEET .boxdate {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .boxdate.done {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .meetings.search .button {
    padding: 8px 30px;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    background: var(--main);
    color: #fff;
}


.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 12px;
}

.DIR_PER article.summaryDisplay h2 a {
    font-family: var(--breeserif);
    font-weight: 400;
    color: var(--main);
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
}
.DIR_PER article.summaryDisplay h2 a:hover {
    text-decoration: underline;
}
.galleryBox span.arrowleft,
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
    font-size: 18px;
}

.namesearchbox > div {
    background: #fff;
}

/* div.sffield input {
    background: #fff;
} */

/* Documents content type */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {
    background: #fff;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
    color: var(--main);
}

.docmanContainer #docmanSearchButton {
    position: relative;
    top: -1px;
    border-radius: 5px;
    padding: 7px 60px;
    transition: background 200ms ease, color 200ms ease;
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--designfont);
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    font-weight: 600;
}

.docmanContainer #docmanSearchButton:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Forms Button */
form input[type='button'],
form input[type='submit'] {
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--designfont);
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    transition: all 300ms ease;
    font-weight: 600;
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
} 

/* Image Gallery button align */
.galleryBox span.arrowleft, .galleryBox span.arrowright { padding: 2px 5px; }
.galleryBox span.arrowpause { padding: 2px 4px 2px 6px; }
.galleryBox span.arrowplay { padding: 2px 0 2px 3px; }

/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 0 8px 0 0; }


/* New Calendar */
.calendar-container .calendar-body .calendar-weekdays li {
    background: var(--main);
    color: var(--newcalBarColor);
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--main);
    color: var(--newcalArrowColor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: var(--newcalTodayColor);
    background: var(--main);
}

.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(--main);
}

.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);
    font-weight: var(--newCalWeight);
    color: var(--newCalTextColor);
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: var(--newcalListBorder);
    /* 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;
}

.nogroup.Above, .nogroup.Below {
    padding: 20px 30px 0;
}
.home .content, .inner .content {padding: 30px 30px;}
footer.main {
    padding: 20px 30px;
}

/* custom css */
.filmstrip_owl div.item a img { 
    height: 45px; 
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s ease-out;
    transform: scale(1);
}
.filmstripbar_owl {
    padding: 5px 90px;
}
.home .card-item .headlineDisplay {
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: dashed 1px #505823; */
}
.home .card-item .headlineDisplay {
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: dashed 1px #505823; */
    position: relative;
}
.home .box.promotion.B_PR .headlineDisplay:not(:nth-of-type(5))::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 10px, transparent 10px, transparent 20px);
    left: 0;
    right: 0;
}
.home .box.promotion.B_PR h2 {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 40px;
    color: var(--main);
    font-family: var(--breeserif);
    font-size: 25px;
    line-height: 34px;
    text-decoration: none;
}
.home .boxbody p {
    text-align: center;
    padding: 0 50px;
}
.home .nogroup.Below {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 3%,rgba(214,214,214,0) 48%,rgba(0,0,0,1) 80%), url('./images/farmland-from-aerial-view-green-fields.png') no-repeat bottom;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: top;
}
h3.footer-title {
    font-family: var(--breeserif);
    font-size: 20px;
    text-align: center !important;
    padding-bottom: 20px;
    color: #fff !important;
}
.filmstrip_owl .owl-stage-outer .owl-item .item a:hover {
    text-decoration: underline;
    color: #fff;
}
.filmstrip_owl div.item a:hover span {
    text-decoration: underline;
    color: #fff;
}
.carousel_owl div.item:hover a.title {
    text-decoration: underline;
}
.box.promotion.HA_Boxes_Top .responsivebox:hover h2 a {
    text-decoration: underline;
}
nav.horizontal.block>ul>li:first-of-type a:hover i, nav.horizontal.block>ul>li:first-of-type a:focus i {
    color: #F06421;
}
.inner h1 {
    font-family: var(--breeserif);
    font-size: 30px;
    text-align: left;
    color: var(--majortitlecolor);
}
.inner h2 {
    font-family: var(--breeserif);
    font-size: 25px;
    text-align: left;
    color: var(--majortitlecolor);
}
.inner h3 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: var(--majortitlecolor);
    padding: 8px 0;
}
.inner h4, .inner h5 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: var(--majortitlecolor);
    padding: 8px 0;
}
.inner h6 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: var(--majortitlecolor);
    padding: 8px 0;
}
.inner p {
    color: var(--majortitlecolor);
}
.inner .box.sectionIntro .body > h1 {
    padding-bottom: 20px;
    font-size: 25px;
    padding-top: 25px;
}

.topbar2 div.titlewrap {
    left: 5px;
}
.insideMainContent section.box.promotion.B_LIST {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 45px;
    row-gap: 35px;
}
.home .mainContent .insideMainContent .box.B_BOXES .responsivebox, .home .mainContent .insideMainContent .box.B_BOXES .responsivebox, .home .mainContent .insideMainContent .box.promotion.HA_Boxes .responsivebox, .home .mainContent .insideMainContent .box.promotion.HA_Boxes_Top .responsivebox {
    width: 100%;
}
.home .box.B_BOXES .responsivebox, .box.promotion.HA_Boxes .responsivebox, .box.promotion.HA_Boxes_Top .responsivebox {
    padding: 0;
}
.responsivebox > div {
    height: 100%;
}
footer.main .footertext .footer-group:nth-child(1) {
    order: 2;
}
footer.main .footertext .footer-group:nth-child(2) {
    order: 1;
}
footer.main .footertext .footer-group:nth-child(3) {
    order: 3;
    margin-top: 0;
}
.footer-group {
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.footer-group:first-of-type {
    margin-bottom: 0;
}
.filmstrip_wrap1 .owl-stage {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
}
.sixtysix {
    flex-basis: 100%;
    max-width: 100%;
}
.thirtythree {
    flex-basis: 100%;
    max-width: 100%;
}
.card-item.thirtythree.news {
    padding: 0 35px 15px 35px;
}
.card-item.sixtysix.boxes {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.f-top {
    padding-bottom: 45px;
}

.sectionIntro strong {
    font-size: 18px;
}

.seeallitems {
    padding-top: 30px;
}

.newSocialTools a:hover, .newSocialTools  a:focus {
    box-shadow: -2px 2px 6px rgba(114, 114, 114, 0.7);
}

/* Uncomment if the design doesn't have a caption on home page - Hidden H1 Tag */
.home-h1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 0; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
    div.banner {
        background: rgb(0 0 0 / 85%);
        z-index: 9;
    }
}

@media (min-width:500px) {
    .filmstrip_owl div.item a { line-height: 80px; }
    .filmstrip_owl div.item a img { height: 45px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .slider_owl div.item, .singlepic { height: 450px; }
}

/* 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:900px) {
    .slider_arrowwrap .controls {
        top: 26%;
        right: 60px;
    }
    .nogroup.Above, .nogroup.Below {
        padding: 20px 60px 0;
    }
    .home .content, .inner .content {padding: 30px 60px;}
    footer.main {
        padding: 20px 60px;
    }
    .leftContent { padding: 20px 20px 20px 0; }
    .rightContent { padding: 20px 0 20px 20px; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; padding: 0 30px;}
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 0; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }
    .leftContent .box {
        padding: 30px;
    }
    .rightContent .box {
        padding: 0;
    }
    .inner .leftContent .insideLeftContent {
        background: #F6F6F6;
        border-radius: 0;
        box-shadow: 0px 3px 6px #00000029;
        padding: 0px 0px 200px 0px;
        overflow: hidden;
    }    
    /* 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; }

    .inner .breadcrumbs {
        display: flex;
        /* padding-bottom: 22px;
        margin-top: -4px; */
        margin-bottom: 20px;
		justify-content: left;
		align-items: center;
        margin: 40px 95px 0px;
        display: none;
    }

    .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; }

    .innerimage, .inner .singlepic {
        height: 446px;
        margin-top: -175px;
    }

    div.banner {
        position: relative;
        height: 200px;
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        top: 12px;
        /* left: 20px; */
        /* right: 65px; */
        z-index: 15;
    }
    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 48px;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        bottom: auto;
        top: 25px;
        right: 60px;
        left: 200px;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .searchSocial .newSocialTools {
        float: none;
        display: inline-block;
        margin-right: 30px;
    }

    .searchSocial .searchPositioner {
        float: none;
        display: inline-block;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 0;
        align-items: center;
    }
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        position: relative;
        display: flex;
        padding: 0px;
        width: 232px;
        line-height: normal;
        outline: none;
        background: #fff;
        border: none;
        border-radius: 0;
    }
    .searchSocial .search.bar .searchField {
        padding: 3px 48px 3px 20px;
        width: 100%;
    }
    .searchSocial .search.bar .searchMag {
        position: absolute;
        color: var(--main);
        top: 50%;
        right: 16px;
        font-size: 10.5pt;
        margin: 0;
        transform: translateY(-45%);
        transition: color 300ms ease;
    }    

    .searchSocial .search.bar .searchMag:hover {
        color: var(--main);
    }
    .searchSocial .search.bar .searchMag:focus {
        outline: 1px dashed #000;
    }

    .searchSocial .openweather, .searchSocial .airquality {
        text-transform: capitalize;
        float: left;
        display: inline-block;
        margin-right: 5px;
        color: black;
        font-size: 16px;
        margin-top: 15px;
        vertical-align: top;
        font-family: var(--designfont);
        font-weight: bold;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: #fff; }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a,
    .searchSocial .openweather a:hover {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    .searchSocial .openweather a:focus {
        outline: 1px dashed #fff;
    }
    .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;
    }

    .inner .image.right {
        margin: 0 0 15px 25px;
      }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 5px 135px;}
    .filmstrip_owl div.item a { line-height: 90px; }
    
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }


    .desktoponly { display: block; }
    .notifications .notification { font-size: 18px; }
    .slider_owl div.item, .singlepic { height: 865px; }

    nav.horizontal.block>ul::before {
        content: "";
        position: absolute;
        top: 0;
        left: 60px;
        right: 60px;
        height: 1px;
        background: repeating-linear-gradient(to right, rgb(255 255 255 / 40%), rgb(255 255 255 / 40%) 10px, transparent 10px, transparent 20px);
    }
    .topbar2 a.title img {
        max-width: 50%;
    }
    .newSocialTools a {
        margin-right: 10px;
    }
    .search.bar .fieldAndButton .searchField {
        font-family: var(--designfont);
        font-weight: 600;
        font-size: 14px;
        height: 44px;
        color: var(--main);
        letter-spacing: 0;
        outline: none;
    }
    nav.horizontal.block>ul>li>a {
        padding-bottom: 15px;
    }
    .insideMainContent section.box.promotion.B_LIST {
        grid-template-columns: 1fr 1fr;
    }
    .home .mainContent .box.B_BOXES .responsivebox, .mainContent .box.promotion.HA_Boxes .responsivebox, .mainContent .box.promotion.HA_Boxes_Top .responsivebox {
        margin: 0;
    }

    .slider_wrap1 {
        margin-top: -200px;
    }
    .searchSocial .newSocialTools a {
        padding: 0.3rem;
        margin-top: -4px;
        width: fit-content;
        height: fit-content;
    }
    .newSocialTools a:hover, .newSocialTools a:focus {
        border-radius: 50px;
        padding: 0.3rem;
    }
}

@media (min-width: 1100px) {
    .sixtysix {
        flex-basis: 66%;
        max-width: 66%;
    }
    .thirtythree {
        flex-basis: 33%;
        max-width: 33%;
    }
    .card-item.sixtysix.boxes {
        padding: 0 0 0 45px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .filmstrip_owl {
        transform: translateY(-30px);
    }
    .topbar2 a.title img {
        max-width: 100%;
    }
    .searchSocial {
        right: 70px;
        left: 315px;
    }
    .searchSocial .openweather, .searchSocial .airquality {
        margin-right: 15px;
    }
    .topbar2 div.titlewrap {
        left: 70px;
    }
    nav.horizontal.block {
        padding: 0px 70px 0 315px;
    }
    nav.horizontal.block>ul::before {
        left: 315px;
        right: 70px;
    }
    .topbar2 div.titlewrap {
        top: 30px;
    }
    .searchSocial .search.bar .fieldAndButton {
        width: 340px;
    }
    .home .content, .inner .content {
        padding: 50px 70px;
    }
    .nogroup.Above, .nogroup.Below {
        padding: 40px 70px 0;
    }
    footer.main {
        padding: 10px 70px 20px;
    }
    footer .footertext {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0px;
    }
    footer.main .footertext .footer-group:nth-child(1) {
        order: 1;
        margin-top: 10px;
        width: 40%;
    }
    .footer-group {
        justify-content: space-between;
        align-items: start;
        margin-bottom: 0;
        position: relative;
    }
    .footer-group .f-top {
        padding: 20px 0;
        margin-bottom: 20px;
        width: 100%;
        /* border-bottom: 1px dashed #fff; */
    }
    .footer-group .f-top::after {
        content: "";
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        height: 1px;
        background: repeating-linear-gradient(to right, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%) 10px, transparent 10px, transparent 20px);
    }
    footer.main .footertext .footer-group:nth-child(2) {
        order: 2;
        align-items: center;
        width: 50%;
        margin-top: 20px;
    }
    footer.main .footertext .footer-group:nth-child(3) {
        order: 3;
        margin-top: 10px;
        align-items: end;
        text-align: right;
        width: 40%;
    }
    .footer-group {
        justify-content: space-between;
        align-items: start;
        margin-bottom: 0;
    }
    .f-top {
        padding-bottom: 0;
    }
    .slider_arrowwrap .controls {
        right: 70px;
    }
    footer.main .copyright.mobile {
        display: none;
    }
    footer.main .copyright.desktop {
        display: block;
    }
}

@media (min-width: 1300px) {
    .carousel_arrowwrap .controls {
        display: none;
    }
    .carousel_owl div.owl-item {
        padding: 15px 0 0 0;
    }
}

@media (min-width: 1400px) {
    nav.horizontal.block>ul>li>a { 
        /* padding: 5px 20px;  */
    }
    .slider_owl div.item, .singlepic { height: 865px; }
    .searchSocial {
        right: 90px;
        left: 345px;
    }
    .searchSocial .openweather, .searchSocial .airquality {
        margin-right: 15px;
    }
    .topbar2 div.titlewrap {
        left: 90px;
    }
    nav.horizontal.block {
        padding: 0px 90px 0 345px;
    }
    nav.horizontal.block>ul::before {
        left: 345px;
        right: 90px;
    }
    .home .content, .inner .content {
        padding: 50px 90px;
    }
    .nogroup.Above, .nogroup.Below {
        padding: 40px 90px 0;
    }
    footer.main {
        padding: 10px 90px 20px;
    }
    .slider_arrowwrap .controls {
        right: 90px;
    }
}

@media (min-width: 1525px) {
    div.banner {
        height: 175px;
    }
    nav.horizontal.block {
        height: 80px;
    }
    nav.horizontal.block>ul>li>a {
        padding-bottom: 0;
    }
    nav.horizontal.block>ul {
        margin: 22px 0;
    }
}

@media (min-width: 1600px) {
    .slider_owl div.item, .singlepic { height: 915px; }
    .filmstrip_owl {
        transform: translateY(-64px);
    }
    .slider_arrowwrap .controls {
        top: 23%;
    }
    .slider_wrap1 {
        margin-top: -175px;
    }
}

@media (min-width: 1700px) {
    .searchSocial {
        right: 140px;
        left: 410px;
    }
    .searchSocial .openweather, .searchSocial .airquality {
        margin-right: 15px;
    }
    .topbar2 div.titlewrap {
        left: 140px;
    }
    nav.horizontal.block {
        padding: 0px 140px 0 410px;
    }
    nav.horizontal.block>ul::before {
        left: 410px;
        right: 140px;
    }
    .filmstrip_wrap1 {
        margin-top: -158px;
        height: 140px;
    }
    .home .content, .inner .content {
        padding: 50px 140px;
    }
    .nogroup.Above, .nogroup.Below {
        padding: 40px 140px 0;
    }
    footer.main {
        padding: 10px 140px 20px;
    }
    .slider_arrowwrap .controls {
        right: 140px;
    }
}
