@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: "Figtree", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #353535;

    /* 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;
}

:root {
    --designfont: "Figtree", sans-serif;
    --majortitlecolor: #102B3F;
    --notificationbg: #365C78;
    --notificationcolor: #fff;
    --mobiletopbarbg: rgba(255, 255, 255, 1);
    --mobiletopbarcolor: #102B3F;

    --navbg: #fff;
    --navcolor: #102B3F;
    --navactivebg: #333;
    --navactivecolor: #fff;
    --slabbg: rgba(9, 48, 126, 0.9);
    --slabcolor: #fff;
    --slabactivebg: #662600;
    --slabactivecolor: #fff;

    --darkBlue: #102B3F;
    --lightBlue: #345974;

    --readmorebg: #F1F1ED;
    --readmorecolor: #102B3F;
    --readmorehoverbg: #102B3F;
    --readmorehovercolor: #fff;

    --serif: "Satisfy", cursive;


    
}

a#skipLink { top: -43px; }

#backTop {
    font-size: 24px;
    border: 1px solid #102B3F;
    color: #102B3F;
    background: #fff;
    transition: all 300ms ease;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

#backTop:hover {
    background: #fff;
    color: #015486;
    border: 1px solid #015486;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: var(--notificationbg);
    padding: 5px;
    color: #fff;
    display: none;
    text-align: center;
}
.notifications .notification {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: var(--notificationcolor);
    font-family: var(--designfont);
    font-weight: normal;
}
.notifications .notification p { padding: 0; margin: 0; }

.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
}

.notifications a, .notifications a:hover {
    color: var(--notificationcolor);
    text-decoration: underline;
}

.notifications a:focus { outline: 1px dashed white; }


.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    /* max-width: 2000px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #353535;
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 1000;
    position: sticky;
    top: 0;
    max-height: 100%;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
}
.topbar.scroll { overflow-y: scroll; }
.topbar>nav { margin-right: 10px; }
.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:focus {
    outline: 1px dashed var(--darkBlue);
}
.topbar .title img {
    height: 50px;
    margin: 0;
    max-width: 95%;
}
nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop { display: none; padding: 5px 0 5px 5px; }
nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16pt;
    color: var(--darkBlue);
    text-align: center;
}
nav.top.block li  a > div { font-size: 11pt; 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:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}


/* mobile nav */
.navDrop nav.block.mobilemenu>ul {
    font-family: var(--designfont);
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    background: var(--darkBlue);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid white;
}
.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: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 10px;
}

.navDrop nav.block.mobilemenu ul li a span {
    font-size: 18px;
    font-weight: bold;
}
.navDrop nav.block.mobilemenu ul li ul li a span {
    font-size: 16px;
    font-weight: normal;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 2px 30px 2px 30px;
    color: white;
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20pt;
}
.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.openweather,
.navDrop nav.block.mobilemenu li.airquality { color: #fff; font-size: 16pt; padding: 9px 10px; }
.navDrop nav.block.mobilemenu li.openweather a,
.navDrop nav.block.mobilemenu li.airquality a { display: inline-block; padding: 0; }
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i { color: #fff; display: inline-block; }

.socialTools {
    padding-right: 25px;
}
.socialTools a:first-of-type img, .socialTools a:nth-of-type(2) img, .socialTools a:last-of-type img {
    display: none;
}
.socialTools a:first-of-type::after {
    content: url('./images/facebook.png');
    display: block;
    position: relative;
    height: 24px;
    width: 24px;
}
/* .socialTools a:nth-of-type(2)::after {
    content: url('./images/youtube.png');
    display: block;
    position: relative;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
} */
.socialTools a:nth-of-type(2)::after {
    content: url('./images/instagram.png');
    display: block;
    position: relative;
    height: 24px;
    width: 24px;
}
/* .socialTools a:last-of-type::after {
    content: url('./images/youtube.png');
    display: block;
    position: relative;
    top: 1px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
#mobileSearchDropdown:focus,
#mobileNavDropdown:focus {
    outline: 1px dashed var(--darkBlue);
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}


/* 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; */
}

.inner .container form {
    margin: 0;
}

.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; }

