@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: .5em 0; }
body {
    font-family: "Roboto", sans-serif;
    font-family: var(--designfont);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

/* SET VARIABLES FIRST */
:root {
    --designfont: 'Roboto', Arial, sans-serif;
    --titlefont: 'Roboto Serif', serif;
    --majortitlecolor: #14174E;

    --navbg: #555;
    --navcolor: #fff;
    --navactivebg: #333;
    --navactivecolor: #fff;
    --slabbg: rgba(0,0,0,0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;


    /* Notifications */
    --notificationLowBG: #E09D38;
    --notificationLowColor: #14174E;
    
    --notificationMediumBG: #446715;
    --notificationMediumColor: #fff;

    --notificationHighBG: #A10A0A;
    --notificationHighColor: #fff;

    --notificationControls: #fff;
    
    /* Mobile nav */
    --mobiletopbarbg: #14174E;
    --mobiletopbarcolor: #fff;

    --mobileDropBG: #fff;
    --mobileLinkColor: #333;
    --mobileSubLinkColor: #333;
    --mobileSubSubLinkColor: #333;
    --mobileBorder: solid 1px rgb(51, 51, 51, .5);
    --mobileDropShadow: block; /* None or block */
    --mobileIconWeight: 400; /* Light 100 - Regular: 400 - Solid: 900 */
    --mobileIconColor: #E09D38;

    /* Accordion */
    --accordioncolor: #fff;
    --accordionbg: #14174E;
    --accordionplus: #fff;
    --accordioncolorhover: #fff;
    --accordionbghover: #406211;
    --accordionplushover: #fff;
    --accordionborder: solid 1px #333;
    --accordionradius: 5px;

    /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
    --main: #14174E;
    --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: #14174E;
    --buttoncolorhover: #fff;
    --buttonbghover: #406211;
    --buttonborder: solid 1px #333;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 600 14px 'Roboto', Arial, sans-serif;

    /* Plugin Headings */
    --promotionHeading: 600 20px 'Roboto', Arial, Sans-Serif;

}


a#skipLink { top: -43px; }

#backTop {
    font-size: 24px;
    transition: all 300ms ease;
    width: 42px;
    height: 42px;
    border: 1px solid #FFFFFF;
    background: #fff;
    color: #00182E;
}

#backTop:hover {
    background: #fff;
    color: #406211;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

/* new alerts */
.alert { background: var(--notificationLowBG); color: var(--notificationLowColor); font-size: 18px; font-weight: 500;}
.alerts .alert a { color: var(--notificationLowColor);	text-decoration: underline; }
.alerts .alert a:focus { outline: 1px dashed var(--notificationLowColor); }
.alert button.dialogbutton { background: #ffc36a !important; color: #14174E !important; }

.alert.priority2 { background: var(--notificationMediumBG); color: var(--notificationMediumColor);font-size: 18px; font-weight: 500; }
.alerts .alert.priority2 a { color: var(--notificationMediumColor);	text-decoration: underline; }
.alerts .alert.priority2 a:focus { outline: 1px dashed var(--notificationMediumColor); }
.alert.priority2 button.dialogbutton { background: #26350c !important; color: #fff !important; }

.alert.priority3 { background: var(--notificationHighBG); color: var(--notificationHighColor); font-size: 18px; font-weight: 500; }
.alerts .alert.priority3 a { color: var(--notificationHighColor);	text-decoration: underline; }
.alerts .alert.priority3 a:focus { outline: 1px dashed var(--notificationHighColor); }
.alert.priority3 button.dialogbutton { background: #530000 !important; color: #fff !important; }

.alertcontainer button.closealerts,
.alertcontainer .controls button {
    color: var(--notificationControls);
}
.alerts .alert button.dialogbutton {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}

.alertcontainer .controls { top: 18px;}
.alertcontainer button.closealerts { top: 18px;}

.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: transparent linear-gradient(180deg, #F9F4EE 0%, #F9F4EE 47%, #F9F4EE00 100%) 0% 0% no-repeat padding-box;
}

.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

/* 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;
}
.home-h1 h1 { font-size: 14px; }

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0px 3px 6px #00000029;
    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: 11pt; display: block; text-transform: capitalize; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a:focus { outline: 1px dashed #fff; }
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}

nav.top.block li a i {
    color: var(--mobileIconColor);
}

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 nav */
.navDrop, .searchDrop {
    background: var(--mobileDropBG);
    position: relative;
}

.navDrop:before,
.searchDrop:before {
    position: absolute;
    display: var(--mobileDropShadow);
    top: 0;
    left: 0;
    right: 0;
    content: " ";
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.15));
}

.navDrop nav.block.mobilemenu>ul {
    font-family: var(--designfont);
    display: block;
    padding: 0px;
}

.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}
.navDrop nav.block.mobilemenu a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #14174E;
    text-transform: uppercase;
}

