@import url("../../parts/styles_resp/global.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }


/* ------------- VARIABLES ------------- */
:root {
    --designfont: 'Fira Sans', Arial, sans-serif;
    --secondaryfont: 'Pirata One', system-ui;
     
    --majortitlecolor: #0d0d0d;

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #333;
    --navactivecolor: #10b151;
    --slabbg: rgba(13,13,13,0.95);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #10b151;

    /* Notifications */
    --notificationLowBG: #0a7f39;
    --notificationLowColor: #fff;
    --notificationLowMoreBG: rgba(0, 0, 0, 0.25);
    --notificationLowMoreColor: #fff;

    --notificationMediumBG: #fcd205;
    --notificationMediumColor: #0d0d0d;
    --notificationMediumMoreBG: rgba(255, 255, 255, 0.35);
    --notificationMediumMoreColor: #0d0d0d;

    --notificationHighBG: #991c20;
    --notificationHighColor: #fff;
    --notificationHighMoreBG: rgba(0, 0, 0, 0.35);
    --notificationHighMoreColor: #fff;

    /* Mobile nav */
    --mobiletopbarbg: #1a1a1a;
    --mobiletopbarcolor: #fff;

    --mobileDropBG: #0d0d0d;
    --mobileLinkColor: #fff;
    --mobileSubLinkColor: #fff;
    --mobileSubSubLinkColor: #fff;
    --mobileBorder: dashed 1px rgb(255, 255, 255);
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 900; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileBarIconColor: #10b151; /* Top Bar Icons */
    --mobileIconColor: #10b151; /* Weather + Airt Quality Icons*/

    /* Accordion */
    --accordioncolor: #fff;
    --accordionbg: #1a1a1a;
    --accordionplus: #fff;
    --accordioncolorhover: #fff;
    --accordionbghover: #0a7f39;
    --accordionplushover: #fff;
    --accordionborder: none;
    --accordionradius: 5px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #1a1a1a;
    --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: #0a7f39;
    --buttoncolorhover: #fff;
    --buttonbghover: #0d0d0d;
    --buttonborder: none;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 700 16px 'Fira Sans', Arial, sans-serif;
    --buttonpadding: 10px 30px;

    /* Plugin Headings */
    --promotionHeading: 600 20px 'Fira Sans', Arial, sans-serif;

    /* Border Accents */
    --borderLine: 1px dashed #525252;

    /* Home Slider Height */
    --homeBannerHeight: 856px; /* Desktop Height */
    --homeBannerHeightMob: 550px; /* Mobile Height */

    /* Inner Image + Slider Height */
    --innerBannerHeight: 450px; /* 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; 
    transition: all 300ms ease; 
    filter: drop-shadow(-0.518px 1.932px 4.5px rgba(0,0,0,0.2));
    background: #0a7f39;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #0a7f39;
}

#backTop:hover { 
    background: #fff; 
    color: #0d0d0d; 
    border: 1px solid #fff;
}

.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: #0d0d0d; 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; }
.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; }


/* ------------- 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 { 
    display: inline-block;
    font: normal normal 700 16px var(--designfont) !important;
    min-height: 35px;
    border-radius: 5px !important;
    justify-content: center;
    align-items: center;
}

.alertcontainer button.closealerts { font: normal normal 700 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: normal normal 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: 16pt;
    color: var(--mobiletopbarcolor);
    text-align: center;
}
nav.top.block li a:focus { outline: 1px dashed #fff; }
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: 700; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a:hover { color: #10b151; text-decoration: none; }
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, .searchDrop {
    background: var(--mobileDropBG);
    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: 700;
    padding: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* Mobile Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>a {
    color: var(--mobileSubLinkColor);
    font-weight: 600;
    padding-left: 1.5rem;
    font-size: 16px;
    text-transform: capitalize;
}

/* 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;
    text-transform: capitalize;
}

/* 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;
    text-transform: capitalize;
}

/* 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;
    text-transform: capitalize;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #fff; }

.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: #10b151;
    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"; }
.navDrop nav.block.mobilemenu .fa.fa-minus-square-o:before { content: "\f068"; }

.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);
}

.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: none;
    color: #10b151;
}

.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;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality  { text-transform: capitalize; color: var(--mobileLinkColor); font-size: 18px; display: inline-block; padding: 0; font-weight: 400; letter-spacing: 0; }
.navDrop nav.block.mobilemenu li.openweather a:hover { text-decoration: none; color: #10b151; }
.navDrop nav.block.mobilemenu li.openweather {  padding: 0 0 10px; margin-top: 0px; }
.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: 4px; }

/* 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: #666;
    padding: 5px 10px;
    width: 80%;
    width: calc(100% - 50px);
    border: none;
    border-radius: 5px;
}

.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;
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 14pt;
    padding: 5px 0;
}

nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: absolute;
    bottom: auto; left: auto; right: auto;
    display: block;
    padding: 18px 60px 18px 290px;
    text-align: center;
    top: 60px;
    background: rgb(26 26 26 / 90%);
    width: 100%;
}

nav.horizontal.block>ul {
    padding: 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: none;
    color: var(--navcolor);
    border: none;
    margin-right: 10px;
    font: normal normal 700 20px var(--designfont);
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    transition: all 300ms ease;
    padding: 20px 0;
}

nav.horizontal.block>ul>li:last-child>a { margin-right: 0; }

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    background: none;
    color: var(--navactivecolor);
    text-decoration: none;
}
nav.horizontal.block>ul>li>a:focus { outline: 1px dashed #fff; }
nav.horizontal.block li li>a {
    /* color: #fff;
    margin-bottom: 2px;
    border-radius: 5px; */
}

nav.horizontal.block li li:last-child>a { margin-bottom: 0; }

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* 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 #fff; }

nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }

nav.subsections ul { list-style-type: none; padding: 0; margin-bottom: 0; }
nav.subsections ul ul { padding-left: 0; }
nav.subsections ul ul a { font-size: 16px; 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-weight: 600;
    font-size: 18px;
    width: 100%;
    display: block;
    color: #fff;
}

nav.subsections li.actual > a { background: #0a7f39; }

/* 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 dashed 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: 70px 8% 50px 8%;
    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;
    padding: 0 50px;
}

nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}

nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

/* 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: 30px;
    margin-top: 10px;
    box-shadow: none;
    font-weight: normal;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 400;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 600;
}

/* 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: none;
    color: var(--slabactivecolor) !important;
    text-decoration: none;
    /* border-bottom: 2px solid #9bbf4f; */
}
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus { outline: 1px dashed #fff; }

nav.slab.horizontal.block > ul > li.threecol > ul > li:first-of-type, nav.slab.horizontal.block > ul > li.twocol > ul > li:first-of-type {
    padding-left: 0;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { padding-left: 15px; }
nav.slab.horizontal.block > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
nav.menu ul ul { padding: 0;}

/* ------------- TYPOGRAPHY ------------- */
body {
    font-family: "Fira Sans", 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: 600;
    transition: all 300ms ease;
}

a:hover { color: #0a7f39; 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: 400 45px var(--secondaryfont);
    color: #0d0d0d;
    text-transform: capitalize;
    letter-spacing: 1px;
}

h2 { 
    font: 400 35px var(--secondaryfont);
    color: #0d0d0d;
    text-transform: capitalize;
    letter-spacing: 1px; 
}

h3, h3.subtitle { 
    font: 600 20px var(--designfont);
    color: #0d0d0d;
    text-transform: capitalize;
    letter-spacing: 1px; 
}

h4 { 
    font: 700 20px var(--designfont);
    color: #0d0d0d;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

h5 { 
    font: 600 18px var(--designfont);
    color: #0d0d0d;
    text-transform: capitalize;
    letter-spacing: 0;
}

h6 { 
    font: 700 16px var(--designfont);
    color: #0d0d0d;
    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;
    color: #0d0d0d;
    text-transform: capitalize;
    text-decoration: none;
}
.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: none; color: #0a7f39; }

.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;
    letter-spacing: 2px;
    min-width: 220px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

div.readmore.small a:hover, .seeallitems a:hover, .listingCheck a:hover {
    text-decoration: none;
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}
div.readmore.small a:focus, .home .seeallitems a:focus { outline: 1px dashed #fff; }
.inner .seeallitems a, .listingCheck a, .inner div.readmore.small a { min-width: 180px; min-height: 45px; position: relative; }
.inner .seeallitems { margin-top: 30px; }
.listingCheck { text-align: left; margin-top: 20px; }

/* ------------- 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: 14px;
    color: #fff;
    background: rgb(13 13 13 / 25%);
    border: 2px 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: #fff;
    background: #0d0d0d;
    border: 2px solid #0d0d0d;
}


/* ------------- FILMSTRIP / QUICK LINKS ------------- */
/* Controls */
.quicklinkscontainer button.arrowprev,
.quicklinkscontainer button.arrownext,
.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    font-size: 14px;
    color: #fff;
    background: rgb(13 13 13 / 25%);
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.35);
    margin-left: 0;
}

.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: #1a1a1a;
    background: #fff;
    border: 2px solid #fff;
}

.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    /* Only if auto play is off in the CMS */
    display: none;
}

/* ------------- FOOTER ------------- */
footer.main {
    position: relative;
    padding: 20px 40px;
    background: #0d0d0d;
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font: normal normal 400 28px var(--secondaryfont);
    text-align: center;
    text-transform: capitalize;
}

