@import url("../../parts/styles_resp/global.css");


html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }


/* ------------- VARIABLES ------------- */
:root {
    --designfont: 'Roboto', Arial, Sans-Serif;
    --cond: "Antonio", Arial, Sans-serif;
    --majortitlecolor: #005C8B;

    --dark: #58595A;
    --blue: #005C8B;
    --shadow: 0 3px 6px rgba(0,0,0,.16);

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #58595A;
    --navactivecolor: #fff;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;

    /* Notifications */
    --notificationLowBG: #006738;
    --notificationLowColor: #fff;
    --notificationLowMoreBG: #173617;
    --notificationLowMoreColor: #fff;

    --notificationMediumBG: #07547B;
    --notificationMediumColor: #fff;
    --notificationMediumMoreBG: #193770;
    --notificationMediumMoreColor: #fff;

    --notificationHighBG: #A11722;
    --notificationHighColor: #fff;
    --notificationHighMoreBG: #55100B;
    --notificationHighMoreColor: #fff;

    /* Mobile nav */
    --mobiletopbarbg: #fff;
    --mobiletopbarcolor: #58595A;

    --mobileDropBG: #fff;
    --mobileLinkColor: #58595A;
    --mobileSubLinkColor: #58595A;
    --mobileSubSubLinkColor: #58595A;
    --mobileBorder: solid 1px rgb(51, 51, 51, .5);
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 400; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileBarIconColor: #005C8B; /* Top Bar Icons */
    --mobileIconColor: #555; /* Weather + Airt Quality Icons*/


    /* Accordion */
    --accordioncolor: #005C8B;
    --accordionbg: #fff;
    --accordionplus: #005C8B;
    --accordioncolorhover: #fff;
    --accordionbghover: #005C8B;
    --accordionplushover: #fff;
    --accordionborder: none;
    --accordionradius: 5px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #005C8B;
    --maincolor: #fff;

    /* New Calendar */
    --newcalBarBG: #005C8B;
    --newcalBarColor: #ffffff;
    --newcalArrows: #ffffff;
    --newcalArrowColor: #58595A;
    --newcalTodayBG: #005C8B;
    --newcalTodayColor: #fff;
    --newcalEverydayColor: #58595A;
    --newcalEverydayBG: #fff;
    --newcalDateCircleColor: #58595A;
    --newcalDateCircleBG: #d9d9d9;
    --newcalEventBorder: #d9d9d9;
    --newcalListBorder: 1px solid #d9d9d9;
    --newcalBodyColor: #58595A;
    --newcalTimeColor: #58595A;
    --newCalWeight: 600;
    --newCalCloseHover: #58595A;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #005C8B;
    --buttonbg: #fff;
    --buttoncolorhover: #fff;
    --buttonbghover: #005C8B;
    --buttonborder: none;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 700 18px 'Roboto', Arial, Sans-Serif;
    --buttonpadding: 14px 70px;

    /* Plugin Headings */
    --promotionHeading: 700 20px 'Roboto', Arial, Sans-Serif;

    /* Border Accents */
    --borderLine: 1px solid rgba(21,45,71,.35);

    /* Home Slider Height */
    --homeBannerHeight: 916px; /* Desktop Height */
    --homeBannerHeightMob: 500px; /* Mobile Height */

    /* Inner Image + Slider Height */
    --innerBannerHeight: 422px; /* Desktop Height */
    --innerBannerHeightMob: 400px; /* Mobile Height */
}


/* ------------- BASICS ------------- */
body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

a#skipLink { top: -43px; }

#backTop { 
    font-size: 18px;
    padding: 2px;
    background: var(--blue);
    color: #fff;
    border: 1px solid #fff;
    transition: all 300ms ease; }

#backTop:hover { 
    background: #fff; 
    color: var(--blue); 
}

.desktoponly { display: none; }

.extraTopBorder { display: none; height: 10px; font-size: 0; }

.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contentBG, .editorContentMain { color: #58595A; background: none; }

.inner .contentBG { margin-top: 0px; }

.image.right { margin: 0 0 15px 0px; }
.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

.mainbox { position: relative; display: block; }

.nogroup.Top {
    position: relative;
}

/* ------------- SEARCH RESULTS ------------- */
h2.search { padding: 1ex; font-size: 130%; }


/* ------------- MOBILE RESTRICTIONS ------------- */
p[class^="Mso"], p.MsoNormal { text-indent: 0 !important; margin: 0 !important; }
font[size=2] { font-size: 100%; }
.container.content div.left, .container.content div.right, .container.content div.cyclerSlide { float: none;}


/* ------------- ALERTS ------------- */
.alert { background: var(--notificationLowBG); color: var(--notificationLowColor); }
.alerts .alert a { color: var(--notificationLowColor);	text-decoration: underline; }
.alerts .alert a:focus { outline: 1px dashed var(--notificationLowColor); }
.alerts .alert button.dialogbutton { background: var(--notificationLowMoreBG); color: var(--notificationLowMoreColor); width: fit-content; min-width: 130px; padding: 6px 25px; }

.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,
.alertcontainer button.closealerts { 
    font-family: var(--designfont); 
    font-weight: 700;
    font-size: 16px !important;
}

.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; }


/* ------------- 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: 20;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: var(--shadow);
    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: 15px 40px;
    display: inline-flex;
    align-items: center;
    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: 16px;
    color: var(--mobiletopbarcolor);
    text-align: center;
}

nav.top.block li .titlewrap a { text-align: left; }

nav.top.block li  a > div { 
    line-height: 1.2;
    font-size: 14px; 
    display: block; 
    text-transform: uppercase; 
}
nav.top.block li:last-child { border-right: none; }
nav.top.block li a {}
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}

nav.top.block li a i {
    color: var(--mobileBarIconColor);
}

nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}

nav.top.block li:first-child .titlewrap {
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
}

nav.top li:last-child a {
    border-right: none;
}


/* ------------- MOBILE MENU DROPDOWN ------------- */
.navDrop, .searchDrop {
    background: var(--mobileDropBG);
    position: relative;
}