/* Mobile Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>a {
    font-weight: 500;
    padding-left: 1.5rem;
    font-size: 18px;
    text-transform: capitalize;
    color: #14174E;
}

/* Mobile Sub Pages */
.navDrop nav.block.mobilemenu>ul>li>ul>li>ul>li>a {
    padding-left: 2.5rem;
    font-size: 18px;
    text-transform: capitalize;
    color: #14174E;
    font-weight: 500;
}

.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed #555; }

.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: #14174E;
    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: 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;
}

.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality  { text-transform: capitalize; color: #14174E; font: normal normal normal 16px / 19px var(--designfont); display: inline-block; padding: 0; font-weight: 400; letter-spacing: 0.32px; }
.navDrop nav.block.mobilemenu li.openweather {  padding: 10px 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: #406211; 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: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 40px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}


/* search results */
h2.search { padding: 1ex; font-size: 130%; }
/* header.page { position: relative; }
header.page .banner { position: relative; margin: 0; } */
.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal {
    text-indent: 0 !important;
    margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
    float: none;
    /* margin: 10px; */
}

.image.right {
    margin: 0 0 15px 0px;
  }

.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; border-radius: 10px; }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

a { color: #14174E; text-decoration: underline; font-weight: 500; transition: all 300ms ease;}
a:hover { color: #406211; text-decoration: underline; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #eee; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1, h2, h3.subtitle {
    font-family: var(--designfont);
    font-size: 24pt;
    font-weight: normal;
    line-height: 115%;
    color: var(--majortitlecolor);
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
h2 { font-size: 20pt; }
h3, h3.subtitle { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
section>h2, article>h2, aside>h2 {
    /* text-align: center; */
}
section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    /* text-align: left; */
}

/* 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 {
    /* font: var(--promotionHeading) !important; */
}

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: 10px 0; }

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
    font: normal normal 600 20px / 24px var(--titlefont);
    color: #14174E;
    text-decoration: none;
}
.summaryDisplay h3 a:hover, .headlineDisplay h3 a:hover, .item.summaryDisplay h2 a:hover, article.summaryDisplay h2 a:hover { color: #406211; text-decoration: underline; }

div.readmore.small {
    font-weight: bold;
    /* text-align: right; */
    bottom: 0;
    margin-top: 25px;
}
div.readmore.small a {
    display: inline-block;
    padding: 10px 30px 10px 30px;
    background: var(--buttonbg);
    color: var(--buttoncolor);
    border: none;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    text-decoration: none;
    border-radius: 10px;
    transition: all 300ms ease;
}
div.readmore.small a:hover,
div.readmore.small a:focus {
    text-decoration: none;
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

footer.main {
    position: relative;
    padding: 0;
    background: #406211;
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

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;
    font: normal normal normal 16px / 25px var(--designfont);
}
footer.main .text2, footer.main .text3, footer.main .text4, footer.main .text5, footer.main .text6 { display: inline; }

footer.main .text {
    color: #fff;
    font: normal normal normal 16px/25px var(--designfont);
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 2px 0;
}
footer .footertext {
    /* display: inline-block; */
}

footer.main a {
    text-decoration: underline;
    color: #fff;
}

footer.main a:hover {
    color: #fff;
    text-decoration: none;
}

.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 {
    /* padding-left: 10px; */
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.topbar2 {
    display: none;
    z-index: 10;
}



/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 14pt;
    padding: 5px 0;
}

nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: relative;
    bottom: auto; left: auto; right: auto;
    display: block;
    padding: 10px 100px 10px 350px;
    text-align: center;
}

nav.horizontal.block>ul {
    padding: 20px 0;
    white-space: nowrap;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: none;
    color: var(--navcolor);
    border: none;
    margin-right: 3px;
    font: normal normal bold 18px/22px var(--designfont);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    transition: color 300ms ease;
    /* border: 2px solid #fff; */
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    background: none;
    color: #E09D38;
    /* text-decoration: underline; */
}
nav.horizontal.block>ul>li>a:focus { outline: 1px dashed #fff; }

nav.horizontal.block li li>a {
    color: #14174E;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    transition: color 300ms ease;
    padding: 10px 28px 10px;
}
nav.horizontal.block li li li>a { font-size: 16px; font-weight: 500;}

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 {
    color: #406211;
    text-decoration: underline;
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    background: #fff;
    background: #fff;
    text-align: left;
    box-shadow: 0px 3px 6px #00000029;
    width: 240px;
    padding: 15px 0;
    border-radius: 10px;
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
    color: #000;
}
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; }

nav.subsections ul ul { padding-left: 8px; }

nav.subsections ul ul a {
    font-size: 16px;
}

nav.subsections a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #14174E;
    padding: 0;
}
nav.subsections li.actual > a { font-weight: 500; color: #406211; text-decoration: underline; }
nav.subsections a:hover { color: #406211; text-decoration: underline;}
/* Slab */

/* Column Borders */
nav.slab.horizontal.block > ul > li ul > li.col {
    /* border-right: 1px solid rgba(53, 53, 53,.4); */
}

/* 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; */
}

.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 16px; font-weight: 500; color: #14174E; }

.cookiecrumb > ul > li:first-of-type {
    /* display: none;  */
}

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
    height: auto !important;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 8px 0;
    text-decoration: none;
    color: #14174E;
    font-family: var(--titlefont);
    transition: color 300ms ease;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
    color: #406211;
}