a { 
    font-family: var(--designfont);
    color: #102B3F; 
    text-decoration: underline; 
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
a:hover { 
    color: #345974;
}
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1 {
    font-family: var(--designfont);
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}
h2 { 
    font-family: var(--designfont);
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}
h3, h3.subtitle { 
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}
h4 { 
    font-family: var(--designfont);
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}
h5 { 
    font-family: var(--designfont);
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}
h6 { 
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}

.inner .box.sectionIntro .body > h1 {
    /* border-bottom: 1px solid #eae7e7; */
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #102B3F;
}

.inner .rightContent .box {
    padding: 20px;
}

.inner .rightContent .box.noTitle h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #102B3F;
}

.inner div.sidebarImageBox {
    padding: 10px;
}

/* 
.inner .box.sectionIntro .body .summary h4 {
    font-size: 18px;
} */

.inner .box.sectionIntro .body .summary p {
    line-height: 30px;
}

.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
section>h2, article>h2, aside>h2 {
    text-align: center;
    padding: 0 10px 10px 10px;
    color: #102B3F;
}
section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    /* text-align: left; */
}
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}

.summaryDisplay h3 a, .headlineDisplay h3 a,
.item.summaryDisplay h2 a, article.summaryDisplay h2 a {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

article.summaryDisplay h2 a {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

article.summaryDisplay h2 a:hover {
    font-weight: bold;
}

.B_MEET .meetings.search .button {
    background: var(--darkBlue);
    border: none;
    color: #fff;

    font-size: 14px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    background: #406E8E;
}

.B_MEET .meetings.search .fieldAndButton .searchField {
    padding: 7px 5px;
}

.home .card-item.fifty .readmore.small {
    position: relative;
    text-align: left;
    left: 0;
}

div.readmore.small {
    font-weight: bold;
    text-align: right;
    bottom: 25px !important;
    left: 30px;
    margin-top: 25px;
    right: unset !important;
}
div.readmore.small a {
    display: inline-block;
    padding: 15px 5px;
    width: 210px;
    background: var(--readmorebg);
    color: var(--readmorecolor);
    /* border: 1px solid #999; */
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
}
div.readmore.small a:hover,
div.readmore.small a:focus {
    color: #fff;
    background: #102B3F;
}

form input[type='button'], form input[type='submit'] {
    background: var(--darkBlue);
    color: #fff;
    border: none;
}

.home .nogroup.Below {
    position: relative;
    background: url("images/calendar-background-with-gradient.jpg") no-repeat center;
    background-size: cover !important;
    padding: 30px 0 95px;
}

.home .nogroup.Above {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
    background: #fafafa;
    box-shadow: 0px 3px 6px #00000029;
}

.home section.box.promotion.B_LIST.HA_Boxes.count1 .responsivebox {
    margin-bottom: 0;
}

.home .card-item.fifty.news {
    padding: 10px 20px 30px 20px;
}

.home .card-item.fifty.meetings {
    padding: 10px 20px 30px 20px;
}

/* news and notices */

.home .card-item.fifty.news .box.promotion.B_PR h2,
.home .card-item.fifty.meetings .box.promotion.B_MEET h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #102B3F;
    text-align: left;
    padding: 0;
    padding-left: 18px;
    border-left: 3px solid #FB3640;
}

.home .card-item.fifty.news .box.promotion.B_PR .body .image.left {
    padding: 0 25px 0px 0;
}

.home .card-item.fifty.news .box.promotion.B_PR .body .story {
    flex-direction: column;
}

.home .card-item.fifty.news .box.promotion.B_PR .body .story:first-of-type {
    padding-top: 40px;
}

.home .card-item.fifty.news .box.promotion.B_PR .body .image.left img {
    width: 210px !important;
    max-width: unset !important;
}

.home .card-item.fifty.news .box.promotion.B_PR .body a.item {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #102B3F;
    text-align: left;
    text-decoration: none;
}

.home .card-item.fifty.news .box.promotion.B_PR .body a.item:hover,
.home .card-item.fifty.news .box.promotion.B_PR .body h3:hover + .newsdatetime time {
    text-decoration: underline;
}

.home .card-item.fifty.news .box.promotion.B_PR .body .newsdatetime time {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #605F5E;
    text-align: left;
}

/* agendas and minutes */

.home .card-item.fifty.meetings .body .summaryDisplay {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(53, 53, 53, 0.5);
    padding-top: 10px;
    display: flex;
    padding-left: 100px;
    min-height: 145px;
    flex-direction: column;
    justify-content: center;
}

/* .home .card-item.fifty.meetings .body .summaryDisplay:first-of-type {
    padding-top: 0;
} */

.home .card-item.fifty.meetings .body .summaryDisplay:last-of-type {
    border: none;
}

.home .card-item.fifty.meetings .body .summaryDisplay .boxdate {
    margin: 0;
    padding: 6px 24px;
    left: 0;
    top: 40px;
    float: none;
    position: absolute;
}

/* .home .card-item.fifty.meetings .body .summaryDisplay:first-of-type .boxdate {
    top: 10px;
} */

.home .card-item.fifty.meetings .body .summaryDisplay .boxdate .month,
.home .card-item.fifty.meetings .body .summaryDisplay .boxdate .year {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.home .card-item.fifty.meetings .body .summaryDisplay .boxdate .day {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.home .card-item.fifty.meetings .body .summaryDisplay a.item {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #102B3F;
    text-align: left;
    text-decoration: none;
}

.home .card-item.fifty.meetings .body .summaryDisplay a.item:hover,
.home .card-item.fifty.meetings .body .summaryDisplay h3:hover + time {
    text-decoration: underline;
}

.home .card-item.fifty.meetings .body .summaryDisplay time {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #605F5E;
    text-align: left;
}

/* community events section */

.home .nogroup.Below .box.promotion.B_EV h2 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #102B3F;
    text-align: center;
    padding: 10px 10px 30px;
}

.home .nogroup.Below .box.promotion.B_EV > h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    border-top: 3px solid #FB3640;
}

.home ._moderncalendar .calDay .calDayNum {
    font-family: var(--designfont);
    font-size: 17px;
    /* line-height: 34px; */
    letter-spacing: 0.85px;
    color: #353535;
    padding: 1px;
    font-weight: normal;
}

.home ._moderncalendar .calMonth .chevron {
    color: #353535;
    font-size: 13px;
}

.home ._moderncalendar .calDay.calGrayDay .calDayNum {
    opacity: 0.45;
}

.home .nogroup.Below ._moderncalendar .calMonth .calYear {
    display: none;
}

.home .nogroup.Below ._moderncalendar .calMonth .calMonthName {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.home ._moderncalendar .calDayHeading th {
    padding: 6px 0;
    font-size: 9px;
    line-height: 14px;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px 20px;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px 10px;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox .seeallitems {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox .seeallitems a {
    display: inline-block;
    padding: 15px 5px;
    width: 210px;
    background: var(--readmorebg);
    color: var(--readmorecolor);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox .seeallitems a:hover,
.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox .seeallitems a:focus {
    color: #fff;
    background: #102B3F;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay {
    background: #fff;
    padding: 16px 20px;
    margin: 0;
    margin-bottom: 20px;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay:last-of-type {
    margin-bottom: 0;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay .circleDate {
    display: none;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay .field.category {
    padding: 0;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay h3 a {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.9px;
    color: #102B3F;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay h3 a:hover,
.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay h3:hover + .eventsdatetime time {
    text-decoration: underline;
}

.home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox .summaryDisplay time {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    color: #605F5E;
}

footer.main {
    position: relative;
    background: #102B3F;
    color: #333;
    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: bold;
    font-family: var(--designfont);
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-family: var(--designfont);
    text-align: center;
    display: block;
    white-space: pre-wrap;
}

footer.main .text7,
footer.main .text8,
footer.main .text8 a,
footer.main .verticalLogo_text,
footer.main .verticalLogo_text a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    margin: 0;
}


footer .footertext {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

footer.main a,
footer.main .verticalLogo_text a,
footer.main .text8 a {
    color: #fff;
    text-decoration: underline;
}

footer.main a:hover {
    color: #FB9DA1;
    text-decoration: underline;
}

footer.main .text4 a:focus,
footer.main .text8 a:focus,
footer.main .verticalLogo_text a:focus {
    outline: 1px dashed #fff;
}

.footer-group {
    width: 90%;
    text-align: center;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footerlogo-center {
    display: none;
}

/* .footer-group:last-of-type { 
    border-bottom: none; 
} */

.footer-bottom {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 20px; 
}

.footer-bottom div {
    /* padding-bottom: 10px !important; */
}

.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    padding: 30px 30px 30px 50px;
    text-align: center;
    line-height: 1;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #333;
    font-family: var(--designfont);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #333;
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}
.footersecondary > nav.block > ul > li li > a {
    /* padding-left: 10px; */
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.topbar2 {
    display: none;
    z-index: 1000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 18px;
    padding: 5px 8px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
nav.horizontal.block {
    position: relative;
    padding-top: 6rem !important;
    width: 100%;
    /* position: absolute; */
    /* height: 86px; */
    bottom: 0px; left: 0; right: 0;
    display: inline-block;
    padding: 0px 40px 0 40px;
}

nav.horizontal.block>ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    color: var(--navcolor);
    border: none;
    margin: 24px 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    text-transform: uppercase;
    /* 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 {
    /* color: #09307e; */
    text-decoration: underline;
}

nav.horizontal.block>ul>li>a:focus {
    outline: 1px dashed var(--darkBlue);
}

nav.horizontal.block li li {
    padding: 0px 20px;
}

nav.horizontal.block li li>a {
    color:#fff;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

/* nav.horizontal.block>ul>li>ul>li:first-of-type>a,
nav.horizontal.block>ul>li>ul>li>ul>li:first-of-type>a {
    margin-top: 15px;
} */

nav.horizontal.block>ul>li>ul>li:last-of-type>a,
nav.horizontal.block>ul>li>ul>li>ul>li:last-of-type>a {
    margin-bottom: 15px;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    font-weight: normal;
    /* background: #033F63; */
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}

nav.horizontal.block li li>a:focus {
    outline: 1px dashed #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 {

} */

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    background: rgba(16, 43, 63, 0.9);
    text-align: left;
    width: 250px;
    border: none;
    padding: 0;
    opacity: 1;
    /* text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: #406E8E;
    opacity: 1.0;
}
nav.block.menu>ul>li>ul>li .triangle {
    color: #fff;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }

nav.subsections h2 { 
    text-align: left; 
    color:#102B3F; 
    font-size: 25px; 
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }

nav.subsections ul ul { padding-left: 18px; }

nav.subsections ul ul a { 
    font-size: 16px;
}


nav.subsections a {
    text-decoration: underline;
    color: #353535;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
}
nav.subsections li.actual > a { color: #345974; }


/* Slab */
/* nav.slab.horizontal.block > ul { position: relative; } */
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; padding: 0 70px; }
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: 60px 10% 60px 10%;
    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(255, 255, 255, 0.4);
    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: 0px 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: 26px;
    box-shadow: none;
    font-weight: normal;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #fff;
    font-size: 16px;
    padding: 1px 10px;
    font-weight: normal;
}

nav.slab.horizontal > ul > li > ul > li > ul a:focus,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a:focus {
    outline: 1px dashed #fff;
}

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;
    font-weight: bold;
    padding: 5px 10px;
    padding-top: 0;
    text-transform: uppercase;
    /* text-decoration: underline; */
}

nav.slab.horizontal > ul > li > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li > ul > li > ul > li > a:focus {
    outline: 1px dashed #fff;
}

/* 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;
    font-weight: bold;
    /* border-bottom: 2px solid #9bbf4f; */
}

.inner .breadcrumbs,
.home .breadcrumbs {
    display: none;
}

.inner .breadcrumbs a { font-size: 14px; }

.cookiecrumb > ul > li:first-of-type { 
    /* display: none;  */
}

.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
    /* margin: 0 15px 15px 0;
    position: relative; */
}
.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: 16pt;
    padding: 0 0 8px 0;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image {
    margin: 0;
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}

.home .box.promotion.B_LIST.HA_Boxes.count1 .responsivebox h2 {
    font-family: var(--designfont);
    font-size: 25px;
    line-height: 25px;;
    font-weight: 600;
    letter-spacing: 0px;
    color: #015486;
    text-align: center;
    margin-bottom: 10px;
}

.home .box.promotion.B_LIST.HA_Boxes.count1 .responsivebox .boxbody {
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;;
    font-weight: normal;
    letter-spacing: 0px;
    color: #353535;
    text-align: center;
}

.home .card-item.fifty.boxes {
    padding: 0;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div h2,
.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div h2 a {
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 25px;
    color: #015486;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding: 24px 0 10px 0;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div h2 a:hover {
    text-decoration: underline;
}

.home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div .boxbody {
    position: relative;
    padding: 0px 35px 35px;
    /* height: 250px; */
    height: auto;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #353535;
    font-weight: 400;
    font-family: var(--designfont);
    text-align: center;
}

/* calendar */
.calMonth table {
    background: var(--darkBlue) !important;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}

.mainContent ._calendarbox.ModernPlusRight {
    padding-left: 0;
}

.calMonth .calMonthName, .calMonth .calYear { color: #333; }

._moderncalendar .calMonth .calMonthName, 
._moderncalendar .calMonth .calYear {
    color: #102B3F;
  }

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: var(--darkBlue);
    color: #fff;
    padding: 8px 0;
    font-weight: 600;
  }

.calendar-container {
    & .boxdate {
        background: var(--darkBlue);
    }
}

.calendar-container {
    & .calendar-header {
        & .header-left {
            & .calendar-nav {
                background: var(--darkBlue);
                border: none;
            }
        }
    }
}

.calendar-container {
    & .calendar-body {
        & .calendar-weekdays li {
            background: var(--darkBlue);
        }
    }
}

.calendar-container {
    & .calendar-body {
        & .calendar-dates {
            & li.active div.day {
                background: var(--darkBlue);
            }
        }
    }
}
  
.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: #406E8E;
    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);
    text-transform: uppercase;
    margin: 0;
    background: #406E8E;
} 

/* 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;
}

.innerimage {
    height: 300px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.inner .singlepic { 
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: -130px;
}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
}

.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    z-index: 0;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}
/* .innerimage::after, */

/* .slider_owl div.item::before {
    content: "Click";
    position: absolute;
    z-index: 99999;
    top: 150px;
    right: 150px;
    transform: translate(-50%, -50%);
    padding: 20px 20px;
    background: #fafafa;
    box-shadow: 0px 3px 6px #00000029;
    color: #015486;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
    display: inline-block;
} */

.slider_owl div.item::before:hover {
    background: #0056b3;
}

.slider_owl div.item::after, 
.singlepic::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: transparent linear-gradient(180deg, #102B3F00 0%,  #102B3F 85%, #102B3F 100%) 0% 0% no-repeat padding-box;
}

.slider_owl .owl-nav, .slider_owl .owl-dots { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}

.slider_owl div.item, .singlepic { height: 400px; }

.singlepic .description,
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #eee;
    text-align: center;
    font-size: 14pt;
    z-index: 9;
}

.slider_owl .description h1 {
    text-align: center;
    font-family: var(--designfont);
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
}

.slider_owl .description h2 {
    text-align: center;
    font-family: "Satisfy", cursive;
    font-size: 38px;
    line-height: 80px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
}

.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; */
    display: inline-flex;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    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: var(--darkBlue);
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    background: #fff;
    border: 1px solid var(--darkBlue);
    transition: background 300ms ease, color 300ms ease;
}
.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: var(--darkBlue); outline: none; border: 1px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: normal;
    margin-top: -52px;
    margin-left: 20px;
    margin-right: 20px;
}

.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 5px 40px;
    /* padding-right: 80px; */
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    white-space: nowrap;
    height: 104px;
    border-bottom: 3px solid #FB3640;
}

.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 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    width: 100%;
}
.filmstrip_owl div.item a { 
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
    height: 96px;
}
.filmstrip_owl div.item a:focus { outline: 1px dashed var(--darkBlue); }
.filmstrip_owl div.item a img {
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; 
}
.filmstrip_owl div.item a div {
    padding: 10px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--designfont);
    white-space: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0.4px;
    color: #353535;
    text-align: left;
}