.searchDrop {
    background: var(--blue);
}

.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;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

/* Mobile Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>a {
    color: var(--mobileSubLinkColor);
    font-weight: 700;
    padding-left: 1.5rem;
    font-size: 18px;
    text-transform: none;
}

/* Mobile Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>a {
    padding-left: 2.5rem;
    font-size: 16px;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    text-transform: none;
}

/* Mobile Sub Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 3.5rem;
    font-size: 12pt;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    text-transform: none;
}

.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 4rem;
    font-size: 12pt;
    color: var(--mobileSubSubLinkColor);
    font-weight: 400;
    text-transform: none;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #58595A; }

.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(--blue);
    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 {
    color: #fff;
    font-size: 20px;
}
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i
.navDrop nav.block.mobilemenu li span.plus > i {
    /* Light 100 - Regular: 400 - Solid: 900 */
    font-weight: var(--mobileIconWeight) !important;
    color: var(--mobileIconColor);
}

.navDrop nav.block.mobilemenu li .newSocialTools { padding: 10px 0; }

.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}

.navDrop nav.block.mobilemenu a:hover,
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu li.current>a,
.navDrop nav.block.mobilemenu li.actual>a {
    background: transparent;
    text-decoration: underline;
}

.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; }

/* Mobile Search Dropdown */
.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}

.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    /* border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px; */
    box-sizing: border-box;
}

.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 40px);
    border: none;
    border-radius: 10px;
}

.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20px;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}


/* ------------- DESKTOP MENU DROPDOWNS ------------- */
.topbar2 {
    display: none;
    z-index: 10;
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 18px;
    padding: 5px 8px;
}

nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: relative;
    bottom: auto; left: auto; right: auto;
    display: block;
    padding: 10px 40px 5px 330px;
    text-align: center;
}

nav.horizontal.block>ul {
    padding: 20px 0;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: none;
    color: var(--dark);
    border: none;
    margin-right: 3px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 300ms ease;
    /* border: 2px solid #fff; */
}


nav.horizontal.block>ul>li:first-child>a { 
    color: var(--blue); 
}
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 {
    color: var(--blue);
    text-decoration: underline;
}

nav.horizontal.block li li>a {
    color: var(--dark);
    font-weight: 700;
    padding: 10px 20px;
    transition: all 300ms ease;
}

nav.horizontal.block li li li>a {
    font-weight: 400;
}

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: var(--blue);
    text-decoration: none;
    color: #fff;
}

nav.horizontal.block li li.current>a .triangle,
nav.horizontal.block li li.open>a .triangle,
nav.horizontal.block li li>a:hover .triangle,
nav.horizontal.block li li>a:focus .triangle {
    color: #fff;
}

nav.horizontal.block>ul>li.open>a { position: relative; z-index: 1002; }

nav.horizontal.menu > ul > li > ul {
    background: #fff;
    text-align: left;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--shadow);
    width: 250px;
    padding: 0;
    left: 50% !important;
    transform: translate(-50%);
    margin-top: 38px;
    background: rgba(255,255,255,.9);
}

/* Helps stacking dropdowns issue */
nav.horizontal.menu > ul > li > ul.open::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -40px;
    background: none;
}

nav.horizontal.menu>ul > li > ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    display: inline-block;
    background: linear-gradient(0deg,rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.3) 100%);;
}

nav.horizontal.menu>ul ul ul {
    padding: 0;
    border-radius: 10px;
    width: 250px;
    background: rgba(255,255,255,.9);
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    margin-right: 0;
    padding-right: 0;
    color: inherit;
    opacity: 1.0;
    color: var(--blue)
}

nav.horizontal.block.menu>ul>li>a>.triangle { 
    margin-top: -3px;
  color: var(--blue);
  margin-left: 1px;
}

nav.block.menu>ul .triangle:focus { outline: 1px dotted #58595A; }

nav.subsections h2 { text-align: left; display: none; }
nav.subsections h2 a { font-size: inherit; }

nav.subsections ul a:hover { text-decoration: underline; }

nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul li { margin-top: 10px; margin-bottom: 10px; }
nav.subsections ul ul { padding-left: 20px; }
nav.subsections ul ul a { font-size: 16px; font-weight: 400; }

/* Sub Sub Pages */
nav.subsections ul ul ul a {
    font-size: 16px;
    font-weight: 400;
}

nav.subsections a {
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    padding: 0;
}

nav.subsections li.actual > a { font-weight: bold; color: var(--blue); }


/* Slab */
/* Border In Menu - Uncomment if needed */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    border-right: 1px solid rgb(255, 255, 255);
}

nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child:after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child:after {
    content: normal;
}

/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background: var(--slabbg);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    /* margin-top: 15px; */
    min-width: 100%;
    position: absolute; top: 100%; left: 0; right: 0;
    white-space: normal;
    padding: 50px 100px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.1;
}

nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.3); */
    height: 100%;
    vertical-align: top;
}

nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}

nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 5px 5px 3px 5px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 20px;
    box-shadow: none;
    font-weight: normal;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    background: var(--slabactivebg);
    color: var(--slabactivecolor) !important;
    text-decoration: underline;
    /* border-bottom: 2px solid #9bbf4f; */
}


/* ------------- TYPOGRAPHY ------------- */
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-family: var(--designfont);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 25px;
}

ul, ol { padding-left: 1.5em; }
hr { clear: both; margin: .5rem 0;  border-bottom: var(--borderLine); border-top: none; border-left: none; Border-right: none; }
p { margin: 0 0 1.5rem 0; }

/* Icon Weight */
i { font-weight: 900 !important; } /* 400(reg), 900 (solid) */

/* Links  */
a {
    color: #58595A;
    font-weight: 700;
    text-decoration: none;
    transition: all 300ms ease;
}