.home .box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* 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: #14174E; font: normal normal 600 18px/25px var(--titlefont);}

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: #14174E;
    color: var(--maincolor);

    padding: 8px 0;
    font-weight: bold;
  }
  ._moderncalendar .calDayHeading th span { font-size: 18px; }
.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; }

.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}

.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }

._moderncalendar .calDay.calEvent .calDayNum {
    background: #406211;
    color: #fff;
}

.calToday .calDayNum {
    background: #333;
    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;
    display: none;
}

/* keep the date/time from line-breaking below .circleDate */
._eventsbox article.summaryDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 25px 0 25px;
    /* overflow: hidden; */
    margin: 0;
    border-top: 1px solid #35353566 !important;
}

.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.innerimage {
    height: 300px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
}

.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;
}

.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl .owl-nav, .slider_owl .owl-dots { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}

.home .slider_owl div.item, .singlepic { height: 400px; }
.inner .slider_owl div.item, .singlepic { height: 300px; }

.singlepic .description,
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
}

.slider_owl .description a,
.singlepic .description a {
    color: #fff;
    text-decoration: underline;
}

.slider_owl .description a:hover,
.singlepic .description a:hover {
    color: #ddd;
}

.slider_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 5;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: #14174E;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #fff;
    background: #fff;
    transition: background 300ms ease, color 300ms ease;
    box-shadow: 0px 3px 6px #00000029;
}
.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: #14174E; outline: none; border: 2px solid #14174E; }
.slider_arrowwrap span.arrowplay { display: none; }

.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    margin-top: -60px;
    height: 180px;
}
.filmstripbar_owl {
    padding: 5px 40px 5px 40px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }

.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 70px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    transition: color 300ms ease;
}

.filmstrip_owl div.item a { padding: 5px; }
.filmstrip_owl div.item a:focus { outline: 1px dashed #555; }
.filmstrip_owl div.item a img {
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--designfont);
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
    color: #353535;
    margin-top: 10px;
    transition: color 300ms ease;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 70px;
    right: 0;
    z-index: 0;
    padding: 0 10px;
}
.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: #14174E;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 0;
    border: 2px solid #fff;
    background: #fff;
    transition: background 300ms ease, color 300ms ease;
    box-shadow: 0px 3px 6px #00000029;
}
.filmstrip_arrowwrap span.arrowpause, .filmstrip_arrowwrap span.arrowplay { display: none; }
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: #14174E; outline: none; border: 2px solid #14174E; }
.filmstrip_arrowwrap span.arrowplay { display: none; }

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--designfont);
    font-size: 24pt;
    text-align: center;
    padding: 10px 20px;
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
}

.carousel_owl .owl-stage-outer {
    overflow: hidden;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 35px 35px 50px 35px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -moz-transform: scale(1.0025);
    -webkit-transform: scale(1.0025);
    -o-transform: scale(1.0025);
    transform: scale(1.0025);
}

.carousel_owl div.item img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #333;
}
.carousel_owl div.item div {
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}
.carousel_owl div.item div a {
    color: #fff;
    text-decoration: underline;
}
.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #333;
    transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }

/* additional styles for content types & features */
.accordion button.accordionall {
    color: var(--buttoncolor);
    border-radius: 10px;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: none;
    padding: 10px 30px 10px 30px;
    margin-bottom: 5px;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion article.summaryDisplay h2 {
    padding: 7px 15px;
    line-height: 1.2;
    font-size: 18px;
    transition: background 300ms ease;
    color: var(--accordioncolor);
    background: var(--accordionbg);
    border: none;
    border-radius: var(--accordionradius);
    transition: all 300ms ease;
}

.accordion article.summaryDisplay h2:hover {
    color: var(--accordioncolorhover);
    background: var(--accordionbghover);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.accordion article.summaryDisplay 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: #14174E;
    color: var(--maincolor);
    border: none;
}

.B_MEET .meetings.search .button {
    padding: 10px 30px;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.B_MEET .meetings.search .fieldAndButton .searchField { padding: 12px;}

.DIR_PER article.summaryDisplay h2 a {
    font-family: var(--titlefont);
    font-weight: 600;
    color: #14174E;
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
}
.DIR_PER article.summaryDisplay h2 a:hover { color: #406211; }
.galleryBox span.arrowleft,
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
    font-size: 15px;
}

.namesearchbox > div {
    background: #fff;
}

div.sffield input {
    background: #fff;
    border: var(--buttonborder);
}

/* Documents content type */
.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: 11px 60px;
    transition: background 200ms ease, color 200ms ease;
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: 10px;
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    border: none;
}

.docmanContainer #docmanSearchButton:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Forms Button */
form input[type='button'],
form input[type='submit'] {
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: 10px;
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    border: none;
    transition: all 300ms ease;
    padding: 10px 30px 10px 30px;
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

/* Image Gallery button align */
.galleryBox span.arrowleft, .galleryBox span.arrowright { padding: 5px 4px 4px 4px; }
.galleryBox span.arrowpause { padding: 45px 4px 4px 4px; }
.galleryBox span.arrowplay { padding: 5px 4px 4px 4px; }
.galleryBox span.arrowleft:focus, .galleryBox span.arrowright:focus, .galleryBox span.arrowpause:focus, .galleryBox span.arrowplay:focus, .galleryBox span.arrowleft:hover, .galleryBox span.arrowright:hover, .galleryBox span.arrowpause:hover, .galleryBox span.arrowplay:hover {
    background: #14174E;
    border: 1px solid #14174E;
}

/* 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(--main);
    color: #fff;
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--main);
    color: #fff;
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: #ffffff;
    background: #406211;
}

.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: #406211 !important;
}

.calendar-container .calendar-header .header-left .calendar-current-date {
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today {
    background: #14174E;
    color: #fff;
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: capitalize;
    transition: all 300ms ease;
    font-size: 16px;
}

.calendar-container .calendar-header .header-left button.today:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.eventlistitem a {
    color: var(--newCalTextColor);
    font-weight: var(--newCalWeight);
    text-transform: capitalize;
}

.eventlistitem {
    /* border-bottom: var(--newcalListBorder); */
    border-bottom: none;
    align-items: center;
}

.eventlistitem .eventtime {
    color: var(--newcalTimeColor);
}

.calendar-container .procal-belowheader  div.calendar-list h2 {
    border-bottom: var(--newcalListBorder);
    color: var(--newcalBodyColor);
}


.procalendar dialog.dialog:modal .category i:after {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    font-weight: 400;
}

.calendar-container .calendar-body .calendar-dates li a.event span.ctitle {
    font-weight: var(--newCalWeight);
}

.calendar-container .calendar-list > h2 {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
    color: var(--newCalTextColor);
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: var(--newcalListBorder);
    /* border-bottom: none; */
}

dialog.dialog:modal {
    border-radius: var(--buttonradius);
}

dialog.dialog hr {
    border: none;
    border-bottom: var(--newcalListBorder);
}

dialog.dialog span.label {
    font-size: 16px;
    font-weight: var(--newCalWeight);
}

dialog.dialog .description,
dialog.dialog .category {
    font-size: 16px;
    font-weight: 400;
}

dialog.dialog .category label {
    font-weight: var(--newCalWeight);
}


dialog.dialog button.closedialog {
    color: var(--newCalTextColor);
}

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;
}