.filmstrip_owl div.item a:hover div,
.filmstrip_owl div.item a div:hover {
    text-decoration: underline;
}
.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0px;
    z-index: 0;
    width: 100%;
    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: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: var(--darkBlue);
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: none;
    transition: background 300ms ease, color 300ms ease;
}
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: var(--darkBlue); outline: none; border: 1px solid var(--darkBlue); }
.filmstrip_arrowwrap span.arrowplay,
.filmstrip_arrowwrap span.arrowpause { display: none; }

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    font-family: var(--designfont);
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-align: left;
    padding: 10px 50px 20px;
}

.carouselbar_owl {
    position: relative;
    overflow: visible;
    text-align: center;
    background: transparent;
    padding: 0 20px 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;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    background: white;
}
.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:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel_owl div.item .imgscale {
    overflow: hidden;
    padding: 0;
}

.carousel_owl div.item .title {
    color: #015486;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 20px;
    font-family: var(--designfont);
    text-decoration: none;
    display: block;
    text-align: center;
    background: #fff;
}
.carousel_owl div.item .title:hover {
    text-decoration: underline;
}

.carousel_owl div.item .title:focus {
    position: relative;
    outline: 1px dashed var(--darkBlue);
}
.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;
    top: -15px;
    right: 60px;
    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: 42px;
    height: 42px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 1px solid #fff;
    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: var(--darkBlue); background: #fff; outline: none; border: 1px solid #fff; }