footer.main .text, footer.main .text2, footer.main .text3, footer.main .text4,
footer.main .text5, footer.main .text6, footer.main .text7, footer.main .text8 {
    font-family: var(--designfont);
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 0;
    display: block;
    white-space: pre-wrap;
    line-height: 28px;
}

footer.main .text {
    color: #fff;
    font-size: 16px;
}

footer .footertext {
    /* display: inline-block; */
}

footer.main a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

footer.main a:hover {
    color: #10b151;
    text-decoration: none;
}
footer.main a:focus { outline: 1px dashed #fff; }
footer.main .text8 i { color: #10b151; margin-left: 10px; }
footer.main .footertext span { text-transform: uppercase; font-weight: 700; letter-spacing: 2px; }
footer.main .verticalLogo_text, footer.main .verticalLogo_text a, footer.main .copyright span {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ------------- 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: 20px;
    padding: 0 0 8px 0;
    font-family: var(--designfont);
    color: #0d0d0d;
    font-weight: 600;
}

.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: none;
    color: #0a7f39;
}

.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: 80px !important; 
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 5px;
    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: #333; }

._moderncalendar .calMonth .calMonthName, ._moderncalendar .calMonth .calYear {
    color: #0d0d0d;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}
._moderncalendar .calMonthHeading { padding-bottom: 10px; }

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: #1a1a1a;
    color: var(--maincolor);
    padding: 8px 0;
    font-weight: 600;
}

.calDayHeading th {
    background: #fff;
    color: #555;
}

.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; text-decoration: none; color: #0d0d0d; }
table.calendarTable .calDay a.eventLink:hover { color: #0a7f39; }

.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: #0a7f39;
    color: #fff;
}

._moderncalendar .dayeventscontainer {
    z-index: 2;
}

.calToday .calDayNum {
    background: var(--main);
    color: #fff;
}

.circleDate {
    position: absolute;
    left: 0;
    height: 72px;
    width: 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--designfont);
    background: #0a7f39;
    color: var(--maincolor);
    text-transform: uppercase;
    margin: 0;
}
.home .circleDate { 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: 20px;
    /* overflow: hidden; */
    margin: 5px 0;
    border-radius: 5px;
    background: #fff;
}
.inner ._eventsbox article.summaryDisplay { padding: 0 0 0 86px; }
.home ._eventsbox article.summaryDisplay { padding: 15px 20px 15px 20px; min-height: 95px; border-right: 5px solid #10b151; }

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

/* ------------- RANDOM BANNER ------------- */
.innerimage {
    height: var(--innerBannerHeightMob);
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    position: relative;
}

.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;
}


/* ------------- 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, .home .box.promotion.B_PR .summaryDisplay div.image 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, .home .box.promotion.B_PR .summaryDisplay:hover div.image img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.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: 180px;
    min-height: 45px;
    letter-spacing: 2px;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    padding: 12px 15px;
    line-height: 1.2;
    font-size: 18px !important;
    font-weight: 600 !important;
    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 i { font-weight: 900; }

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.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 {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .boxdate.done {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .meetings.search .button {
    padding: 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: 12px;
}

/* ------------- 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 {
    display: block;
    font: 400 35px var(--secondaryfont) !important;
    color: #0d0d0d;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.DIR_PER h4 { 
    font-size: 16px;
    font-weight: 600;
    line-height: 1; 
    color: #0d0d0d;
}

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: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    z-index: 5;
    border-radius: 50%;
    line-height: 100%;
    transition: all 300ms ease;
    margin: 0 3px;
    outline: none; 
    color: #0d0d0d;
    border: 2px solid #0d0d0d;
    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: #fff; 
    background: #0d0d0d;
    border: 1px solid #0d0d0d; 
}

.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: #f0f0f0;
    border: var(--buttonborder);
    border-radius: 5px;
}

.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }


/* ------------- DOCUMENTS ------------- */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {
    background: #fff;
    padding: 7px 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);
    letter-spacing: 2px;
    min-width: 180px;
    min-height: 45px;
}

.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;
    letter-spacing: 2px;
    min-width: 180px;
    min-height: 45px;
}

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: var(--main);
    color: #fff;
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--main);
    color: #fff;
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: #fff;
    background: #0a7f39;
}

.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 {
    color: #fff !important;
    background: #0a7f39 !important;
}

.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: capitalize;
    transition: all 300ms ease;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.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);
}

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: 1.4;
}

