@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: 1em 0; }
body {
    font-family: "Roboto", serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #231f20;
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

/* SET VARIABLES FIRST */
:root {
    --designfont: "Roboto", serif;
    --majortitlecolor: #662600;

    --serif: "Gelasio", serif;

    --navbg: #555;
    --navcolor: #231f20;
    --navactivebg: #333;
    --navactivecolor: #694621;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;


    /* Notifications */
    --notificationLowBG: #694621;
    --notificationLowColor: #fff;
    
    --notificationMediumBG: #fdca4e;
    --notificationMediumColor: #51371a;

    --notificationHighBG: #933f16;
    --notificationHighColor: #fff;

    --notificationControls: #fff;


    /* Mobile nav */
    --mobiletopbarbg: #fff;
    --mobiletopbarcolor: #231f20;

    --mobileDropBG: #f8f4f0;
    --mobileLinkColor: #231f20;
    --mobileSubLinkColor: #525252;
    --mobileSubSubLinkColor: #525252;
    --mobileBorder: solid 1px rgba(82, 82, 82, 0.35);
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 400; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileIconColor: #694621;

    /* Accordion */
    --accordioncolor: #694621;
    --accordionbg: #fff;
    --accordionplus: #694621;
    --accordioncolorhover: #fff;
    --accordionbghover: #694621;
    --accordionplushover: #fff;
    --accordionborder: 1px solid #694621;
    --accordionradius: 5px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #694621;
    --maincolor: #fff;

    /* New Calendar */
    --newcalBarBG: #694621;
    --newcalBarColor: #fff;
    --newcalArrows: #694621;
    --newcalArrowColor: #fff;
    --newcalTodayBG: #694621;
    --newcalTodayColor: #fff;
    --newcalEverydayColor: #333;
    --newcalEverydayBG: #fff;
    --newcalDateCircleColor: #fff;
    --newcalDateCircleBG: #694621;
    --newcalEventBorder: #d9d9d9;
    --newcalListBorder: 1px solid #d9d9d9;
    --newcalBodyColor: #333;
    --newcalTimeColor: #333;
    --newCalWeight: 700;
    --newCalCloseHover: #333;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #51371a;
    --buttonbg: #fdca4e;
    --buttoncolorhover: #fff;
    --buttonbghover: #51371a;
    --buttonborder: 1px solid #51371a;
    --buttonradius: 5px;
    --buttontexttransform: capitalize;
    --buttonfont: 700 16px "Roboto", serif;
}

.B_MEET .meetings.search .button {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #51371a;
    font-weight: 700;
    background: #fdca4e;
    border: 1px solid #51371a;
    padding: 15px 25px;
    text-align: center;
}

.B_MEET .meetings.search .button:hover {
    color: #fff;
    background: #51371a;
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    color: #222;
    width: calc(100% - 80px);
    border: 1px solid #ccc;
    padding: 12px 5px 12px 5px;
    font-size: 16px;
    margin-right: 10px;
}

.inner section.box.B_BOXES.image_top.count3 .responsivebox {
    height: auto !important;
}

a#skipLink { top: -43px; }

#backTop {
    font-size: 24px;
    transition: all 300ms ease;
    color: #694621;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #694621;
}

#backTop:hover {
    background: #694621;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #694621;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

/* new alerts */
.alertcontainer {
    z-index: 9999;
}

.alert { 
    background: var(--notificationLowBG); 
    color: var(--notificationLowColor);
    font-size: 16px;
    font-weight: 500;
}
.alerts .alert a { color: var(--notificationLowColor);	text-decoration: underline; }
.alerts .alert a:focus { outline: 1px dashed var(--notificationLowColor); }

.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); }

.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); }

.alertcontainer button.closealerts,
.alertcontainer .controls button {
    color: var(--notificationControls);
}

.alerts .alert.priority2 button.dialogbutton,
.alertcontainer button.closealerts.priority2,
.alertcontainer .controls.priority2 button {
    color: var(--notificationMediumColor);
}

.alerts .alert.priority3 button.dialogbutton,
.alertcontainer button.closealerts.priority3,
.alertcontainer .controls.priority3 button {
    color: var(--notificationHighColor);
}

.alerts .alert button.dialogbutton {
    font-family: var(--designfont);
    font-weight: 500;
}

.alerts .alert.priority2 button.dialogbutton {
    background: rgba(255,255,255,0.35);
}


/* .notifications {
    position: relative;
    background: var(--notificationbg);
    padding: 5px;
    color: #fff;
    display: none;
    text-align: center;
    z-index: 12;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-size: 10pt;
    color: var(--notificationcolor);
    font-family: var(--designfont);
    font-weight: normal;
}
.notifications .notification p { padding: 0; margin: 0; }

.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
}

.notifications a.closenotification i {
    font-weight: var(--mobileIconWeight);
}

.notifications a, .notifications a:hover {
    color: var(--notificationcolor);
    text-decoration: underline;
}

.notifications a:focus { outline: 1px dashed white; } */

.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #231f20;
    background: white;
}

.inner .contentBG {
    position: relative;
    padding-bottom: 410px;
    background: #f8f4f0 url(images/internal-footer-bg.jpg) center bottom no-repeat;
    /* background: linear-gradient(180deg, #fbf9f7 70%, #faf8f4 80%, #e1dac9 100%) no-repeat padding-box; */
}

.innerToolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    align-items: baseline;
}

.printResize {
    display: none;
    font-weight: 700;
    float: right;
    padding-bottom: 22px;
    min-width: 78px;
}

.printResize .resize {
    text-decoration: none;
    font-family: var(--designfont);
    color: #525252;
    transition: color 300ms ease;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
}

.printResize .resize:hover {
    color: #694621;
}

.printResize .printBtn {
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    transition: color 300ms ease;
    color: #525252;
    font-size: 18px;
    margin-left: .25rem;
}

.printResize .printBtn:hover {
    color: #694621;
}

.printResize .resize.small {
    font-size: 16px !important;
}

.printResize .resize.med {
    font-size: 20px !important;
}

.printResize .resize.large {
    font-size: 25px !important;
}

.searchSocial {
    display: none;
}