a:hover { text-decoration: underline; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #eee; color: #000; }

/* Headings */
h1, h2, h3.subtitle, h3, h4, h5, h6 {
    font-family: var(--cond);
    font-size: 24pt;
    font-weight: 700;
    padding: 0 0 30px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .06rem;
    text-align: left;
    color: var(--blue);
}

h1 {
    font-size: 30px;
}

h2 { 
    font-size: 25px;
}

h3, h3.subtitle { 
    font-size: 20px; 
}

h4 { 
    font-size: 18px; 
}

h5 { 
    font-size: 18px; 
    color: var(--dark);
}

h6 { 
    font-size: 16px;
    color: var(--dark);
    /* color: ; */
}

.sectionIntro h1 { 
    padding-bottom: 50px; 
    line-height: 1.25;
}

/* 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: var(--blue);
    text-transform: none;
}

.inner .headlineDisplay { margin-bottom: 20px; }

.headlineDisplay h3 {
    padding-bottom: 5px;
}

.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;
}

.inner article.summaryDisplay {
    padding-bottom: 20px;
}

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
}

/* Buttons */
div.readmore.small {
    bottom: 0;
    margin-top: 25px;
}

div.readmore.small a,
.listingCheck a {
    display: inline-block;
    padding: 14px 30px;
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: var(--buttonborder);
    border-radius: var(--buttonradius) !important;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-radius: 3px;
    transition: all 300ms ease;
    min-width: 220px;
}

div.readmore.small a:hover,
div.readmore.small a:focus,
.listingCheck a:hover,
.listingCheck a:focus {
    text-decoration: none;
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

/* ------------- SLIDER ------------- */
/* Home Slider + Banner Height */
.slider_owl div.item, .singlepic,
.home .slidercontainer .slides .slide {
    height: var(--homeBannerHeightMob);
}

/* Inner Slider + Banner  Height */
.inner .slidercontainer .slides .slide,
.innerimage {
    height: var(--innerBannerHeightMob);
}

.slidercontainer .caption { display: none; }

.home .slidercontainer .slides .slide { 
    /* height: 916px !important;  */
    position: relative;
}

.slidercontainer .slides .slide::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,53,53,.5);
}


.slidercontainer .slides .slide .titlebox {
    z-index: 1;
    width: 100%;
    line-height: 1.25;
    inset: 30% auto auto 50%;
}

.slidercontainer .slides .slide .titlebox .title,
.slidercontainer .slides .slide .titlebox .subtitle {
    font-size: 20px;
    font-family: var(--designfont);
    letter-spacing: .15rem;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: var(--shadow);
}

.slidercontainer .slides .slide .titlebox .subtitle {
    font-family: var(--cond);
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

/* Controls */
.slidercontainer .controls {
    display: inline-flex;
    position: absolute;
    top: unset;
    right: 0;
    z-index: 5;
    left: 0;
    justify-content: center;
    bottom: 200px;
}

.inner .slidercontainer .controls {
    bottom: 50px;
}

.slidercontainer .arrowprev,
.slidercontainer .arrownext,
.slidercontainer .arrowpause,
.slidercontainer .arrowplay {
    font-size: 18px;
    height: 42px;
    width: 42px;
    color: #fff;
    background: var(--blue);
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    transition: all 300ms ease;
}

.slidercontainer .arrowprev:hover,
.slidercontainer .arrownext:hover,
.slidercontainer .arrowpause:hover,
.slidercontainer .arrowplay:hover,
.slidercontainer .arrowprev:focus,
.slidercontainer .arrownext:focus,
.slidercontainer .arrowpause:focus,
.slidercontainer .arrowplay:focus {
    color: var(--blue);
    background: #fff;
}


/* ------------- FILMSTRIP / QUICK LINKS ------------- */
/* Controls */
.quicklinkscontainer button.arrowprev,
.quicklinkscontainer button.arrownext,
.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    background: var(--blue);
    border: 1px solid #fff;
    height: 42px;
    width: 42px;
    margin: 0;
}

.quicklinkscontainer button.arrowprev:hover,
.quicklinkscontainer button.arrownext:hover,
.quicklinkscontainer button.arrowpause:hover,
.quicklinkscontainer button.arrowplay:hover,
.quicklinkscontainer button.arrowprev:focus,
.quicklinkscontainer button.arrownext:focus,
.quicklinkscontainer button.arrowpause:focus,
.quicklinkscontainer button.arrowplay:focus {
    color: var(--blue);
    background: #fff;
}

.quicklinkscontainer button.arrowpause,
.quicklinkscontainer button.arrowplay {
    /* Only if auto play is off in the CMS */
    display: none;
}

.quicklinkscontainer .controls {
    z-index: 0;
    right: 0;
    padding: 0 30px;
    top: 59%;
    justify-content: space-between;
    width: 100%;
}

.quicklinkscontainer {
    position: absolute;
    background: none;
    bottom: 0;
    padding: 0 60px;
}

.quicklinkscontainer::after {
    content: '';
    background: #fff;
    height: 83px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
}

.quicklinkscontainer .quicklinks { 
    overflow-x: hidden;
    overflow-y: visible;
}

.quicklinkscontainer .owl-stage .quicklink {
    padding-top: 0;
    padding-bottom: 0;
}

.quicklinkscontainer .owl-stage .quicklink a {
    border-radius: 10px;
    background: #fff;
    padding: 10px 40px 30px;
    font-weight: 500;
    line-height: 20px;
    color: var(--dark);
}

.quicklinkscontainer .owl-stage .quicklink a:hover .title {
    transition: all 300ms ease;
}

.quicklinkscontainer .owl-stage .quicklink a:hover .title {
    color: var(--blue);
    text-decoration: underline;
}

.quicklinkscontainer .owl-stage .quicklink i {
    box-shadow: none;
    background: none;
    font-weight: 400 !important;
    color: var(--blue);
    margin-bottom: 5px;
    height: 80px;
}

/* ------------- FOOTER ------------- */
footer.main {
    position: relative;
    padding: 40px;
    background: var(--blue);
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
}

.inner footer.main {
    margin-top: 80px;
}

