@import url("../../parts/styles_resp/global.css");


html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }


/* ------------- VARIABLES ------------- */
:root {
    --designfont: 'Urbanist', Arial, sans-serif;
    --secondaryfont: 'Crimson Text', serif;

    --majortitlecolor: #662600;

    --navbg: none;
    --navcolor: #242021;
    --navactivebg: none;
    --navactivecolor: #367430;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;

    /* Notifications */
    --notificationLowBG: #367430;
    --notificationLowColor: #fff;
    --notificationLowMoreBG: rgba(0, 0, 0, 0.25);
    --notificationLowMoreColor: #fff;

    --notificationMediumBG: #d2dd30;
    --notificationMediumColor: #242021;
    --notificationMediumMoreBG: rgba(255, 255, 255, 0.35);
    --notificationMediumMoreColor: #242021;

    --notificationHighBG: #991c20;
    --notificationHighColor: #fff;
    --notificationHighMoreBG: rgba(0, 0, 0, 0.35);
    --notificationHighMoreColor: #fff;

    /* Mobile nav */
    --mobiletopbarbg: #fff;
    --mobiletopbarcolor: #353535;

    --mobileDropBG: #fff ;
    --mobileLinkColor: #242021;
    --mobileSubLinkColor: #242021;
    --mobileSubSubLinkColor: #242021;
    --mobileBorder: solid 1px #367430;
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 900; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileBarIconColor: #367430; /* Top Bar Icons */
    --mobileIconColor: #367430; /* Weather + Airt Quality Icons*/

    /* Accordion */
    --accordioncolor: #fff;
    --accordionbg: #367430;
    --accordionplus: #fff;
    --accordioncolorhover: #242021;
    --accordionbghover: #d2dd30;
    --accordionplushover: #242021;
    --accordionborder: none;
    --accordionradius: 28px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #242021;
    --maincolor: #fff;

    /* New Calendar */
    --newcalBarBG: #d9d9d9;
    --newcalBarColor: #333;
    --newcalArrows: #d9d9d9;
    --newcalArrowColor: #333;
    --newcalTodayBG: #d9d9d9;
    --newcalTodayColor: #333;
    --newcalEverydayColor: #333;
    --newcalEverydayBG: #fff;
    --newcalDateCircleColor: #333;
    --newcalDateCircleBG: #d9d9d9;
    --newcalEventBorder: #d9d9d9;
    --newcalListBorder: 1px solid #d9d9d9;
    --newcalBodyColor: #333;
    --newcalTimeColor: #333;
    --newCalWeight: 600;
    --newCalCloseHover: #333;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #fff;
    --buttonbg: #367430;
    --buttoncolorhover: #242021;
    --buttonbghover: #d2dd30;
    --buttonborder: none;
    --buttonradius: 28px;
    --buttontexttransform: uppercase;
    --buttonfont: 700 16px 'Urbanist', Arial, sans-serif;
    --buttonpadding: 10px 20px;

    /* Plugin Headings */
    --promotionHeading: 700 22px 'Crimson Text', serif;

    /* Border Accents */
    --borderLine: 1px solid #ccc;

    /* Home Slider Height */
    --homeBannerHeight: 847px; /* Desktop Height */
    --homeBannerHeightMob: 550px; /* Mobile Height */

    /* Inner Image + Slider Height */
    --innerBannerHeight: 469px; /* Desktop Height */
    --innerBannerHeightMob: 300px; /* Mobile Height */
}


/* ------------- BASICS ------------- */
body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

a#skipLink { top: -43px; }

#backTop { 
    font-size: 18px; 
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    transition: all 300ms ease; 
    color: #242021;
    background: #fff;
    border: none;
    filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.16));
}

#backTop:hover { background: #d2dd30; color: #242021; }

.desktoponly { display: none; }

.extraTopBorder { display: none; height: 10px; font-size: 0; }

.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contentBG, .editorContentMain { color: #242021; background: white; }

.inner .contentBG { margin-top: 0px; }

.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; }
.inner .container.content div img { height: auto !important; max-width: 100% !important; border-radius: 10px; }
.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; }

.mainbox { position: relative; display: block; }

.nogroup.Top {
    position: relative;
}

/* ------------- SEARCH RESULTS ------------- */
h2.search { padding: 1ex; font-size: 130%; }


/* ------------- 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;}


/* ------------- ALERTS ------------- */
.alert { background: var(--notificationLowBG); color: var(--notificationLowColor); }
.alerts .alert a { color: var(--notificationLowColor);	text-decoration: underline; }
.alerts .alert a:focus { outline: 1px dashed var(--notificationLowColor); }
.alerts .alert button.dialogbutton { background: var(--notificationLowMoreBG); color: var(--notificationLowMoreColor); width: fit-content; min-width: 180px; padding: 6px 5px; }

.alert.priority2 { background: var(--notificationMediumBG); color: var(--notificationMediumColor); }
.alerts .alert.priority2 a { color: var(--notificationMediumColor);	text-decoration: underline; }
.alerts .alert.priority2 a:focus { outline: 1px dashed var(--notificationMediumColor); }
.alerts .alert.priority2 button.dialogbutton { background: var(--notificationMediumMoreBG); color: var(--notificationMediumMoreColor); }

.alert.priority3 { background: var(--notificationHighBG); color: var(--notificationHighColor); }
.alerts .alert.priority3 a { color: var(--notificationHighColor);	text-decoration: underline; }
.alerts .alert.priority3 a:focus { outline: 1px dashed var(--notificationHighColor); }
.alerts .alert.priority3 button.dialogbutton { background: var(--notificationHighMoreBG); color: var(--notificationHighMoreColor);}

button.dialogbutton { 
    font: 600 16px var(--designfont) !important;
    border-radius: 5px !important;
    min-height: 35px;
}  

.alertcontainer button.closealerts { font: 600 18px var(--designfont); }

.alertcontainer button.closealerts.priority1,
.alertcontainer .controls button.priority1 {
    color: var(--notificationLowColor);
}

.alertcontainer button.closealerts.priority2,
.alertcontainer .controls.priority2 button {
    color: var(--notificationMediumColor);
}

.alertcontainer button.closealerts.priority3,
.alertcontainer .controls.priority3 button {
    color: var(--notificationHighColor);
}

.alerts .alert button.dialogbutton:hover { text-decoration: underline; }
.alert { font: 600 16px var(--designfont); row-gap: 10px; }
.alertcontainer { z-index: 2000; }

/* ------------- MAIN HEADER ------------- */
/* 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;
    z-index: -1;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }

.topbar {
    z-index: 10;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: var(--mobiletopbarbg);
}

.topbar.scroll { overflow-y: auto; }
.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 {
    max-height: 50px;
    margin: 0;
    max-width: 95%;
}

nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.navIcon, .searchIcon { cursor: pointer; }
.navDrop { display: none; padding: 10px 40px 20px; }
.searchDrop { display: none; padding: 20px 40px; }

nav.top.block ul {
    border-radius: 0;
    padding: 0 40px;
    display: inline-flex;
    width: 100%;
}

nav.top.block ul > li { padding: 0 20px; }

nav.top.block ul > li:first-of-type {
    width: 100%;
    padding: 0;
}

nav.top.block ul > li:last-of-type { padding-right: 0; }

nav.top.block li a {
    padding: 5px 0;
    font-size: 25px;
    color: var(--mobiletopbarcolor);
    text-align: center;
}

nav.top.block li .titlewrap a { text-align: left; }

nav.top.block li a > div { font-size: 14px; display: block; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a:hover { color: #367430; }
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}

nav.top.block li a i {
    color: var(--mobileBarIconColor);
}

nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}

nav.top.block li:first-child .titlewrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

nav.top li:last-child a {
    border-right: none;
}


/* ------------- MOBILE MENU DROPDOWN ------------- */
.navDrop {
    background: var(--mobileDropBG);
    position: relative;
}
.searchDrop {
    background: #367430;
    position: relative;
}