/* CUSTOM CSS */
.register {
    font: normal normal normal 16px/19px var(--designfont);
    color: #14174E;
}
.pr-10 { padding-right: 10px; color: #406211; }
.fa-house { color: #E09D38; }
.filmstrip_owl div.item a .img-circle {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}
.filmstrip_wrap1::after {
    content: "";
    background: #F9F4EE;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 190px;
    width: 100%;
    z-index: 0;
}
nav.horizontal.block.menu > ul > li > a > .triangle {
    margin-top: -3px;
    color: #E09D38;
}
.insideMainContent section.box.promotion.B_LIST {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    row-gap: 52px;
}
.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_Top .responsivebox {
    width: 100%;
    border-radius: 10px;
    /* overflow: hidden; */
    height: auto !important;
}
.home .box.promotion.B_LIST .responsivebox {
    background: none;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    padding: 0;
    margin: 0;
    transition: box-shadow 300ms ease 0s;
}
.box.promotion.HA_Boxes .responsivebox, .box.promotion.HA_Boxes_Top .responsivebox {
    position: relative;
}
.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 {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home .boxbody {
    padding: 0 40px 40px 40px;
}
.home .box.B_BOXES .responsivebox, .home .box.promotion.B_LIST.HA_Boxes .responsivebox, .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    border-radius: 0;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0px;
    background-color: white;
    min-height: 100%;
}
.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 .boxbody p, .home .boxbody { font: normal normal normal 16px/25px var(--designfont); color: #353535; text-align: center; }
.nogroup.Below {
    background: url('./images/calendar-bg-full.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px;
}
.home section.box.promotion.B_EV > div.body:first-of-type {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.home .box.promotion.B_EV .box.B_EV .body._moderncalendar {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0;
}
.home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
}
.home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
}
._eventsbox article.summaryDisplay:first-of-type {
    border-top: none !important;
}
.home .summaryDisplay h3 a {
    font: normal normal 600 20px/24px var(--titlefont);
    color: #14174E;
    text-decoration: none;
    transition: color 300ms ease;
}
.home .summaryDisplay h3 a:hover { color: #406211; }
._moderncalendar .calDay .calDayNum {
    line-height: 1.6;
    width: 30px;
    height: 30px;
    font-size: 14px;
}
._moderncalendar .calMonthHeading { margin-bottom: 15px; background: none; }
.newsdatetime time, .eventsdatetime time {
    color: #406211;
    font: normal normal normal 16px / 19px var(--designfont);
    letter-spacing: 0.8px;
}
._moderncalendar .calDay.calGrayDay { color: #8F8F8F;}
._moderncalendar td.calDay { color: #353535; }
div.seeallitems a { color: #14174E; font-size: 18px; font-weight: bold;}
div.seeallitems a:hover { color: #406211; }
.inner .box.sectionIntro .body > h1, .inner article.fullDisplay.B_EV .body > h1 {
    margin-bottom: 10px;
}
.inner h1, .inner h2 {
    font-size: 30px;
    line-height: 25px;
    font-family: var(--titlefont);
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #14174E;
}
.inner h2 { font-size: 25px; }
.inner h3, .inner h4, .inner h5, .inner h6 { 
    padding: 8px 0; 
    text-align: left;
    color: #14174E;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
}
.inner h4 { font-size: 18px; }
.inner h5 { font-size: 18px; color: #406211; }
.inner h6 { font-size: 16px; }
footer.main .footerTop {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px 40px;
}
footer.main .footerBottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 40px;
    background: #344E10;
}
.footertext h3 {
    text-align: center;
    font: normal normal 600 18px/25px var(--titlefont);
    margin-bottom: 10px;
    letter-spacing: 0.9px;
    color: #fff;
}
footer.main .footerTop .footertext:nth-child(2) {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin: 20px 0;
}
footer.main .verticalLogo_text, footer.main .verticalLogo_text a, footer.main .text9 a, footer.main .text7 {
    text-align: center;
    margin: 0;
    padding: 2px 0;
    letter-spacing: 0.4px;
    color: #fff;
    font: normal normal normal 16px/25px var(--designfont);
    font-weight: 400;
    text-decoration: none;
}
footer.main .verticalLogo_text a:hover, footer.main .text9 a:hover { text-decoration: underline; }
footer.main .copyright { letter-spacing: 0.4px; font: normal normal medium 16px/25px var(--designfont); margin: 0; padding: 2px 0; font-weight: 500;}
nav.horizontal.block > ul > li > ul { transform: translateX(-50%); left: 50% !important;}
nav.menu > ul > li > ul.open { top: 70px !important;}
nav.horizontal.menu>ul ul ul { transform: translateX(5px); left: unset;}
nav.horizontal.menu>ul > li:last-of-type ul ul { transform: translateX(-5px);}
nav.horizontal.menu>ul > li ul ul.bounced, nav.horizontal.menu>ul > li ul ul.bounced ul { transform: translateX(-5px);}
.nogroup.Below .box.promotion.B_EV h2 { font: normal normal bold 18px/22px var(--designfont); letter-spacing: 0.9px; color: #fff; text-transform: uppercase; line-height: 1; padding-bottom: 0; }
.nogroup.Below .box.promotion.B_EV h3.subtitle { font: normal normal 600 35px/35px var(--titlefont); letter-spacing: 0.88px; color: #fff; text-transform: uppercase; margin-bottom: 25px; }
.home div.seeallitems { position: relative; margin-top: 15px; }
.inner div.seeallitems { position: relative; margin-top: 20px; }
h2.bigTitle.boxesTitle { color: #406211; letter-spacing: 0.9px; font-size: 18px; font-weight: bold; text-transform: uppercase; padding-bottom: 0; line-height: 1;}
.home .insideMainContent h3.subtitle { color: #14174E; font-size: 35px; font-weight: 600; font-family: var(--titlefont); margin-bottom: 35px; line-height: 35px; letter-spacing: 0.88px; }
.filmstrip_owl div.item:hover a div {
    text-decoration: underline;
    color: #406211;
}
.home .box.promotion.B_EV .summaryDisplay:hover h3 a, .home .box.promotion.B_EV .summaryDisplay:hover .eventsdatetime time {
    text-decoration: underline;
    color: #406211;
}
footer.main a:focus { outline: 1px dashed #fff;}
.inner nav.box.subsections.desktoponly > h2 { display: none;}
.insideRightContent h2, .insideLeftContent h2 { margin-bottom: 10px; display: inline-block; width: 100%; }
.container form { max-width: 100%; }
.calendar-container { background: #ffffff00;}
._moderncalendar .calMonth .chevron { color: #353535; }
.home ._eventsbox.HA_Cal_ModernPlusRight .summaryDisplay .body { display: none;}
._moderncalendar .dayevents { z-index: 2;}
.inner ._eventsbox { padding-top: 45px; }
div.sffield input, div.sffield select, div.sffield.radios, div.sffield.checkboxes, div.sffield textarea { background: #fff; border: var(--buttonborder);}

/* 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; }
    .home .content { padding: 20px 40px 40px; }
    .inner .content { padding: 30px 40px 70px; }
}

@media (min-width:500px) {
    .slider_owl div.item, .singlepic { height: 400px; }
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft { width: 100%; }
    .leftContent.hasRight {
        background: #fff;
        border-radius: 10px;
        margin: 20px 0;
        box-shadow: 0px 3px 6px #00000029;
    }
    .inner .leftContent .insideLeftContent .sidebar {
        padding: 10px 20px;
    }
}

@media (min-width: 700px) {
    ._moderncalendar .calDay .calDayNum {
        line-height: 1.8;
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
}

@media (min-width: 800px) {
    .home section.box.promotion.B_EV > div.body {
        padding: 35px 60px;
    }
}

@media (min-width:900px) {
    .content {padding: 0 60px;}
    .home .content { padding: 50px 65px; }
    .inner .content { padding: 10px 65px 30px; }
    .leftContent { padding: 20px 20px 20px 0; }
    .inner .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; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }
    .filmstrip_wrap1 {
        margin-top: -20px;
        height: unset;
    }
    .filmstrip_owl div.item a .img-circle { width: 118px; height: 118px; }
    .insideMainContent section.box.promotion.B_LIST { grid-template-columns: 1fr 1fr; }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar { padding: 0; }
    footer .footertext {
        width: 33.33%;
        padding: 0 25px;
    }
    footer.main .footerTop .footertext:nth-child(2) {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid rgb(255 255 255 / 35%);
        border-right: 1px solid rgb(255 255 255 / 35%);
        padding: 0 25px;
        margin: 0;
    }
    nav.horizontal.block { padding: 10px 75px 10px 280px; }
    .search-social {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        width: 60%;
    }
    .nogroup.Above, .nogroup.Below { padding: 50px 65px; }
    .home section.box.promotion.B_EV > div.body:first-of-type { padding: 30px 60px; }
    .register a { color: #fff; text-decoration: none;}
    .register a:hover { text-decoration: underline; }
    .inner .leftContent .insideLeftContent {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 3px 6px #00000029;
        padding: 0px 0px 50px 0px;
        overflow: hidden;
    }
    .leftContent .box { padding: 10px 20px; }
    .socialFixed {
        left: auto;
        top: 300px;
        z-index: 99999;
        right: 0;
        transform: translateY(50%);
    }
    .socialFixed .fixedSocialTools {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .socialFixed .fixedSocialTools a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 7px;
        border-radius: 10px 0 0 10px;
        font-size: 15pt;
        margin-bottom: 10px;
        opacity: 0.80;
    }    
    .pr-10 { color: #E09D38; }
    .home ._eventsbox article.summaryDisplay { padding: 25px 0 5px; margin: -25px 0 25px 0px;}
    .inner ._eventsbox article.summaryDisplay { padding: 15px 0 5px; margin: -25px 0 25px 0px;}
    .rightContent .box {
        padding: 0;
    }
    /* only for dark inner sidebar backgrounds. */
    /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .breadcrumbs {
        display: flex;
        /* padding-bottom: 22px;
        margin-top: -4px; */
        margin-bottom: 0;
		justify-content: left;
		align-items: center;
        margin: 0 65px 0px;
        border-bottom: 2px solid #14174E40;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .inner .breadcrumbs a {
        padding-right: 10px;
        text-decoration: none;
        /* margin-right: 10px; */
    }

    .inner .breadcrumbs a > span,
    .inner .breadcrumbs h2 {
        font: normal normal medium 16px/35px var(--designfont);
        transition: color 0.3s ease;
        text-transform: uppercase;
    }

    .inner .breadcrumbs a::after {
        content: "\7c";
        font-family: "Font Awesome 6 Pro";
        padding-left: 7px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
    }

    .inner .breadcrumbs a:hover {
        color: #406211;
    }

    .inner .breadcrumbs nav ul {
        list-style: none;
        /* display: flex;
        flex-direction: row; */
        padding-left: 0;
    }

    .inner .breadcrumbs nav ul li {
        margin: 0;
        float: left;
    }

    .inner .breadcrumbs nav ul > li:last-of-type > a {
        color: #406211;
    }

    .inner .breadcrumbs nav ul > li:last-of-type > a::after {
        content: none;
    }

    .inner .breadcrumbs nav ul li > span {
        display: none;
    }

    .inner .mainContent { min-height: 300px; }

    .innerimage, .inner .singlepic, .inner .slider_owl div.item {
        height: 300px;
    }

    div.banner { position: relative; background: #14174E; box-shadow: 0px 3px 6px #00000029; border-bottom: 3px solid rgb(224 157 56 / 90%);}

    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        /* top: 50px; */
        top: 70%;
        -webkit-transform: translateY(-50%);
        left: 60px;
        /* right: 20px; */
        z-index: 10;
    }

    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 22px;
        line-height: 100%;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
    }
    .topbar2 a.title img { max-width: 100%; }
    .topbar2 div.titlewrap a.title:focus { outline: 1px dashed #fff; }
    .searchSocial {
        padding: 30px 75px 10px 280px;
        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;
    }

    .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: 10px 20px;
        width: 300px;
        line-height: normal;
        border-radius: 10px;
        border: none;
    }
    .searchSocial .search.bar .searchField {
        font-size: 14px;
        padding: 5px;
        width: 90%;
        font-weight: 500;
        color: #353535;
        font-family: var(--designfont);
    }
    .searchSocial .search.bar .searchMag {
        margin: 3px;
        font-size: 15px;
        color: #406211;
    }

    .searchSocial .search.bar .searchMag:hover { color: #406211; }

    .searchSocial .openweather, .searchSocial .airquality, .searchSocial .register {
        text-transform: capitalize;
        float: left;
        display: inline-block;
        margin-right: 15px;
        margin-top: 3px;
        text-align: left;
        vertical-align: top;
    }
    .searchSocial .register { margin-top: 4px;}

    .searchSocial .openweather i, .searchSocial .airquality i { color: #E09D38; }
    .searchSocial .airquality { margin-left: 20px; }

    .searchSocial .openweather a,
    .searchSocial .airquality {
        color: #fff;
        font: normal normal normal 16px/19px var(--designfont);
        text-decoration: none;
        transition: all 300ms ease;
    }
    .searchSocial .openweather a:focus { outline: 1px dashed #fff; }

    .searchSocial .openweather a:hover {
        color: #fff;
        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; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 5px 135px;}

    .filmstrip_arrowwrap { display: block; }

    .desktoponly { display: block; }
    .notifications .notification { font-size: 12pt; }
    .home .slider_owl div.item, .singlepic { height: 550px; }

    .inner .leftContent { width: 40%; }

    .inner .rightContent {
        padding: 0 0;
        width: 100%;
    }

    .inner .mainContent.hasLeft.hasRight, .inner .mainContent.hasLeft { width: 60%; padding-top: 20px; }
    footer.main .footerTop { padding: 30px 65px; }
    footer.main .footerTop, footer.main .footerBottom { flex-direction: row; }
    footer.main .footerBottom { padding: 20px 65px; }
    .weatherContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        width: 40%;
    }
    .searchSocial {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1100px) {
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar { flex-direction: row; }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox { flex-basis: 50%; max-width: 50%; }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox { flex-basis: 50%; max-width: 50%; }
    .searchSocial .search.bar .fieldAndButton {
        width: 340px;
    }
    .weatherContainer {
        width: 100%;
    }
    .weatherContainer, .search-social {
        display: block;
    }
}

@media (min-width:1200px) {
    .inner .rightContent,
    .inner .leftContent { width: 25%; }
    .inner .mainContent.hasLeft {  width: 75%; padding: 20px 0 20px 20px;}

    .inner .mainContent.hasLeft.hasRight { width: 50%; }
    .filmstrip_arrowwrap .controls { padding: 0 50px; }
    nav.horizontal.menu>ul ul { width: 250px !important; }
    nav.menu > ul > li > ul.open { top: 70px !important; }
    nav.horizontal.block { padding: 10px 80px 10px 315px; }
    .searchSocial { padding: 30px 80px 9px 315px; }
    .topbar2 div.titlewrap { left: 80px; }
    .slider_arrowwrap .controls { right: 80px; }
    .home .content, .inner .content { padding: 10px 80px 30px; }
    .nogroup.Below { padding: 40px 80px 70px; }
    footer.main .footerTop { padding: 30px 80px; }
    footer.main .footerBottom { padding: 15px 80px; }
    .inner .rightContent { padding: 20px 0 20px 40px; }
    .inner .breadcrumbs { margin: 0 80px 0px; }
}

@media (min-width:1400px) {
    /* nav.horizontal.block>ul>li>a { padding: 5px 20px; } */
    .home .slider_owl div.item, .singlepic { height: 550px; }
    .insideMainContent section.box.promotion.B_LIST { grid-template-columns: 1fr 1fr 1fr; }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar {
        flex-direction: row;
        gap: 0;
        padding: 0 0;
    }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
        flex-basis: 50%;
        max-width: 50%;
    }
    .home .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
        flex-basis: 50%;
        max-width: 50%;
        margin: -9px 0 -6px 0;
    }
    .home ._eventsbox article.summaryDisplay { margin: -15px 0 15px 50px; }
    .inner ._eventsbox article.summaryDisplay { margin: -15px 0 15px 20px;    }
    nav.horizontal.menu>ul ul { width: 300px !important; }
    nav.horizontal.block { padding: 10px 110px 10px 350px; }
    .searchSocial { padding: 30px 110px 9px 350px; }
    .topbar2 div.titlewrap { left: 110px; }
    .slider_arrowwrap .controls { right: 110px; }
    .home .content, .inner .content { padding: 10px 110px 30px; }
    .nogroup.Below { padding: 40px 110px 70px; }
    footer.main .footerTop { padding: 30px 110px; }
    footer.main .footerBottom { padding: 15px 110px; }
    .inner .breadcrumbs { margin: 0 110px 0px; }
}
@media (min-width:1600px) {
    .home  .slider_owl div.item, .singlepic { height: 550px; }
    nav.horizontal.block { padding: 10px 150px 10px 410px; }
    .searchSocial { padding: 30px 150px 9px 410px; }
    .topbar2 div.titlewrap { left: 150px; }
    .slider_arrowwrap .controls { right: 150px; }
    .home .content { padding: 35px 150px 50px; }
    .inner .content { padding: 10px 150px 70px; }
    .nogroup.Below { padding: 40px 150px 70px; }
    footer.main .footerTop { padding: 30px 150px; }
    footer.main .footerBottom { padding: 15px 150px; }
    nav.horizontal.menu > ul ul { width: 320px; }
    .inner .breadcrumbs { margin: 0 150px 0px; }
}