._moderncalendar .calDay .calDayNum {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: var(--designfont);
    font-weight: 400;
}
._moderncalendar td.calDay { color: #0d0d0d; }

/* 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/events-bg.jpg") no-repeat top center;
    background-size: cover !important;
    padding: 50px 40px 140px;
    position: relative;
}

/* custom css */
.header-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.header-link a { text-decoration: none; }
.header-link a span { cursor: pointer; }
.header-link a:focus { outline: 1px dashed #fff; }
.headerlink a:hover span { color: #10b151; text-decoration: none; }
.headerlink, span.top-nav-info {
    font: normal normal 400 16px var(--designfont);
    text-decoration: none;
    cursor: default;
    color: #fff;
    transition: all 300ms ease;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.searchBar {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: 90px;
}
.inner .searchBar {
    transform: translate(-50%, -50%);
}
.inner .searchBar { top: 50%; }
.search.bar .fieldAndButton {
    width: 275px;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    border: none;
    background: rgb(13 13 13 / 85%);
    filter: drop-shadow(-0.518px 1.932px 7.5px rgba(0,0,0,0.2));
    min-height: 50px;
}
.search.bar .fieldAndButton .searchField, .meetings.search .fieldAndButton .searchField {
    width: 80%;
    color: #fff;
    padding: 9px 7px 7px 7px;
    font: normal normal 400 16px var(--designfont);
    letter-spacing: 0;
    text-transform: capitalize;
}
.search.bar .fieldAndButton .searchMag {
    font-size: 16px;
    height: 16px;
    width: 16px;
    margin: 9px 7px 7px 7px;
    color: #10b151;
}
.search.bar .fieldAndButton .searchMag:focus { outline: 1px dotted #fff; }
.search.bar .fieldAndButton .searchMag:hover { color: #fff; }
.search.bar .fieldAndButton input::placeholder { color: #fff; }
.header-link i { margin-right: 10px; color: #10b151; font-weight: 900 !important; }
.slidercontainer .controls {
    display: inline-flex;
    position: absolute;
    bottom: 145px;
    right: 0;
    z-index: 2;
    align-items: center;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
    top: unset;
}
.inner .slidercontainer .controls { bottom: 50px; }
/* .home nav.horizontal.block>ul>li>a.nav-home > i { color: var(--navactivecolor); } */
nav.horizontal.block > ul > li:not(.hasChildren) > a::after { transform: unset; }
nav.horizontal.block>ul>li>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 5px;
    background: #10b151;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    transform: translateX(-12px);
    transition: all 300ms ease;
}
nav.horizontal.block>ul>li.current>a::after, nav.horizontal.block>ul>li.open>a::after, nav.horizontal.block>ul>li:hover>a::after, nav.horizontal.block>ul>li:focus>a::after { width: 50px; }
nav.horizontal.block>ul>li:first-child.current>a::after, nav.horizontal.block>ul>li:first-child.open>a::after, nav.horizontal.block>ul>li:first-child:hover>a::after, nav.horizontal.block>ul>li:first-child:focus>a::after { width: 24px; }
.nogroup.Top + .nogroup.Top {
    position: relative;
    margin-top: 0;
}
.home .nogroup.Top .quicklinkscontainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;
}
.nogroup.Top .quicklinkscontainer { padding: 20px 50px; }
.quicklinkscontainer { background: linear-gradient(0deg, rgba(16,21,18,0.9999999999999999) 0%, rgba(16,21,18,0.9999999999999999) 25%, rgba(16,21,18,0) 100%); }
.home .singlepic:before, .home .slider_wrap1 .owl-item:before, .home .slidercontainer .slides .slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(26 26 26 / 40%);
    z-index: 0;
}
.quicklinkscontainer .owl-stage .quicklink i {
    font-size: 35px;
    padding: 10px;
    height: unset;
    width: 100px;
    margin: auto;
    line-height: 1.1;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
    color: #10b151;
    display: block;
    vertical-align: middle;
    text-decoration: none !important;
    -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);
}
.quicklinkscontainer .owl-stage .quicklink a:hover i { 
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.quicklinkscontainer .owl-stage .quicklink a:focus { outline: 1px dashed #fff; }
.quicklinkscontainer .title {
    color: #fff;
    font: normal normal 600 16px var(--designfont);
    transition: all 300ms ease;
}
.slidercontainer .slides .slide .titlebox .title {
    letter-spacing: 3px;
    text-transform: uppercase;
    font: normal normal 600 18px var(--designfont);
}
.slidercontainer .slides .slide .titlebox .subtitle {
    letter-spacing: 2px;
    font: normal normal 400 40px var(--secondaryfont);
}
.slidercontainer .slides .slide .titlebox a {
    color: var(--buttoncolor);
    background: var(--buttonbg);
    letter-spacing: 2px;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    padding: var(--buttonpadding);
    text-decoration: none;
    display: inline-flex;
    border-radius: var(--buttonradius);
    min-width: 200px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0, 0, 0, 0.25));
    margin-top: 15px;
    transition: all 300ms ease;
}
.slidercontainer .slides .slide .titlebox a:hover { background: var(--buttonbghover); }
.slidercontainer .slides .slide .titlebox {
    width: 95%;
    padding: 50px 0;
    inset: 46% auto auto 50%;
}
.quicklinkscontainer .owl-stage .quicklink a:hover, .quicklinkscontainer .owl-stage .quicklink:hover .title { text-decoration: none; color: #10b151; }
.quicklinks { overflow: hidden; min-height: 107px; }
.quicklinkscontainer button.arrowprev {
    left: 0;
    position: absolute;
    bottom: 25px;
}
.quicklinkscontainer button.arrownext {
    right: 0;
    position: absolute;
    bottom: 25px;
}
.quicklinkscontainer .controls {
    right: 20px;
    left: 20px;
    z-index: 1;
}
.home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    row-gap: 15px;
    position: relative;
}
.home .box.promotion.B_LIST.HA_Boxes > h2 {
    text-align: center;
    font: normal normal normal 40px var(--secondaryfont);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f5366;
    margin-bottom: 10px;
}
.home .box.promotion.box.promotion.HA_Boxes_Top .responsivebox, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    width: 100%;
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    height: 90px !important;
    margin: 5px 0;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox { margin-bottom: 20px; }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    border-radius: 5px;
    background: #1a1a1a;
    transition: all 300ms ease;
    border-right: 5px solid #10b151;
}
.home .box.promotion.HA_Boxes_Top .responsivebox, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    padding: 15px 30px;
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    gap: 5px;
}
.responsivebox > div {
    height: 100%;
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox .image.left, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox .image.left {
    margin: 0 !important;
    max-width: 50px !important;
    display: flex;
    justify-content: flex-start;
}
.home .box.B_BOXES .responsivebox div.image, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox .image.left img, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox .image.left img {
    width: 35px !important;
    margin-right: 15px;
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox .boxbody {
    display: none;
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a {
    font: normal normal 600 18px var(--designfont);
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    padding-bottom: 0;
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover { color: #10b151; }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:focus, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:focus { outline: 1px dashed #fff; }
.home section.box.promotion.B_PR .body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    column-gap: 50px;
    row-gap: 40px;
}
.home .item.summaryDisplay, .home .box.promotion.B_PR article.summaryDisplay {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    height: 100% !important;
    border-radius: 5px;
    z-index: 1;
    border-bottom: 5px solid #10b151;
}
.home .box.promotion.B_PR .summaryDisplay div.image {
    float: none;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100% !important;
}
.home .box.promotion.B_PR .summaryDisplay div.image img {
    object-fit: cover;
    object-position: center center;
    height: 265px !important;
    width: 100% !important;
}
.box.promotion.B_PR .summaryDisplay h3, .box.promotion.B_PR .summaryDisplay h3 a {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    color: #0d0d0d;
    text-decoration: none;
}
.box.promotion.B_PR .summaryDisplay h3 a:hover { color: #0a7f39; }
.home .box.promotion.B_PR article.summaryDisplay h3 {
    font-size: 20px;
    padding: 0 30px 10px;
}
.home section.box.promotion.B_PR .summaryDisplay .body, .inner .box.B_PR .summaryDisplay .body { display: none; }
.home .newsdatetime { padding: 0 30px 20px; }
.home section.box.promotion.B_PR > h2, .home .box.promotion.B_LIST.HA_Boxes_Top > h2 {
    font-size: 37px;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--secondaryfont);
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}
h2, .home .box.promotion.B_LIST.HA_Boxes_Top > h2 { margin-bottom: 0; }
.home .box.promotion.B_LIST.HA_Boxes_Top > h2 { color: #0d0d0d; }
.newsdatetime time, .eventsdatetime time {
    color: #525252;
    font: normal normal 400 16px var(--designfont);
}
.nogroup.Above { padding: 40px 40px 55px; }
.home .content { padding: 50px 40px; }
.home div.readmore.small {
    font-weight: bold;
    text-align: center;
    bottom: 0;
    margin-top: 0;
    position: relative;
}
.home .box.promotion.B_EV > h2 {
    font: normal normal 400 37px var(--secondaryfont);
    letter-spacing: 1px;
    color: #FFFFFF;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
    text-align: center;
    margin-bottom: 25px;
}
.home .box.promotion.B_EV h2 { color: #fff; }
.box.promotion.B_EV .box.B_EV .body._moderncalendar {
    display: flex;
    flex-direction: column;
    column-gap: 60px;
    row-gap: 40px;
    padding: 0;
}
.home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
}
.nogroup.Below .box.promotion.B_EV .body .box.B_EV ._eventsbox.HA_Cal_ModernPlusRight {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
}
._calendarbox.HA_Cal_ModernPlusRight div.seeallitems {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    width: fit-content;
    z-index: 9;
}
._calendarbox.HA_Cal_ModernPlusRight div.seeallitems {
    left: calc(50% + -110px);
    top: unset;
    margin-left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-125%);
}
.calDayHeading span {
    font-size: 18px;
    font-weight: 600;
}
._moderncalendar .calDayHeading th:first-of-type { border-radius: 5px 0 0 5px; }
._moderncalendar .calDayHeading th:last-of-type { border-radius: 0 5px 5px 0; }
._moderncalendar .calMonth table { border-radius: 5px; }
._moderncalendar .calMonth .chevron { color: #0d0d0d; }
._moderncalendar .calMonth .chevron:hover { color: #0a7f39; }
._moderncalendar .calDay.calGrayDay, ._moderncalendar .calMonthHeading, ._moderncalendar td.calDay, ._moderncalendar .calMonth table { background: none; }
.home ._eventsbox.HA_Cal_ModernPlusRight .summaryDisplay h3 a { font-size: 18px !important; }
footer.main .footertext, .footer-bottom {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.footer-bottom { border-top: 1px dashed rgb(255 255 255); padding: 25px 0 20px; }
.d-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
}
.w-195 { width: 195px; margin: auto !important; }
.pt-30 { padding-top: 30px; }
.mobilemenu .top-text {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}
.mobilemenu .top-text a {
    padding: 0 !important;
    font-weight: 400 !important;
}
.mobilemenu .top-text i {
    color: #10b151;
    margin-right: 10px;
}
.mobilemenu .top-text .fa-solid.fa-location-dot { margin-right: 13px; }
.mobilemenu .top-text, span.top-nav-info {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400 !important;
}
.insideLeftContent {
    position: relative;
    z-index: 1;
}
.inner nav.box.subsections.desktoponly, .inner aside.box.sidebar {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}
.inner nav.box.subsections.desktoponly > h2 {
    display: none;
}
nav.subsections ul li {
    margin: 0;
}
nav.subsections .body > ul > li > a {
    padding: 15px 0 15px 30px;
    margin: 0;
}
nav.subsections .body > ul > li > ul > li > a {
    margin: 0;
    padding: 15px 6px 15px 45px;
}
nav.subsections .body > ul > li > ul > li > ul > li > a {
    margin: 0;
    padding: 15px 6px 15px 65px;
}
nav.subsections .body > ul > li > ul > li > ul > li > ul > li > a {
    margin: 0;
    padding: 15px 6px 15px 85px;
}
nav.subsections .body > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > ul > li > ul > li > a:hover {
    background: #0a7f39;
    color: #fff;
}
nav.subsections .body > ul > li > a:focus { outline: 1px dashed #fff; }
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px 0; }
.DIR_BUS .field.inline, .DIR_PER .field.inline {
    /* display: flex;
    align-items: baseline; */
}
.box.B_EV .summaryDisplay .body, .box.B_PR .summaryDisplay .body {
    display: none;
}
.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: 85px; }

.inner .insideRightContent .promotion .image.left { float: left; }

.B_MEET .boxdate .day { font-weight: bold; line-height: 1.1742; }

.container form { max-width: 100%; }

.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: 15px; }
.inner .insideMainContent .body .summary span { color: #3a4752 !important; }
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody { display: none; }
.inner .box.promotion.B_LIST.HA_Boxes > h2 { margin-bottom: 25px; }
.top-text a:hover span, .top-text a:hover { color: #10b151; }
.top-text a span { cursor: pointer; }
.nogroup.Below .box.promotion.B_EV { margin-bottom: 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; }
    .home .content {
        background: url('./images/news-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 500px) {
    .home .box.promotion.HA_Boxes .responsivebox { padding: 15px 50px; }
    .home section.box.promotion.B_PR > h2, .home .box.promotion.B_LIST.HA_Boxes_Top > h2, .home .box.promotion.B_EV > h2 { font-size: 46px; }
    .home ._eventsbox article.summaryDisplay { padding: 15px 20px 15px 40px; }
}

@media (min-width:600px) {
    /* ------------- DEFAULT IMAGE - UNCOMMENT/EDIT AS NEEDED ------------- */
    .inner .B_PR .body .summaryDisplay {
        position: relative;
        padding: 12px 0 12px 200px;
        min-height: 110px;
        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: 160px !important;
        margin: 0 25px 0 0;
    }
    .inner .B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage { margin-bottom: 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; }

    /* custom css */
    .home .slidercontainer .controls { bottom: 28%; }
    .slidercontainer .slides .slide .titlebox .title { font: normal normal 600 25px var(--designfont); }
    .slidercontainer .slides .slide .titlebox .subtitle { font: normal normal 400 75px var(--secondaryfont); letter-spacing: 4px; }
    .slidercontainer .slides .slide .titlebox { inset: 50% auto auto 50%; }
    .home section.box.promotion.B_LIST.HA_Boxes .responsivebox { margin: 0; }
    .home section.box.promotion.B_PR .body { flex-direction: row; }
    .home .box.promotion.B_PR article.summaryDisplay { width: calc(100% / 3); }
    .home .container.content div.left, .home .container.content div.cyclerSlide { margin: 0px 25px 25px 0; }
    .home div.readmore.small {
        position: absolute;
        bottom: 65px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .calMonth { padding: 0 40px; }
    ._moderncalendar .calDay.calEvent .calDayNum {
        width: 40px;
        height: 40px;
        line-height: 2.1;
    }
    .insideLeftContent h2 { padding: 35px 30px 5px; color: #fff; }
    .insideLeftContent aside.sidebar .body { padding: 0 30px; color: #fff; }
    .inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px; }
    .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox { margin: 0px 30px 50px 0px; }
    ._moderncalendar td.calDay { padding: 15px 3px; }

    /* 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 60px 35px;
    }

    .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: 25px;
    }

    .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: var(--designfont);
        font-weight: 700;
        color: #0d0d0d;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 50px;
        line-height: 1;
        letter-spacing: 1px;
    }

    .inner .breadcrumbs h2 { padding: 0 10px 0 0 !important; }

    .inner .breadcrumbs a::after {
        content: "\f324";
        font-family: "Font Awesome 6 Pro";
        padding-left: 10px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        color: #0d0d0d;
        font-size: 16px;
    }

    .inner .breadcrumbs a:hover, .inner .breadcrumbs a:focus { color: #0a7f39; 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: #0a7f39; }

    .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; margin-right: -5px; }

    .printResize .resize {
        text-decoration: none;
        font-family: var(--designfont);
        color: #0d0d0d;
        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: #0d0d0d;
        font-size: 18px;
        margin-left: .25rem;
    }
    
    .printResize .printBtn:hover, .printResize .resize:hover { color: #0a7f39; }

    .printResize .printBtn img { height: 100%; transition: filter 300ms ease; }

    .inner .leftContent { 
        background: #1a1a1a; 
        position: relative;
        padding: 0 0 150px 0;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: 5px solid #10b151;
    }
    .inner .leftContent::before {
        content: "";
        background: url('./images/road-watermark-sidenav.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        height: 680px;
    }
    .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;
        width: 100%;
        display: flex;
        flex-direction: column;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
        background: rgb(26 26 26 / 90%); 
    }

    .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: 9999;
    }
    
    .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 div.titlewrap a.title:focus { outline: 1px dashed #fff; }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        display: flex !important;
        justify-content: space-between;
        gap: 10px;
        flex-flow: row nowrap;
        align-items: center;
        bottom: auto;
        height: 60px;
        right: 0;
        padding: 11px 60px 11px 290px;
        background: #0d0d0d;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
        width: 100%;
    }

    .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: 0 5px;
        width: 180px;
        line-height: normal;
        display: inline-flex;
        flex-wrap: nowrap;
        align-content: center;
    }

    .searchSocial .search.bar .searchField {
        font-size: 16px;
        padding: 3px;
        width: 100%;
        font-family: var(--designfont);
    }

    .searchSocial .search.bar .searchMag {
        float: none;
        font-size: 16px;
        height: 20px;
        width: 20px;
        display: block;
        margin: auto 0;
    }

    .searchSocial .search.bar .searchMag:hover { color: #000; }

    .searchSocial .openweather, .searchSocial .airquality {
        text-transform: capitalize;
        float: left;
        display: inline-block;
        margin-right: 0;
        margin-top: 0;
        vertical-align: top;
    }

    .searchSocial .openweather i, .searchSocial .airquality i { color: #10b151; }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a, .searchSocial .airquality {
        color: #fff;
        font-size: 16px;
        font-family: var(--designfont);
        font-weight: 400;
        text-decoration: none;
    }
    .searchSocial .openweather i { margin-right: 3px; }

    .searchSocial .openweather a:hover {
        color: #10b151;
        text-decoration: none;
    }

    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }

    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .inner .image.right { margin: 0 0 15px 25px; }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; position: relative; z-index: 13; }

    .desktoponly { display: block; }

    .inner .leftContent { width: 40%; }

    .inner .rightContent {
        padding: 0 0 20px 20px;
        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; 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;
    }
    .searchBar { top: 240px; }
    .inner .searchBar { top: 250px; }
    .search.bar .fieldAndButton { width: 325px; }
    .search.bar .fieldAndButton .searchField, .meetings.search .fieldAndButton .searchField { width: 85%; }
    .top-nav-info { display: none; }
    .nogroup.Top .quicklinkscontainer { padding: 20px 120px 30px; }
    .quicklinkscontainer .controls {
        right: 60px;
        left: 60px;
    }
    .home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top { grid-template-columns: 1fr 1fr; }
    .nogroup.Above .box.promotion.B_LIST.HA_Boxes_Top h2:first-of-type, .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top h2 { grid-column: 2 span; }
    .home .box.promotion.HA_Boxes_Top .responsivebox { padding: 15px 40px; }
    .home .content { padding: 50px 60px 165px; }
    .nogroup.Above { padding: 40px 60px 55px; }
    .nogroup.Below { padding: 40px 60px 150px; }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar { padding: 0; }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox { padding: 35px 0 20px; }
    footer.main { padding: 30px 60px; }
    .docmanContainer .docmanSearch { width: 185px; }
    .mainContent .B_MEET .meetings.search .fieldAndButton .searchField { width: 185px; }
    .inner .content { padding: 0 60px 50px; }
}

@media (min-width: 1000px) {
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox { margin: -4px 0 -4px 0; }
    .mainContent .B_MEET .meetings.search .fieldAndButton .searchField { width: 250px; }
}

@media (min-width: 1100px) {
    .box.promotion.B_EV .box.B_EV .body._moderncalendar { flex-direction: row; }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
        flex-basis: 50%;
        max-width: 50%;
    }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
        flex-basis: 50%;
        max-width: 50%;
    }
    ._calendarbox.HA_Cal_ModernPlusRight div.seeallitems { left: calc(50% + -110px); }
}

@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;
    }
    .home .box.promotion.B_LIST.HA_Boxes_Top {
        column-gap: 50px;
        row-gap: 40px;
    }
    .home .box.promotion.B_LIST.HA_Boxes_Top > h2 { margin-bottom: -20px; }
    .home .box.promotion.HA_Boxes_Top .responsivebox { padding: 15px 50px; }
    footer.main .footertext, .footer-bottom {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: start;
    }
    .footer-group { margin-top: 0; }
    .footer-group:first-of-type {
        width: fit-content;
        padding-left: 0;
        padding-right: 30px;
    }
    .footer-group:nth-of-type(2) { width: 30%; padding-right: 30px; }
    .footer-group:nth-of-type(3) {
        width: 40%;
        padding-right: 30px;
    }
    .footer-group:last-of-type {
        width: 34%;
        max-width: unset;
        padding-right: 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, footer.main h4 { text-align: left; }
    .w-195 { width: 195px; margin: unset !important; }
    .pt-30 { padding-top: 0; }
    .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox { width: calc(45% - 0px) }
    .docmanContainer .docmanSearch { width: 330px; }
}

@media (min-width: 1300px) {
    .footer-group:nth-of-type(2) { width: 30%; }
    .footer-group:nth-of-type(3) { width: 34%; }
}

@media (min-width: 1400px) {
    .header-link {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }
    .headerlink, span.top-nav-info { font-size: 15px; }
    .top-nav-info { display: inline-flex; }
    .home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .nogroup.Above .box.promotion.B_LIST.HA_Boxes_Top h2:first-of-type, .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top h2 { grid-column: 3 span; }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar {
        flex-direction: row;
        gap: 1;
        padding: 0 0;
    }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
        flex-basis: 50%;
        max-width: 50%;
    }
    .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
        flex-basis: 50%;
        max-width: 50%;
        margin: -9px 0 -10px 0;
    }
    ._moderncalendar td.calDay { padding: 15px 10px; }
    footer.main .footertext { gap: 70px; }
    .footer-group:first-of-type {
        width: 25%;
        padding-right: 0;
        text-align: left;
    }
    .footer-group {
        flex-grow: 1;
        padding-right: 30px;
    }
    .footer-group:nth-of-type(2) { width: 33%; }
    .footer-group:nth-of-type(3) {
        width: 33%;
        margin-left: -55px;
    }
    .footer-group:last-of-type { padding-right: 0; }
    .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox { width: calc(28% - 0px) }
    .docmanContainer .docmanSearch { width: unset; } 
}

@media (min-width: 1500px) {
    .headerlink, span.top-nav-info { font-size: 16px; }
}

@media (min-width: 1600px) {
    .searchSocial { padding: 11px 150px 11px 400px; }
    .topbar2 div.titlewrap { left: 150px; }
    nav.horizontal.block { padding: 18px 150px 18px 400px; }
    .nogroup.Top .quicklinkscontainer { padding: 100px 150px 40px; }
    .nogroup.Above { padding: 40px 150px 55px; }
    .home .content { padding: 50px 150px 165px; }
    .nogroup.Below { padding: 40px 150px 150px; }
    footer.main { padding: 30px 150px; }
    .inner .content { padding: 0 150px 50px; }
    .inner .inner-header { margin: 40px 150px 35px; }
    .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox { width: calc(30% - 0px) }
    .footer-group:nth-of-type(3) { width: 40%; }
}
@media (min-width: 1700px) {
    .footer-group:nth-of-type(3) { width: 33%; }
}