.navDrop:before,
.searchDrop:before {
    position: absolute;
    display: var(--mobileDropShadow);
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.15));
}

.navDrop nav.block.mobilemenu>ul {
    font-family: var(--designfont);
    display: block;
    padding: 0px;
}

.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}

.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}

.navDrop nav.block.mobilemenu a {
    color: var(--mobileLinkColor);
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

/* Mobile Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>a {
    color: var(--mobileSubLinkColor);
    font-weight: 400;
    padding-left: 1.5rem;
    font-size: 16px;
}

/* Mobile Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>a {
    padding-left: 2.5rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
}

/* Mobile Sub Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 3.5rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
}

/* Mobile Sub Sub Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 4.5rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #333; }

.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 8px 0 8px 30px;
    color: var(--mobileLinkColor);
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 14pt;
}

/* Drop down +/- Replace */
.navDrop nav.block.mobilemenu .fa.fa-plus-square-o:before { content: "\2b"; font-weight: 900; }
.navDrop nav.block.mobilemenu .fa.fa-minus-square-o:before { content: "\f068"; font-weight: 900; }

.navDrop nav.block.mobilemenu .newSocialTools img { width: 28px; height: 28px; }

.navDrop nav.block.mobilemenu li .newSocialTools a { margin: 0 10px; }
.navDrop nav.block.mobilemenu li .newSocialTools a:first-of-type { margin-left: 0; }
.navDrop nav.block.mobilemenu li .newSocialTools a:last-of-type { margin-right: 0; }

/* Mobile Icon Weight / Color */
#mobilesearchbutton i,
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i
.navDrop nav.block.mobilemenu li span.plus > i {
    /* Light 100 - Regular: 400 - Solid: 900 */
    font-weight: var(--mobileIconWeight) !important;
    color: var(--mobileIconColor);
}
#mobilesearchbutton i { color: #fff; }
.navDrop nav.block.mobilemenu li .newSocialTools { padding: 10px 0; }

.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}

.navDrop nav.block.mobilemenu a:hover,
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu li.current>a,
.navDrop nav.block.mobilemenu li.actual>a {
    background: transparent;
    text-decoration: underline;
}

.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}

.navDrop nav.block.mobilemenu li.mobileBorder {
    border-top: var(--mobileBorder);
    display: block;
    margin: 20px 0 10px;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality  { text-transform: capitalize; color: var(--mobileLinkColor); font-size: 16px; display: inline-block; padding: 0; font-weight: 400; letter-spacing: 0; }
.navDrop nav.block.mobilemenu li.openweather {  padding: 20px 0 10px; margin-top: 10px; }
.navDrop nav.block.mobilemenu li.airquality {  padding: 10px 0; }
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i { color: var(--mobileIconColor); display: inline-block; margin-right: 5px; }

/* Mobile Search Dropdown */
.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: #242021;
    padding: 5px 10px;
    width: 80%;
    width: calc(100% - 50px);
    border-radius: 5px;
    border: none;
}

.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 40px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag:focus { outline: 1px dashed #fff; }

/* ------------- DESKTOP MENU DROPDOWNS ------------- */
.topbar2 {
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
}

/* 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: relative;
    bottom: auto; left: auto; right: auto;
    display: block;
    padding: 10px 60px 10px 350px;
    text-align: center;
}

nav.horizontal.block>ul {
    padding: 20px 0;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: var(--navbg);
    color: var(--navcolor);
    border: none;
    margin-right: 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    transition: opacity 300ms ease 0s;
}
nav.horizontal.block > ul > li:not(.hasChildren) > a.nav-home::after {
    content: "";
    display: inline-block;
    width: 70px;  
    height: 16px;
    background-image: url('./images/wave.svg');
    background-size: contain;  
    background-repeat: no-repeat;
    transform: translateX(-20px);
    opacity: 0;
    transition: opacity 300ms ease 0s;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
nav.horizontal.block>ul>li.open>a:after, nav.horizontal.block>ul>li>a:hover:after, nav.horizontal.block>ul>li>a:focus:after, nav.horizontal.block>ul>li.current>a:after { opacity: 1; }
nav.horizontal.block>ul>li>a:after {
    content: url('./images/wave.svg');
    position: absolute;
    bottom: -16px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(-12px);
    opacity: 0;
    transition: opacity 300ms ease 0s;
}

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: none;
}

nav.horizontal.block li li>a {
    color: #090708;
    font: 400 18px var(--designfont);
    padding: 8px 20px;
    text-align: left;
    letter-spacing: 0;
}

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.horizontal.block.menu>ul>li>a>.triangle { margin-top: -2px; margin-right: 0; padding-right: 0; }

nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }

nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }

nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul ul { padding-left: 20px; }
nav.subsections ul ul a { font-size: 18px; font-weight: 400; }

/* Sub Sub Pages */
nav.subsections ul ul ul a {
    font-size: 16px;
}

nav.subsections a {
    text-decoration: none;
    line-height: 1.2;
    font: 600 18px var(--designfont);
    padding: 0;
    color: #242021;
}

nav.subsections li.actual > a, nav.subsections a:hover { text-decoration: none; color: #367430; }
nav.subsections li { padding: 2px 0; }

/* Slab */
/* Border In Menu - Uncomment if needed */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    border-right: 1px solid rgb(255, 255, 255);
}

nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child:after {
    content: normal;
}

/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background: var(--slabbg);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    /* margin-top: 15px; */
    min-width: 100%;
    position: absolute; top: 100%; left: 0; right: 0;
    white-space: normal;
    padding: 50px 100px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.1;
}

nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.3); */
    height: 100%;
    vertical-align: top;
}

nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}

nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 5px 5px 3px 5px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 20px;
    box-shadow: none;
    font-weight: normal;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    background: var(--slabactivebg);
    color: var(--slabactivecolor) !important;
    text-decoration: underline;
    /* border-bottom: 2px solid #9bbf4f; */
}


/* ------------- TYPOGRAPHY ------------- */
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-family: var(--designfont);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 25px;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

ul, ol { padding-left: 1.5em; }
hr { clear: both; margin: .5rem 0;  border-bottom: var(--borderLine); border-top: none; border-left: none; Border-right: none; }
p { margin: 0 0 1.5rem 0; }

/* Icon Weight */
/* i { font-weight: 900 !important; }  */
/* 400(reg), 900 (solid) */

/* Links  */
a {
    color: #0a7f39;
    text-decoration: none;
    font-weight: 700;
    transition: all 300ms ease;
}