.inner footer.main::before {
    z-index: -1;
    content:"";
    position: absolute;
    bottom: 100px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 307px;
    background: url('images/footer-bg-inside.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer .footertext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

footer .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding-top: 25px;
}

.copyright { font-weight: 700; }

.copyright i {
    font-weight: 400 !important;
}

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;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /* padding: 2px 0; */
    display: block;
    white-space: pre-wrap;
}

footer.main .text,
footer.main .text3,
footer.main .text5,
footer.main .text7 {
    font-weight: 700;
}

footer.main .footer-group {
    position: relative;
    margin-bottom: 20px;
}

footer.main .footer-group:first-child::before {
    content: "\f041";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.25;
}

footer.main .footer-group:last-child::before {
    content: "\f2b6";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.25;
}

footer.main .footer-group:nth-child(2)::before,
footer.main .footer-group:nth-child(3)::before  {
    content: "\f3ce";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.25;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

footer.main a {
    text-decoration: var(--notificationMediumBG);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

footer.main a:hover {
    color: #fff;
    text-decoration: underline;
}

footer.main a:focus { outline: 1px solid #fff; }

/* ------------- SECONDARY FOOTER ------------- */
.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #58595A;
    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: #58595A;
    font-family: var(--designfont);
    font-size: 18px;
    padding: 0;
}

.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #58595A;
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}

.footersecondary > nav.block > ul > li li > a {  text-decoration: underline; }
.footersecondary > nav.block > ul, .footersecondary > nav.block > ul ul { padding-left: 0; }


/* ------------- MOBILE BREADCRUMB - HIDE ------------- */
.inner-header-container {
    display: none;
}


/* ------------- BOXES ------------- */
.home .box.promotion.B_LIST.HA_Boxes_Top > h2 {
    margin: 0 auto;
    font-family: var(--cond);
    font-size: 35px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .15rem;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox .boxbody {
    display: none;
}

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }

.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 10px;
    margin: 0;
}

.inner .box.B_BOXES .responsivebox, 
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox, 
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    padding: 0 0 30px 0;
}

.home .box.promotion.box.promotion.B_LIST.HA_Boxes_Top {
    padding: 15px 25px;
}

.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div {
    position: relative;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox div { 
    box-shadow: none;
}

.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;
}

.home .box.B_BOXES .responsivebox h2,
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,92,139,.9);
    text-align: center;
    padding: 20px 15px 20px;
    border-radius: 0 0 10px 10px;
    font-family: var(--designfont);
    font-size: 18px;
    font-weight: 500;
}

.inner .box.B_BOXES .responsivebox h2,
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 {
    font-family: var(--designfont);
    text-transform: none;
    font-size: 20px;
}

.home .box.B_BOXES .responsivebox h2 a,
.home .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.inner .box.B_BOXES .responsivebox h2 a,
.inner .box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    color: var(--blue);
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
}

.box.B_BOXES .responsivebox h2 a:focus,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:focus, 
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:focus {
    outline: 1px dotted #fff;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
    border-radius: 10px;
}


/* ------------- DEFAULT IMAGE - UNCOMMENT/EDIT AS NEEDED ------------- */
/* .home .box.promotion.B_EV > .body {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 38px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.home .box.B_EV {
    margin-bottom: 0;
}

.home .B_EV > .body .seeallitems a,
.home .B_PR > .body .readmore.small {
    position: relative;
    bottom: auto; left: auto; right: auto;
    margin: auto;
    box-shadow: none;
    margin-top: 1rem;
}

.B_PR .body .summaryDisplay {
    position: relative;
    padding: 12px 0;
}

.B_PR .body .summaryDisplay > div:first-of-type {
    position: relative;
    left: 0;
    top: auto;
    transform: none;
    width: 152px !important;
    display: block;
    float: none;
}

.B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage {
    height: auto !important; 
    max-height: 100px !important; 
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.B_PR .summaryDisplay .body {
    display: none;
}

.newsdatetime time, .eventsdatetime time,
.B_PR .news-content time {
    color: #32433c;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.home .B_PR .news-content:hover h3 a {
    text-decoration: underline;
}

.B_PR article.summaryDisplay .image.left img { 
    height: auto !important; 
    max-height: 113px !important; 
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    width: unset !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage { margin-bottom: 1em; }
.inner .B_PR article.summaryDisplay .image.left { margin-bottom: 1em !important; } */


/* ------------- NOTICES - MAX IMAGE SIZE ------------- */
.inner .B_PR article.summaryDisplay .image.left { max-width: 280px !important; margin: 0; }
.inner .mainContent .insideMainContent .fullDisplay.B_PR .image.left { max-width: 350px; }


/* ------------- CALENDARS ------------- */
/* calendar */
.calMonth table {
    background: #58595A;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}

.calMonth .calMonthName, .calMonth .calYear { color: #58595A; }

._moderncalendar .calMonth .calMonthName,
._moderncalendar .calMonth .calYear {
    color: #58595A;
  }

.calMonthHeading {
    background: #fff;
    color: #58595A;
    border: none;
    font-size: 90%;
    border: 1px solid #58595A;
    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: #58595A;
}
.calDay {
    background: #fff;
    color: #58595A;
    font-weight: bold;
}

table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; }
table.calendarTable .calDay a.eventLink:hover { color: var(--blue); } 

.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: #686868;
    color: #fff;
}

._moderncalendar .dayeventscontainer {
    z-index: 1;
}

.calToday .calDayNum {
    background: #58595A;
    color: #fff;
}

.circleDate {
    position: absolute;
    left: 0;
    height: 72px;
    width: 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--designfont);
    background: var(--main);
    color: var(--maincolor);
    text-transform: uppercase;
    margin: 0;
}

/* keep the date/time from line-breaking below .circleDate */
._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 0 0 86px;
    /* overflow: hidden; */
    margin: 25px 0;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


/* ------------- RANDOM BANNER ------------- */
.innerimage {
    height: var(--innerBannerHeightMob);
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
}

.innerimage.random3 {
    background: url("images/internal-banner-03.jpg") no-repeat center;
}

.innerimage.random4 {
    background: url("images/internal-banner-04.jpg") no-repeat center;
}

