@import url("../../parts/styles_resp/global.css");
/* @font-face {
    font-family:"Louda-RegularSC";
    src:url('./fonts/Louda-RegularSC.eot') format("eot"),url('./fonts/Louda-RegularSC.woff') format("woff"),url('./fonts/Louda-RegularSC.woff2') format("woff2"),url('./fonts/Louda-RegularSC.ttf') format("truetype"),url('./fonts/Louda-RegularSC.svg#Louda-RegularSC') format("svg");
    font-weight: normal;
    font-style: normal;
} */

@import './fonts/loudaregular_sc/stylesheet.css';
@font-face {
    font-family: 'loudaregular_sc';
    src: url('./fonts/louda-regularsc.woff2') format('woff2'),
         url('./fonts/louda-regularsc.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

/* ------------- VARIABLES ------------- */
:root {
    --designfont: 'Roboto Condensed', sans-serif;
    --secondaryfont: 'loudaregular_sc', Arial, Sans-Serif;

    --majortitlecolor: #353535;

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #333;
    --navactivecolor: #fcb140;
    --slabbg: rgba(47, 83, 102, 0.95);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fcb140;

    /* Notifications */
    --notificationLowBG: #737144;
    --notificationLowColor: #fff;
    --notificationLowMoreBG: rgba(0, 0, 0, 0.25);
    --notificationLowMoreColor: #fff;

    --notificationMediumBG: #5b7586;
    --notificationMediumColor: #fff;
    --notificationMediumMoreBG: rgba(0, 0, 0, 0.35);
    --notificationMediumMoreColor: #fff;

    --notificationHighBG: #a66403;
    --notificationHighColor: #fff;
    --notificationHighMoreBG: rgba(0, 0, 0, 0.35);
    --notificationHighMoreColor: #fff;

    /* Mobile nav */
    --mobiletopbarbg: #2f5366;
    --mobiletopbarcolor: #fff;

    --mobileDropBG: #2f5366;
    --mobileLinkColor: #fff;
    --mobileSubLinkColor: #fff;
    --mobileSubSubLinkColor: #fff;
    --mobileBorder: solid 1px rgb(255, 255, 255, .5);
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 400; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileIconColor: #fff;

    /* Accordion */
    --accordioncolor: #353535;
    --accordionbg: #fff;
    --accordionplus: #353535;
    --accordioncolorhover: #fff;
    --accordionbghover: #737144 ;
    --accordionplushover: #fff;
    --accordionborder: solid 1px #353535;
    --accordionradius: 10px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #737144;
    --maincolor: #fff;

    /* New Calendar */
    --newcalBarBG: #d9d9d9;
    --newcalBarColor: #333;
    --newcalArrows: #d9d9d9;
    --newcalArrowColor: #333;
    --newcalTodayBG: #d9d9d9;
    --newcalTodayColor: #333;
    --newcalEverydayColor: #333;
    --newcalEverydayBG: #fff;
    --newcalDateCircleColor: #333;
    --newcalDateCircleBG: #d9d9d9;
    --newcalEventBorder: #d9d9d9;
    --newcalListBorder: 1px solid #d9d9d9;
    --newcalBodyColor: #333;
    --newcalTimeColor: #333;
    --newCalWeight: 600;
    --newCalCloseHover: #333;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #fff;
    --buttonbg: #737144;
    --buttoncolorhover: #fff;
    --buttonbghover: #a66403;
    --buttonborder: none;
    --buttonradius: 10px;
    --buttontexttransform: uppercase;
    --buttonfont: 700 16px 'Roboto Condensed', sans-serif;
    --buttonpadding: 10px 20px;

    /* Plugin Headings */
    --promotionHeading: 700 20px 'Roboto Condensed', sans-serif;

    /* Border Accents */
    --borderLine: 1px solid rgb(53 53 53 / 25%);
}

a#skipLink { top: -43px; }

#backTop {
    font-size: 18px;
    transition: all 300ms ease;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0,0,0,0.2));
    background: #fff;
    color: #353535;
    border: 1px solid #fff;
}

#backTop:hover {
    background: #a66403;
    border: 1px solid #a66403;
    color: #fff;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

/* search results */
h2.search { padding: 1ex; font-size: 130%; }

.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;}


.image.right { margin: 0 0 15px 0px; }
.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.inner .container.content div img { height: auto !important; max-width: 100% !important; filter: drop-shadow(-0.518px 1.932px 4px rgba(0,0,0,0.2)); }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contentBG, .editorContentMain {
    color: #353535;
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
    background-image: url(./images/internal-footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 500px;
}

/* ------------- ALERTS ------------- */
.alert { background: var(--notificationLowBG); color: var(--notificationLowColor); }
.alerts .alert a { color: var(--notificationLowColor);	text-decoration: underline; }
.alerts .alert a:focus { outline: 1px dashed var(--notificationLowColor); }
.alerts .alert button.dialogbutton { background: var(--notificationLowMoreBG); color: var(--notificationLowMoreColor); width: fit-content; }

.alert.priority2 { background: var(--notificationMediumBG); color: var(--notificationMediumColor); }
.alerts .alert.priority2 a { color: var(--notificationMediumColor);	text-decoration: underline; }
.alerts .alert.priority2 a:focus { outline: 1px dashed var(--notificationMediumColor); }
.alerts .alert.priority2 button.dialogbutton { background: var(--notificationMediumMoreBG); color: var(--notificationMediumMoreColor); }

.alert.priority3 { background: var(--notificationHighBG); color: var(--notificationHighColor); }
.alerts .alert.priority3 a { color: var(--notificationHighColor);	text-decoration: underline; }
.alerts .alert.priority3 a:focus { outline: 1px dashed var(--notificationHighColor); }
.alerts .alert.priority3 button.dialogbutton { background: var(--notificationHighMoreBG); color: var(--notificationHighMoreColor);}

button.dialogbutton { 
    display: inline-flex;
    min-width: 180px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    font: normal normal 700 16px var(--designfont) !important; 
}

.alertcontainer button.closealerts { font-family: var(--designfont); font-size: 18px; font-weight: 700; }

.alertcontainer button.closealerts.priority1, .alertcontainer .controls button.priority1 { color: var(--notificationLowColor);}
.alertcontainer button.closealerts.priority2, .alertcontainer .controls.priority2 button { color: var(--notificationMediumColor);}
.alertcontainer button.closealerts.priority3, .alertcontainer .controls.priority3 button { color: var(--notificationHighColor);}

.alerts .alert button.dialogbutton:hover { text-decoration: underline; }
.alert { font: normal normal 600 16px var(--designfont); row-gap: 10px; }
.alertcontainer { z-index: 2000; }

/* ------------- MAIN HEADER ------------- */

/* Uncomment if the design doesn't have a caption on home page - Hidden H1 Tag */
/* .home-h1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
} */

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }

.topbar {
    z-index: 10;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: var(--mobiletopbarbg);
}

.topbar.scroll { overflow-y: auto; }
.topbar nav.table>ul { display: table; width: 100%; }

.topbar h1 { margin: 0; padding: 0; }
.topbar .title {
    display: inline-block;
    font-family: var(--designfont);
    color: var(--majortitlecolor);
    width: 100%;
}

.topbar .title img {
    max-height: 50px;
    margin: 0;
    max-width: 95%;
}

nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.navIcon, .searchIcon { cursor: pointer; }
.navDrop { display: none; padding: 10px 40px 20px; }
.searchDrop { display: none; padding: 20px 40px; }
nav.top.block ul {
    border-radius: 0;
    padding: 0 40px;
    display: inline-flex;
    width: 100%;
}

nav.top.block ul > li {
    padding: 0 20px;
}

nav.top.block ul > li:first-of-type {
    width: 100%;
    padding: 0;
}

nav.top.block ul > li:last-of-type {
    padding-right: 0;
}