a:hover { text-decoration: underline; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #eee; color: #000; }

/* Headings */
h1, h2, h3.subtitle, h3, h4, h5, h6 {
    font-family: var(--mainFont);
    font-size: 24pt;
    font-weight: normal;
    line-height: 115%;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    color: #333;
}

h1 {
    font: 600 43px var(--secondaryfont);
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h2 { 
    font: 600 35px var(--secondaryfont);
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 1px; 
}

h3, h3.subtitle { 
    font: 700 24px var(--secondaryfont);
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 1px; 
}

h4 { 
    font: 700 18px var(--designfont);
    color: #242021;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

h5 { 
    font: 600 18px var(--designfont);
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 0;
}

h6 { 
    font: 700 16px var(--designfont);
    color: #242021;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Promotion Headings */
.summaryDisplay h3 a,
.headlineDisplay h3 a,
.item.summaryDisplay h2 a,
article.summaryDisplay h2 a,
.item.summaryDisplay h2,
article.summaryDisplay h2,
.DIR_PER article.summaryDisplay h2 a,
.accordion article.summaryDisplay h2,
section article.summaryDisplay div.details h3,
.eventlistitem a {
    font: var(--promotionHeading) !important;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #242021;
    line-height: 110% !important;
}
.summaryDisplay h3 a:hover, .headlineDisplay h3 a:hover, .item.summaryDisplay h2 a:hover,
article.summaryDisplay h2 a:hover, .DIR_PER article.summaryDisplay h2 a:hover, .eventlistitem a:hover { text-decoration: underline; color: #367430; }

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }

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;
}

/* Buttons */
div.readmore.small {
    bottom: 0;
    margin-top: 25px;
}

div.readmore.small a, .seeallitems a, .listingCheck a {
    display: inline-flex;
    padding: var(--buttonpadding);
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    text-decoration: none;
    transition: all 300ms ease;
    justify-content: center;
    align-items: center;
    min-width: 221px;
    min-height: 56px;
    position: absolute;
    bottom: 0;
}

div.readmore.small a:hover, div.readmore.small a:focus, .seeallitems a:hover, .listingCheck a:hover {
    text-decoration: none;
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}
.inner .seeallitems a, .listingCheck a, .inner div.readmore.small a { min-width: 200px; min-height: 50px; position: relative; }
.inner .seeallitems { margin-top: 30px; }
.listingCheck { text-align: left; margin-top: 20px; }

.card-container .card-item .readmore.small {
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.home .seeallitems {
    position: absolute;
    left: 25px;
    bottom: 0;
}

/* ------------- SLIDER ------------- */
/* Home Slider + Banner Height */
.slider_owl div.item, .singlepic,
.home .slidercontainer .slides .slide {
    height: var(--homeBannerHeightMob);
}

/* Inner Slider + Banner  Height */
.inner .slidercontainer .slides .slide,
.innerimage {
    height: var(--innerBannerHeightMob);
}

/* Controls */
.slidercontainer .arrowprev,
.slidercontainer .arrownext,
.slidercontainer .arrowpause,
.slidercontainer .arrowplay {
    font-size: 18px;
    width: 50px;
    height: 50px;
    color: #242021;
    background: #fff;
    border: 1px solid #fff;
}

.slidercontainer .arrowprev:hover,
.slidercontainer .arrownext:hover,
.slidercontainer .arrowpause:hover,
.slidercontainer .arrowplay:hover,
.slidercontainer .arrowprev:focus,
.slidercontainer .arrownext:focus,
.slidercontainer .arrowpause:focus,
.slidercontainer .arrowplay:focus {
    color: #242021;
    background: #d2dd30;
    border: 1px solid #d2dd30;
}


/* ------------- FILMSTRIP / QUICK LINKS ------------- */
/* Controls */
.quicklinkscontainer button.arrowprev,
.quicklinkscontainer button.arrownext,
.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    font-size: 18px;
    color: #242021;
    background: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
}

.quicklinkscontainer button.arrowprev:hover,
.quicklinkscontainer button.arrownext:hover,
.quicklinkscontainer button.arrowpause:hover,
.quicklinkscontainer button.arrowplay:hover,
.quicklinkscontainer button.arrowprev:focus,
.quicklinkscontainer button.arrownext:focus,
.quicklinkscontainer button.arrowpause:focus,
.quicklinkscontainer button.arrowplay:focus {
    color: #242021;
    background: #d2dd30;
    border: 1px solid #d2dd30;
}

.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    /* Only if auto play is off in the CMS */
    display: none;
}

.quicklinkscontainer .controls {
    z-index: 0;
}

.quicklinkscontainer {
    position: absolute;
    background: rgba(255,255,255,.8);
    bottom: 0;
    padding: 10px 60px 15px;
}

.quicklinkscontainer .quicklinks { 
    overflow-x: hidden;
    overflow-y: visible;
}

.quicklinkscontainer .owl-stage .quicklink i {
    box-shadow: none;
    background: none;
    margin-bottom: 0;
    color: #d2dd30;
    position: relative;
    font-size: 45px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.quicklinkscontainer .title {
    padding: 5px 0;
    line-height: 1;
    font: 600 16px var(--designfont);
    color: #fff;
}
.quicklinkscontainer .owl-stage .quicklink a:hover .title {
    color: #d2dd30;
    text-decoration: none;
}
.quicklinkscontainer .owl-stage .quicklink a:focus { outline: 1px dashed #fff; }

/* ------------- FOOTER ------------- */
footer.main {
    position: relative;
    padding: 0;
    background: #fff;
    color: #242021;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #367430;
    font: 700 20px var(--designfont);
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0;
}

footer.main .text, footer.main .text2, footer.main .text3, footer.main .text4,
footer.main .text5, footer.main .text6, footer.main .text7, footer.main .text8 {
    font-family: var(--designfont);
    vertical-align: top;
    color: #242021;
    text-align: center;
    padding: 0;
    display: block;
    white-space: pre-wrap;
    line-height: 25px;
}

footer .footertext {
    /* display: inline-block; */
}

footer.main a {
    text-decoration: none;
    color: #242021;
    font-weight: 400;
}

footer.main a:hover {
    color: #367430;
    text-decoration: underline;
}

footer.main .verticalLogo_text, footer.main .verticalLogo_text a, footer.main .copyright span {
    text-align: center;
    margin: 0;
    padding: 4px 0;
    color: #fff;
    font: 700 16px var(--designfont);
    text-decoration: none;
}
footer.main .footertext span { font-weight: 600; }
footer.main .verticalLogo_text a:hover { text-decoration: none; color: #d2dd30; }
footer.main .verticalLogo_text a:focus { outline: 1px dashed #fff; }

/* ------------- SECONDARY FOOTER ------------- */
.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 {  text-decoration: underline; }
.footersecondary > nav.block > ul, .footersecondary > nav.block > ul ul { padding-left: 0; }


/* ------------- MOBILE BREADCRUMB - HIDE ------------- */
.inner-header-container {
    display: none;
}


/* ------------- BOXES ------------- */
.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;
    height: auto !important;
}
.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: 22px;
    font-family: var(--secondaryfont);
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #242021;
    padding: 0 0 8px 0;
}

.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;
    color: #367430;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}


/* ------------- DEFAULT IMAGE - UNCOMMENT/EDIT AS NEEDED ------------- */
/* .home .box.promotion.B_EV > .body {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 38px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.home .box.B_EV {
    margin-bottom: 0;
}

.home .B_EV > .body .seeallitems a,
.home .B_PR > .body .readmore.small {
    position: relative;
    bottom: auto; left: auto; right: auto;
    margin: auto;
    box-shadow: none;
    margin-top: 1rem;
} */

.inner .B_PR .body .summaryDisplay {
    position: relative;
    padding: 12px 0;
}

.inner .B_PR .body .summaryDisplay > div:first-of-type {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    width: 152px !important;
    display: block;
    float: none;
}

.inner .B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage {
    height: auto !important; 
    max-height: 100px !important; 
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.inner .B_PR .summaryDisplay .body {
    display: none;
}

/* .newsdatetime time, .eventsdatetime time,
.B_PR .news-content time {
    color: #32433c;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.home .B_PR .news-content:hover h3 a {
    text-decoration: underline;
} */

.inner .B_PR article.summaryDisplay .image.left img { 
    height: auto !important; 
    max-height: 100px !important; 
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.inner .B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage { margin-bottom: 1em; }
.inner .B_PR article.summaryDisplay .image.left { margin-bottom: 1em !important; } */


/* ------------- NOTICES - MAX IMAGE SIZE ------------- */
/* .inner .B_PR article.summaryDisplay .image.left { max-width: 280px !important; margin: 0; }
.inner .mainContent .insideMainContent .fullDisplay.B_PR .image.left { max-width: 350px; }


/* ------------- CALENDARS ------------- */
/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}

.calMonth .calMonthName, .calMonth .calYear { color: #242021; }

._moderncalendar .calMonth .calMonthName, ._moderncalendar .calMonth .calYear {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686868;
    font-weight: bold;
}
._moderncalendar td.calDay {
    font-size: 16px;
    color: #242021;
    font-weight: 500;
}
.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
._moderncalendar .calMonthHeading { padding-top: 0; padding-bottom: 10px; }
._moderncalendar .calDayHeading th {
    background: #242021;
    color: var(--maincolor);
    padding: 9px 0;
    font-weight: 600;
}

.calDayHeading span {
    font-size: 18px;
    font-weight: 700;
}

.calDayHeading th {
    background: #fff;
    color: #555;
}

.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #242021;
    font-weight: 500;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; font-family: var(--secondaryfont); font-weight: 700; color: #242021; text-decoration: none; }
table.calendarTable .calDay a.eventLink:hover { text-decoration: underline; color: #367430; }
.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; 
    max-width: 30px;
}

.calToday { background-color: #fff; filter: none; }

._moderncalendar .calDay.calEvent .calDayNum {
    background: #97c947;
    color: #242021;
    width: 45px;
    height: 45px;
}

._moderncalendar .dayeventscontainer {
    z-index: 1;
}

.calToday .calDayNum {
    background: #97c947;
    color: #242021;
}

.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: #97c947;
    color: #242021;
    text-transform: uppercase;
    margin: 0;
    padding-top: 17px;
}
.home .circleDate {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    min-width: 45px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    color: transparent;
    font-size: 45px;
    line-height: 1;
    text-transform: none;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin: 0;
}
.home .circleDate::before {
    content: "\e0d7";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #367430;
    speak: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.home .circleDate .day, .home .circleDate .month { display: none; }

/* 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;
}
.home ._eventsbox article.summaryDisplay:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.home ._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 0 75px;
    /* overflow: hidden; */
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid rgb(53, 53, 53, .25);
}
.inner ._eventsbox.ModernPlusRight .summaryDisplay h2 { padding: 0; }

.eventTip {
    color: #686868;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}
.tipTitle { color: #242021; }

/* ------------- RANDOM BANNER ------------- */
.innerimage {
    height: var(--innerBannerHeightMob);
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
}

.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;
}

.innerimage.random7 {
    background: url("images/internal-banner-07.jpg") no-repeat center;
}

.innerimage.random8 {
    background: url("images/internal-banner-08.jpg") no-repeat center;
}

.innerimage.random9 {
    background: url("images/internal-banner-09.jpg") no-repeat center;
}

.innerimage.random10 {
    background: url("images/internal-banner-10.jpg") no-repeat center;
}

.innerimage.random11 {
    background: url("images/internal-banner-11.jpg") no-repeat center;
}

.innerimage.random12 {
    background: url("images/internal-banner-12.jpg") no-repeat center;
}


/* ------------- CAROUSEL ------------- */
.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--designfont);
    font-size: 24pt;
    text-align: center;
    padding: 10px 20px 0;
}

.bigCarouselSubTitle {
    font-family: var(--designfont);
    font-size: 18pt;
    text-align: center;
    padding: 0 20px 10px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 35px 35px 50px 35px;
}

.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}

.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -moz-transform: scale(1.0025);
    -webkit-transform: scale(1.0025);
    -o-transform: scale(1.0025);
    transform: scale(1.0025);
}

.carousel_owl div.item img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #333;
}

.carousel_owl div.item div {
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}

.carousel_owl div.item div a {
    color: #fff;
    text-decoration: underline;
}

.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #333;
    transition: background 300ms ease, color 300ms ease;
}

.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }


/* ------------- ACCORDIONS ------------- */
.accordion button.accordionall {
    color: var(--buttoncolor);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: var(--buttonborder);
    padding: var(--buttonpadding);
    margin: 20px 0;
    transition: all 300ms ease;
    min-width: 200px;
    min-height: 50px;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    padding: 10px 25px;
    line-height: 1.2 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    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 i { line-height: 1.2; font-weight: 900; }

.accordion article.summaryDisplay h2 button {
    color: var(--accordionplus);
}

.accordion article.summaryDisplay h2:hover button {
    color: var(--accordionplushover);
}


/* ------------- MEETINGS ------------- */
.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 10px;
    font-size: 14px;
}

.B_MEET .boxdate, .B_MEET .boxdate.done {
    background: #97c947;
    color: #242021;
    border: none;
    border-radius: 10px;
}

.B_MEET .meetings.search .button {
    padding: var(--buttonpadding);
    margin-top: 20px;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 15px;
}

/* ------------- PEOPLE / BUSINESS DIRECTORIES ------------- */
section.DIR_PER article.summaryDisplay div.titlepositionabout > h2 {
    text-align: left;
}

section.DIR_PER article.summaryDisplay div.titlepositionabout,
section.DIR_PER.accordion article.summaryDisplay .flexit .details {
    align-content: center;
}

.DIR_PER article.summaryDisplay h2 a, section article.summaryDisplay div.details h3 {
    font: 700 35px var(--secondaryfont) !important;
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
}

.DIR_PER h4 { 
    font-size: 16px;
    font-weight: 400;
    line-height: 1; 
    color: #242021;
    text-transform: capitalize;
    letter-spacing: 0;
}

section.DIR_BUS.boxes>article,
section.DIR_PER.boxes>article {
    border: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay,
section.DIR_PER.list article.summaryDisplay {
    border-bottom: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay:last-of-type,
section.DIR_PER.list article.summaryDisplay:last-of-type { border-bottom: none; }

section.DIR_PER.boxes article.summaryDisplay,
section.DIR_PER.boxes article.summaryDisplay:last-of-type {
    border-bottom: var(--borderLine);
}

section.DIR_PER.accordion article.summaryDisplay {
    border: none;
}

section.accordion article.summaryDisplay {
    padding: 5px 0 !important;
}

.namesearchbox > div {
    background: #fff;
}


/* ------------- PHOTO GALLERY ------------- */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    /* height: auto !important;
    width: 100% !important; */
    max-width: 90% !important;
    max-height: 90% !important;
    height: auto !important;
    width: auto !important;
    margin: 10px;

    position: absolute;
    top: 0 !important;
    left: 48% !important;
    transform: translateX(-50%);
}

/* Drop Shadow */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .25);
}

/* Controls */
.galleryBox .controls {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.galleryBox .arrowleft, .galleryBox .arrowright, .galleryBox .arrowpause, .galleryBox .arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    z-index: 5;
    border-radius: 50%;
    line-height: 100%;
    transition: all 300ms ease;
    margin: 0 3px;
    outline: none; 
    color: #242021;
    border: 1px solid #242021;
    background: #fff;
}

.galleryBox .arrowpause { display: none; }

.galleryBox .arrowleft:hover, .galleryBox .arrowright:hover,
.galleryBox .arrowpause:hover, .galleryBox .arrowplay:hover,
.galleryBox .arrowleft:focus, .galleryBox .arrowright:focus,
.galleryBox .arrowpause:focus, .galleryBox .arrowplay:focus { 
    color: #242021; 
    background: #d2dd30;
    border: 1px solid #d2dd30; 
}

.galleryBox .thumbnails .messages { padding: 0px 10px 15px; }

/* Mobile Photo Gallery Image Size */
.container.content .galleryBox div.photoFrame {
    height: 300px;
}

/* Thumbnail Gallery */
.galleryBox div.thumbnails ul.page.current {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ------------- FORMS ------------- */
div.sffield input,
div.sffield select,
div.sffield.radios,
div.sffield.checkboxes,
div.sffield textarea {
    background: #fff;
    color: #686868;
    font-weight: 400;
    border: var(--buttonborder);
    border-radius: 5px;
    filter: drop-shadow(-2.598px 1.5px 3px rgba(0,0,0,0.1));
}

.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }


/* ------------- DOCUMENTS ------------- */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {
    background: #fff;
    padding: 8px 10px;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
    color: var(--main);
}

.docmanContainer #docmanSearchButton {
    position: relative;
    top: 0;
    padding: var(--buttonpadding);
    transition: background 200ms ease, color 200ms ease;
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    min-width: 200px;
    min-height: 50px;
}

.docmanContainer #docmanSearchButton:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Forms Button */
form input[type='button'], form input[type='submit'] {
    padding: var(--buttonpadding);
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    transition: all 300ms ease;
    min-width: 200px;
    min-height: 50px;
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}



/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 3px 8px 0 0; }