.innerimage.random5 {
    background: url("images/internal-banner-05.jpg") no-repeat center;
}


/* ------------- CAROUSEL ------------- */
.highlightscontainer {
    padding-bottom: 100px;
    margin-bottom: 0;
    padding-left: 10px;
  padding-right: 10px;
}

.highlightscontainer h2.highlightsheader {
    display: none;
}

.highlightscontainer .highlightsheader {
    font-family: var(--cond);
    font-size: 35px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-bottom: 10px;
}

.highlightscontainer .owl-stage { gap: 0; }

.highlightscontainer .owl-stage .owl-item {
    border-radius: 10px;
    margin: 0 25px;
}

.highlightscontainer .owl-stage .highlight {
    position: relative;
    height: 100%;
}

.home .highlightscontainer .owl-item .highlight h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 0 80px;
    color: #fff;
    height: 100%;
    background: rgba(0,92,139,.9);
    font-family: var(--designfont);
    transition: all 200ms ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.highlightscontainer .owl-stage .highlight a { color: #fff; } 

.home .highlightscontainer .owl-item .highlight h3 a:hover {
    text-decoration: underline;
}

.home .highlightscontainer .owl-item .highlight h3:hover {
    opacity: 1;
}


.highlightscontainer .controls { bottom: 30px; }

.highlightscontainer button.arrowprev,
.highlightscontainer button.arrownext,
.highlightscontainer button.arrowpause,
.highlightscontainer button.arrowplay {
    background: var(--blue);
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    font-size: 18px;
    line-height: 100%;
    margin: 0 5px;
    border: 1px solid rgba(255,255,255,1);
    transition: background 300ms ease, color 300ms ease;
  }

    .highlightscontainer button.arrowprev:hover,
    .highlightscontainer button.arrownext:hover,
    .highlightscontainer button.arrowpause:hover,
    .highlightscontainer button.arrowplay:hover,
    .highlightscontainer button.arrowprev:focus,
    .highlightscontainer button.arrownext:focus,
    .highlightscontainer button.arrowpause:focus,
    .highlightscontainer button.arrowplay:focus {
        background: #fff;
        color: var(--blue);
    }

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--cond);
    color: var(--blue);
    font-size: 35px;
    text-align: center;
    padding: 10px 20px 0;
}

.bigCarouselSubTitle {
    font-family: var(--cond);
    font-size: 18pt;
    text-align: center;
    padding: 0 20px 10px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 35px 35px 50px 35px;
}

.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}

.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -moz-transform: scale(1.0025);
    -webkit-transform: scale(1.0025);
    -o-transform: scale(1.0025);
    transform: scale(1.0025);
}

.carousel_owl div.item img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #58595A;
}

.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;
    font-size: 18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: #58595A;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #58595A;
    transition: background 300ms ease, color 300ms ease;
}

.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }


/* ------------- ACCORDIONS ------------- */
.accordion button.accordionall {
    color: var(--buttoncolor);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: var(--buttonborder);
    padding: var(--buttonpadding);
    margin-bottom: 20px;
    margin-top: 40px;
    transition: all 300ms ease;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    background: #fff;
    padding: 10px 0;
}

.accordion article.summaryDisplay > h2 {
    padding: 10px;
    line-height: 1.2;
    font-size: 18px !important;
    text-transform: none;
    color: var(--accordioncolor);
    background: var(--accordionbg);
    border: var(--accordionborder);
    border-radius: var(--accordionradius);
    transition: all 300ms ease;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    letter-spacing: .02rem;
}

.accordion article.summaryDisplay h2:hover {
    background: none;
    color: var(--blue);
}

.accordion article.summaryDisplay > h2:hover {
    color: var(--accordioncolorhover);
    background: var(--accordionbghover);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.accordion article.summaryDisplay h2 button {
    color: var(--accordionplus);
}

.accordion article.summaryDisplay h2:hover button {
    color: var(--accordionplushover);
}


/* ------------- MEETINGS ------------- */
.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 10px;
    font-size: 14px;
}

.B_MEET .boxdate {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .boxdate.done {
    background: var(--main);
    color: var(--maincolor);
    border: none;
}

.B_MEET .meetings.search .button {
    padding: var(--buttonpadding);
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.B_MEET .meetings.search .button:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 12px;
}

/* ------------- PEOPLE / BUSINESS DIRECTORIES ------------- */
section.DIR_PER article.summaryDisplay div.titlepositionabout > h2 {
    text-align: left;
}

section.DIR_PER article.summaryDisplay div.titlepositionabout,
section.DIR_PER.accordion article.summaryDisplay .flexit .details {
    align-content: center;
}

.DIR_PER article.summaryDisplay h2 a {
    font-family: var(--designfont);
    font-weight: 600;
    color: #000;
    /* margin-bottom: 15px; */
    display: block;
    font-size: 20px;
}

.DIR_PER h4 { 
    font-size: 18px;
    font-weight: 700;
    line-height: 1; 
    color: var(--blue);
}

.DIR_BUS i, .DIR_PER i {
    padding-top: 0;
}

section.DIR_BUS.boxes>article,
section.DIR_PER.boxes>article {
    border: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay,
section.DIR_PER.list article.summaryDisplay {
    border-bottom: var(--borderLine);
}

section.DIR_PER.box article.summaryDisplay:last-of-type,
section.DIR_PER.list article.summaryDisplay:last-of-type { border-bottom: none; }

section.DIR_PER.boxes article.summaryDisplay,
section.DIR_PER.boxes article.summaryDisplay:last-of-type {
    border-bottom: var(--borderLine);
}

section.DIR_PER.accordion article.summaryDisplay {
    border: none;
}

section.accordion article.summaryDisplay {
    padding: 5px 0 !important;
}

.namesearchbox > div {
    background: #fff;
}


/* ------------- PHOTO GALLERY ------------- */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    /* height: auto !important;
    width: 100% !important; */
    max-width: 90% !important;
    max-height: 90% !important;
    height: auto !important;
    width: auto !important;
    margin: 10px;

    position: absolute;
    top: 0 !important;
    left: 48% !important;
    transform: translateX(-50%);
}

/* Drop Shadow */
.container.content .galleryBox div.photoFrame img.bigImage,
.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .25);
}