.carousel_arrowwrap span.arrowplay { display: none; }

.accordion button.accordionall {
    font-family: var(--designfont);
    font-weight: 500;
    border: none;
    color: white;
    background: var(--darkBlue);
    /* border-radius: 10px; */
}

.accordion article.summaryDisplay h2 {
    background: var(--darkBlue);
    color: #fff;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 20px;
    transition: background 300ms ease;
}

.accordion article.summaryDisplay h2 button {
    color: #fff;
}

.accordion article.summaryDisplay h2:hover {
    text-decoration: underline;
    background: var(--darkBlue);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.inner .box.sectionIntro .summary {
    padding: 0px 0;
}

.B_MEET .boxdate {
    background: var(--darkBlue);
    border: none;
    color: #fff;
}

.B_MEET .boxdate.done {
    background: var(--darkBlue);
    border: none;
    color: #fff;
}

.DIR_PER article.summaryDisplay h2 a {
    font-family: var(--designfont);
    font-weight: 600;
    color: var(--darkBlue);;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
}

/* Documents content type */
.mainContent .docmanContainer {
    padding: 30px 0;
}

.docmanContainer .docmanSearch {

}

.docmanContainer .docmanSearch input, 
.docmanContainer h3.searchTitle {

}

.docmanContainer .breadcrumb, 
.docmanContainer h3.searchTitle, 
.docmanContainer .subfolders > div > div > i {
    
}

.docmanContainer #docmanSearchButton {
    background: var(--darkBlue);
    position: relative;
    top: -1px;
    border-radius: 5px;
    padding: 11px 60px;
    transition: background-color 200ms ease, color 200ms ease;
}