/* New Calendar */
.calendar-container .calendar-body {
    background: var(--newcalBarBG);
}

.calendar-container .calendar-body .calendar-weekdays li {
    background: #242021;
    color: #fff;
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    background: #97c947;
    color: #242021;
}

.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);
    padding: 10px;
}

.calendar-container .procal-box .boxdate {
    background: #97c947 !important;
    color: #242021 !important;
}

.calendar-container .calendar-body li {
    color: #242021;
    font-weight: 500;
}
.calendar-container .calendar-body .calendar-dates li { font-weight: 500; }

.calendar-container .calendar-header .header-left .calendar-current-date {
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today {
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: uppercase;
    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;
    align-items: center;
}

.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);
    font-family: var(--designfont);
}

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;
}


/* Inner Images Forced To Not Float*/
.inner .insideRightContent .promotion .image.left,
.inner .insideLeftContent .promotion .image.left,
.inner .insideRightContent .sidebar .image.left,
.inner .insideLeftContent .sidebar .image.left,
.inner .HA_Boxes .responsivebox .image.left  {
    float: none;
    margin: 0 auto 10px !important;
    max-width: 100% !important;
}

.inner .infoblock.box { padding: 20px; }


/* Modern Calendar Size Override */
._moderncalendar .calDay.calEvent .calDayNum {
    /* Edit line height to center number based off font used */
    line-height: 2.1;
}