nav.top.block li a {
    padding: 5px 0;
    font-size: 16pt;
    color: var(--mobiletopbarcolor);
    text-align: center;
}

nav.top.block li .titlewrap a {
    text-align: left;
}

nav.top.block li a > div { font-size: 14px; display: block; text-transform: uppercase; letter-spacing: 1px; font-family: var(--secondaryfont); font-weight: 400; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a:hover, nav.top.block li a:hover i { color: #fcb140; }
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}

nav.top.block li a i {
    color: var(--mobileIconColor);
}
nav.top.block li a:focus { outline: 1px dashed #fff; }

nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}

nav.top.block li:first-child .titlewrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

nav.top li:last-child a {
    border-right: none;
}

.navDrop, .searchDrop {
    background: var(--mobileDropBG);
    position: relative;
}

.navDrop:before,
.searchDrop:before {
    position: absolute;
    display: var(--mobileDropShadow);
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.15));
}

.navDrop nav.block.mobilemenu>ul {
    font-family: var(--designfont);
    display: block;
    padding: 0px;
}

.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}

.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}

.navDrop nav.block.mobilemenu a {
    color: var(--mobileLinkColor);
    display: block;
    font-size: 18px;
    font-weight: 400 !important;
    padding: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Mobile Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>a {
    color: var(--mobileSubLinkColor);
    font-weight: 600;
    padding-left: 1.5rem;
    font-size: 16px;
    letter-spacing: 0;
    font-family: var(--designfont);
    text-transform: capitalize;
}

/* Mobile Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>a {
    padding-left: 3rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--designfont);
    text-transform: capitalize;
}

/* Mobile Sub Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 4.5rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--designfont);
    text-transform: capitalize;
}

/* Mobile Sub Sub Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 5.5rem;
    font-size: 14px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--designfont);
    text-transform: capitalize;
}

.navDrop nav.block.mobilemenu a:focus, .navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #fff; }

.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 8px 0 8px 30px;
    color: 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;
}

.navDrop nav.block.mobilemenu li .newSocialTools a {
    margin: 0 10px;
}

.navDrop nav.block.mobilemenu li .newSocialTools a:first-of-type {
    margin-left: 0;
}

.navDrop nav.block.mobilemenu li .newSocialTools a:last-of-type {
    margin-right: 0;
}

/* Mobile Icon Weight / Color */
#mobilesearchbutton i,
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i
.navDrop nav.block.mobilemenu li span.plus > i {
    /* Light 100 - Regular: 400 - Solid: 900 */
    font-weight: var(--mobileIconWeight) !important;
    color: var(--mobileIconColor);
}

.navDrop nav.block.mobilemenu li .newSocialTools {
    padding: 10px 0;
}

.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}

.navDrop nav.block.mobilemenu a:hover, .navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu li.current>a, .navDrop nav.block.mobilemenu li.actual>a {
    background: transparent;
    text-decoration: none;
    color: #fcb140;
}

.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}

.navDrop nav.block.mobilemenu li.mobileBorder {
    border-top: var(--mobileBorder);
    display: block;
    margin: 20px 0;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality  { text-transform: capitalize; color: var(--mobileLinkColor); font-size: 14pt; display: inline-block; padding: 0; font-weight: 400; }
.navDrop nav.block.mobilemenu li.openweather {  padding: 20px 0 10px; margin-top: 10px; }
.navDrop nav.block.mobilemenu li.airquality {  padding: 10px 0; }
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i { color: var(--mobileIconColor); display: inline-block; }


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}

.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    /* border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px; */
    box-sizing: border-box;
}

.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 5px 10px;
    width: 80%;
    width: calc(100% - 50px);
    border: none;
    border-radius: 5px;
}

.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 40px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag:focus { outline: 1px dashed #fff; }

/* ------------- MOBILE NAV END ------------- */


/* ------------- MENU DROP DOWNS ------------- */
.topbar2 {
    display: none;
    z-index: 10;
    background: transparent linear-gradient(180deg, rgba(47, 83, 101, 1) 50%, rgba(47, 83, 101, 0.9) 65%, rgba(47, 83, 101, 0.5) 80%, rgba(47, 83, 101, 0) 100%);
    position: absolute;
    width: 100%;
    padding: 0 0 100px;
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 14pt;
    padding: 5px 0;
}

nav.block>ul>li>a { font-family: var(--secondaryfont); }
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: relative;
    bottom: auto; left: auto; right: auto;
    display: block;
    padding: 15px 60px 10px 290px;
    text-align: center;
    background: transparent linear-gradient(180deg, rgba(47, 83, 101, 1) 50%, rgba(47, 83, 101, 0.9) 65%, rgba(47, 83, 101, 0.5) 80%, rgba(47, 83, 101, 0) 100%);
}

nav.horizontal.block>ul {
    padding: 15px 0;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: none;
    color: var(--navcolor);
    border: none;
    margin-right: 10px;
    font: normal normal normal 22px var(--secondaryfont);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0;
    position: relative;
}

nav.horizontal.block>ul>li:last-child>a { margin-right: 0; }

nav.horizontal.block>ul>li.current>a, nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover, nav.horizontal.block>ul>li>a:focus {
    background: none;
    color: var(--navactivecolor);
    /* text-decoration: underline; */
}
nav.horizontal.block>ul>li>a:focus { outline: 1px dashed #fff; }

nav.horizontal.block li li>a {
    /* color: #fff;
    margin-bottom: 2px;
    border-radius: 5px; */
}

nav.horizontal.block li li:last-child>a { margin-bottom: 0; }

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* background: #000;
    color: #fff; */
    /* text-decoration: underline; */
}

nav.horizontal.block>ul>li.open>a { position: relative; z-index: 1002; }

nav.horizontal.menu>ul ul {
    background: #fff;
    /* text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}

nav.horizontal.block.menu>ul>li>a>.triangle { margin-top: -2px; padding-right: 0; margin-right: 0; }

nav.block.menu>ul .triangle:focus { outline: 1px dotted #fff; }

nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }

nav.subsections ul { list-style-type: none; padding: 0; margin-bottom: 0; }
nav.subsections ul ul { padding-left: 0; margin: 0; }
nav.subsections ul ul a { font-size: 16px; font-weight: 500; }

/* Sub Sub Pages */
nav.subsections ul ul ul a {
    font-size: 16px;
    font-weight: 400;
}

nav.subsections a {
    text-decoration: none;
    color: #353535;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 100%;
    display: block;
}

nav.subsections li.actual > a { background: #737144; color: #fff; }

/* Slab */
/* Border In Menu - Uncomment if needed */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    border-right: 1px solid rgb(255, 255, 255, 0.5);
}

nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child:after {
    content: normal;
}

/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    /* background: var(--slabbg); */
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    max-width: 1080px;
    position: absolute;
    left: 0;
    right: 0;
    white-space: normal;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.1;
    top: -90px;
    padding: 250px 25px 50px;
    z-index: -1;
    overflow: hidden;
    background: url('./images/nav-elk-watermark.png') no-repeat right 100px bottom, var(--slabbg);
}

nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.3); */
    height: 100%;
    vertical-align: top;
    padding: 0 50px;
}

nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}

nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 30px;
    margin-top: 10px;
    box-shadow: none;
    font-weight: normal;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 18px;
    color: #fff;
    padding: 0;
    text-decoration: none;
    font-weight: 600;
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    background: none;
    color: var(--slabactivecolor) !important;
    text-decoration: none;
    /* border-bottom: 2px solid #9bbf4f; */
}
nav.slab.horizontal > ul > li > ul > li a:focus, nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus, nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus { outline: 1px dashed #fff; }

nav.slab.horizontal.block > ul > li.threecol > ul > li:first-of-type { padding-left: 0; }
nav.slab.horizontal.block > ul > li.threecol > ul > li { padding-left: 35px; }
nav.slab.horizontal.block > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li:last-child, nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
nav.horizontal.block li { margin-bottom: 7px; }


/* ------------- MENU DROP DOWNS END ------------- */

/* ------------- TYPOGRAPHY ------------- */
body {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--designfont);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 28px;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

ul, ol { padding-left: 1.5em; }
hr { clear: both; margin: .5rem 0;  border-bottom: var(--borderLine); border-top: none; border-left: none; Border-right: none; }
p { margin: 0 0 1.5rem 0; }

/* Icon Weight */
/* i { font-weight: 400 !important; }  */
/* 400(reg), 900 (solid) */

/* Links  */
a {
    color: #a66403;
    text-decoration: none;
    font-weight: 600;
    transition: all 300ms ease;
}

a:hover { color: #737144; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #eee; color: #000; }

/* Headings */
h1, h2, h3.subtitle, h3, h4, h5, h6 {
    font-family: var(--mainFont);
    font-size: 24pt;
    font-weight: normal;
    line-height: 115%;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    color: #333;
}

h1 {
    font: 400 40px var(--secondaryfont);
    color: #2f5366;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 { 
    font: 400 25px var(--secondaryfont);
    color: #2f5366;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

h3, h3.subtitle { 
    font: 600 20px var(--designfont);
    color: #353535;
    text-transform: capitalize;
    letter-spacing: 1px; 
}

h4 { 
    font: 700 20px var(--designfont);
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

h5 { 
    font: 600 18px var(--designfont);
    color: #353535;
    text-transform: capitalize;
    letter-spacing: 0;
}

h6 { 
    font: 700 16px var(--designfont);
    color: #353535; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Promotion Headings */
.summaryDisplay h3 a, .headlineDisplay h3 a, .item.summaryDisplay h2 a, article.summaryDisplay h2 a,
.item.summaryDisplay h2, article.summaryDisplay h2, .DIR_PER article.summaryDisplay h2 a,
.accordion article.summaryDisplay h2, section article.summaryDisplay div.details h3, .eventlistitem a {
    font: var(--promotionHeading) !important;
    color: #353535;
    text-transform: capitalize;
    text-decoration: none;
}
.summaryDisplay h3 a:hover, .headlineDisplay h3 a:hover, .item.summaryDisplay h2 a:hover, article.summaryDisplay h2 a:hover,
.DIR_PER article.summaryDisplay h2 a:hover, .eventlistitem a:hover { text-decoration: none; color: #a66403; }

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }

article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
}

/* Buttons */
div.readmore.small {
    bottom: 0;
    margin-top: 25px;
}
.seeallitems { margin-top: 20px; }
div.readmore.small a, .seeallitems a, .listingCheck a {
    display: inline-flex;
    padding: var(--buttonpadding);
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    text-decoration: none;
    transition: all 300ms ease;
    letter-spacing: 2px;
    min-width: 200px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

div.readmore.small a:hover, div.readmore.small a:focus, .seeallitems a:hover, .listingCheck a:hover {
    text-decoration: none;
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}
.inner div.readmore.small a, .seeallitems a, .listingCheck a { min-width: 180px; }
/* ------------- FOOTER ------------- */
footer.main {
    position: relative;
    padding: 40px;
    background: rgb(47 83 102 / 85%);
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
    margin-top: -380px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #fff;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: normal normal normal 25px var(--secondaryfont);
    text-align: center;
    margin-top: 30px;
}

footer.main .text, footer.main .text2, footer.main .text3, footer.main .text4,
footer.main .text5, footer.main .text6, footer.main .text7, footer.main .text8 {
    font-family: var(--designfont);
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    display: block;
    white-space: pre-wrap;
}

footer.main .text {
    color: #fff;
    font-size: 16px;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 4px 0;
}
footer .footertext {
    /* display: inline-block; */
}

footer.main a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
footer.main a:focus { outline: 1px dashed #fff; }

footer.main a:hover {
    color: #fcb140;
    text-decoration: none;
}
.address-group:hover .text a, .address-group:hover .text2 a { color: #fcb140; }

/* ------------- SECONDARY FOOTER ------------- */
.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    padding: 30px 30px 30px 50px;
    text-align: center;
    line-height: 1;
}

.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}

.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}

.footersecondary > nav.block ul > li > ul > li > ul { display: none; }

.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #333;
    font-family: var(--designfont);
    font-size: 18px;
    padding: 0;
}

.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #333;
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}

.footersecondary > nav.block > ul > li li > a {  text-decoration: underline; }
.footersecondary > nav.block > ul, .footersecondary > nav.block > ul ul { padding-left: 0; }

/* Breadcrumb and Resizer */
.inner-header-container {
    display: none;
}

/* ------------- BOXES ------------- */
.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
    height: auto !important;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2, .box.B_BOXES .responsivebox h2 a, .box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a, .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 25px;
    font-weight: 400;
    padding: 0 0 8px 0;
    color: #2f5366;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: none;
    color: #737144;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}


/* News Image Max Size */
.inner .B_PR article.summaryDisplay .image.left {
    max-width: 280px !important;
}

/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}

.calMonth .calMonthName, .calMonth .calYear { color: #333; }

._moderncalendar .calMonth .calMonthName,
._moderncalendar .calMonth .calYear {
    color: #333;
  }

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: var(--main);
    color: var(--maincolor);

    padding: 8px 0;
    font-weight: 600;
  }

.calDayHeading th {
    background: #fff;
    color: #555;
}

.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; text-decoration: none; }

.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}

.calMonth td, .calMonth th { 
    border: none; 
    max-width: 30px;
}

.calToday { background-color: #fff; filter: none; }

._moderncalendar .calDay.calEvent .calDayNum {
    background: var(--main);
    color: #fff;
}

._moderncalendar .dayeventscontainer {
    z-index: 1;
}

.calToday .calDayNum {
    background: #2f5366;
    color: #fff;
}

.circleDate {
    position: absolute;
    left: 0;
    height: 72px;
    width: 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--designfont);
    color: #fff;
    background: var(--main);
    text-transform: uppercase;
    margin: 0;
}

/* keep the date/time from line-breaking below .circleDate */
._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 0 86px;
    /* overflow: hidden; */
    margin: 25px 0;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

/* Random Banner */
.innerimage {
    height: 300px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    position: relative;
}

.innerimage::after {
    content: '';
    background: url('./images/slider-angle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.inner .singlepic { height: 300px; }

.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;
}


.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--designfont);
    font-size: 24pt;
    text-align: center;
    padding: 10px 20px 0;
}

.bigCarouselSubTitle {
    font-family: var(--designfont);
    font-size: 18pt;
    text-align: center;
    padding: 0 20px 10px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 35px 35px 50px 35px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img, .home .box.promotion.B_PR .summaryDisplay div.image img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -moz-transform: scale(1.0025);
    -webkit-transform: scale(1.0025);
    -o-transform: scale(1.0025);
    transform: scale(1.0025);
}

.carousel_owl div.item img:hover, .home .box.promotion.B_PR .summaryDisplay:hover div.image img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.home .box.promotion.B_PR .summaryDisplay div.image img {
    object-fit: cover;
    object-position: center center;
    height: 265px !important;
    width: 100% !important;
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #333;
}
.carousel_owl div.item div {
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}
.carousel_owl div.item div a {
    color: #fff;
    text-decoration: underline;
}
.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #333;
    transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }

/* 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: var(--buttonpadding);
    margin: 20px 0;
    transition: all 300ms ease;
    letter-spacing: 2px;
    min-width: 180px;
    min-height: 50px;
    text-align: center;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 0;
    transition: background 300ms ease;
    color: var(--accordioncolor);
    background: var(--accordionbg);
    border: var(--accordionborder);
    border-radius: var(--accordionradius);
    transition: all 300ms ease;
}

.accordion article.summaryDisplay h2:hover {
    color: var(--accordioncolorhover);
    background: var(--accordionbghover);
    border: 1px solid var(--accordionbghover);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.accordion article.summaryDisplay h2 button {
    color: var(--accordionplus);
}

.accordion article.summaryDisplay h2:hover button {
    color: var(--accordionplushover);
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 10px;
    font-size: 14px;
}

.B_MEET .boxdate {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .boxdate.done {
    background: var(--main);
    color: var(--maincolor);
    border: none;
    border-radius: 10px;
}
.B_MEET .boxdate .day { font-weight: 700; line-height: 1; }

.B_MEET .meetings.search .button {
    padding: var(--buttonpadding);
    margin-top: 20px;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 14px;
}

section.DIR_PER article.summaryDisplay div.titlepositionabout > h2 {
    text-align: left;
}

section.DIR_PER article.summaryDisplay div.titlepositionabout,
section.DIR_PER.accordion article.summaryDisplay .flexit .details {
    align-content: center;
}

.DIR_PER article.summaryDisplay h2 a, section article.summaryDisplay div.details h3 {
    font-family: var(--secondaryfont) !important;
    font-weight: 400 !important;
    color: #2f5366;
    /* margin-bottom: 15px; */
    display: block;
    font-size: 25px !important;
    text-transform: uppercase;
}

.DIR_PER h4 { 
    font-size: 16px;
    font-weight: 600;
    line-height: 1; 
    color: #333;
}