.home-h1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 1000;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: var(--mobiletopbarbg);
}
.topbar.scroll { overflow-y: 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: 20px 40px 20px; }
.searchDrop { display: none; padding: 20px 40px; }
nav.top.block ul { 
    border-radius: 0; 
    padding: 0 20px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

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 {
    padding: 5px;
    font-size: 16px;
    color: var(--mobiletopbarcolor);
    text-align: center;
}

nav.top.block li .titlewrap a {
    text-align: left;
}

nav.top.block li  a > div { font-family: var(--designfont); font-size: 14px; font-weight: 700; letter-spacing: 1px; display: block; text-transform: uppercase; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a:focus {
    outline: 1px dashed var(--mobiletopbarcolor);
}
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}
nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}


/* mobile nav */
.navDrop, .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 {
    font-family: var(--designfont);
    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 {
    font-family: var(--designfont);
    color: var(--mobileSubLinkColor);
    font-weight: 500;
    padding-left: 20px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1px;
}

/* Mobile Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>a {
    font-family: var(--designfont);
    padding-left: 20px;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}

.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>a {
    font-family: var(--designfont);
    padding-left: 20px;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #252525; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    /* margin-top: 2px; */
    padding: 8px 0 8px 30px;
    color: var(--mobileLinkColor);
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 14pt;
}

/* Drop down +/- Replace */
.navDrop nav.block.mobilemenu .fa.fa-plus-square-o:before {
    content: "\2b";
}

.navDrop nav.block.mobilemenu .fa.fa-minus-square-o:before {
    content: "\f068";
}

.navDrop nav.block.mobilemenu .newSocialTools img {
    width: 28px;
    height: 28px;
    padding: 0px;
}

.navDrop nav.block.mobilemenu li .newSocialTools a {
    margin: 0 5px;
    border-radius: 50%;
    line-height: 1;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navDrop nav.block.mobilemenu li .newSocialTools a:hover {
    /* box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3); */
}

.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: underline;
    color: #694621 !important;
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}

.navDrop nav.block.mobilemenu li.openweather {
    border-top: var(--mobileBorder);
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality  { 
    text-transform: capitalize; 
    color: var(--mobileLinkColor); 
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block; 
    padding: 0; 
    font-weight: 500;
}
.navDrop nav.block.mobilemenu li.openweather {  padding: 35px 0 10px; margin-top: 30px; }
.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; padding-right: 8px; }


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
    padding-top: 3px;
}


/* search results */
h2.search { padding: 1ex; font-size: 130%; }
/* header.page { position: relative; }
header.page .banner { position: relative; margin: 0; } */
.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal {
    text-indent: 0 !important;
    margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
    float: none;
    /* margin: 10px; */
}

.image.right {
    margin: 0 0 15px 0px;
  }

.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.inner .container.content div img { box-shadow: 0px 3px 6px #00000029; border-radius: 10px; }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

a { 
    font-family: var(--designfont);
    color: #694621; 
    text-decoration: underline; 
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    transition: all 300ms ease 0s;
}
a:hover { 
    color: #231f20;
    text-decoration: underline; 
}
a:focus { outline: 1px dashed #fff; }
.inner a:focus { outline: 1px dashed #000; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1 {
    font-family: var(--serif);
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
    color: #694621;
    letter-spacing: 1px;
}
h2 {
    font-family: var(--serif);
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #694621;
    letter-spacing: 1px;
}
h3, h3.subtitle {
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #694621;
    letter-spacing: 0px;
}
h4 { 
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
}
h5 { 
    font-family: var(--designfont);
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #694621;
}
h6 { 
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #231f20;
    text-transform: uppercase;
}

.inner .box.sectionIntro .body > h1,
.inner article.fullDisplay.B_EV .body > h1 {
    text-align: left;
    font-family: var(--serif);
    color: #694621;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 1;
}

.inner .box.sectionIntro .body h3 {
    padding: 8px 0 4px 0;
}

.inner .box.sidebar .body h6 {
    padding: 5px 0;
}


.inner nav.box.subsections.desktoponly,
.inner aside.box.sidebar {
    padding: 0;
}

.inner .rightContent .insideRightContent .body > h2 {
    display: inline-block;
}

.inner nav.box.subsections.desktoponly {
    /* padding-bottom: 20px; */
    padding: 25px 30px 20px 30px;
}

.inner .container form {
    margin: 0;
}

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
section>h2, article>h2, aside>h2 {
    /* text-align: center; */
   
}
.inner aside>h2 {
    padding: 0px 0px 30px;
    color: #694621;
}
.inner aside.sidebar .body {
    padding: 0;
}

.searchtabstrip {
    margin: 15px 0;
}
section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    /* text-align: left; */
}
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
    font-family: var(--designfont);
}

.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    font-size: 25px;
    color: #694621;
    font-family: var(--serif);
}

.summaryDisplay h3 a, .headlineDisplay h3 a {
    font-size: 20px;
}

.summaryDisplay h3 a:hover, .headlineDisplay h3 a:hover,
.item.summaryDisplay h2 a:hover, article.summaryDisplay h2 a:hover {
    color: #231f20;
}

.inner div.box.B_LIST {
    padding: 15px;
}