._moderncalendar .calDay .calDayNum {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    font-family: var(--designfont);
    font-weight: 500;
}
td.calDay { height: 3em; }
._moderncalendar .calMonth .chevron { color: #242021; }

/* New calendar event corner cut off fix */
.calendar-container .calendar-body .calendar-dates li a.event,
.calendar-container .calendar-body .calendar-dates li a.event > div {
    border-radius: 0 !important;
    box-shadow: none;
}

/* Below Section */
.home .Below {
    background: url('./images/boxes-bg-pattern.jpg') top center;
    position: relative;
    padding: 50px 40px;
    background-repeat: repeat;
}

/* Highlights */
.highlightscontainer .owl-stage .highlight .caption { display: none; }

/* custon css */
.home .slidercontainer .slides .slide::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(53 53 53 / 20%);
}
.slidercontainer .controls {
    display: inline-flex;
    position: absolute;
    bottom: 185px;
    right: 0;
    z-index: 2;
    align-items: center;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
    top: unset;
}
.inner .slidercontainer .controls { bottom: 50px; }
nav.horizontal.menu>ul ul { background: #fff; }
nav.horizontal.block > ul > li > ul {
    width: 200px;
    left: 50% !important;
    transform: translate(-60%);
    margin: 22px 10px 0 25px;
    padding: 0;
    border-radius: 10px;
}
nav.horizontal.menu>ul ul ul {
    top: 0px !important;
    margin: 0 10px 0 5px;
    width: 200px;
    padding: 0;
    border-radius: 10px;
}
nav.horizontal.menu>ul > li ul ul.bounced, nav.horizontal.menu>ul > li ul ul.bounced ul { transform: translateX(-10px); }
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: #97c947;
    color: #090708;
    text-decoration: none;
}
nav.horizontal.block li li:first-of-type.current>a, nav.horizontal.block li li:first-of-type.open>a, nav.horizontal.block li li:first-of-type>a:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
nav.horizontal.block li li:last-of-type.current>a, nav.horizontal.block li li:last-of-type.open>a, nav.horizontal.block li li:last-of-type>a:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nogroup.Top .quicklinkscontainer {
    padding: 0 70px;
    background: none;
}
.home .nogroup.Top .quicklinkscontainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    z-index: 5;
    filter: drop-shadow(-0.776px 2.898px 3px rgba(0, 0, 0, 0.16));
}
.quicklinkscontainer .controls {
    right: 5px;
    left: 5px;
    z-index: 0;
}
.quicklinkscontainer button.arrowprev {
    left: 0;
    position: absolute;
    bottom: 35px;
    margin-left: 0;
}
.quicklinkscontainer button.arrownext {
    right: 0;
    position: absolute;
    bottom: 35px;
}
.quicklinkscontainer .owl-stage-outer {
    background: rgb(36 32 33 / 90%); 
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
.slidercontainer .slides .slide .titlebox {
    width: 95%;
    z-index: 2;
    inset: 40% auto auto 50%;
}
.slidercontainer .slides .slide .titlebox .title {
    font: 600 60px var(--secondaryfont);
    letter-spacing: 4px;
    text-transform: uppercase;
    filter: drop-shadow(0px 2px 2.5px rgba(0,0,0,0.25));
    line-height: 70px;
}
.slidercontainer .slides .slide .titlebox .subtitle {
    font: 600 30px var(--designfont);
    letter-spacing: 2px;
    filter: drop-shadow(0px 2px 2.5px rgba(0,0,0,0.25));
}
.home .box.promotion.B_PR, .home .box.promotion.B_EV { margin-bottom: 35px; }
.home .box.promotion.B_EV { margin-top: 30px; }
.home .box.promotion.B_PR > h2, .home .box.promotion.B_EV > h2 {
    font: 600 20px var(--designfont);
    color: #686868;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 0;
    line-height: 110%;
}
.home .box.promotion.B_PR h3.subtitle, .home .box.promotion.B_EV h3.subtitle {
    font: 600 43px var(--secondaryfont);
    color: #242021;
    letter-spacing: 3px;
    text-transform: capitalize;
    line-height: 110%;
    margin-bottom: 60px;
    position: relative;
}
.home .box.promotion.B_PR h3.subtitle::after, .home .box.promotion.B_EV h3.subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 142px; 
  height: 19px; 
  background-image: url('./images/wave.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.B_PR .body .summaryDisplay {
    position: relative;
    padding: 12px 0;
}
.home .B_PR .summaryDisplay:first-of-type { margin-top: 2rem; }
.home .B_PR .summaryDisplay {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    flex-direction: column;
}
.home .B_PR .body .summaryDisplay > div:first-of-type {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    /* width: 152px !important; */
    display: block;
    float: none;
}
.home .B_PR .summaryDisplay > div.image, .home .B_PR .summaryDisplay > div:first-of-type {
    flex-grow: 1;
    margin: 0 !important;
    overflow: hidden;
    flex: 0 0 %;
    width: 100% !important;
}
.home .B_PR article.summaryDisplay .image.left img, .home .B_PR article.summaryDisplay div:first-of-type img {
    width: 100% !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 265px !important;
}
.home .B_PR .summaryDisplay > div.news-content {
    width: 100%;
    flex-grow: 1;
    padding: 1rem 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.home .B_PR .summaryDisplay > div.news-content > h3 a, .home .B_PR .summaryDisplay > div.news-content > h3, .inner .B_PR .summaryDisplay > div.news-content > h3 a, .inner .B_PR .summaryDisplay > div.news-content > h3 {
    color: #367430;
    text-decoration: none;
    font: 700 22px var(--secondaryfont) !important;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 110% !important;
}
.home .B_PR .summaryDisplay > div.news-content > h3 a:hover { text-decoration: underline; }
.home .B_PR .summaryDisplay .news-content .body, .home .B_PR .summaryDisplay .news-content .body p {
    color: #242021;
    font: 400 16px var(--designfont);
    line-height: 25px;
    margin-bottom: 1rem;
}
.home .B_PR .summaryDisplay .news-content .body p:last-of-type { margin-bottom: 0; }
.newsdatetime time, .eventsdatetime time {
    color: #686868;
    font-weight: 400;
}
.summaryDisplay .news-content .body a {
    text-decoration: none;
    font-weight: 700;
    color: #242021;
}
.summaryDisplay .news-content .body a:hover { color: #367430; text-decoration: underline; }
.home ._eventsbox.HA_Cal_ModernPlusBelow .summaryDisplay h3 { padding: 0; }
.home ._eventsbox.HA_Cal_ModernPlusBelow .summaryDisplay h3 a {
    color: #242021;
    text-decoration: none;
    font: 700 22px var(--secondaryfont) !important;
    text-transform: none;
}
.home ._eventsbox.HA_Cal_ModernPlusBelow .summaryDisplay h3 a:hover { text-decoration: underline; color: #367430; }
.fifty {
    flex-basis: 100%;
    max-width: 100%;
}
.nogroup.Below section.box.promotion.B_LIST.HA_Boxes_Top {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 45px;
    row-gap: 45px;
}
.nogroup.Below section.box.promotion.B_LIST {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 45px;
    row-gap: 45px;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox:first-of-type {
    margin-left: 0;
    margin-right: 10px;
}
.home .nogroup.Below .box.promotion.HA_Boxes .responsivebox {
    width: 100% !important;
}
.home .nogroup.Below .box.promotion.B_LIST .responsivebox {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    transition: box-shadow 300ms ease 0s;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16));
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    transition: box-shadow 300ms ease 0s;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16));
    width: 100%;
    padding: 20px;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div { display: flex; align-items: center; justify-content: center; }
.home .box.B_BOXES .responsivebox div.image, .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image { margin: 0; }
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
    --box-img-width: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    padding: 0;
    border-radius: 10px;
}
.responsivebox > div { height: 100%; }
.home .nogroup.Below .box.B_BOXES .responsivebox div.image, .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
    margin: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
    position: relative;
    width: 100% !important;
}
.home .nogroup.Below .box.promotion.HA_Boxes .responsivebox div.image img, .box.promotion.HA_Boxes .responsivebox div.image img {
    vertical-align: bottom;
    height: 265px;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.0);
    width: 100% !important;
    object-position: top center;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2 {
    letter-spacing: 0;
    color: #367430;
    text-align: center;
    font: bold 22px var(--secondaryfont);
    padding-bottom: 5px;
    padding-top: 28px;
    text-transform: none;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a {
    letter-spacing: 0;
    color: #367430;
    text-align: center;
    font: 700 22px var(--secondaryfont);
    text-decoration: none;
    padding-bottom: 0;
    text-transform: none;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover { text-decoration: underline; }
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody, .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p,
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p {
    width: 100%;
    letter-spacing: 0;
    color: #242021;
    font: 400 16px var(--designfont);
    text-align: center;
    line-height: 26px;
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p { margin-bottom: 1rem; }
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p:last-of-type, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p:last-of-type { margin-bottom: 0; }
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody { padding: 10px 20px 40px; }
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p a, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p a {
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--buttoncolor);
    font: var(--buttonfont);
    border: var(--buttonborder);
    background: var(--buttonbg);
    text-decoration: none;
    display: inline-flex;
    max-width: 221px;
    width: 100%;
    min-height: 56px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: var(--buttonpadding);
    border-radius: var(--buttonradius);
}
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p a:hover, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody p a:hover { background: var(--buttonbghover); color: var(--buttoncolorhover); }
footer.main .footertext, .footer-bottom {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 45px 40px;
}

.footer-bottom {
    background: #242021;
    padding: 20px 40px;
}
.second-two-col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    flex-direction: column;
}
.pt-30 { padding-top: 30px; }
footer.main .footerLogos { 
    background: #5ba645;
    padding: 40px 40px; 
    gap: 45px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}
footer.main .footerLogos > div.logobox {
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16));
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner .leftContent .insideLeftContent:has(> aside) {
    background: #fff;
    padding: 25px 30px 20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(0px 3px 4.5px rgba(0,0,0,0.2));
}
.inner nav.box.subsections.desktoponly > h2 { display: none; }
.grecaptcha-badge { bottom: 120px !important; }
.DIR_BUS .field.inline, .DIR_PER .field.inline {
    display: flex;
    align-items: baseline;
}
.calendar-container .procal-box .boxdate .month {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.calendar-container .procal-box .boxdate .day {
    font-weight: 400;
    font-size: 24pt;
    line-height: 1;
}
.inner ._eventsbox article.summaryDisplay { min-height: 65px; padding: 0 0 0 86px !important; }

.inner .insideRightContent .promotion .image.left { margin: 0 !important; }

.B_MEET .boxdate .day { font-weight: bold; line-height: 1.264; }

.container form { max-width: 100%; }
.box.DIR_BUS.accordion i, .box.DIR_PER.accordion i { padding-top: 0; }

.infoblock { margin-top: 15px; }
.insideLeftContent h2 { margin-bottom: 15px; }
.insideRightContent h2 {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.inner .box.sectionIntro .body > h1, .inner article.fullDisplay.B_EV .body > h1 { margin-bottom: 55px; position: relative; line-height: 110%; text-transform: none; }
.inner .box.sectionIntro .body > h1::before, .inner article.fullDisplay.B_EV .body > h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 142px;
    height: 19px;
    background-image: url('./images/wave.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.inner .insideMainContent .body .summary span { color: #242021 !important; }

.insideLeftContent a {
    color: #0a7f39;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.insideLeftContent a:hover { text-decoration: underline; color: #0a7f39; }
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px 0; }
.inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: 100%; }
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox {
    margin: 10px 0;
    border-radius: 10px;
    background: #fff;
    padding: 0;
    transition: box-shadow 300ms ease 0s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
}
.home ._eventsbox.HA_Cal_ModernPlusBelow .summaryDisplay .body { display: none; }
.home .box.promotion.B_PR .summaryDisplay .body h1, .home .box.promotion.B_PR .summaryDisplay .body h2, .home .box.promotion.B_PR .summaryDisplay .body h3, .home .box.promotion.B_PR .summaryDisplay .body h4,
.home .box.promotion.B_PR .summaryDisplay .body h5, .home .box.promotion.B_PR .summaryDisplay .body h6 { font-size: 16px !important; font-weight: 700 !important; font-family: var(--designfont) !important; }
.home .box.promotion.B_PR .summaryDisplay .body p, .home .box.promotion.B_PR .summaryDisplay .body span { font-size: 16px; font-weight: 400; }
.inner .box.promotion.HA_Boxes .responsivebox div.image img { border-radius: 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; 
        padding: 50px 40px 90px; 
    }
    .home .content { padding: 20px 15px 30px; }
}

@media (min-width: 500px) {
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2, .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a { font-size: 22px; }
    .slidercontainer .slides .slide .titlebox .title { font-size: 70px; letter-spacing: 7px; }
}

@media (min-width:600px) {
    /* ------------- DEFAULT IMAGE - UNCOMMENT/EDIT AS NEEDED ------------- */
    .inner .B_PR .body .summaryDisplay {
        position: relative;
        padding: 12px 0 12px 220px;
        min-height: 125px;
        display: flex;
        width: 100%;
        align-items: center;
    }
    .inner .B_PR .body .summaryDisplay > div:first-of-type {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 200px !important;
        margin: 0 25px 0 0;
    }
    .inner .B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage { margin-bottom: 0; }

    .home .B_PR .summaryDisplay, .inner .B_PR .summaryDisplay { flex-direction: row; }
    .home .B_PR .summaryDisplay > div.image, .home .B_PR .summaryDisplay > div:first-of-type {
        flex-grow: 1;
        margin: 0 !important;
        overflow: hidden;
        flex: 0 0 33%;
        width: unset !important;
    }
    .home .B_PR article.summaryDisplay .image.left img, .home .B_PR article.summaryDisplay div:first-of-type img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        height: 100% !important;
    }
    .home .B_PR .summaryDisplay > div.news-content { width: 50%; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 240px;
        padding: 50px 36px 50px calc(var(--box-img-width) + 36px);
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
        position: absolute;
        width: var(--box-img-width) !important;
    }
    .home .nogroup.Below .box.B_BOXES .responsivebox div.image, .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox div.image { height: 100%; }
    .home .nogroup.Below .box.promotion.HA_Boxes .responsivebox div.image img, .home .box.promotion.HA_Boxes .responsivebox div.image img, .inner .box.promotion.HA_Boxes .responsivebox div.image img { height: 100% !important; }
    .home .nogroup.Below .box.promotion.HA_Boxes .responsivebox div.image img, .home .box.promotion.HA_Boxes_Top .responsivebox div.image img, .inner .box.promotion.HA_Boxes .responsivebox div.image img { height: 100% !important; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody { padding: 10px 20px 0; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox h2, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2 { padding-top: 0; }
}

@media (min-width: 500px) and (max-width: 899px) {
    /* stack left and right columns in "tablet mode" */
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}

@media (min-width:900px) {
    .content {padding: 0 100px 50px; }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .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; }

    .singlepic:after, .innerimage:after, .slides .owl-item .slide:after, .home .slidercontainer .slides .slide:after, .inner .slidercontainer .slide:after {
        content: " ";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        display: block;
        height: 300px;
        background: linear-gradient(180deg, rgb(237 239 237 / 95%) 40%, rgb(237 239 237 / 75%) 70%, rgba(237, 239, 237, 0) 100%);
        z-index: 1;
    }
    .slidercontainer .slides .slide .titlebox { inset: 50% auto auto 50%; }
    .home .slidercontainer .controls { bottom: 22%; }
    .quicklinkscontainer .controls {
        right: 60px;
        left: 60px;
    }
    .slidercontainer .slides .slide .titlebox .subtitle {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 335px;
        padding: 50px 36px 50px calc(var(--box-img-width) + 36px);
    }
    .leftContent .box {
        padding: 0 15px;
        margin-bottom: 35px;
    }
    .inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px; }

    /* Home Slider + Banner Height */
    .slider_owl div.item, .singlepic, .home .slidercontainer .slides .slide { height: var(--homeBannerHeight); }

    /* Inner Slider + Banner Height */
    .inner .slidercontainer .slides .slide, .innerimage { height: var(--innerBannerHeight); }

    /* ------------- SOCIALS ON RIGHT SIDE ------------- */
    .socialFixed {
        top: 40%;
        left: auto;
        right: 0;
        z-index: 8;
    }

    .fixedSocialTools {
        width: 60px;
        text-align: right;
    }

    .fixedSocialTools a {
        margin-left: auto;
        border-radius:  10px 0 0 10px;
        text-align: left;
        padding: 8px;
    }
    
    /* ------------- BREADCRUMB & RESIZER ------------- */
	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .inner-header {
        /* Uncomment for 2 columns */
        /* position: absolute;
        top: 65px;
        right: 100px;
        left: 150px; */
        
        display: block;
        margin: 40px 100px;
    }

    .inner .inner-header.hasLeft {
        /* Uncomment for 2 columns */
        /* position: absolute;
        left: calc(40% + 65px);
        top: 45px;
        right: 100px; */

        display: block;
    }

    .inner .inner-header .inner-header-container {
        display: flex;
        justify-content: space-between;
        border-bottom: var(--borderLine);
        padding-bottom: 15px;
    }

    .inner .breadcrumbs nav { margin-top: -1px; }

    .inner .breadcrumbs { 
        display: inline-flex;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .inner .breadcrumbs a,
    .inner .breadcrumbs h2 {
        font-size: 16px;
        font-family: "din-2014-narrow", sans-serif;
        font-weight: 700;
        color: #333;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 50px;
        line-height: 1;
        letter-spacing: .5px;
    }

    .inner .breadcrumbs h2 { padding: 0 10px 0 0 !important; }

    .inner .breadcrumbs a::after {
        content: "\f054";
        font-family: "Font Awesome 6 Pro";
        padding-left: 10px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        color: #333;
        font-size: 14px;
    }

    .inner .breadcrumbs a:hover, .inner .breadcrumbs a:focus { color: #000; outline: none; }

    .inner .breadcrumbs nav ul { list-style: none; padding-left: 0; }

    .inner .breadcrumbs nav ul li { margin: 0; float: left; line-height: 1; }

    /* Last item in the breadcrumb */
    .inner .breadcrumbs nav ul > li:last-of-type > a, .inner .breadcrumbs h2 { color: #333; }

    .inner .breadcrumbs nav ul > li:last-of-type > a::after { content: none; }

    .inner .breadcrumbs nav ul li > span { display: none; }

    .inner .inner-header .printResize { display: block; min-width: 80px; }

    .printResize .resize {
        text-decoration: none;
        font-family: var(--designfont);
        color: #333;
        transition: color 300ms ease;
        cursor: pointer;
        font-weight: 700;
        padding: .05rem;
    }
    
    .printResize .resize.small { font-size: 12pt !important; }
    .printResize .resize.med { font-size: 14pt !important; }
    .printResize .resize.large { font-size: 17pt !important; }

    .printResize .printBtn {
        height: 100%;
        border: none;
        background: transparent;
        cursor: pointer;
        position: relative;
        top: -1px;
        border-radius: 2px;
        transition: color 300ms ease;
        color: #333;
        font-size: 18px;
        margin-left: .25rem;
    }
    
    .printResize .printBtn:hover, .printResize .resize:hover { color: #000; }

    .printResize .printBtn img { height: 100%; transition: filter 300ms ease; }

    .inner .leftContent { background: #fff; position: relative; padding: 20px; border-radius: 10px; filter: drop-shadow(0px 3px 4.5px rgba(0,0,0,0.2)); }
    .inner .leftContent .insideLeftContent:has(> aside) {
        padding: 0;
        background: none;
        filter: none;
    }
    .inner .mainContent { min-height: 300px;}
    .inner .mainContent { padding: 0; }
    .inner .mainContent.hasLeft { padding: 0 0 0 35px; }
    .inner .mainContent.hasLeft.hasRight { padding: 0 35px; }
    .inner .mainContent { min-height: 300px; }

    div.banner { position: relative; }

    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        /* top: 50px; */
        top: 50%;
        -webkit-transform: translateY(-50%);
        left: 60px;
        /* right: 20px; */
        z-index: 10;
    }

    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 22px;
        line-height: 100%;
        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 {
        padding: 40px 60px 10px 350px;
        position: relative;
        bottom: auto;
        top: auto;
        right: auto;
        left: auto;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }

    .searchSocial .newSocialTools {
        float: none;
        display: inline-block;
        margin-right: 8px;
        padding: 5px 0;
    }

    .searchSocial .searchPositioner {
        float: right;
        display: inline-block;
        margin-right: 0;
    }

    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 5px 20px;
        width: 260px;
        min-height: 50px;
        line-height: normal;
        display: inline-flex;
        flex-wrap: nowrap;
        align-content: center;
        border: none;
        border-radius: 28px;
        justify-content: space-between;
        filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1));
    }

    .searchSocial .search.bar .searchField {
        font-size: 16px;
        padding: 3px;
        width: 100%;
        font-family: var(--designfont);
        color: #242021;
        font-weight: 400;
    }

    .searchSocial .search.bar .searchMag {
        float: none;
        font-size: 16px;
        height: 20px;
        width: 20px;
        display: block;
        margin: auto 0;
        color: #367430;
    }

    .searchSocial .openweather, .searchSocial .airquality {
        text-transform: capitalize;
        float: left;
        display: inline-block;
        margin-right: 15px;
        margin-top: 3px;
        vertical-align: top;
    }

    .searchSocial .openweather i, .searchSocial .airquality i { color: #367430; }
    .searchSocial .openweather a, .searchSocial .airquality {
        color: #242021;
        font-size: 16px;
        font-family: var(--designfont);
        font-weight: 400;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover {
        color: #367430;
        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; }

    .desktoponly { display: block; }

    .inner .leftContent { width: 40%; }

    .inner .rightContent {
        padding: 0 0 20px 0;
        width: 100%;
    }

    /* .leftContent .box, */
    .rightContent .box {
        padding-top: 0;
    }

    .inner .mainContent.hasLeft.hasRight, .inner .mainContent.hasLeft { width: 60%; }

    .B_MEET .meetings.search .button { margin-top: 0; position: relative; margin-left: 5px; }

    /* Modern Calendar Size Override */
    .inner .mainContent ._calendarbox.ModernPlusRight,
    .inner .mainContent ._eventsbox.ModernPlusRight,
    .inner .mainContent ._calendarbox.HA_Cal_ModernPlusRight,
    .inner .mainContent ._eventsbox.HA_Cal_ModernPlusRight {
        display: block;
        width: 100%;
    }

    /* Photo Gallery Fix */
    .container.content .galleryBox div.photoFrame img.bigImage,
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        max-width: 95% !important;
        max-height: 95% !important;
    }

    /* Desktop Photo Gallery Image Size */
    .container.content .galleryBox div.photoFrame {
        height: 500px;
    }
    .searchSocial .weatherContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .searchSocial {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nogroup.Top .quicklinkscontainer { padding: 0 150px; }
    .home .content { padding: 20px 35px 30px; }
    .nogroup.Below { padding: 50px 60px; }
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 335px;
        padding: 50px 36px 50px calc(var(--box-img-width) + 36px);
    }
    .nogroup.Below section.box.promotion.B_LIST.HA_Boxes_Top { grid-template-columns: 1fr 1fr; }
    footer.main .footertext { padding: 40px 60px; }
    footer.main .footer-bottom { padding: 20px 60px; }
    footer.main .footerLogos { padding: 40px 60px; }
    footer.main .footerLogos > div.logobox { width: calc((100% / 2) - 22.5px); }
    .inner .content { padding: 70px 60px 90px; }
    .inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: 100% !important; }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 200px;
        padding: 43px 22px 43px calc(var(--box-img-width) + 22px);
    }
    .docmanContainer .docmanSearch { width: 180px; }
    .mainContent .B_MEET .meetings.search .fieldAndButton .searchField { width: 185px; }
}