section.DIR_BUS.boxes>article,
section.DIR_PER.boxes>article {
    border: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay,
section.DIR_PER.list article.summaryDisplay {
    border-bottom: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay:last-of-type,
section.DIR_PER.list article.summaryDisplay:last-of-type { border-bottom: none; }

section.DIR_PER.boxes article.summaryDisplay,
section.DIR_PER.boxes article.summaryDisplay:last-of-type {
    border-bottom: var(--borderLine);
}

section.DIR_PER.accordion article.summaryDisplay {
    border: none;
}

section.accordion article.summaryDisplay {
    padding: 5px 0 !important;
}

.galleryBox span.arrowleft, .galleryBox span.arrowright, .galleryBox span.arrowpause, .galleryBox span.arrowplay {
    font-size: 15px;
}

.namesearchbox > div {
    background: #fff;
}

div.sffield input, div.sffield select, div.sffield.radios, div.sffield.checkboxes, div.sffield textarea { background: #f0f0f0; }

/* Documents content type */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {
    background: #fff;
    padding: 10px;
}

.docmanContainer .breadcrumb, .docmanContainer h3.searchTitle, .docmanContainer .subfolders > div > div > i {
    color: var(--main);
}

.docmanContainer #docmanSearchButton {
    position: relative;
    top: 0;
    padding: var(--buttonpadding);
    transition: background 200ms ease, color 200ms ease;
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    min-height: 50px;
    min-width: 180px;
    text-align: center;
    letter-spacing: 2px;
}

.docmanContainer #docmanSearchButton:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Forms Button */
form input[type='button'], form input[type='submit'] {
    padding: var(--buttonpadding);
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    transition: all 300ms ease;
    letter-spacing: 2px;
    min-width: 180px;
    min-height: 50px;
    text-align: center;
}

form input[type='button']:hover, form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Image Gallery button align */
.galleryBox .arrowleft, .galleryBox .arrowright, .galleryBox .arrowpause, .galleryBox .arrowplay {
    color: #353535;
    border: 2px solid #353535;
    background: #fff;
    transition: all 300ms ease;
    margin: 0 3px;
    width: 35px;
    height: 35px;
}
.galleryBox .arrowleft:hover, .galleryBox .arrowright:hover,
.galleryBox .arrowpause:hover, .galleryBox .arrowplay:hover,
.galleryBox .arrowleft:focus, .galleryBox .arrowright:focus,
.galleryBox .arrowpause:focus, .galleryBox .arrowplay:focus { color: #fff; background: var(--buttonbghover); outline: none; border: 1px solid var(--buttonbghover); }

.galleryBox span.arrowleft, .galleryBox span.arrowright { padding: 4px 5px; }
.galleryBox span.arrowpause { padding: 4px 6px 2px 6px; }
.galleryBox span.arrowplay { padding: 4px 0 2px 3px; }

.galleryBox .thumbnails .messages {
    padding: 0px 10px 15px 5px;
}

/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 0 8px 0 0; }


/* New Calendar */
.calendar-container .calendar-body {
    background: var(--newcalBarBG);
}

.calendar-container .calendar-body .calendar-weekdays li {
    background: #737144;
    color: #fff;
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: #737144;
    color: #fff;
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: #fff;
    background: var(--main);
}

.calendar-container .calendar-body .calendar-dates li div.day {
    background: var(--newcalEverydayColor);
    background: var(--newcalEverydayBG);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    border-color: var(--newcalEventBorder);
    color: var(--newcalBodyColor);
    border-radius: var(--buttonradius);
    padding: 10px;
}

.calendar-container .procal-box .boxdate {
    color: #fff !important;
    background: var(--main) !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: #fff;
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: uppercase;
    transition: all 300ms ease;
    font-size: 16px;
    letter-spacing: 2px;
}

.calendar-container .calendar-header .header-left button.today:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.eventlistitem a {
    color: var(--newCalTextColor);
    font-weight: var(--newCalWeight);
    text-transform: capitalize;
}

.eventlistitem {
    /* border-bottom: var(--newcalListBorder); */
    border-bottom: none;
    align-items: center;
}

.eventlistitem .eventtime {
    color: var(--newcalTimeColor);
}

.calendar-container .procal-belowheader  div.calendar-list h2 {
    border-bottom: var(--newcalListBorder);
    color: var(--newcalBodyColor);
}


.procalendar dialog.dialog:modal .category i:after {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    font-weight: 400;
}

.calendar-container .calendar-body .calendar-dates li a.event span.ctitle {
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-list > h2 {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
    color: var(--newCalTextColor);
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: var(--newcalListBorder);
    /* border-bottom: none; */
}

dialog.dialog:modal {
    border-radius: var(--buttonradius);
}

dialog.dialog hr {
    border: none;
    border-bottom: var(--newcalListBorder);
}

dialog.dialog span.label {
    font-size: 16px;
    font-weight: var(--newCalWeight);
}

dialog.dialog .description,
dialog.dialog .category {
    font-size: 16px;
    font-weight: 400;
}

dialog.dialog .category label {
    font-weight: var(--newCalWeight);
}


dialog.dialog button.closedialog {
    color: var(--newCalTextColor);
}

dialog.dialog button.closedialog:hover {
    color: var(--newCalCloseHover);
}

.calendar-container .calendar-box .calendar-header .header-right .categories {
    border-color: var(--newcalEventBorder);
}


/* New Calendar Global Proposed Fixes */
/* Remove line dividers in the header of the calendar */
.calendar-container .calendar-body ul.calendar-weekdays {
    gap: 0;
    width: 100%;
}

ul.calendar-weekdays > li {
    flex-grow: 1;
}

/* Filter Text: Either disable or display None */
.calendar-container .calendar-box .calendar-header .header-right > label {
    display: none;
}

/* Filter Bar Styling */
/* Not sure how to style the drop down? The few things I've tried dont affect it. */
.calendar-container .calendar-box .calendar-header .header-right .categories {
    width: 180px;
    padding: 4px 8px;
    font-size: 14px;
}

/* Modal: Border */
dialog.dialog:modal {
    border: none;
}

/* Modal: Container */
dialog.dialog .beforemap, dialog.dialog .aftermap {
    padding: 20px 60px;
}

/* Modal: Reduce space between icon and text */
dialog.dialog i {
    margin-right: 5px;
}

/* Modal: Close button */
dialog.dialog button.closedialog {
    top: 20px;
    font-size: 11pt;
}

/* Modal: Space above the Get Directions button */
dialog.dialog .location .maplink {
    margin-top: 10px;
    display: block;
}

/* Modal: main header remove margin below. */
dialog.dialog h2 {
    margin: 0;
}


/* Inner Images Forced To Not Float*/
.inner .insideRightContent .promotion .image.left, .inner .insideLeftContent .promotion .image.left,
.inner .insideRightContent .sidebar .image.left, .inner .insideLeftContent .sidebar .image.left,
.inner .HA_Boxes .responsivebox .image.left  {
    float: none;
    margin: 0 auto 10px !important;
    max-width: 100% !important;
}
.inner .insideRightContent .promotion .image.left { float: left; }

.inner .infoblock.box { padding: 20px; }


/* Modern Calendar Size Override */
._moderncalendar .calDay.calEvent .calDayNum {
    /* Edit line height to center number based off font used */
    line-height: 1.5;
}

._moderncalendar .calDay .calDayNum {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: var(--designfont);
}

/* New calendar event corner cut off fix */
.calendar-container .calendar-body .calendar-dates li a.event,
.calendar-container .calendar-body .calendar-dates li a.event > div {
    border-radius: 0 !important;
    box-shadow: none;
}

/* Below Section */
.home .Below {
    background: url("images/index-footer-bg.jpg") no-repeat top center;
    background-size: cover !important;
    padding: 50px 40px 420px;
}

/* custom css */
.top-text { color: #fff; }
.top-text a {
    color: #fff;
    text-decoration: none;
    font: normal normal 400 16px var(--designfont);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.top-nav-info {
    color: #fff;
    text-decoration: none;
    font: normal normal 400 16px var(--designfont);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.top-text a:focus { outline: 1px dashed #fff; }
.top-text a:hover span, .top-text a:hover { color: #fcb140; }
.fa-regular.fa-phone, .fa-regular.fa-location-dot, .fa-regular.fa-envelope, .fa-regular.fa-fax { margin-right: 10px; }
.slidercontainer .controls {
    display: inline-flex;
    position: absolute;
    top: 80%;
    right: 0;
    z-index: 2;
    align-items: center;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
}
.slidercontainer .arrowprev, .slidercontainer .arrownext, .slidercontainer .arrowpause, .slidercontainer .arrowplay {
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    background: none;
}
nav.horizontal.block>ul>li.current>a::after, nav.horizontal.block>ul>li.open>a::after, nav.horizontal.block>ul>li:hover>a::after, nav.horizontal.block>ul>li:focus>a::after { width: 40px; }
nav.horizontal.block>ul>li>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 5px;
    background: #fcb140;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    transform: translateX(-12px);
    transition: all 300ms ease;
}
nav.horizontal.block > ul > li:not(.hasChildren) > a::after { transform: unset; }
nav.horizontal.block>ul>li:first-child.current>a::after, nav.horizontal.block>ul>li:first-child.open>a::after, nav.horizontal.block>ul>li:first-child:hover>a::after, nav.horizontal.block>ul>li:first-child:focus>a::after {
    width: 24px;
}
.home nav.horizontal.block>ul>li>a.nav-home > i { color: var(--navactivecolor); }
a:hover .fa-regular.fa-house { font-weight: 900 !important; }
.slidercontainer .slides .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 37, 37, .40);
}

.slidercontainer .slides .slide .titlebox .title {
    font-size: 20px;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0, 0, 0, 0.25));
}
.slidercontainer .slides .slide .titlebox .subtitle {
    font-size: 48px;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--secondaryfont);
    line-height: 1.2;
    margin-bottom: 25px;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0, 0, 0, 0.25));
}
.slidercontainer .slides .slide .titlebox a {
    color: var(--buttoncolor);
    background: rgb(115 113 68 / 85%);
    letter-spacing: 2px;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    padding: var(--buttonpadding);
    text-decoration: none;
    display: inline-flex;
    border-radius: var(--buttonradius);
    min-width: 200px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0, 0, 0, 0.25));
}
.slidercontainer .slides .slide .titlebox a:focus { outline: 1px dashed #fff; }
.slidercontainer .slides .slide .titlebox a:hover { background: #a66403; }
.slidercontainer .arrowprev:hover, .slidercontainer .arrownext:hover, .slidercontainer .arrowpause:hover, .slidercontainer .arrowplay:hover, 
.slidercontainer .arrowprev:focus, .slidercontainer .arrownext:focus, .slidercontainer .arrowpause:focus, .slidercontainer .arrowplay:focus {
    background: var(--buttonbghover);
    border: 2px solid var(--buttonbghover);
}
.slidercontainer::after {
    content: '';
    background: url('./images/slider-angle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 130px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
.home section.box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody { display: none; }
.home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    row-gap: 15px;
    position: relative;
}
.home .insideMainContent section.box.promotion.B_LIST { padding: 30px 40px 60px; }
.nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top > h2 {
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f5366;
    font-family: var(--secondaryfont);
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
.home .mainContent .insideMainContent .box.B_BOXES .responsivebox, .home .mainContent .insideMainContent .box.B_BOXES .responsivebox, .home .mainContent .insideMainContent .box.promotion.HA_Boxes .responsivebox, .home .mainContent .insideMainContent .box.promotion.HA_Boxes .responsivebox {
    width: 100%;
}
.home section.box.promotion.B_LIST.HA_Boxes .responsivebox > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    gap: 5px;
}
.home section.box.promotion.B_LIST.HA_Boxes .responsivebox .image.left {
    margin: 0;
    max-width: 50px !important;
    display: flex;
    justify-content: flex-start;
}
.home section.box.promotion.B_LIST.HA_Boxes .responsivebox .image.left img {
    width: 35px !important;
    margin-right: 15px;
}
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 { position: relative; }
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a, .home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 {
    font-size: 20px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:focus { outline: 1px dashed #fff; }
.home .box.promotion.B_LIST.HA_Boxes .responsivebox {
    border-radius: 10px;
    background: #111;
    transition: all 300ms ease;
}
.home .box.promotion.B_LIST.HA_Boxes .responsivebox:nth-child(even) { background: #737144;}
.home .box.promotion.B_LIST.HA_Boxes .responsivebox:nth-child(odd) { background: #5b7586;}
.home .box.promotion.B_LIST.HA_Boxes .responsivebox:has(a):hover { background: #a66403; }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    background: none;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 6px #00000029;
}
.responsivebox > div { height: 100%; }
.home .box.B_BOXES .responsivebox div.image, .home .box.promotion.B_LIST.HA_Boxes .responsivebox div.image, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.home .box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
    height: 100% !important;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.0);
}
.home section.box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover div.image img, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox:hover div.image img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    padding: 0;
    z-index: 2;
    font: normal normal 600 20px var(--designfont);
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    transition: background 300ms ease;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a, .inner section.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a { 
    text-decoration: none;
    font: normal normal bold 20px var(--designfont);
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 0;
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:focus { outline: 1px dashed #fff; }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-child(even) h2 { background: rgb(115 113 68 / 85%); }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-child(odd) h2 { background: rgb(91 117 134 / 85%); }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover:nth-child(even) h2:has(a) { background: rgb(115 113 68 / 100%); }
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover:nth-child(odd) h2:has(a) { background: rgb(91 117 134 / 100%); }
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a, .home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 {
    font: normal normal 600 20px var(--designfont);
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    padding-bottom: 0;
}
.home section.box.promotion.B_PR {
    position: relative;
    margin-bottom: 0;
    padding: 50px 40px 40px;
    background-color: #f0f0f0;
}
.home section.box.promotion.B_PR > h2 {
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f5366;
    font-family: var(--secondaryfont);
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}
.home section.box.promotion.B_PR::before {
    content: "";
    background: url('./images/index-wheat-watermark-left.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 95%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 325px;
    height: 575px;
}
.home section.box.promotion.B_PR::after {
    content: "";
    background: url('./images/index-wheat-watermark-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 95%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 325px;
    height: 575px;
}
.home section.box.promotion.B_PR .body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    column-gap: 50px;
    row-gap: 40px;
}
.home section.box.promotion.B_PR .summaryDisplay .body, .inner .box.B_PR .summaryDisplay .body { display: none; }
.home .box.promotion.B_PR article.summaryDisplay h3 {
    font-size: 20px;
    padding: 0 30px 10px;
}
.home .newsdatetime { padding: 0 30px 20px; }
.home .item.summaryDisplay, .home article.summaryDisplay {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    height: 100% !important;
    border-radius: 10px;
    z-index: 1;
}
.home .box.promotion.B_LIST.HA_Boxes > h2 {
    text-align: center;
    font: normal normal normal 40px var(--secondaryfont);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2f5366;
    margin-bottom: 10px;
}
.home section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    height: 90px !important;
    margin: 5px 0;
}
.home .box.promotion.B_PR .summaryDisplay div.image {
    float: none;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100% !important;
}
.home .box.promotion.HA_Boxes .responsivebox { padding: 15px 30px; }
.newsdatetime time, .eventsdatetime time {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #595959;
    text-transform: uppercase;
}
.home div.readmore.small, .inner div.readmore.small {
    font-weight: bold;
    text-align: center;
    bottom: 0;
    margin-top: 0;
    position: relative;
}
.inner div.readmore.small { text-align: left; }
.home .box.sectionIntro { display: none; }
footer .footertext {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
}
.useful-links div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 0 !important;
    gap: 25px;
}
.useful-links ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
footer.main ul {
    padding-left: 0;
    margin-right: 0px;
}
footer.main ul li { margin: 0; list-style: none; }
.footer-bottom, .footer-bottom a {
    padding: 15px 40px;
    background: #f0f0f0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font: normal normal 700 16px var(--designfont);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    text-decoration: none;
}
.footer-bottom a { padding: 0; }
.copyright span, .verticalLogo_text a { padding: 8px 0; }
.verticalLogo_text span { padding: 10px 10px; }
.verticalLogo_text a { padding-bottom: 0; }
.footer-bottom a:hover { color: #a66403; }
.f-logo { display: flex; }
.subscribe-button a {
    display: inline-flex;
    padding: var(--buttonpadding);
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius);
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    text-decoration: none !important;
    transition: all 300ms ease;
    letter-spacing: 2px;
    min-width: 200px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0,0,0,0.25));
    margin-top: 20px;
}
.subscribe-button a:hover { background: var(--buttonbghover); color: #fff !important; }
.verticalLogo_text { margin: 0; }
.slidercontainer .slides .slide .titlebox { width: 100%; }
.slidercontainer .slides .slide { height: 400px; }
.inner .slidercontainer .slides .slide { height: 300px; }
.mobilemenu .top-text {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.mobilemenu .top-text a { padding: 0 !important; font-weight: 400 !important; }
.mobilemenu .top-nav-info {
    font: normal normal 400 18px var(--designfont);
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.insideLeftContent {
    position: relative;
    z-index: 1;
}
.inner nav.box.subsections.desktoponly > h2 { display: none;}
.inner nav.box.subsections.desktoponly, .inner aside.box.sidebar {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}
nav.subsections ul li { margin: 0; }
nav.subsections .body > ul > li > a {
    padding: 10px 0 10px 30px;
    margin: 0;
}
nav.subsections .body > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > ul > li > a:hover, nav.subsections .body > ul > li > ul > li > ul > li > ul > li > a:hover {
    background: #a66403;
    color: #fff;
}
nav.subsections .body > ul > li > ul > li > a {
    margin: 0;
    padding: 10px 6px 10px 45px;
}
nav.subsections .body > ul > li > ul > li > ul > li > a {
    margin: 0;
    padding: 10px 6px 10px 65px;
}
nav.subsections .body > ul > li > ul > li > ul > li > ul > li > a {
    margin: 0;
    padding: 10px 6px 10px 85px;
}
.box.promotion.B_PR .summaryDisplay h3, .box.promotion.B_PR .summaryDisplay h3 a { font-size: 18px !important; font-weight: 600 !important; line-height: 28px !important; }
.insideRightContent h2 {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px 0; }
.insideLeftContent h2 { margin-bottom: 10px; }
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox > div {
    display: flex;
    flex-direction: column;
    position: relative;
    filter: drop-shadow(0px 1px 1.5px rgba(102, 102, 102, 0.75));
    overflow: hidden;
    border-radius: 10px;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox > div .image {
    max-width: 100%;
    margin-bottom: 0 !important;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox > div .image {
    position: relative;
    margin: 0;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox > div .image img {
    vertical-align: bottom;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox div.image img {
    vertical-align: bottom;
    /* height: 100% !important; */
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.0);
    border-radius: 0;
}
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox:nth-child(even) h2 { background: rgb(115 113 68 / 85%); }
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox:nth-child(odd) h2 { background: rgb(91 117 134 / 85%); }
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox:hover:nth-child(even) h2:has(a) { background: rgb(115 113 68 / 100%); }
.inner section.box.promotion.B_LIST.HA_Boxes .responsivebox:hover:nth-child(odd) h2:has(a) { background: rgb(91 117 134 / 100%); }
.box.B_EV .summaryDisplay .body { display: none; }
.calendar-container .procal-box .boxdate .month {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.calendar-container .procal-box .boxdate .day {
    font-weight: 400;
    font-size: 24pt;
    line-height: 1;
}
.infoblock { margin-top: 15px; }
.container form { max-width: 100%; }
section.DIR_BUS.boxes, section.DIR_PER.boxes { margin-top: 20px; }
.inner .B_PR .body .summaryDisplay {
    position: relative;
    padding: 12px 0;
}
.inner .B_PR .body .summaryDisplay > div:first-of-type {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    width: 152px !important;
    display: block;
    float: none;
    /* overflow: hidden; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, .25); */
}
.inner .B_PR article.summaryDisplay .image.left img {
    height: auto !important;
    max-height: 80px !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .25);
    transition: transform .3s ease-out;
    transform: scale(1.0);
}
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox .boxbody, .inner .box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody { display: none; }

.inner .box.sectionIntro .body > h1, .inner article.fullDisplay.B_EV .body > h1 { margin-bottom: 10px; }
.container.content .galleryBox div.photoFrame img.bigImage, .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    max-width: 90% !important;
    max-height: 90% !important;
    height: auto !important;
    width: auto !important;
    margin: 10px;
    top: 0 !important;
    left: 48% !important;
    transform: translateX(-50%);
}
.field.inline {
    display: inline-flex;
    align-items: baseline;
}
.field.inline .value { line-height: 1.2; }

/* ------------- PHOTO GALLERY ------------- */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    /* height: auto !important;
    width: 100% !important; */
    max-width: 90% !important;
    max-height: 90% !important;
    height: auto !important;
    width: auto !important;
    margin: 10px;
    position: absolute;
    top: 0 !important;
    left: 48% !important;
    transform: translateX(-50%);
}

/* Drop Shadow */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .35);
}

/* Mobile Photo Gallery Image Size */
.container.content .galleryBox div.photoFrame {
    height: 300px;
}

/* Thumbnail Gallery */
.galleryBox div.thumbnails ul.page.current {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBar {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: 50px;
}
.search.bar .fieldAndButton {
    width: 300px;
    padding: 7px 10px 5px 20px;
    border-radius: 10px;
    border: none;
    background: #f9f9f9;
    filter: drop-shadow(-0.518px 1.932px 4px rgba(0, 0, 0, 0.25));
    min-height: 50px;
}
.search.bar .fieldAndButton .searchField, .meetings.search .fieldAndButton .searchField {
    width: 80%;
    color: #353535;
    padding: 9px 7px 7px 7px;
    font: normal normal 600 16px var(--designfont);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search.bar .fieldAndButton .searchMag {
    font-size: 16px;
    height: 16px;
    width: 16px;
    margin: 9px 15px 7px 7px;
    color: #737144;
}
.searchBar input::placeholder {
  color: #353535; 
  opacity: 1;   
}
.search.bar .fieldAndButton .searchMag:hover {
    color: #a66403;
}
.w-160 { width: 160px; margin: auto !important; }
._moderncalendar .calMonth .chevron { color: #353535; }
._moderncalendar .calMonth .chevron:hover { color: #a66403; }
.listingCheck { text-align: left; }
.fullDisplay.B_PR .image.left { max-width: 400px; }

.verticalLogo_text span { display: none; }

footer.main .address-group .text.w-160 { min-width: 180px; }

/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 0; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; padding: 40px 40px 200px; }
    .home .content { padding: 0; }
}

@media (min-width: 500px) {
    .home .box.promotion.HA_Boxes .responsivebox { padding: 15px 50px; }
}

@media (min-width: 600px) {
    .inner .B_PR .body .summaryDisplay {
        position: relative;
        padding: 12px 0 12px 200px;
        min-height: 110px;
        display: flex;
        width: 100%;
        align-items: center;
    }
    .inner .B_PR .body .summaryDisplay > div:first-of-type {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 160px !important;
        margin: 0 25px 0 0;
    }
}

@media (min-width: 700px) {
    .useful-links div {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}

/* 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 100px 50px; }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }
    .inner .content { padding: 0 60px 200px; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 0; }
    .home .content { padding: 0; }

    .slidercontainer { margin-top: -350px; }
    .slidercontainer .slides .slide { height: 916px !important; }
    .inner .slidercontainer .slides .slide { height: 600px !important; }
    .slidercontainer .controls { top: 78%; }
    nav.slab.horizontal.block > ul > li > ul { padding: 270px 60px 70px; }
    .slidercontainer .slides .slide .titlebox .title { font-size: 25px; }
    .slidercontainer .slides .slide .titlebox .subtitle { font-size: 75px; }
    .slidercontainer .slides .slide .titlebox { transform: translate(-50%, -15%); }
    .home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top { grid-template-columns: 1fr 1fr; }
    .home section.box.promotion.B_PR { padding: 50px 60px 150px; }
    .home .insideMainContent section.box.promotion.B_LIST { padding: 35px 60px 60px; }
    .nogroup.Below { padding: 50px 60px 300px; }
    .home section.box.promotion.B_LIST.HA_Boxes .responsivebox { margin: 0; }
    .home .box.promotion.B_LIST.HA_Boxes h2:first-of-type, .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top h2 { grid-column: 2 span; }
    .home section.box.promotion.B_PR .body { flex-direction: row; }
    .home .box.promotion.B_PR article.summaryDisplay { width: calc(100% / 3); }
    .home .container.content div.left, .home .container.content div.cyclerSlide { margin: 0px 25px 25px 0; }
    .home div.readmore.small {
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translateX(-50%);
    }
    .innerimage { height: 600px; margin-top: -350px; }
    .insideLeftContent aside.sidebar .body { padding: 0 30px; }
    .insideLeftContent h2 { padding: 35px 30px 5px; }
    .inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox, .box.B_BOXES.image_top .responsivebox { padding: 15px; }
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox { margin-bottom: 45px; }
    .searchBar { top: 375px;  }
    .search.bar .fieldAndButton { width: 325px; }
    .search.bar .fieldAndButton .searchField, .meetings.search .fieldAndButton .searchField { width: 85%; }
    .home section.box.promotion.B_PR::before {
        background-position: center left;
        top: 50%;
        transform: translateY(-50%);
    }
    .home section.box.promotion.B_PR::after {
        background-position: center right;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Breadcrumb And Resizer */
	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .inner-header {
        /* Uncomment for 2 columns */
        /* position: absolute;
        top: 65px;
        right: 100px;
        left: 150px; */
        
        display: block;
        margin: 40px 60px;
    }

    .inner .inner-header.hasLeft {
        /* Uncomment for 2 columns */
        /* position: absolute;
        left: calc(40% + 65px);
        top: 45px;
        right: 100px; */

        display: block;
    }

    .inner .inner-header .inner-header-container {
        display: flex;
        justify-content: space-between;
        border-bottom: var(--borderLine);
        padding-bottom: 25px;
    }

    .inner .breadcrumbs nav { margin-top: -1px; }

    .inner .breadcrumbs { 
        display: inline-flex;
        justify-content: left;
        align-items: center;
        flex-wrap: wrap;
    }

    .inner .breadcrumbs a, .inner .breadcrumbs h2 {
        font-size: 16px;
        font-family: var(--designfont);
        font-weight: 700;
        color: #353535;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 50px;
        line-height: 1;
        letter-spacing: 1px;
    }
    .inner .breadcrumbs a { margin-top: -1px; }

    .inner .breadcrumbs h2 { padding: 0 10px 0 0 !important; }

    .inner .breadcrumbs a::after {
        content: "\f324";
        font-family: "Font Awesome 6 Pro";
        padding-left: 10px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        font-size: 14px;
    }

    .inner .breadcrumbs a:hover, .inner .breadcrumbs a:focus { color: #737144; outline: none; }
    .inner .breadcrumbs nav ul { list-style: none; padding-left: 0; }
    .inner .breadcrumbs nav ul li { margin: 0; float: left; line-height: 1; }

    /* Last item in the breadcrumb */
    .inner .breadcrumbs nav ul > li:last-of-type > a, .inner .breadcrumbs h2 { color: #737144; }
    .inner .breadcrumbs nav ul > li:last-of-type > a::after { content: none; }
    .inner .breadcrumbs nav ul li > span { display: none; }
    .inner .inner-header .printResize { display: block; min-width: 80px; margin-right: -7px; }

    .printResize .resize {
        text-decoration: none;
        font-family: var(--designfont);
        color: #333;
        transition: color 300ms ease;
        cursor: pointer;
        font-weight: 700;
        padding: .05rem;
    }
    
    .printResize .resize.small { font-size: 12pt !important; }
    .printResize .resize.med { font-size: 14pt !important; }
    .printResize .resize.large { font-size: 17pt !important; }

    .printResize .printBtn {
        height: 100%;
        border: none;
        background: transparent;
        cursor: pointer;
        position: relative;
        top: -1px;
        border-radius: 2px;
        transition: color 300ms ease;
        color: #353535;
        font-size: 18px;
        margin-left: .25rem;
    }
    
    .printResize .printBtn:hover, .printResize .resize:hover { color: #737144; }

    .printResize .printBtn img { height: 100%; transition: filter 300ms ease; }

    .inner .leftContent { background: #f0f0f0; position: relative; padding: 0 0 150px 0; border-radius: 0 2px 2px 0; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
    .inner .leftContent::before {
        content: "";
        background: url('./images/sidenav-wheat-watermark.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100%;
        position: absolute;
        bottom: 20px;
        right: 0;
        display: inline-block;
        width: 230px;
        height: 90%;
    }
    .inner .mainContent { min-height: 300px;}
    .inner .mainContent { padding: 0; }
    .inner .mainContent.hasLeft { padding: 0 0 0 35px; }
    .inner .mainContent.hasLeft.hasRight { padding: 0 35px; }
  
    .inner .mainContent { min-height: 300px; }

    div.banner { 
        position: relative; 
        height: 250px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        top: 60%;
        -webkit-transform: translateY(-50%);
        left: 60px;
        z-index: 10;
    }

    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 22px;
        line-height: 100%;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }
    .topbar2 div.titlewrap a.title:focus { outline: 1px dashed #fff; }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        padding: 80px 60px 20px 290px;
        position: relative;
        bottom: auto;
        top: auto;
        right: auto;
        left: auto;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
        display: inline-flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .searchSocial .newSocialTools {
        float: none;
        display: inline-block;
        margin-right: 8px;
        padding: 5px 0;
    }

    .searchSocial .searchPositioner {
        float: right;
        display: inline-block;
        margin-right: 0;
    }

    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 0 5px;
        width: 180px;
        line-height: normal;

        display: inline-flex;
        flex-wrap: nowrap;
        align-content: center;
        align-content: center;
    }

    .searchSocial .search.bar .searchField {
        font-size: 16px;
        padding: 3px;
        width: 100%;
        font-family: var(--designfont);
    }

    .searchSocial .search.bar .searchMag {
        float: none;
        font-size: 16px;
        height: 20px;
        width: 20px;
        display: block;
        margin: auto 0;
    }

    .searchSocial .search.bar .searchMag:hover { color: #000; }

    .searchSocial .openweather, .searchSocial .airquality {
        text-transform: capitalize;
        float: left;
        display: inline-block;
        margin-right: 15px;
        margin-top: 3px;
        vertical-align: top;
    }

    .searchSocial .openweather i, .searchSocial .airquality i { color: #600; }
    .searchSocial .airquality { margin-left: 20px; }

    .searchSocial .openweather a,
    .searchSocial .airquality {
        color: #333;
        font-size: 12pt;
        font-family: var(--designfont);
        font-weight: bold;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover {
        color: #000;
        text-decoration: underline;
    }

    .container.content div.left, .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }

    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .inner .image.right { margin: 0 0 15px 25px; }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; position: relative;  z-index: 9; }

    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }

    .desktoponly { display: block; }

    .inner .leftContent { width: 40%; }

    .inner .rightContent {
        padding: 0 0 20px 0;
        width: 100%;
    }

    /* .leftContent .box, */
    .rightContent .box {
        padding-top: 0;
    }

    .inner .mainContent.hasLeft.hasRight, .inner .mainContent.hasLeft { width: 60%; }

    .B_MEET .meetings.search .button { margin-top: 0; margin-left: 10px; }

    /* Modern Calendar Size Override */
    .inner .mainContent ._calendarbox.ModernPlusRight,
    .inner .mainContent ._eventsbox.ModernPlusRight,
    .inner .mainContent ._calendarbox.HA_Cal_ModernPlusRight,
    .inner .mainContent ._eventsbox.HA_Cal_ModernPlusRight {
        display: block;
        width: 100%;
    }
    .top-nav-info { display: none; }
    .home .box.promotion.HA_Boxes .responsivebox { padding: 15px 40px; }
    footer.main { padding: 40px 60px; margin-top: -280px; }
    .inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: calc(100% - 15px); }
    .docmanContainer .docmanSearch { width: 200px; }

    /* Photo Gallery Fix */
    .container.content .galleryBox div.photoFrame img.bigImage,
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        max-width: 95% !important;
        max-height: 95% !important;
    }

    /* Desktop Photo Gallery Image Size */
    .container.content .galleryBox div.photoFrame { height: 500px; }
    .footer-bottom { padding: 0.657rem 60px; }
    .socialFixed { z-index: 8; }
    .socialFixed {
        top: 45%;
        left: auto;
        right: 0;
    }
    .fixedSocialTools {
        width: 60px;
        text-align: right;
    }
    .fixedSocialTools a {
        margin-left: auto;
        border-radius: 10px 0 0 10px;
        text-align: left;
        padding: 8px;
    }

    footer.main h4 {
        margin-top: 0;
    }

    .verticalLogo_text {
        display: inline-flex;
        align-content: center;
    }
    
    .verticalLogo_text span { display: inherit; }
}

@media (min-width:1200px) {
    .inner .rightContent, .inner .leftContent { width: 25%; }
    .inner .mainContent.hasLeft { width: 75%; }
    .inner .mainContent.hasLeft.hasRight { width: 50%; }

    /* Breadcrumb - uncomment for 2 columns */
    /* .inner .mainContent.hasLeft.hasRight { width: 50%; }
    .inner .inner-header.hasLeft { left: calc(25% + 90px); } */

    /* Modern Calendar Size Override */
    .inner .mainContent ._calendarbox.ModernPlusRight,
    .inner .mainContent ._eventsbox.ModernPlusRight,
    .inner .mainContent ._calendarbox.HA_Cal_ModernPlusRight,
    .inner .mainContent ._eventsbox.HA_Cal_ModernPlusRight {
        display: inline-block;
        width: 48%;
        padding: 15px;
    }
    .home .insideMainContent section.box.promotion.B_LIST {
        column-gap: 50px;
        row-gap: 40px;
    }
    .home .box.promotion.HA_Boxes .responsivebox { padding: 15px 50px; }
    footer.main .footertext {
        flex-flow: row nowrap;
        /* align-items: flex-start; */
    }
    footer.main ul { margin-right: 20px; }
    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, footer.main .text10, footer.main h4 {
        text-align: left;
    }
    .footer-bottom { flex-flow: row nowrap; }
    .footertext .footer-col:first-of-type { width: fit-content; }
    .footertext .footer-col:nth-child(2) {
        width: 35%;
        padding-left: 2%;
    }
    .footertext .footer-col:nth-child(3) { width: 35%; }
    .nogroup.Below { padding-bottom: 300px; }
    /* footer.main h4 { margin-top: 40px; } */
    .inner .contentBG { padding-bottom: 500px; }
    .inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: calc(48% - 15px); }
    .copyright span, .verticalLogo_text a { padding: 10px 0; }
    .verticalLogo_text span { padding: 12px 10px; }
    .w-160 { width: 160px; margin: unset !important; }
    .useful-links div {
        align-items: flex-start;
    }
    .home .box.promotion.B_LIST.HA_Boxes > h2 { margin-bottom: -10px; }
}

@media (min-width: 1250px) {
    .top-nav-info { display: inline-flex; }
}

@media (min-width:1400px) {
    /* nav.horizontal.block>ul>li>a { padding: 5px 20px; } */
    .home .insideMainContent section.box.promotion.B_LIST, .home .box.promotion.B_LIST.HA_Boxes_Top { grid-template-columns: 1fr 1fr 1fr; }
    .home .box.promotion.B_LIST.HA_Boxes h2:first-of-type, .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top h2 { grid-column: 3 span; }
    .inner .mainContent .box.promotion.HA_Boxes .responsivebox { width: calc(33% - 15px); }
    .docmanContainer .docmanSearch { width: unset; }
}
@media (min-width: 1600px) {
    .searchSocial { padding: 80px 150px 20px 400px; }
    .topbar2 div.titlewrap { left: 150px; }
    nav.horizontal.block { padding: 15px 150px 10px 400px; }
    nav.slab.horizontal.block > ul > li > ul { padding: 270px 7.7% 75px; }
    .home .insideMainContent section.box.promotion.B_LIST { padding: 35px 150px 60px; }
    .home section.box.promotion.B_PR { padding: 50px 150px 150px; }
    .nogroup.Below { padding: 50px 150px 300px;}
    footer.main { padding: 40px 150px; }
    .footer-bottom { padding: 0.657rem 150px; }
    .inner .content { padding: 0 150px 200px; }
    .inner .inner-header { margin: 40px 150px; }
}
@media (min-width: 1930px) {
    .inner .contentBG { background-size: 100%; }
    .innerimage::after,
    .slidercontainer::after { height: 200px; }
}
@media (min-width: 2800px) {
    .inner .content { padding-bottom: 400px; }
}