div.readmore.small {
    font-weight: bold;
    text-align: left;
    bottom: 0;
    margin-top: 25px;
    right: unset !important;
    /* transform: translateY(-100%); */
}
div.readmore.small a {
    display: inline-block;
    padding: 15px 20px;
    letter-spacing: 0px;
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); */
    text-decoration: none;
    /* border-radius: 3px; */
    width: 200px;
    text-align: center;
}
div.readmore.small a:hover,
div.readmore.small a:focus {
    /* text-decoration: underline; */
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

div.readmore.small a:focus {
    outline: 1px dashed #000;
}

footer.main {
    position: relative;
    background: #fff;
    color: #333;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerlogo {
    max-width: 100%;
}

footer.main h4 {
    color: #694621;
    font-weight: 700;
    font-family: var(--designfont);
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text3 a,
footer.main .text5,
footer.main .text6 {
    font-size: 16px;
    line-height: 28px;
    color: #231f20;
    font-weight: 400;
    font-family: var(--designfont);
    text-align: center;
    display: block;
    white-space: pre-wrap;
    text-decoration: none;
}

footer.main .text3 a {
    display: inline;
}


footer.main .copyright,
footer.main .verticalLogo_text,
footer.main .verticalLogo_text a {
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}

footer .footertext {
    display: flex;
    padding: 40px 0px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid rgba(234, 231, 231, 1); */
}

footer .footertext .footer-group-list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

footer.main a {
    text-decoration: underline;
    color: #fff;
}

footer.main a:hover {
    color: #f2f4f7;
    text-decoration: underline;
}

footer.main .text5 a:hover {
    color: #0d1aa8;
}

footer.main .text5 a:focus {
    outline: 1px dashed #333;
}

.footer-group {
    /* width: 100%; */
    text-align: center;
    padding: 25px 10px;
    border-right: 0;
    /* border-bottom: 1px solid rgba(234, 231, 231, 1); */
}

.footer-bottom {
    background: #51371a;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 0; 
}

.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    padding: 30px 30px 30px 50px;
    text-align: center;
    line-height: 1;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #333;
    font-family: var(--designfont);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #333;
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}
.footersecondary > nav.block > ul > li li > a {
    /* padding-left: 10px; */
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.topbar2 {
    display: none;
    z-index: 1000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 18px;
    padding: 5px 8px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: relative;
    padding-top: 83px !important;
    width: 100%;
    /* position: absolute; */
    /* height: 86px; */
    bottom: 0px; left: 0; right: 0;
    display: inline-block;
    padding: 0px 55px 0 340px;
    /* box-shadow: 0px 3px 6px #00000029; */
}

nav.horizontal.block>ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
    height: 100%;
    align-content: center;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    /* background: var(--navbg); */
    font-family: var(--designfont);
    color: var(--navcolor);
    border: none;
    /* margin: 35px 0; */
    /* padding: 5px 5px; */
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;

    border-radius: 5px;
    padding: 10px 0px;
    transition: all 300ms ease 0s;
    /* border: 2px solid #fff; */
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    /* background: var(--navactivebg); */
    color: var(--navactivecolor);
    text-decoration: underline;
}

nav.horizontal.block>ul>li.current>a .triangle,
nav.horizontal.block>ul>li.open>a .triangle,
nav.horizontal.block>ul>li>a:hover .triangle,
nav.horizontal.block>ul>li>a:focus .triangle {
    color: #694621;
}

nav.horizontal.block>ul>li>a:focus {
    outline: 1px dashed var(--navcolor);
}

nav.horizontal.block li li>a {
    font-family: var(--designfont);
    color: #231f20;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0px 24px;
    padding: 12px 0px;

    border-bottom: 1px solid rgba(82, 82, 82, 0.35);
}

nav.horizontal.block li li li>a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

nav.horizontal.block li li:first-child>a {
}

nav.horizontal.block li li:last-child>a {
    border: none;
}

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 {
    /* font-weight: 600;
    background: #033F63; */
    text-decoration: underline;
    /* background: #0A588F; */
    color: #694621;
    opacity: 1;
}

nav.horizontal.block li li>a:focus {
    outline: 1px dashed #252525;
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    background: #fff;
    text-align: left;
    width: 255px !important;
    padding: 20px 10px 20px 10px;
    /* padding: 20px 30px 10px; */
    opacity: 1;
    /* box-shadow: none; */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    /* box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.5);
    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.horizontal.menu>ul ul li {
    border-bottom: 1px solid #fff;
}

nav.horizontal.menu>ul ul li:last-of-type {
    border: none;
} */

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: #694621;
    opacity: 1.0;
}

nav.block.menu>ul>li>ul>li .triangle {
    color: #694621;
    opacity: 1.0;
    padding-right: 0;
    margin-right: 0;
}

nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }

nav.horizontal.menu>ul > li ul ul.bounced, nav.horizontal.menu>ul > li ul ul.bounced ul {
    transform: translateX(-5px);
}

nav.horizontal.menu>ul > li:last-of-type ul ul {
    transform: translateX(-5px);
}

nav.horizontal.menu>ul ul ul {
    /* top: -5px !important; */
    transform: translateX(5px); 
    left: unset;
}

nav.menu > ul > li > ul.open {
    top: 55px !important; 
    right: 50% !important;
    left: unset !important;
    transform: translateX(50%);
}
/* nav.menu > ul > li > ul.open::after {
    content:"";
    position: absolute;
    right: 0;
    transform: translateX(-45%);
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 67px 65px 67px;
    border-color: transparent transparent #231f20 transparent;
    z-index: -9998;
} */

nav.subsections h2 {
    font-family: var(--designfont);
    text-align: left; 
    color:#000; 
    font-size: 30px; 
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 30px;

    display: none;
}
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }

nav.subsections ul ul { padding-left: 0px; }

nav.subsections ul li {
    margin: 0;
}

nav.subsections .body > ul > li > a {
    padding: 4px 0;
    margin: 0;
}

nav.subsections .body > ul > li > ul > li > a {
    margin: 0;
    padding: 4px 0 4px 15px;
}

nav.subsections .body > ul > li > ul > li > ul > li  > a {
    margin: 0;
    padding: 4px 0 4px 30px;
}

nav.subsections li.actual > a {
    text-decoration: underline;
    color: #694621;
}
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 {
    text-decoration: underline;
    color: #694621;
    /* color: #29600B; */
}

nav.subsections ul ul a {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}

nav.subsections a {
    text-decoration: none;
    color: #231f20;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    width: 100%;
    display: block;
}

nav.subsections a:focus,
nav.subsections ul ul a:focus {
    outline: 1px dashed #252525;
}

/* Slab */
/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background: var(--slabbg);
    text-align: left;
    border-radius: 0;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    /* margin-top: 15px; */
    min-width: 100%;
    position: absolute; 
    top: calc(100% - 38px);
    left: 0; right: 0;
    white-space: normal;
    padding: 80px 55px 40px 55px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.1;
    z-index: -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(53, 53, 53, 0.35);
    height: 100%;
    vertical-align: top;
}
nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 0px;
    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: #353535;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding: 0;
}

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;
    line-height: 30px;
    letter-spacing: 0.45px;
    font-weight: 600;
    color: #353535;
    margin-top: 20px;
    /* text-decoration: underline; */
}

nav.slab.horizontal > ul > li > ul > li > ul > li:first-of-type > a {
    margin-top: 0;
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    /* background: var(--slabactivebg); */
    color: var(--slabactivecolor) !important;
    text-decoration: underline;
    /* border-bottom: 2px solid #9bbf4f; */
}

.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 14px; }

.cookiecrumb > ul > li:first-of-type {
    /* display: none;  */
}

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 25px;
    padding: 0 0 8px 0;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}