@media (min-width: 1000px) {
    .searchSocial .search.bar .fieldAndButton { width: 336px; }
     .mainContent .B_MEET .meetings.search .fieldAndButton .searchField { width: 245px; }
}

@media (min-width: 1100px) {
    .searchSocial .weatherContainer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        margin-top: 0;
    }
     .mainContent .B_MEET .meetings.search .fieldAndButton .searchField { width: 250px; }
}

@media (min-width:1200px) {
    .inner .rightContent, .inner .leftContent { width: 25%; }
    .inner .mainContent.hasLeft { width: 75%; }
    .inner .mainContent.hasLeft.hasRight { width: 50%; }

    /* Breadcrumb - uncomment for 2 columns */
    /* .inner .mainContent.hasLeft.hasRight { width: 50%; }
    .inner .inner-header.hasLeft { left: calc(25% + 90px); } */

    /* Modern Calendar Size Override */
    .inner .mainContent ._calendarbox.ModernPlusRight,
    .inner .mainContent ._eventsbox.ModernPlusRight,
    .inner .mainContent ._calendarbox.HA_Cal_ModernPlusRight,
    .inner .mainContent ._eventsbox.HA_Cal_ModernPlusRight {
        display: inline-block;
        width: 48%;
        padding: 15px;
    }
    .searchSocial .airquality { margin-left: 70px; }
    .fifty {
        flex-basis: 50%;
        max-width: 50%;
    }
    .nogroup.Below section.box.promotion.B_LIST { grid-template-columns: 1fr 1fr; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox:first-of-type, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox:first-of-type {
        margin-left: 0;
        margin-right: 25px;
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 350px;
        padding: 50px 36px 50px calc(var(--box-img-width) + 36px);
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 265px;
        padding: 50px 25px 50px calc(var(--box-img-width) + 20px);
        height: 100%;
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
        --box-img-width: 350px;
        width: var(--box-img-width) !important;
    }
    footer.main .footertext, .footer-bottom {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: start;
    }
    footer.main .text, footer.main .text2, footer.main .text3, footer.main .text4, footer.main .text5, footer.main .text6, footer.main h4 { text-align: left; }
    .footer-group:first-of-type {
        width: 30%;
        padding-left: 0;
        padding-right: 40px;
    }
    .footer-group:nth-of-type(2) {
        width: 36%;
        padding-right: 30px;
    }
    .footer-group:last-of-type {
        width: 33%;
        max-width: unset;
        padding-right: 0;
    }
    .pt-30 { padding-top: 0; }
    .home .box.promotion.B_EV { margin-top: 0; }
    footer.main .footerLogos { flex-direction: row; }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 350px;
        padding: 43px 22px 43px calc(var(--box-img-width) + 22px);
    }
    .docmanContainer .docmanSearch { width: 330px; }
}