/* Controls */
.galleryBox .controls {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.galleryBox .arrowleft,
.galleryBox .arrowright,
.galleryBox .arrowpause,
.galleryBox .arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    font-size: 14px;
    z-index: 5;
    border-radius: 50%;
    line-height: 100%;
    transition: all 300ms ease;
    margin: 0 3px;
    outline: none; 
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    color: #fff;
    border: 1px solid #fff;
    background: var(--blue);
}

.galleryBox .arrowpause { display: none; }

.galleryBox .arrowleft:hover, .galleryBox .arrowright:hover,
.galleryBox .arrowpause:hover, .galleryBox .arrowplay:hover,
.galleryBox .arrowleft:focus, .galleryBox .arrowright:focus,
.galleryBox .arrowpause:focus, .galleryBox .arrowplay:focus { 
    color: var(--blue); 
    background: #fff;
    border: none;
}

.galleryBox .thumbnails .messages { padding: 0px 10px 15px; }

/* Mobile Photo Gallery Image Size */
.container.content .galleryBox div.photoFrame {
    height: 300px;
}

/* Thumbnail Gallery */
.galleryBox div.thumbnails ul.page.current {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ------------- FORMS ------------- */
div.sffield input,
div.sffield select,
div.sffield.radios,
div.sffield.checkboxes,
div.sffield textarea,
.namesearchbox > div,
.docmanContainer .docmanSearch,
.B_MEET .meetings.search .fieldAndButton .searchField {
    background: #fff;
    border: 1px solid #58595A;
    border-radius: 5px;
}

.namesearch {
    padding: 5px 10px;
}

.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }


/* ------------- DOCUMENTS ------------- */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {
    background: #fff;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
    color: var(--main);
}

.docmanContainer #docmanSearchButton {
    position: relative;
    top: -1px;
    border-radius: 5px;
    padding: 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);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.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;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}



/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 0 8px 0 0; }


/* New Calendar */
.calendar-container .calendar-body {
    background: var(--newcalBarBG);
}

.calendar-container .calendar-body .calendar-weekdays li {
    background: var(--newcalBarBG);
    color: var(--newcalBarColor);
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--newcalArrows);
    color: var(--newcalArrowColor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: var(--newcalTodayColor);
    background: var(--newcalTodayBG);
}

.calendar-container .calendar-body .calendar-dates li div.day {
    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: var(--newcalDateCircleColor) !important;
    background: var(--newcalDateCircleBG) !important;
}