/* calendar */
.calMonth table {
    background: none !important;
    color: #fff;
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 90%;
}

.calMonth .calMonthName, .calMonth .calYear,
._moderncalendar .calMonth .calMonthName,
._moderncalendar .calMonth .calYear {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
    /* text-transform: uppercase; */
    color: #694621;
    font-weight: 700;
    font-family: var(--designfont);
}

.calMonth .chevron {
    color: #333;
}

.calMonth .chevron:hover {
    color: #694621;
}

._moderncalendar .dayeventscontainer {
    z-index: 1;
}

.calMonthHeading {
    background: none !important;
    color: #333;
    border: none;
    font-size: 90%;
    /* border: 1px solid #333; */
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: #694621;
    color: var(--maincolor);

    padding: 8px 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--designfont);
  }

.calDayHeading th {
    background: #694621;
    color: #fff;
}

.calDay.calGrayDay {
    background: none !important;
    color: #333;
}
.calDay {
    background: none !important;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; text-decoration: none; }

table.calendarTable .calDay a.eventLink:hover { text-decoration: underline; }

table.calendarTable .calDay a.eventLink:focus {
    outline: 1px dashed #231f20;
}

.mainContent ._calendarbox.ModernPlusRight .seeallitems {
    padding-top: 10px;
}

.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}

.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }

._moderncalendar .calDay.calEvent .calDayNum {
    background: #694621;
    color: #fff;
    padding: 6px;
}

.calToday .calDayNum {
    background: #694621;
    color: #fff;
}

.circleDate {
    position: absolute;
    left: 0;
    height: 83px;
    width: 83px;
    min-width: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--designfont);
    background: var(--main);
    color: var(--maincolor);
    text-transform: uppercase;
    margin: 0;
    border-radius: 50%;
}

.circleDate .month {
    font-family: var(--designfont);
    font-size: 16px;
    color: #f7f7f7;
    font-weight: 700;
}

.circleDate .day {
    font-family: var(--designfont);
    font-size: 36px;
    color: #f7f7f7;
    font-weight: 700;
}

/* keep the date/time from line-breaking below .circleDate */
._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: start;
    padding: 0 0 0 95px;
    /* overflow: hidden; */
    margin: 25px 0;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.innerimage {
    position: relative;
    height: 350px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
}

.inner .singlepic { height: 350px; position: relative; }

.inner .slider_owl div.item {
    height: 350px;
}

/* .innerimage::before, .inner .singlepic::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: transparent linear-gradient(180deg, #374C7B 0%, #3B528600 100%) 0% 0% no-repeat padding-box;
} */

/* .inner .singlepic::after, .innerimage::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 170px;
    background: url(images/mountain-graphic-inside.png) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
} */

.innerlogo {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 96%;
}

.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;
}

.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    overflow: hidden;
}

/* .home .slider_wrap1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 214px;
    background: transparent linear-gradient(180deg, #26537A00 0%, rgb(19 53 83 / 85%) 40%,  rgb(19 53 83 / 100%) 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 1;
} */

.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl .owl-nav, .slider_owl .owl-dots { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}

.slider_owl div.item, .singlepic { height: 500px; }

.slider_owl div.item::before, 
.singlepic::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.5) 0% 0% no-repeat padding-box;
} 

.inner .slider_owl div.item::before,
.innerimage::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.25) 0% 0% no-repeat padding-box;
}

/* .slider_owl div.item::after, .singlepic::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: transparent linear-gradient(180deg, #374C7B 0%, #3B528600 100%) 0% 0% no-repeat padding-box;
} */

/* .slider_owl div.item::after, .singlepic::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, rgba(51,56,53,0.9999999999999999) 0%, rgba(51,56,53,0.9999999999999999) 25%, rgba(51,56,53,0) 100%);
} */

.singlepic .description,
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    transform: translate(-50%, -50%);
    top: calc(50% - 40px);
    left: 50%;
    right: 0;
    color: #eee;
    text-align: center;
    font-size: 14pt;
    z-index: 9;
    width: 95%;
}

.inner .slider_owl .description {
    top: 50%;
    left: 50%;
    bottom: unset;
}

.slider_owl .description h1 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
    font-family: var(--designfont);
    filter: drop-shadow(-0.518px 1.932px 6px rgba(0,0,0,0.5));
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slider_owl .description span {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-family: var(--serif);
    filter: drop-shadow(-0.518px 1.932px 6px rgba(0,0,0,0.5));
    /* filter: drop-shadow(-0.518px 1.932px 7.5px rgba(0,0,0,0.5)); */
    text-transform: none;
    letter-spacing: 0px;
}

.slider_owl .description a {
    font-size: 16px;
    line-height: 40px;
    color: #51371a;
    text-align: center;
    font-weight: bold;
    font-family: var(--designfont);
    letter-spacing: 0px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #51371a;
    background: #fdca4e;
    width: 160px;
    height: 50px;
    /* margin-top: 30px; */
    filter: drop-shadow(-0.518px 1.932px 3px rgba(0,0,0,0.25));
}

.slider_owl .description a:hover {
    color: #fff;
    background: #51371a;
}

.slider_arrowwrap {
    display: block;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.slider_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 140px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
}

.inner .slider_arrowwrap .controls {
    bottom: 50px;
}

.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 1px solid #fff;
    background: none;
    transition: background 300ms ease, color 300ms ease;
}
.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: #694621; outline: none; border: 1px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }

.attachments { margin: 0; }

.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    z-index: 4;
    background: none;
    height: 230px;
    margin-top: -115px;

    background: linear-gradient(0deg, #f8f4f0 0%, #f8f4f0 50%, rgba(255, 255, 255, 0) 50%);
}
.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 5px 62px;
    /* background: #333333; */
    /* overflow: hidden; */
    white-space: nowrap;
}

.filmstrip_wrap1 .owl-stage { margin-left: 2px; }

.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; padding: 10px 0px; }
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 60px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}

.filmstrip_owl div.item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;

    height: 215px;
    width: 210px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.filmstrip_owl div.item a:hover div {
    text-decoration: underline;
}

.filmstrip_owl div.item a:focus { outline: 1px dashed #333; }
.filmstrip_owl div.item a img {
    height: 90px;
    width: 90px;
    padding: 25px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    background: #fdca4e;
    border: 1px solid #51371a;
    border-radius: 50%; 
    /* clip-path: circle(50%); */
    overflow: visible;
}

.filmstrip_owl div.item a div {
    padding: 0px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--designfont);
    white-space: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
    letter-spacing: 0px;
}