@media (min-width: 1300px) {
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 320px;
        padding: 43px 22px 43px calc(var(--box-img-width) + 22px);
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 295px;
        padding: 50px 25px 50px calc(var(--box-img-width) + 20px);
        height: 100%;
    }
}

@media (min-width: 1400px) {
    nav.horizontal.block > ul > li > ul, nav.horizontal.menu>ul ul ul { width: 275px; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 250px;
        padding: 50px 30px 50px calc(var(--box-img-width) + 30px);
        height: 100%;
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
        --box-img-width: 230px;
        width: var(--box-img-width) !important;
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
        --box-img-width: 250px;
        width: var(--box-img-width) !important;
    }
    .nogroup.Below section.box.promotion.B_LIST.HA_Boxes_Top { grid-template-columns: 1fr 1fr 1fr 1fr; }
    footer.main .footertext { gap: 70px; }
    .footer-group {
        flex-grow: 1;
        padding-right: 30px;
    }
    .footer-group:first-of-type {
        padding-right: 0;
        text-align: left;
    }
    .footer-group:nth-of-type(2) {
        width: 60%;
        padding-right: 30px;
    }
    .footer-group:last-of-type {
        width: 35%;
        max-width: unset;
        padding-right: 0;
    }
    .second-two-col {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    footer.main .footerLogos > div.logobox { width: calc((100% / 4) - 33.75px); }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox { margin: 10px; }
    .inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: calc(49.5% - 30px) !important; }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 180px;
        padding: 43px 22px 43px calc(var(--box-img-width) + 22px);
    }
    .docmanContainer .docmanSearch { width: unset; } 
}

@media (min-width: 1415px) {
    .nogroup.Top .quicklinkscontainer { padding: 0 60px; }
}

@media (min-width: 1600px) {
    .topbar2 div.titlewrap { left: 150px; }
    .searchSocial { padding: 40px 150px 10px 505px; }
    nav.horizontal.block { padding: 10px 150px 10px 505px; }
    .nogroup.Top .quicklinkscontainer { padding: 0 150px; }
    .home .content { padding: 20px 125px 30px; }
    .nogroup.Below { padding: 50px 150px; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 260px;
        padding: 50px 50px 50px calc(var(--box-img-width) + 36px);
    }
    footer.main .footertext {
        align-items: center;
        padding: 40px 150px;
    }
    .footer-group:first-of-type {
        padding-right: 50px;
        text-align: left;
    }
    .footer-group:nth-of-type(2) { width: 70%; }
    footer.main .footer-bottom { padding: 20px 150px; }
    footer.main .footerLogos { padding: 40px 150px; }
    .second-two-col { column-gap: 40px; }
    .inner .content { padding: 70px 150px 90px; }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 200px;
        padding: 43px 22px 43px calc(var(--box-img-width) + 22px);
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .home .Below { background-size: cover; }
}

@media (min-width: 1800px) {
    nav.horizontal.block > ul > li > ul, nav.horizontal.menu>ul ul ul { width: 300px; }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 350px;
        padding: 50px 60px 50px calc(var(--box-img-width) + 60px);
    }
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
        --box-img-width: 350px;
        width: var(--box-img-width) !important;
    }
    .second-two-col { column-gap: 60px; }
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox > div {
        --box-img-width: 230px;
        padding: 50px 30px 50px calc(var(--box-img-width) + 30px);
    }
}