.calendar-container .calendar-header .header-left .calendar-current-date {
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today {
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    color: var(--blue);
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: uppercase;
    transition: all 300ms ease;
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today:hover {
    background: var(--blue);
    color: #fff;
}

.eventlistitem a {
    color: var(--newCalTextColor);
    font-weight: var(--newCalWeight);
    text-transform: capitalize;
}

.eventlistitem {
    /* border-bottom: var(--newcalListBorder); */
    border-bottom: none;
    align-items: center;
}

.eventlistitem .eventtime {
    color: var(--newcalTimeColor);
}

.calendar-container .procal-belowheader  div.calendar-list h2 {
    border-bottom: var(--newcalListBorder);
    color: var(--newcalBodyColor);
}


.procalendar dialog.dialog:modal .category i:after {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    font-weight: 400;
}

.calendar-container .calendar-body .calendar-dates li a.event span.ctitle {
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-list > h2 {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
    color: var(--newCalTextColor);
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: var(--newcalListBorder);
    /* border-bottom: none; */
}

dialog.dialog:modal {
    border-radius: var(--buttonradius);
}

dialog.dialog hr {
    border: none;
    border-bottom: var(--newcalListBorder);
}

dialog.dialog span.label {
    font-size: 16px;
    font-weight: var(--newCalWeight);
}

dialog.dialog .description,
dialog.dialog .category {
    font-size: 16px;
    font-weight: 400;
}

dialog.dialog .category label {
    font-weight: var(--newCalWeight);
}


dialog.dialog button.closedialog {
    color: var(--newCalTextColor);
}

dialog.dialog button.closedialog:hover {
    color: var(--newCalCloseHover);
}

.calendar-container .calendar-box .calendar-header .header-right .categories {
    border-color: var(--newcalEventBorder);
}


/* New Calendar Global Proposed Fixes */
/* Remove line dividers in the header of the calendar */
.calendar-container .calendar-body ul.calendar-weekdays {
    gap: 0;
    width: 100%;
}

ul.calendar-weekdays > li {
    flex-grow: 1;
}

/* Filter Text: Either disable or display None */
.calendar-container .calendar-box .calendar-header .header-right > label {
    display: none;
}

/* Filter Bar Styling */
/* Not sure how to style the drop down? The few things I've tried dont affect it. */
.calendar-container .calendar-box .calendar-header .header-right .categories {
    width: 180px;
    padding: 4px 8px;
    font-size: 14px;
}

/* Modal: Border */
dialog.dialog:modal {
    border: none;
}

/* Modal: Container */
dialog.dialog .beforemap, dialog.dialog .aftermap {
    padding: 20px 60px;
}

/* Modal: Reduce space between icon and text */
dialog.dialog i {
    margin-right: 5px;
}

/* Modal: Close button */
dialog.dialog button.closedialog {
    top: 20px;
    font-size: 11pt;
}

/* Modal: Space above the Get Directions button */
dialog.dialog .location .maplink {
    margin-top: 10px;
    display: block;
}

/* Modal: main header remove margin below. */
dialog.dialog h2 {
    margin: 0;
}


/* Inner Images Forced To Not Float*/
.inner .insideRightContent .promotion .image.left,
.inner .insideLeftContent .promotion .image.left,
.inner .insideRightContent .sidebar .image.left,
.inner .insideLeftContent .sidebar .image.left,
.inner .HA_Boxes .responsivebox .image.left  {
    float: none;
    margin: 0 auto 10px !important;
    max-width: 100% !important;
}

.inner .infoblock.box { padding: 20px; }


/* Modern Calendar Size Override */
._moderncalendar .calDay.calEvent .calDayNum {
    /* Edit line height to center number based off font used */
    line-height: 1.4;
}

._moderncalendar .calDay .calDayNum {
    font-size: 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/highlights-bg.jpg") no-repeat top center;
    background-size: cover !important;
}

/* Highlights */
.highlightscontainer .owl-stage .highlight .caption { display: none; }


/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 40px 0 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { 
        min-height: 300px; 
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width:600px) {
    .slidercontainer .slides .slide .titlebox .subtitle {
        font-size: 20px;
    }

    div.readmore.small a,
    .listingCheck a {   
        padding: 14px 50px;
    }

    .slidercontainer .slides .slide .titlebox .subtitle {
        font-family: var(--cond);
        font-size: 60px;
    }

    .slidercontainer .slides .slide .titlebox {
        inset: 30% auto auto 50%;
    }

    .slidercontainer .controls {
        bottom: 220px;
    }

    /* ------------- DEFAULT IMAGE - UNCOMMENT/EDIT AS NEEDED ------------- */
    /* .B_PR .body .summaryDisplay {
        position: relative;
        padding: 12px 0 12px 250px;
        min-height: 125px;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .B_PR .body .summaryDisplay > div:first-of-type {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 200px !important;
        margin: 0 25px 0 0;
    }

    .B_PR .body .summaryDisplay > div:first-of-type > img.defaultImage { margin-bottom: 0; } */

}

@media (min-width: 500px) and (max-width: 899px) {
    /* stack left and right columns in "tablet mode" */
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}

@media (min-width:900px) {
    .content {padding: 0 40px 20px; }
    .home .content {
        padding-left: 0;
        padding-right: 0;
    }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 0; }

    nav.horizontal.block>ul>li>a.nav-home i { 
        font-weight: 400 !important; 
        transition: all 300ms ease;
    }

    nav.horizontal.block>ul>li>a.nav-home:hover i { 
        font-weight: 900 !important;
    }

    nav.horizontal.block, .searchSocial {
        padding-right: 50px;
    }

    footer.main {
        padding-right: 50px;
        padding-left: 50px;
    }

    .home .box.promotion.box.promotion.B_LIST.HA_Boxes_Top {
        padding: 15px 0;
    }
    
    .home .box.B_BOXES .responsivebox, 
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox, 
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        padding: 25px;
        width: calc(49% - 0);
    }

    .inner .box.B_BOXES .responsivebox, 
    .inner .box.promotion.B_LIST.HA_Boxes .responsivebox, 
    .inner .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        padding: 15px;
    }

    .home .Below {
        padding-left: 18px;
        padding-right: 18px;
    }

    footer .footertext {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-flow: row nowrap;
    }

    footer .footer-bottom {
        justify-content: space-between;
        align-items: start;
        flex-flow: row nowrap;
    }

    footer.main .text,
    footer.main .text2,
    footer.main .text3,
    footer.main .text4,
    footer.main .text5,
    footer.main .text6,
    footer.main .text7,
    footer.main .text8 {
        text-align: left;
    }

    footer.main .footer-group {
        padding-left: 40px;
        margin-bottom: 0;
    }

    footer.main .footer-group:last-child {
        padding-left: 48px;
    }

    footer.main .footer-group:first-child::before {
        position: absolute;
        left: 0;
    }
    
    footer.main .footer-group:last-child::before {
        position: absolute;
        left: 0;
    }
    
    footer.main .footer-group:nth-child(2)::before,
    footer.main .footer-group:nth-child(3)::before  {
        position: absolute;
        left: 0;
    }

    div.readmore.small a,   
    .listingCheck a {
        padding: 14px 30px;
    }

    .docmanContainer .docmanSearch input {
        width: 14rem;
    }

    .docmanContainer #docmanSearchButton { 
        padding: 14px 30px;
    }

    /* Home Slider + Banner Height */
    .slider_owl div.item, .singlepic,
    .home .slidercontainer .slides .slide {
        height: var(--homeBannerHeight);
    }

    .slidercontainer .slides .slide .titlebox {
        inset: 50% auto auto 50%;
    }
    /* Inner Slider + Banner Height */
    .inner .slidercontainer .slides .slide,
    .innerimage {
        height: var(--innerBannerHeight);
    }

    .slidercontainer .controls {
        bottom: 300px;
    }

    .highlightscontainer {
        padding-bottom: 70px;
        margin-bottom: 20px;
    }

    .highlightscontainer .controls { bottom: 3px; }

    .highlightscontainer .owl-stage {
        gap: 30px;
    }

    .highlightscontainer .owl-stage .owl-item {
        margin: 0 10px;
    }

    /* ------------- SOCIALS ON RIGHT SIDE ------------- */
    .socialFixed {
        top: 40%;
        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;
    }
    

    /* ------------- BREADCRUMB & RESIZER ------------- */
	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .inner-header {
        /* Uncomment for 2 columns */
        /* position: absolute;
        top: 65px;
        right: 100px;
        left: 150px; */
        display: block;
        margin: 40px;
    }

    .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: 30px;
    }

    .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: 18px;
        font-family: var(--designfont);
        font-weight: 700;
        color: var(--dark);
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 50px;
        line-height: 1.5;
        letter-spacing: .1rem;
    }

    .inner .breadcrumbs h2 { padding: 0 10px 0 0 !important; }

    .inner .breadcrumbs a::after {
        content: "\007C";
        font-family: "Font Awesome 6 Pro";
        padding-left: 10px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        color: var(--dark);
        font-size: 14px;
    }

    .inner .breadcrumbs a:hover, 
    .inner .breadcrumbs a:focus { 
        color: var(--blue); 
        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: var(--blue); }

    .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; 
        text-align: right;
        min-width: 120px; 
    }

    .printResize .resize {
        text-decoration: none;
        font-family: var(--designfont);
        color: var(--dark);
        transition: color 300ms ease;
        cursor: pointer;
        font-weight: 700;
        padding-left: 5px;
    }
    
    .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: var(--dark);
        font-size: 18px;
        margin-left: .25rem;
    }
    
    .printResize .printBtn:hover, .printResize .resize:hover { color: var(--blue); }

    .printResize .printBtn img { height: 100%; transition: filter 300ms ease; }

    .inner .leftContent { background: none; position: relative; padding: 0; }

    .inner .leftContent .insideLeftContent {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        padding: 10px 30px;
    }

    .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: absolute;
        min-height: 195px;
        z-index: 15;
        background: rgba(255,255,255,.9);
        width: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
    }

    .topbar2 div.titlewrap {
        padding: 0px;
        width: 100%;
        max-width: 250px;
        display: block;
        text-align: center;
        position: absolute;
        /* top: 50px; */
        top: 50%;
        -webkit-transform: translateY(-50%);
        left: 40px;
        /* right: 20px; */
        z-index: 10;
    }

    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 22px;
        line-height: 100%;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }

    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        padding: 50px 40px 5px 330px;
        position: relative;
        bottom: auto;
        top: auto;
        right: auto;
        left: auto;
        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }

    .searchSocial .newSocialTools {
        float: none;
        display: inline-block;
        margin-right: 8px;
        padding: 5px 0;
    }

    .searchSocial .searchPositioner {
        float: right;
        display: inline-block;
        margin-right: 0;
    }

    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 0 5px;
        width: 330px;
        line-height: normal;
        display: inline-flex;
        flex-wrap: nowrap;
        align-content: center;
        align-content: center;
        box-shadow: var(--shadow);
        background: var(--blue);
        border-radius: 5px;
        border: none;
    }

    .searchSocial .search.bar .searchField {
        font-size: 16px;
        font-weight: 500;
        padding: 13px;
        width: 100%;
        font-family: var(--designfont);
        color: #fff;
    }

    .searchSocial .search.bar .searchMag {
        float: none;
        color: #fff;
        font-size: 16px;
        height: 20px;
        width: 20px;
        display: block;
        margin: auto 10px auto 0;
    }

    .searchSocial .search.bar .searchMag:hover { color: #fff; }

    .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: var(--dark);
        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; }

    .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; }

    .B_MEET .meetings.search .fieldAndButton .searchField {
        margin-right: 20px;
      }

    /* Modern Calendar Size Override */
    .inner .mainContent ._calendarbox.ModernPlusRight,
    .inner .mainContent ._eventsbox.ModernPlusRight,
    .inner .mainContent ._calendarbox.HA_Cal_ModernPlusRight,
    .inner .mainContent ._eventsbox.HA_Cal_ModernPlusRight {
        display: block;
        width: 100%;
    }

    /* Photo Gallery Fix */
    .container.content .galleryBox div.photoFrame img.bigImage,
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        max-width: 95% !important;
        max-height: 95% !important;
    }

    /* Desktop Photo Gallery Image Size */
    .container.content .galleryBox div.photoFrame {
        height: 500px;
    }
}