.filmstrip_owl div.item a:hover div {
    text-decoration: underline;
    color: #694621;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    z-index: 0;
    width: 100%;
    padding: 0 12px;
}

.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #694621;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
    transition: background 300ms ease, color 300ms ease;
}
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: #694621; outline: none; border: 1px solid #694621; }
.filmstrip_arrowwrap span.arrowplay, .filmstrip_arrowwrap span.arrowpause { display: none; }

.inner .B_PR article.summaryDisplay .image.left {
    max-width: 280px !important;
}

.home .insideMainContent {
    margin-top: -15px;
}

.home .card-container.count2 {
    padding: 55px 20px 65px 20px;
    background: #f8f4f0 url(images/wheat-watermark.png) calc(100% - 35px) bottom no-repeat;
}

.home .card-container .card-item {
    padding: 0;
}

/* .home .nogroup.Below::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 92px;
    background: url(images/footer-curve-shadow.png) no-repeat center bottom;
    background-size: 150% 92px;
    z-index: 1;
} */

/* notices section */
/* events section */

.home .card-item.fifty.news,
.home .card-item.fifty.events {
    padding-bottom: 70px;
}

.home .card-item.fifty.events {
    padding-top: 35px;
}

.home .card-item.fifty.news .box.promotion.B_PR > h2,
.home .card-item.fifty.events .box.promotion.B_EV > h2 {
    font-family: var(--serif);
    padding: 20px 0 5px;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #694621;
    font-weight: 700;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay {
    position: relative;
    padding: 20px 0px;
    padding-left: 80px;
    border-bottom: 1px solid rgba(82, 82, 82, 0.35);
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url(images/newspaper.png) no-repeat center;
    background-size: cover;
}

.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay::before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url(images/calendar.png) no-repeat center;
    background-size: cover;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay:nth-of-type(4),
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay:nth-of-type(4)  {
    border: none;
}

.field.category {
    padding: 0;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay h3 a,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay h3 a {
    font-size: 18px;
    line-height: 25px;
    color: #231f20;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--designfont);
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay h3 a:hover,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay h3 a:hover {
    text-decoration: underline;
    color: #694621;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay h3 a:focus,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay h3 a:focus {
    outline: 1px dashed #333;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay .newsdatetime time,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay .eventsdatetime time {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #525252;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--designfont);
    margin-bottom: 0;
}

.home .card-item.fifty.news .box.promotion.B_PR .headlineDisplay .newsdatetime time::before,
.home .card-item.fifty.events .box.promotion.B_EV .headlineDisplay .eventsdatetime time::before {
    content: attr(data-date);
    display: none;
}

.home .card-item.fifty.news .box.promotion.B_PR .readmore.small,
.home .card-item.fifty.events .box.promotion.B_EV .readmore.small {
    bottom: 0px;
}

/* carousel section */

.home .nogroup.Below {
    position: relative;
    background: url(images/carousel-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 40px 0px 40px;
}

.home .nogroup.Below::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #f2f4f7;
    z-index: -1;
}

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--serif);
    font-size: 30px;
    text-align: center;
    padding: 20px 40px 0;

    letter-spacing: 1px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    position: relative;
    filter: drop-shadow(-0.518px 1.932px 3px rgba(0,0,0,0.25));
}

.bigCarouselTitle .carMainTitle {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--designfont);
    text-align: center;
    padding-bottom: 2px;
    text-transform: uppercase;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0,0,0,0.35));
}

.bigCarouselTitle .carSubTitle {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: var(--designfont);
    text-align: center;
    text-transform: none;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0,0,0,0.35));
}

/* .home .bigCarouselTitle::before {
    content: "";
    height: 2px;
    background: #fff;
    top: 50%;
    right: calc(50% + 300px);
    left: 40px;
    position: absolute;
}

.home .bigCarouselTitle::after {
    content: "";
    height: 2px;
    background: #fff;
    top: 50%;
    left: calc(50% + 300px);
    right: 40px;
    position: absolute;
} */

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 5px 25px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.owl-stage { display: flex; }

.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;
    /* background: #fff; */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    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:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #51371a;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    font-weight: 500;
    padding: 24px 10px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #fdca4e;

    /* position: absolute;
    bottom: 0;
    width: 100%; */
}

/* .carousel_owl div.item:hover .title {
    background: rgba(9, 18, 108, 1);
} */

.carousel_owl div.item .title:hover {
    text-decoration: underline;
}

.carousel_owl div.item .title:focus {
    outline: 1px dashed #333;
    outline-offset: -2px;
}

.carousel_owl div.item div {
    font-family: var(--designfont);
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;

    display: flex;
    flex-direction: column;
    /* grid-area: 2 / 2 / span 1 / span 1; */
}

.carousel_owl div.item div a {
    display: inline-block;
    padding: 15px 20px;
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); */
    text-decoration: none;
    /* border-radius: 3px; */
}

.carousel_owl div.item div a:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.carousel_owl div.item div a:focus {
    outline: 1px dashed #000;
}

.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    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: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    background: none;
    border: 1px solid #fff;
    transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: #694621; outline: none; border: 1px solid #fff; }
.carousel_arrowwrap span.arrowplay { display: none; }

/* additional styles for content types & features */
.accordion button.accordionall {
    color: var(--buttoncolor);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: var(--buttonborder);
    padding: 15px 20px;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 20px;
    transition: background 300ms ease;
    color: var(--accordioncolor);
    background: var(--accordionbg);
    border: var(--accordionborder);
    border-radius: var(--accordionradius);
  }

  .accordion article.summaryDisplay h2:hover {
    color: var(--accordioncolorhover);
    background: var(--accordionbghover);
  }

  .accordion article.summaryDisplay .description {
    padding: 10px;
  }

  .accordion article.summaryDisplay h2 button {
    color: var(--accordionplus);
  }

  .accordion article.summaryDisplay h2:hover button {
    color: var(--accordionplushover);
  }

  .B_MEET .boxdate,
  .B_MEET .boxdate.done {
    background: var(--main);
    color: var(--maincolor);
    border: none;
  }

  .DIR_PER article.summaryDisplay h2 a {
    font-family: var(--serif);
    font-weight: 700;
    color: #694621;
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
}