.searchtab {
    background-color: #fff;
}

.locbutton {
    display: none;
}

/* welcome section */

.home .insideMainContent .box.promotion.B_BASIC {
    background: #F1F1ED;
    padding: 92px 20px 40px;
    margin-top: -52px;
}

.home .insideMainContent .box.promotion.B_BASIC .body h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #102B3F;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home .insideMainContent .box.promotion.B_BASIC .body .summary {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #605F5E;
}

.home .insideMainContent .box.promotion.B_BASIC .readmore.small {
    display: none;
}

/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 { padding: 0 8px 0 0; }

/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .home .mainContent {
        padding: 0;
    }
    .mainContent, .leftContent, .rightContent { padding: 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { 
        min-height: 300px;
        background: url("images/interior-footer-gradient.png") no-repeat bottom;
        background-repeat: repeat-x;
    }
}

@media (min-width:500px) {
    .filmstrip_owl div.item a { line-height: 55px; }
    /* .filmstrip_owl div.item a img { } */
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .home .card-item.fifty.news .box.promotion.B_PR .body .story {
        flex-direction: row;
        align-items: center;
    }

    .home .card-item.fifty.meetings .body .summaryDisplay {
        padding-left: 125px;
    }

    .slider_owl div.item, .singlepic { height: 500px; }

    .slider_owl .description {
        top: 53%;
    }

    .slider_arrowwrap .controls {
        top: 77%;
    }

    .slider_owl .description h1 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    .slider_owl .description h2 {
        font-size: 50px;
        line-height: 80px;
        letter-spacing: 1px;
    }

    .home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
        padding: 20px 60px;
    }
}