@media (min-width:1200px) {
    .searchSocial, nav.horizontal.block {
        padding: 10px 100px 0 500px;
    }

    .searchSocial {
        padding: 50px 100px 0 500px;
    }

    .topbar2 div.titlewrap {
        max-width: 336px;
        left: 100px;
    }

    .home .content {
        padding-left: 45px;
        padding-right: 45px;
    }

    .inner .content { 
        padding-left: 100px;
        padding-right: 100px;
    }

    .docmanContainer .docmanSearch input {
        width: 20rem;
    }

    .docmanContainer #docmanSearchButton { 
        padding: var(--buttonpadding);
    }

    .quicklinkscontainer {
        padding: 0 100px;
    }

    .home .Below {
        padding-left: 70px;
        padding-right: 70px;
    }

    .home .box.B_BOXES .responsivebox,
    .home .box.promotion.B_LIST.HA_Boxes .responsivebox,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        width: calc(33% - 15px);
        padding-left: 25px;
        padding-right: 25px;
    }

    footer.main {
        position: relative;
        padding: 40px 100px;
    }

    .inner .inner-header {
        margin: 40px 100px;
    }

    .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;
    }
}

@media (min-width: 1300px) {
    .docmanContainer .docmanSearch input {
        width: 30rem;
    }
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a { padding: 5px 0; }

    nav.horizontal.menu>ul > li > ul {
        width: 300px;
    }
    
    nav.horizontal.menu>ul ul ul {
        width: 300px;
        background: #fff;
    }

    div.readmore.small a,   
    .listingCheck a {
        padding: var(--buttonpadding);
    }
}

@media (min-width: 1600px) {
    .highlightscontainer .owl-stage .owl-item {
        margin: 0 15px;
      }

      .highlightscontainer {
        padding-left: 20px;
        padding-right: 20px;
      }

    .quicklinkscontainer .owl-stage .quicklink a {
        padding: 10px 60px 30px;
    }

    .inner .mainContent.hasLeft {
        padding: 0 0 0 60px;
    }

    .inner .mainContent.hasLeft.hasRight {
        padding: 0 60px;
    }
}

@media (min-width: 1800px) {
    .home .content {
        padding-left: 145px;
        padding-right: 145px;
    }

    .topbar2 div.titlewrap {
        max-width: 336px;
        left: 200px;
    }

    .home .Below {
        padding-left: 190px;
        padding-right: 190px;
      }

    .quicklinkscontainer {
        padding: 0 200px;
    }

    .highlightscontainer {
        padding-left: 0;
        padding-right: 0;
      }

    .home .highlightscontainer .owl-item .highlight h3 {
        padding: 0 100px;
    }

    footer.main {
        padding: 40px 200px;
    }

    .searchSocial, nav.horizontal.block {
        padding: 10px 200px 0 600px;
    }

    .searchSocial {
        padding: 50px 200px 0 600px;
    }
}