.DIR_PER article.summaryDisplay h2 a:hover {
    color: #231f20;
    text-decoration: underline;
}

.galleryBox span.arrowleft,
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
    font-size: 15px;
}

.namesearchbox > div {
    background: #fff;
}

div.sffield input {
    background: #fff;
}

/* Documents content type */
.mainContent .docmanContainer {
    padding: 30px 0;
}

div.sffield input, div.sffield select, div.sffield.radios, div.sffield.checkboxes, div.sffield textarea,
.docmanContainer .docmanSearch {
    background: #fff;
}

.docmanContainer .docmanSearch {

}

.docmanContainer .docmanSearch input,
.docmanContainer h3.searchTitle {

}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
    color: var(--main);
}

.docmanContainer #docmanSearchButton {
    position: relative;
    top: -1px;
    border-radius: 5px;
    padding: 11px 60px;
    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);
}

.docmanContainer #docmanSearchButton:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Forms Button */
form input[type='button'],
form input[type='submit'] {
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    transition: all 300ms ease;
    padding: 10px 20px;
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
} 

/* Image Gallery button align */
.galleryBox span.arrowleft, .galleryBox span.arrowright { padding: 4px 5px; }
.galleryBox span.arrowpause { padding: 4px 2px 2px 2px; }
.galleryBox span.arrowplay { padding: 4px 0 2px 3px; }

.galleryBox span.arrowleft, 
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
    border: 2px solid #fff;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.galleryBox span.arrowleft:hover, 
.galleryBox span.arrowright:hover,
.galleryBox span.arrowpause:hover,
.galleryBox span.arrowplay:hover {
    background: #694621;
    border: 1px solid #694621;
    color: #fff;
}

.galleryBox .arrowleft, 
.galleryBox .arrowright, 
.galleryBox .arrowpause, 
.galleryBox .arrowplay {
    border: 1px solid #694621;
    color: #694621;
    padding-top: 5px;
}

.galleryBox .arrowleft, 
.galleryBox .arrowright {
    padding-left: 6px;
}

.galleryBox .arrowpause, 
.galleryBox .arrowplay {
    padding-left: 7px;
}

.galleryBox .arrowleft:focus, .galleryBox .arrowright:focus, .galleryBox .arrowpause:focus, .galleryBox .arrowplay:focus, .galleryBox .arrowleft:hover, .galleryBox .arrowright:hover, .galleryBox .arrowpause:hover, .galleryBox .arrowplay:hover {
    border: 1px solid #694621;
    background: #694621;
    color: #fff;
}

/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 0 8px 0 0; }


/* New Calendar */
.inner .calendar-container {
    background: none;
}

.calendar-container .calendar-body {
    background: var(--newcalBarBG);
}

.calendar-container .calendar-body .calendar-weekdays li {
    background: var(--newcalBarBG);
    color: var(--newcalBarColor);
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--newcalArrows);
    color: var(--newcalArrowColor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: var(--newcalTodayColor);
    background: var(--newcalTodayBG);
}

.calendar-container .calendar-body .calendar-dates li div.day {
    color: var(--newcalEverydayColor);
    background: var(--newcalEverydayBG);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    border-color: var(--newcalEventBorder);
    color: var(--newcalBodyColor);
    border-radius: var(--buttonradius);
}

.calendar-container .boxdate {
    color: var(--newcalDateCircleColor);
    background: var(--newcalDateCircleBG) !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: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: uppercase;
    transition: all 300ms ease;
}

.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: #694621;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 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 .leftContent .insideLeftContent:has(> aside) {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
}