@media (min-width:550px) {
    .home .card-item.fifty.news {
        padding: 10px 20px 30px 20px;
    }
    
    .home .card-item.fifty.meetings {
        padding: 10px 20px 30px 20px;
    }
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}


@media (min-width:900px) {
    .content {padding: 0 60px;}
    .inner .content {
        padding: 10px 50px 90px;
    }
    .home .content {
        padding: 0;
    }
    .leftContent { 
        padding: 20px 0 20px 20px;
    }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; padding: 20px 70px; }
    .mainContent.hasLeft.hasRight { width: 50%; padding: 20px 70px; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { 
        /* padding: 15px 70px 15px 70px; */
        padding: 0;
    }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }

    .fifty {
        flex-basis: 100%;
        max-width: 100%;
    }

    .bigCarouselTitle {
        padding: 10px 115px;
    }

    .carouselbar_owl {
        padding: 0 80px 10px;
    }

    .carousel_arrowwrap .controls {
        top: -45px;
        right: 115px;
    }

    .home .nogroup.Above {
        padding: 30px 140px;
    }

    .inner .rightContent .insideRightContent {
        /* filter: drop-shadow(0px 2px 4.5px rgba(204,204,204,0.75));
        background: #fff; */
    }

    .inner .leftContent .insideLeftContent {
        background: #fff;
        box-shadow: 0px 3px 6px #00000029;
        border-bottom: 3px solid #FB3640;
        padding: 20px;
        padding-bottom: 300px;
    }

    /* 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;
    } */

    .home section.box.promotion.B_LIST.HA_Boxes.count2 {
        padding: 0 65px;
    }
	
	.breadcrumbs > a:first-of-type:hover { text-decoration: none !important; }

    .inner .breadcrumbs {
        display: none;
        /* padding-bottom: 22px;
        margin-top: -4px; */
        margin-bottom: 20px;
		justify-content: left;
		align-items: center;
        margin: 40px 95px 0px;
    }
    
    .inner .breadcrumbs a {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        padding-right: 10px;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        /* margin-right: 10px; */
    }
    
    .inner .breadcrumbs a::after {
        content: "\f0da";
        font-family: "Font Awesome 6 Pro";
        padding-left: 7px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
    }
    
    .inner .breadcrumbs a:hover {
        color: #333;
    }
    
    .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: var(--skyblue);
    }
    
    .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 {
        height: 300px;
    }

    div.banner {
        position: relative;
        /* height: 180px; */
        background: #fff;
        border-bottom: 3px solid #FB3640;
        z-index: 10;
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        top: 12px;
        left: -60px;
        z-index: 10;
    }
    .topbar2 div.titlewrap a.title {
        font-family: var(--designfont);
        font-size: 48px;
        /* padding: 3px 10px; */
        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: 60%; }

    .searchSocial {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
        align-items: center;
        bottom: auto;
        top: 20px;
        right: 0;
        padding: 15px 40px 15px 360px;

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
        width: 100%;
    }

    .searchSocial .searchPositioner { float: none; display: inline-block; display: flex; justify-content: flex-end; margin-right: 0;}
    .searchSocial .socialTools a { display: inline-block; border-radius: 50%; margin-left: 13px; margin-top: 1px; padding: 4px; }
    .searchSocial .socialTools a:focus { outline: 1px dashed #fff; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        display: flex;
        align-items: center;
        padding: 0px 5px;
        width: 210px;
        border: none;
        background: #F1F1ED;
        line-height: normal;
    }
    .searchSocial .search.bar .searchField {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0px;
        font-family: var(--designfont);
        font-weight: 500;
        color: #102B3F;
        padding: 5px 5px;
        width: 85%;
    }
    .searchSocial .search.bar .searchMag {
        margin: 5px 0;
        font-size: 14px;
        color: #406E8E;
    }

    .searchSocial .search.bar .searchMag:hover { 
        color: #102B3F;
    }

    .searchSocial .search.bar .searchMag:focus {
        outline: 1px dashed var(--darkBlue);
    }

    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 15px;
        color: black;
        font-size: 12pt;
        margin-top: 3px;
        vertical-align: top;
        font-family: var(--designfont);
        font-weight: bold;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: #406E8E; }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a {
        font-family: var(--designfont);
        color: #102B3F;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover {
        text-decoration: underline;
    }

    /* .searchSocial .openweather a:focus {
        outline: 1px dashed #fff;
    } */

    .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;
    }

    .home .nogroup.Below {
        padding: 30px 0px 95px;
    }

    .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 { }
    .filmstrip_owl div.item a { line-height: 55px; }
    /* .filmstrip_owl div.item a img {  } */
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }


    .desktoponly { display: block; }
    .notifications .notification { font-size: 18px; }
    .slider_owl div.item, .singlepic { height: 600px; }

    .slider_owl .description {
        top: 58%;
    }

    .slider_arrowwrap .controls {
        top: 79%;
    }

    .slider_owl .description h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
    }

    .slider_owl .description h2 {
        font-size: 60px;
        line-height: 80px;
        letter-spacing: 3px;
    }

    nav.horizontal.block>ul {
        border-top: 1px solid rgba(96, 95, 94, 0.5);
    }

    .filmstrip_wrap1 {
        margin-left: 80px;
        margin-right: 80px;
    }

    .home .insideMainContent .box.promotion.B_BASIC {
        padding: 92px 80px 40px;
    }

    .card-container.count2 {
        padding: 25px 0;
    }

    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:first-of-type,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-of-type(3) {
        margin-left: 0;
        padding-left: 0;
    }

    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-of-type(2),
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:last-of-type {
        margin-right: 0;
        padding-right: 0;
    }

    .home .card-item.fifty.news {
        padding: 10px 80px 30px 80px;
    }
    
    .home .card-item.fifty.meetings {
        padding: 10px 80px 30px 80px;
    }

    .home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar {
        padding: 20px 80px;
    }
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a { 
        padding: 5px 0px; 
    }
    .slider_owl div.item, .singlepic { height: 685px; }

    .slider_owl .description {
        top: 58%;
    }

    .slider_arrowwrap .controls {
        top: 79%;
    }

    .filmstrip_wrap1 {
        margin-left: 140px;
        margin-right: 140px;
    }

    .home .insideMainContent .box.promotion.B_BASIC {
        padding: 92px 140px 40px;
    }

    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:first-of-type,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-of-type(2) {
        margin-top: 0;
        padding-top: 0;
        height: 100% !important;
    }

    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:last-of-type,
    .home .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:nth-of-type(3) {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 100% !important;
    }

    .home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox {
        width: 50%;
        padding: 0;
    }

    .fifty {
        flex-basis: 50%;
        max-width: 50%;
    }

    .home .card-item.fifty.news {
        padding: 10px 20px 30px 140px;
    }
    
    .home .card-item.fifty.meetings {
        padding: 10px 140px 30px 20px;
    }

    .home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar {
        flex-direction: row;
        gap: 75px;
        padding: 20px 280px;
    }

    .home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._calendarbox {
        flex-basis: 50%;
        max-width: 50%;
    }
    
    .home .nogroup.Below .box.promotion.B_EV .box.B_EV .body._moderncalendar ._eventsbox {
        flex-basis: 50%;
        max-width: 50%;
    }

    footer.main .text7,
    footer.main .text8,
    footer.main .verticalLogo_text {
        display: flex;
    }

    footer.main .text7 {
        width: 45%;
        justify-content: flex-start;
    }

    footer.main .text8 {
        width: 10%;
        justify-content: center;
    }

    footer.main .verticalLogo_text {
        width: 45%;
        justify-content: flex-end;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 60px;
    }
}