/* responsive */
@media (min-width: 100px) {
    .content { 
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .mainContent { width: 100%; }
    .home .mainContent {
        padding: 0;
    }
    .mainContent, .leftContent, .rightContent { padding: 40px 20px 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    .mainContent, .leftContent, .rightContent { padding: 40px 40px 20px; }

    nav.top.block ul { 
        padding: 0 40px;
    }

    .filmstrip_owl div.item a { line-height: 60px; }
    /* .filmstrip_owl div.item a img { height: 45px; } */
    .filmstrip_owl div.item a div { padding: 0px 0; }

    .slider_owl div.item, .singlepic { height: 500px; }

    .slider_owl .description {
    }

    .slider_arrowwrap .controls {
        bottom: 140px
    }

    .slider_owl .description h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .slider_owl .description span {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1px;
        /* margin-bottom: 10px; */
    }

    .slider_owl .description a {
        width: 180px;
    }

    .filmstrip_arrowwrap .controls {
        padding: 0 50px;
    }

    .filmstripbar_owl {
        padding: 5px 95px;
    }

    .home .nogroup.Above {
        padding: 50px 55px 40px;
    }

    .home .card-container.count2 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .home .nogroup.Below {
        padding: 40px 0px 40px;
    }
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}

@media (min-width:900px) {
    .content {padding: 0 60px;}
    .home .content {
        padding: 0;
    }
    .leftContent { 
        padding: 0px 0 20px 30px;
    }
    .rightContent { padding: 30px 30px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; padding: 60px 40px 20px; }
    .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: 0px; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }

    /* only for dark inner sidebar backgrounds. */
    /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

    .inner .leftContent .insideLeftContent {
        box-shadow: 0px 3px 6px #00000029;
        background: #fff url(images/internal-sidenav-wheat-watermark.png) calc(100% - 25px) bottom no-repeat;
        padding: 0px 0px 180px 0px;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }

    .inner .leftContent .insideLeftContent:has(> aside) {
        background: #fff url(images/internal-sidenav-wheat-watermark.png) calc(100% - 25px) bottom no-repeat;
        padding: 0px 0px 180px 0px;
        border-radius: 0 0 10px 10px;
    }

    .inner .rightContent .insideRightContent {
        /* box-shadow: 0px 3px 6px #00000029; 
        padding: 50px 10px;
        background: #ede8ee; */
    }

    .inner .content {
        padding: 0 35px;
    }

	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .breadcrumbs {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-bottom: 22px;
        /* border-bottom: 2px solid rgba(197, 190, 175, 0.35); */
    }

    .inner .breadcrumbs a,
    .inner .breadcrumbs .search {
        font-family: var(--designfont);
        font-size: 16px;
        font-weight: 700;
        color: #525252;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        /* margin-right: 10px; */
    }

    .inner .breadcrumbs a::after {
        content: "|";
        font-family: "Font Awesome 6 Pro";
        padding-left: 10px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
    }

    /* .inner .breadcrumbs a::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("images/breadcrumb-arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 0px;
        position: relative;
        bottom: -3px;
        left: 5px;
    } */

    .inner .breadcrumbs a:hover {
        color: #694621;
    }

    .inner .breadcrumbs a:focus {
        outline: 1px dashed #252526;
    }

    .inner .breadcrumbs nav ul {
        list-style: none;
        /* display: flex;
        flex-direction: row; */
        padding-left: 0;
    }

    .inner .breadcrumbs nav ul li {
        margin: 0;
        float: left;
    }

    .inner .breadcrumbs nav ul > li:last-of-type > a {
        color: #694621;
    }

    .inner .breadcrumbs nav ul > li:last-of-type > a::after {
        content: none;
    }

    .inner .breadcrumbs nav ul li > span {
        display: none;
    }

    .inner .mainContent { min-height: 300px; padding: 30px 40px 20px; }

    .innerimage, .inner .singlepic {
        height: 450px;
        margin-top: -300px;
    }

    .inner .slider_owl div.item {
        height: 450px;
    }

    div.banner {
        position: relative;
        min-height: 300px;
        z-index: 5;

        background: linear-gradient(180deg, rgba(247,243,239,0.9999999999999999) 0%, rgba(247,243,239,0.9999999999999999) 25%, rgba(247,243,239,0) 100%);
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: left;
        position: absolute;
        top: 0px;
        left: 55px;
        z-index: 10;
    }
    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 48px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;

        padding: 22px 39px;
        z-index: 9;
        position: relative;

        box-shadow: 0px 3px 6px #00000029;
        background: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .topbar2 div.titlewrap a.title:focus {
        outline: 1px dashed #000;
    }

    .topbar2 a.title img { max-width: 100%; }

    .socialFixed {
        z-index: 9999;
        transform: translateY(-50%);
        top: 410px;
        /* right: 0; */
        left: 0;
    }

    .socialFixed .fixedSocialTools {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .socialFixed .fixedSocialTools,
    .socialFixed .fixedSocialTools:hover,
    .socialFixed .fixedSocialTools:focus {
        opacity: 1;
    }

    .socialFixed .fixedSocialTools a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        width: 54px;
        height: 50px;
        padding: 10px 9px 10px 18px;
        border-radius: 0 5px 5px 0;
        font-size: 18pt;
        margin-bottom: 8px;
        opacity: 0.85;
        transition: all 300ms ease 0s;
    }

    .socialFixed .fixedSocialTools a:hover,
    .socialFixed .fixedSocialTools a:focus {
        width: 64px;
        opacity: 1;
    }

    .socialFixed .fixedSocialTools a img {
        display: inline-block;
        width: 22px;
        height: 22px;
        vertical-align: baseline;
    }

    .slider_owl .description {
        top: 50%;
    }

    .slider_arrowwrap .controls {
        bottom: 220px;
    }

    .slider_owl .description h1 {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 2px;
        /* margin-bottom: 40px; */
    }

    .slider_owl .description span {
        /* margin-bottom: 15px; */
        font-size: 50px;
        line-height: 62px;
    }

    .searchSocial {
        display: flex !important;
        justify-content: space-between;
        gap: 10px;
        flex-flow: row nowrap;
        align-items: center;
        bottom: auto;
        /* top: 59px; */
        height: 83px;
        right: 0;
        padding: 0px 55px 0px 340px;

        /* background: #09126c; */

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
        width: 100%;
    }

    .searchSocial .weatherContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .searchSocial .mediaSearchContainer {
        display: inline-flex;
        gap: 10px;
        align-items: center;
    }

    .searchSocial .newSocialTools {
        float: none;
        display: inline-flex;
        flex-direction: row-reverse;
        gap: 10px;
        margin-right: 5px;
    }

    .newSocialTools a {
        border-radius: 50%;
        height: 24px;
        width: 24px;
    }

    .newSocialTools a:focus {
        outline: 1px dashed #333;
    }

    .newSocialTools a img {
        height: 24px;
        width: 24px;
    }

    .searchSocial .searchPositioner { 
        float: none; 
        display: inline-block; 
        display: flex;
        /* overflow: hidden; */
        justify-content: flex-end; 
        margin-right: 0;
    }
    .searchSocial .socialTools a { 
        display: inline-block; 
        border-radius: 50%; 
        margin-left: 13px; 
        margin-top: 1px; 
        padding: 4px; 
    }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 24px;
        width: 230px;
        height: 45px;
        background: #fff;
        line-height: normal;
        outline: none;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029;
    }
    .searchSocial .search.bar .searchField {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        font-family: var(--designfont);
        font-weight: 500;
        color: #694621;
        padding: 8px 0px;
        width: 100%;
    }

    .searchSocial .search.bar .searchField:focus-visible {
        outline: 1px solid #fff;
        border: 1px solid #fff;
    }

    .searchSocial .search.bar .searchMag {
        margin: 5px 1px;
        font-size: 14px;
        color: #694621;
    }

    .searchSocial .search.bar .searchMag:focus {
        outline: 1px dashed #000;
    }

    /* .searchSocial .search.bar .searchMag:hover {
        color: #000;
    } */

    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 15px;
        color: black;
        font-size: 12pt;
        margin-top: 3px;
        vertical-align: top;
        font-family: var(--designfont);
        font-weight: bold;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: #694621; font-size: 16px; }
    /* .searchSocial .airquality { margin-left: 20px; } */
    .searchSocial .openweather a,
    .searchSocial .airquality {
        font-family: var(--designfont);
        color: #694621;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: capitalize;
    }

    .searchSocial .openweather a,
    .searchSocial .airquality span {
        padding-left: 10px;
    }

    /* .searchSocial .airquality:hover, */
    .searchSocial .openweather a:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .searchSocial .airquality:hover i {
        text-decoration: none !important;
    }

    .searchSocial .airquality i {
        text-decoration: none !important;
    }

    .searchSocial .openweather a:focus {
        outline: 1px dashed #333;
    }

    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }
    .container.content div.right {
        float: right;
        margin: 0px 0 15px 25px;
        clear: right;
    }

    .inner .image.right {
        margin: 0 0 15px 25px;
      }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 5px 113px;}
    .filmstrip_owl div.item a { line-height: 60px; }
    /* .filmstrip_owl div.item a img { height: 45px; } */
    .filmstrip_owl div.item a div { padding: 0px 0; }
    .filmstrip_arrowwrap { display: block; }


    .desktoponly { display: block; }
    .notifications .notification { font-size: 16px; }
    .slider_owl div.item, .singlepic { 
        height: 759px; 
    }

    .inner .leftContent {
        width: 40%;
    }

    .inner .rightContent {
        /* padding: 50px 0; */
        width: 100%;
    }

    .inner .mainContent.hasLeft.hasRight,
    .inner .mainContent.hasLeft {
        width: 60%;
    }

    .slider_wrap1 {
        margin-top: -300px;
    }

    nav.horizontal.block>ul {
        /* border-top: 2px solid rgba(255,255,255,0.5);
        height: 66.5px; */

        border-top: 1px solid rgba(82, 82, 82, 0.35);
        min-height: 75px;
        height: 100%;
    } 

    .home .nogroup.Below {
        padding: 40px 0px 40px;
    }

    .inner .slider_arrowwrap .controls {
        bottom: 50px;
    }

    .inner aside>h2 {
        padding: 0px 30px 30px;
    }
    .inner aside.sidebar .body {
        padding: 0 30px;
    }

    footer .footertext {
        padding: 50px 55px 30px 55px;
    }

    .home .card-container.count2 {
        padding-right: 55px;
        padding-left: 55px;
    }

    .fifty {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sixtysix {
        flex-basis: 100%;
        max-width: 100%;
    }

    .thirtythree {
        flex-basis: 100%;
        max-width: 100%;
    }

    .carouselbar_owl {
        padding: 0 20px 25px;
    }

    .mainContent .printResize {
        display: block;
    }
}

@media (min-width:1200px) {
    .inner .rightContent,
    .inner .leftContent {
        width: 25%;
    }

    .inner .mainContent.hasLeft {
        width: 75%;
    }

    .inner .mainContent.hasLeft.hasRight {
        width: 50%;
    }

    .mainContent.hasRight .printResize {
        display: none;
    }

    .printResize.hasRight {
        display: block;
    }

    .searchSocial .search.bar .fieldAndButton {
        width: 264px;
    }

    .searchSocial .weatherContainer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .home .card-container.count2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .home .card-item.fifty.news {
        padding-right: 25px;
    }

    .home .card-item.fifty.events {
        padding-top: 0px;
        padding-left: 25px;
    }

    .fifty {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sixtysix {
        flex-basis: 66%;
        max-width: 66%;
    }

    .thirtythree {
        flex-basis: 33%;
        max-width: 33%;
    }
}

@media (min-width:1400px) {
    /* nav.horizontal.block>ul>li>a { 
        padding: 5px 0px; 
    } */

    .slider_owl div.item, .singlepic { height: 759px; }

    .slider_owl .description {
        
    }

    .slider_owl .description h1 {
        font-size: 24px;
    }

    .footer-bottom {
        padding: 20px 55px;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width:1500px) {
    footer.main h4 {
        text-align: left;
    }

    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 .text9 {
        text-align: left;
    }

    .footer-group-list .footer-group {
        position: relative;
        padding: 0px 89px;
        text-align: left;
        border-bottom: 0;
        /* border-left: 1px solid rgba(37, 37, 37, 0.25); */
    }

    /* .footer-group-list .footer-group:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 2px; 
        background-color: #e1dac9; 
        height: 100%; 
    } */

    .footertext > .footer-group:first-of-type {
        text-align: left;
        padding: 0;
    }

    .footer-group-list .footer-group:first-of-type {
        padding-left: 0;
        border: none;
    }

    .footer-group-list .footer-group:last-of-type {
        padding-right: 0;
    }

    /* .footer-group-list .footer-group:nth-of-type(1) {
        padding: 0 30px 0 0;
    } */

    footer .footertext .footer-group-list {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 30px;
        width: 100%;
    }
}

@media (min-width:1600px) {
    .topbar2 div.titlewrap {
        top: 0px;
        left: 200px;
    }

    .topbar2 a.title img { max-width: 100%; }

    nav.horizontal.block {
        padding: 0px 200px 0 540px;
    }

    .searchSocial {
        padding-right: 200px;
        padding-left: 540px;
    }

    /* nav.slab.horizontal.block > ul > li > ul {
        padding: 80px 12% 40px 12%;
    } */

    .slider_owl div.item, .singlepic { height: 759px; }

    nav.horizontal.menu>ul ul {
        width: 320px !important;
    }

    .slider_arrowwrap .controls {
        bottom: 220px
    }

    .slider_owl .description {

    }

    .filmstripbar_owl { padding: 5px 180px;}

    .home .nogroup.Above {
        padding: 50px 220px 40px;
    }

    .home .card-container.count2 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .inner .content {
        padding: 0 170px;
    }

    .carouselbar_owl {
        padding: 0 165px 25px;
    }

    footer .footertext {
        padding: 50px 200px 30px 200px;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding: 20px 200px;
    }

    .footer-group:nth-of-type(1) {
        width: 16%;
    }

    .footer-group-list .footer-group {
        padding: 0px 10px;
    }

    .footer-group-list .footer-group:nth-of-type(1) {
        width: 30%;
        padding-left: 60px;
    }

    .footer-group-list .footer-group:nth-of-type(2) {
        width: 35%;
        padding-left: 40px;
    }

    .footer-group-list .footer-group:nth-of-type(3) {
        padding-left: 40px;
    }

    footer .footertext .footer-group-list {
        padding-top: 0px;
        width: 84%;
    }
}

@media (min-width:1700px) {
    .filmstrip_arrowwrap .controls {
        display: none;
    }

    .footer-group-list .footer-group:nth-of-type(1) {
        width: 30%;
        padding-left: 40px;
    }

    .footer-group-list .footer-group:nth-of-type(2) {
        width: 35%;
        padding-left: 50px;
    }

    .footer-group-list .footer-group:nth-of-type(3) {
        padding-left: 60px;
    }

    /* .filmstrip_arrowwrap .controls {
        padding: 0 78px;
    } */
}

@media (min-width:1920px) {
    .inner .contentBG {
        background-size: 100% 400px;
    }
}