@media (min-width:1500px) {
    .home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody a {
        bottom: 30px;
    }

    footer.main {
        padding: 0px 140px;
    }

    footer .footertext {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 40px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer-group {
        width: 33%;
        padding: 0;
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer-group:last-of-type {
        border-right: 0;
        padding: 0;
    }

    .footer-bottom {
        padding: 20px 0px;
    }
}

@media (min-width:1600px) {
    .topbar2 div.titlewrap {
        top: 35px;
        left: 140px;
    }

    .topbar2 a.title img { max-width: 100%; }

    nav.horizontal.block {
        padding: 0px 140px 0 680px;
    }
    .searchSocial {
        padding-right: 140px;
        padding-left: 680px;
    }

    .slider_owl div.item, .singlepic { height: 685px; }

    .slider_owl .description {
        top: 58%;
    }

    .slider_arrowwrap .controls {
        top: 79%;
    }
}

/* @media (min-width:1700px) {
    .filmstrip_arrowwrap .controls {
        display: none;
    }
} */

nav.horizontal.menu>ul > li ul ul.bounced, nav.horizontal.menu>ul > li ul ul.bounced ul {
    transform: translateX(-5px);
}

nav.horizontal.menu>ul > li:last-of-type ul ul {
    transform: translateX(-5px);
}

nav.horizontal.menu>ul ul ul {
    /* top: -5px !important; */
    transform: translateX(5px);
    left: unset;
}

nav.menu > ul > li > ul.open {
    top: 88px !important;
    right: 50% !important;
    left: unset !important;
    transform: translateX(50%);
}