@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: "Lato", 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: "Lato", sans-serif;
    --majortitlecolor: #4B3803;
    --notificationbg: #4B3803;
    --notificationcolor: #fff;
    --mobiletopbarbg: rgba(255, 255, 255, 1);
    --mobiletopbarcolor: #333;

    --navbg: #fff;
    --navcolor: #353535;
    --navactivebg: #333;
    --navactivecolor: #fff;
    --slabbg: rgba(255, 255, 255, 0.96);
    --slabcolor: #353535;
    --slabactivebg: rgba(255, 255, 255, 0.96);
    --slabactivecolor: #40621E;

    --mainGreen: #40621E;

    --readmorebg: #493903;
    --readmorecolor: #fff;
    --readmorehoverbg: #fff;
    --readmorehovercolor: #4B3803;
}

a#skipLink { top: -43px; }

#backTop {
    font-size: 24px;
    transition: all 300ms ease;
}

#backTop:hover {
    
}

.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: 16px;
    font-style: italic;
    color: var(--notificationcolor);
    font-family: var(--designfont);
    font-weight: normal;
}
.notifications .notification p { padding: 0; margin: 0; }

.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
}

.notifications a, .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%;
    background: var(--mobiletopbarbg);
    box-shadow: 0px 3px 6px #00000029;
}
.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 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(--mobiletopbarcolor);
    text-align: center;
}
nav.top.block li  a > div { font-size: 10pt; display: block; }
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(--mainGreen);
    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: 16pt;
    padding: 9px 10px;
}
.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;
}

.newSocialTools a {
    margin-top: 3px;
    margin-right: 8px;
}

.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: var(--mobiletopbarcolor);
}


/* 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);
    font-size: 16px;
    line-height: 25px;
    color: #40621E; 
    text-decoration: underline; 
    font-weight: bold;
}
a:hover { color: #493903; }
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-style: italic;
    font-weight: bold;
    color: #40621E;
}
h2 { 
    font-family: var(--designfont);
    font-size: 25px;
    line-height: 25px;
    font-style: italic;
    font-weight: bold;
    color: #40621E;
}
h3, h3.subtitle { 
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #493903;
}
h4 { 
    font-family: var(--designfont);
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #493903;
}
h5 { 
    font-family: var(--designfont);
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #493903;
}
h6 { 
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #493903;
}

.inner .rightContent .box {
    padding: 20px;
    padding-top: 0;
}

.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;
}
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: 600;
}

article.summaryDisplay h2 a {
    font-weight: bold;
    font-size: 25px;
}

.B_MEET .meetings.search .button {
    background: var(--mainGreen);
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 18px;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
}

.B_MEET .meetings.search .button:hover {
    text-decoration: underline;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle {
    color: var(--mainGreen);
}

div.readmore.small {
    font-weight: bold;
    text-align: right;
    bottom: 0;
    left: 25px;
    margin-top: 25px;
    right: unset !important;
}

.home .card-item.fifty.events div.readmore.small {
    left: 30px;
    bottom: 47px;
}

.home a.customreadmore,
div.readmore.small a {
    display: inline-block;
    padding: 15px 35px;
    text-transform: uppercase;
    background: var(--readmorebg);
    color: var(--readmorecolor);
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.4px;
    text-decoration: none;
    font-weight: bold;
}
div.readmore.small a:hover,
div.readmore.small a:focus {
    text-decoration: underline;
}

form input[type='button'], form input[type='submit'] {
    background: var(--mainGreen);
    color: #fff;
    border: none;
}

.home .card-item.fifty.news {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%) 0% 0% no-repeat padding-box;
    padding: 50px 30px 70px 30px;
    width: 100%;
}

.home .card-item.fifty.events {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
    padding: 50px 30px 100px 30px;
}

.home .nogroup.Below {
    padding: 30px 0 50px;
}

.home .nogroup.Below .box.promotion.B_BASIC {
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 100px;
    margin-top: -100px;
}

.home .nogroup.Below .box.promotion.B_BASIC .body h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #40621E;
    font-weight: bold;
    margin-bottom: 10px;
}

.home .nogroup.Below .box.promotion.B_BASIC .body .summary {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #727070;
    font-weight: normal;
}

.home .nogroup.Below .box.promotion.B_BASIC .body .readmore.small {
    display: none;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h2 {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.9px;
    color: #598527;
    padding: 0;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1.5px;
    color: #493903;
    position: relative;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 180px);
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(73, 57, 3, 0.5), rgba(73, 57, 3, 0.5) 10px, transparent 10px, transparent 20px);
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 180px);
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(73, 57, 3, 0.5), rgba(73, 57, 3, 0.5) 10px, transparent 10px, transparent 20px);
}

footer.main {
    position: relative;
    background: #fff;
    color: #333;
    text-align: center;
    display: block;
    min-height: 200px;
}

footer.main .section {
    margin: 0 20px;
    position: relative;
    z-index: 2;
}

footer.main .section .landAcknowledgement {
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 20px;
    margin-top: -75px;
    position: relative;
    z-index: 5;
}

footer.main .section .landAcknowledgement .ackTitle {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #40621E;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

footer.main .section .landAcknowledgement .summary {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #727070;
    font-weight: normal;
}

footer .footerlogo {
    /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}

footer.main h4 {
    color: #40621E;
    font-weight: bold;
    font-family: var(--designfont);
    font-style: italic;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.45px;
    margin-bottom: 8px;
    display: inline;
}

footer.main .text,
footer.main .text2,
footer.main .text2 a,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text5 a {
    font-size: 16px;
    line-height: 26px;
    color: #353535;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-family: var(--designfont);
    text-align: center;
    /* display: block; */
    white-space: pre-wrap;
    text-decoration: none;
}

footer.main .text5 a {
    text-decoration: underline;
}

footer.main .text5 a:hover {
    color: #40621E;
}

footer.main .text6, 
footer.main .text7,
footer.main .text8,
footer.main .verticalLogo_text,
footer.main .verticalLogo_text a {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}
footer .footertext {
    display: flex;
    padding: 40px 0px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid rgba(234, 231, 231, 1); */
}

footer .footertext .footer-group-list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

footer.main .text7 {
    text-transform: uppercase;
}

footer.main .verticalLogo_text a {
    text-decoration: none;
}

footer.main a:hover {
    text-decoration: underline;
}

.footer-group {
    /* width: 100%; */
    text-align: center;
    padding: 25px 10px;
    border-right: 0;
    /* border-bottom: 1px solid rgba(234, 231, 231, 1); */
}

.footer-bottom {
    background: #3D5E1D;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 0; 
}

.footersecondary {
    /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
    background: transparent;
    color: #333;
    padding: 30px 30px 30px 50px;
    text-align: center;
    line-height: 1;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #333;
    font-family: var(--designfont);
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #333;
    text-align: left;
    padding: 10px 0;
    text-decoration: underline;
}
.footersecondary > nav.block > ul > li li > a {
    /* padding-left: 10px; */
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }

.topbar2 {
    display: none;
    z-index: 1000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--designfont);
    font-size: 14pt;
    /* 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: absolute;
    height: 80px;
    bottom: 0px; left: 0; right: 0;
    display: inline-block;
    padding: 0px 30px 0 30px;
    z-index: 12;
}

nav.horizontal.block>ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
    margin: 22px 0;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    color: var(--navcolor);
    border: none;
    
    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: #40621E;
    /* text-decoration: underline; */
}

nav.horizontal.block li li>a {
    /* color: #fff;
    margin-bottom: 2px;
    border-radius: 5px; */
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* background: #000;
    color: #fff; */
    /* text-decoration: underline; */
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    background: #fff;
    /* text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: #40621E;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }

nav.subsections h2 { 
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
}
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }

nav.subsections ul ul { padding-left: 0px; }

nav.subsections ul ul li { 
    margin: 0;
}

nav.subsections ul ul a { 
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: #353535;
    text-decoration: underline;
}


nav.subsections a {
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    color: #353535;
    text-decoration: underline;
}
nav.subsections li.actual > a { 
    color: #40621E;
}


/* 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: 20px 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%;
    
    height: 100%;
    vertical-align: top;
    position: relative;
}
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li:not(:last-child)::after,
nav.slab.horizontal.block > ul > li.twocol > ul > li:not(:last-child)::after,
nav.slab.horizontal.block > ul > li.threecol > ul > li:not(:last-child)::after,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0px;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(73, 57, 3, 0.35),
        rgba(73, 57, 3, 0.35) 10px,
        transparent 10px,
        transparent 20px
    );
}
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: 20px 5px 0px 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;
    padding-top: 0;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #353535;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding: 1px 0px;
    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: 18px;
    line-height: 30px;
    color: #353535;
    font-weight: bold;
    letter-spacing: 0.45px;
    padding: 5px 0px;
    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 #353535;
}

/* 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;
    /* 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;
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox > div {
    display: flex;
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 {
    background: rgba(0, 51, 153, 0.8);
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 10px;
    transition: background-color 300ms ease 0s;
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover h2 {
    background: rgba(5, 25, 65, 0.8);
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-family: var(--designfont);
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover h2 a {
    text-decoration: underline;
}
.card-item.fifty.boxes .box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:focus {
    outline: 1px dashed #fff;
}

.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 section.box.promotion.B_LIST.HA_Boxes.count2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 28px;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 h2,
.home section.box.promotion.B_LIST.HA_Boxes.count2 h3 {
    width: 100%;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 h2 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 5px 0;
    font-weight: 700;
    font-family: var(--designfont);
    text-align: center;
    text-transform: uppercase;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 h3 {
    font-size: 48px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    font-family: var(--designfont);
    text-align: center;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox {
    width: 100%;
    padding: 0;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 90px auto;
    text-align: center;
    background: #fff;
    margin: 10px 18px;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox .image.left {
    margin: 0;
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox img {
    max-width: 100% !important;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div h2 {
    font-size: 24px;
    font-family: var(--designfont);
    line-height: 24px;
    color: #09307e;
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-transform: none;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody {
    grid-column: 2;
    grid-row: 2; 
    margin: 0;
    padding: 18px 30px 10px;
    position: relative;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody p {
    font-size: 16px;
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody a {
    background: var(--mainGreen);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: var(--designfont);
    padding: 12px 15px;
    position: absolute;
    bottom: 15px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody a:hover {
    text-decoration: underline;
    background: #000033;
}

/* calendar */

.calendar-container {
    & .boxdate {
        background: var(--mainGreen);
    }
}

.calendar-container {
    & .calendar-header {
        & .header-left {
            & .calendar-nav {
                background: var(--mainGreen);
                border: none;
            }
        }
    }
}

.calendar-container {
    & .calendar-body {
        & .calendar-weekdays li {
            background: var(--mainGreen);
        }
    }
}

.calendar-container {
    & .calendar-body {
        & .calendar-dates {
            & li.active div.day {
                background: var(--mainGreen);
            }
        }
    }
}

.calMonth table {
    background: var(--mainGreen) !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: #333;
  }

.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}

._moderncalendar .calDayHeading th {
    background: var(--mainGreen);
    color: #fff;
    padding: 8px 0;
    font-weight: 600;
  }
  
.calDayHeading th {
    background: #fff;
    color: #555;
}

.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; }

.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: #686868;
    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;
} 

/* 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;
    z-index: 3;
    overflow: hidden;
}

.inner .singlepic { 
    height: 300px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.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-01.jpg") no-repeat center;
}

.innerimage::before,
.inner .singlepic::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/bottom-texture-1.png) repeat-x center bottom;
    z-index: 1;
}

/* .innerimage:before {
    content: 'City of Ladysmith';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: var(--designfont);
    font-size: 105px;
    display: flex;
    padding-left: 140px;
    padding-top: 60px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
    background: rgba(8, 43, 74, 0.4);
    z-index: 9;
}

.inner .singlepic:before {
    content: 'City of Ladysmith';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: var(--designfont);
    font-size: 105px;
    display: flex;
    padding-left: 140px;
    padding-top: 60px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
    z-index: 10;
}

.inner .singlepic:after,
.innerimage:after {
    content: 'City of Pride, Progress and Promise';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: var(--designfont);
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    padding-left: 140px;
    padding-top: 215px;
    z-index: 9;
} */

.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}

.slider_wrap1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/bottom-texture-1.png) repeat-x center bottom;
    z-index: 1;
}

.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}

.slider_owl div.item::after, .singlepic::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: transparent linear-gradient(90deg, #353535 0%, #35353500 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: 300px; }

.singlepic .description,
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    top: 20%;
    left: 20px;
    right: 0;
    color: #eee;
    text-align: center;
    font-size: 14pt;
    z-index: 9;
}

.slider_owl .description h1 {
    font-size: 40px;
    text-align: left;
    font-style: italic;
    letter-spacing: 0px;
    padding-left: 4px;
    color: #fff;
    font-family: var(--designfont);
    text-shadow: 0px 3px 6px #00000029;
}

.slider_owl .description h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    font-style: italic;
    font-weight: 700;
    font-family: var(--designfont);
    padding-left: 4px;
    text-shadow: 0px 3px 6px #00000029;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
}

.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: 55%;
    left: 10px;
    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: #fff;
    background: #6c6c6c;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 10px;
    border: 1px solid #fff;
    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: #6c6c6c; background: #fff; outline: none; border: 1px solid #6c6c6c; }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    z-index: 1;
    margin-top: -80px;
    margin-left: 20px;
    margin-right: 20px;
}

.filmstripbar_owl {
    padding: 5px 50px;
    /* padding: 5px; */
    /* padding-right: 80px; */
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    height: 100px;
    white-space: nowrap;
}
.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: 55px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
.filmstrip_owl div.item a { 
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
    height: 80px;
    width: 200px;
}
.filmstrip_owl div.item a:focus { outline: 1px dashed #353535; }
.filmstrip_owl div.item a img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    text-align: left;
    vertical-align: middle;
    font-family: var(--designfont);
    white-space: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #353535;
}

.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: inline-flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 10px;
    right: 10px;
    z-index: 0;
}
.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: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 1px solid #fff;
    background: #6c6c6c;
    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: #6c6c6c; background: #fff; outline: none; border: 1px solid #6c6c6c; }
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay { display: none; }

.home section.box.promotion.B_PR h2 {
    font-size: 18px;
    line-height: 24px;
    color: #09307e;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--designfont);
    padding: 0 4px 5px 4px;
}

.home section.box.promotion.B_PR h3.subtitle {
    font-size: 48px;
    line-height: 46px;
    color: #09307e;
    font-weight: 500;
    font-family: var(--designfont);
    margin-bottom: 15px;
}

.home section.box.promotion.B_PR .summaryDisplay h3 a {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--designfont);
}
.home section.box.promotion.B_PR .summaryDisplay h3 a:hover {
    text-decoration: underline;
    color: #09307e;
}

.home section.box.promotion.B_PR .summaryDisplay div.body {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    font-family: var(--designfont);
}

.home section.box.promotion.B_PR .summaryDisplay {
    border-bottom: 1px solid #eae7e7;
    padding: 12px 0;
}

.home section.box.promotion.B_PR .summaryDisplay:last-of-type {
    border: none;
}

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
    height: 100%;
}

.carousel_wrap1 .subtitle,
.home .card-item.fifty.events .box.promotion.B_EV h2 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.9px;
    color: #40621E;
    padding: 0;
    margin-bottom: 5px;
}

.bigCarouselTitle {
    font-family: var(--designfont);
    font-size: 24pt;
    text-align: center;
}

.carousel_wrap1 .bigCarouselTitle,
.home .card-item.fifty.events .box.promotion.B_EV h3 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.75px;
    color: #493903;
    position: relative;
}

.carousel_wrap1 .bigCarouselTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 250px;
    right: 15px;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(73, 57, 3, 0.5), rgba(73, 57, 3, 0.5) 10px, transparent 10px, transparent 20px);
}

.home .card-item.fifty.events .box.promotion.B_EV h3.subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 250px;
    right: 0px;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(73, 57, 3, 0.5), rgba(73, 57, 3, 0.5) 10px, transparent 10px, transparent 20px);
}

.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    padding: 0 80px 10px;
    padding: 0;
    height: 100%;
}

.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 15px 110px 15px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    padding-bottom: 15px;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

.home a.customreadmore {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 15px 15px;
    font-size: 14px;
}

.home a.customreadmore:hover {
    text-decoration: underline;
}

/* upcoming events */

.home .card-item.fifty.events .box.promotion.B_EV .body .boxag_item {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 30px;
    min-height: 96px;
    padding: 21px 0;
}

.home .card-item.fifty.events .box.promotion.B_EV .body .headlineDisplay:not(:nth-of-type(5)) .boxag_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(73, 57, 3, 0.5), rgba(73, 57, 3, 0.5) 10px, transparent 10px, transparent 20px);
    left: 0;
    right: 0;
}

.home .card-item.fifty.events .box.promotion.B_EV .body .boxag_item i {
    color: #40621E;
    font-size: 50px;
}

.home .card-item.fifty.events .box.promotion.B_EV .body .boxag_itemtext {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1px;
}

.home .card-item.fifty.events .box.promotion.B_EV .body .boxag_itemtext h3 a {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0px;
    text-decoration: none;
    color: #353535;
}

.home .card-item.fifty.events .box.promotion.B_EV .body .boxag_itemtext h3 a:hover {
    text-decoration: underline;
}

.home .card-item.fifty.events .box.promotion.B_EV .body time {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #555353;
    text-transform: none;
    padding: 0;
    margin: 8px 0 0 0;
    letter-spacing: 0;
}



/* 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: 0px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}
.carousel_owl div.item div a {
    color: #fff;
    text-decoration: underline;
}

.carousel_owl div.item .boxag_item .image.left {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.carousel_owl div.item h3 {
    padding: 5px 20px;
    display: flex;
}

.carousel_owl div.item h3 a.item {
    font-family: var(--designfont);
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #353535;
    text-decoration: none;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}

.carousel_owl div.item h3 a.item:hover {
    text-decoration: underline;
}

.carousel_owl div.item .newsdatetime {
    font-family: var(--designfont);
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #555353;
    padding: 0 20px;
}

.carousel_owl div.item .body {
    font-family: var(--designfont);
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #353535;
    padding: 0 20px 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.carousel_arrowwrap {
    display: block;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 24px;
    right: 15px;
    /* left: 0; */
    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: #40621E;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 1px solid #40621E;
    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: #40621E; outline: none; border: 1px solid #40621E; }
.carousel_arrowwrap span.arrowplay { display: none; }

.accordion button.accordionall {
    font-family: var(--designfont);
    font-weight: 500;
    border: none;
    color: white;
    background: var(--mainGreen);
    /* border-radius: 10px; */
}

.accordion article.summaryDisplay h2 {
    background: var(--mainGreen);
    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(--mainGreen);
}

.accordion article.summaryDisplay .description {
    padding: 10px;
}

.inner .box.sectionIntro .summary {
    padding: 50px 0;
}

.B_MEET .boxdate {
    background: #333;
}

.B_MEET .boxdate.done {
    background: var(--mainGreen);
    border: none;
}

.DIR_PER article.summaryDisplay h2 a {
    font-family: var(--designfont);
    font-weight: bold;
    color: #40621E;
    margin-bottom: 15px;
    display: block;
    font-size: 25px;
}

/* 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(--mainGreen);
    position: relative;
    top: -1px;
    border-radius: 5px;
    padding: 11px 60px;
    transition: background-color 200ms ease, color 200ms ease;
    border: none;
    cursor: pointer;
}

.docmanContainer #docmanSearchButton:hover {
    text-decoration: underline;
}

.searchtab {
    background-color: #fff;
}

/* Discover the town of the pas */

.home .allContainer div.nogroup.Below:nth-of-type(odd) {
    background: url("images/discover-the-town-of-the-pas-bg.jpg") no-repeat center !important;
    background-size: cover !important;
    padding: 30px 30px 90px;
    position: relative;
    z-index: 2;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox:nth-of-type(even) > div {
    background: #493903;
    box-shadow: 0px 3px 6px #00000029;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox:nth-of-type(odd) > div {
    background: #3D5E1D;
    box-shadow: 0px 3px 6px #00000029;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox h2 {
    /* box-shadow: 0px 3px 6px #00000029; */
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox h2,
.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox h2 a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
    text-decoration: none;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox h2 a:hover {
    text-decoration: underline;
}

.home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox h2 a:focus {
    outline: 1px dashed #fff;
}

/* 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%; }
    .mainContent, .leftContent, .rightContent { padding: 20px; }
    .home .mainContent { padding: 0; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { 
        min-height: 300px;
        /* background: url("images/sapphire-harbor-bg.jpg") no-repeat bottom;
        background-size: 100% 492px; */
        position: relative;
        z-index: 2;
    }
    .inner .content::before {
        content: "";
        position: absolute;
        bottom: 350px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/white-gradient.png) repeat-x center bottom;
        z-index: -1;
    }
}

@media (min-width:500px) {
    .filmstrip_owl div.item a { line-height: 55px; }
    .filmstrip_owl div.item a img { height: 40px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item, .singlepic { height: 400px; }

    .slider_owl .description {
        top: 30%;
        left: 40px;
    }

    .slider_arrowwrap .controls {
        top: 60%;
        left: 30px;
    }

    .slider_owl .description h1 {
        font-size: 44px;
        letter-spacing: 1px;
    }

    .slider_owl .description h2 {
        margin-bottom: 30px;
    }

    .slider_owl .description h3 {
        padding-left: 7px;
    }

    .home a.customreadmore {
        left: 0;
        bottom: 20px;
        font-size: 16px;
        padding: 15px 35px;
    }

    .carousel_arrowwrap .controls {
        bottom: 24px;
        right: 15px;
        /* left: unset; */
    }
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
    .leftContent.hasRight, .rightContent.hasLeft {
        width: 100%;
    }
}


@media (min-width:900px) {
    .content {padding: 0 60px;}
    .home .content { padding: 0; }
    .inner .content {
        padding: 10px 50px 90px;
    }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; padding: 20px 60px; }
    .mainContent.hasLeft.hasRight { width: 50%; padding: 20px 60px; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { /* padding: 15px 25px 15px 55px; */ padding: 0; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }

    .inner .rightContent .insideRightContent {
        line-height: 30px; 
    }

    .inner .leftContent .insideLeftContent {
        background: #fff;
        box-shadow: 0px 3px 6px #00000029;
        padding: 15px 20px 300px 20px;
    }

    /* 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;
    }

    .home .allContainer div.nogroup.Below:nth-of-type(odd) {
        padding: 30px 95px 90px;
    }
    
	
	.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: 385px;
    }

    div.banner {
        position: relative;
        height: 160px;
    }

    div.banner::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/top-texture.png) repeat-x center bottom;
        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: 10px;
        left: -65px;
        z-index: 15;
    }
    .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: 45%; }

    .slider_owl .description h1 {
        font-size: 60px;
        letter-spacing: 3px;
    }

    .searchSocial {
        bottom: auto;
        top: 25px;
        right: 30px;
        left: 200px;

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }
    .searchSocial .searchPositioner { float: none; display: inline-block; display: flex; flex-direction: row-reverse; margin-right: 0;}
    .searchSocial .socialTools a { display: inline-block; border-radius: 50%; margin-left: 2px; 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: 200px;
        background: #fff;
        border: none;
        box-shadow: 0px 3px 6px #00000029;
        /* border-radius: 5px; */
        line-height: normal;
    }
    .searchSocial .search.bar .searchField {
        font-size: 14px;
        font-family: var(--designfont);
        font-weight: normal;
        font-style: italic;
        color: #353535;
        padding: 5px;
        width: 85%;
    }
    .searchSocial .search.bar .searchMag {
        margin: 5px 0;
        font-size: 14px;
        color: #40621E;
    }

    .searchSocial .search.bar .searchMag:hover { 
        color: #493903;
    }

    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 5px;
        color: #353535;
        font-size: 16px;
        line-height: 19px;
        margin-top: 6px;
        vertical-align: top;
        font-family: var(--designfont);
        font-weight: normal;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: #40621E; margin-right: 8px; }
    .searchSocial .airquality { margin-left: 20px; cursor: pointer; }
    .searchSocial .openweather a {
        font-family: var(--designfont);
        color: #353535;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover,
    .searchSocial .airquality:hover {
        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;
    }

    .home .card-item.fifty.news {
        padding: 50px 100px 100px 100px;
    }

    .home .card-item.fifty.events {
        padding: 50px 100px 100px 100px;
    }

    .home .card-item.fifty.events div.readmore.small {
        left: 100px;
        bottom: 47px;
    }

    .home .nogroup.Below {
        padding: 30px 140px 0px;
    }

    .inner .image.right {
        margin: 0 0 15px 25px;
    }

    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox {
        width: 49%;
    }

    .carousel_owl div.owl-item {
        padding: 35px 35px 80px 5px;
    }

    .carousel_wrap1 .bigCarouselTitle::before {
        right: 35px;
    }

    .carousel_arrowwrap .controls {
        right: 35px;
    }

    .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: 10px 135px;}
    .filmstrip_owl div.item a { line-height: 55px; }
    .filmstrip_owl div.item a img { height: 40px; }
    .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: 500px; }

    footer .footertext {
        padding: 50px 140px 30px 140px;
    }

    /* nav.horizontal.block>ul {
        border-top: 1px solid transparent;
        background: linear-gradient(to right, rgba(73, 57, 3, 0.5) 50%, transparent 50%);
        background-size: 10px 1px;
    } */
      
    nav.horizontal.block>ul::before {
        content: "";
        position: absolute;
        top: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            rgba(73, 57, 3, 0.5),
            rgba(73, 57, 3, 0.5) 10px,
            transparent 10px,
            transparent 20px
        );
    }

    .filmstrip_wrap1 {
        margin-left: 70px;
        margin-right: 70px;
    }

    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::before {
        left: 5px;
    }
    
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::after {
        right: 5px;
    }

    .fifty {
        flex-basis: 100%;
        max-width: 100%;
    }

    .slider_owl .description {
        top: 35%;
        left: 140px;
    }

    .slider_arrowwrap .controls {
        top: 58%;
        left: 130px;
    }

    footer.main .section {
        margin: 0 70px;
    }

    footer.main .section .landAcknowledgement {
        padding: 30px 50px;
        margin-top: -75px;
    }
}

@media (min-width:1000px) {
    .slider_owl .description {
        top: 27%;
        left: 140px;
    }

    .slider_owl .description h1 {
        text-align: left;
    }

    .slider_owl .description h3 {
        font-size: 24px;
        text-align: left;
    }

    .slider_arrowwrap .controls {
        top: 52%;
        left: 130px;
    }

    .searchSocial .search.bar .fieldAndButton {
        width: 225px;
    }

    .searchSocial .socialTools a { margin-left: 8px; }
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a { 
        /* padding: 5px 20px; 
        letter-spacing: 1px; */
    }
    .slider_owl div.item, .singlepic { height: 550px; }

    .slider_arrowwrap .controls {
        top: 49%;
        left: 130px;
    }

    .filmstrip_wrap1 {
        margin-left: 140px;
        margin-right: 140px;
    }

    .fifty {
        flex-basis: 50%;
        max-width: 50%;
    }

    .home .card-item.fifty.news {
        padding: 50px 25px 100px 140px;
    }

    .home .card-item.fifty.events {
        padding: 50px 140px 100px 40px;
    }

    .home .card-item.fifty.events div.readmore.small {
        left: 40px;
        bottom: 47px;
    }

    .home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox {
        width: 50%;
        padding: 0;
    }

    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 .responsivebox {
        width: 24%;
    }

    .carousel_owl div.owl-item {
        padding: 65px 40px 70px 5px;
    }

    .carousel_wrap1 .bigCarouselTitle::before {
        right: 40px;
    }

    .carousel_arrowwrap .controls {
        right: 40px;
    }

    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::before {
        left: 45px;
    }
    
    .home .nogroup.Below .box.promotion.B_LIST.HA_Boxes_Top.count4 h3.subtitle::after {
        right: 45px;
    }

    footer.main .section {
        margin: 0 140px;
    }

    footer.main .section .landAcknowledgement {
        padding: 30px 100px;
        margin-top: -75px;
    }

    .footer-bottom {
        padding: 15px 140px;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width:1500px) {
    .topbar2 div.titlewrap {
        left: 140px;
    }

    .topbar2 a.title img { max-width: 100%; }

    .searchSocial .openweather, .searchSocial .airquality {
        margin-right: 15px;
    }

    nav.horizontal.block {
        padding: 0px 140px 0 550px;
    }
    .searchSocial {
        right: 140px;
        left: 550px;
    }

    nav.horizontal.block>ul::before {
        left: 550px;
        right: 140px;
    }

    .home section.box.promotion.B_LIST.HA_Boxes.count2 .responsivebox > div .boxbody a {
        bottom: 30px;
    }

    footer.main .text,
    footer.main .text2,
    footer.main .text3,
    footer.main .text4,
    footer.main .text5,
    footer.main .text6,
    footer.main .text7,
    footer.main .text8 {
        text-align: left;
    }

    .footer-group-list .footer-group {
        width: 33%;
        padding: 0px 30px 0 30px;
        text-align: left;
        border-bottom: 0;
        /* border-right: 1px solid rgba(234, 231, 231, 1); */
    }

    .footertext > .footer-group:first-of-type {
        text-align: center;
        padding: 0;
    }

    .footer-group-list .footer-group:first-of-type,
    .footer-group-list .footer-group:last-of-type {
        padding: 0;
    }

    .footer-group-list .footer-group:nth-of-type(1) {
        padding: 0 30px 0 0;
        width: 61%;
    }

    footer .footertext .footer-group-list {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        padding-top: 30px;
    }
}

@media (min-width:1600px) {
    .slider_owl div.item, .singlepic { height: 650px; }

    .slider_arrowwrap .controls {
        top: 46%;
        left: 130px;
    }

    footer .footertext {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-bottom: 40px;
    }

    .footer-group:nth-of-type(1) {
        width: 19%;
    }

    .footer-group-list .footer-group:nth-of-type(1) {
        padding: 0 30px;
        width: 69%;
    }

    .footer-group-list .footer-group:nth-of-type(2) {
        padding: 0 15px;
        width: 36%;
    }

    .footer-group-list .footer-group:nth-of-type(3) {
        padding: 0 0 0 15px;
        width: 41%;
    }

    footer .footertext .footer-group-list {
        padding-top: 0px;
    }
}

@media (min-width:1700px) {
    .filmstrip_arrowwrap .controls {
        display: none;
    }

    .filmstripbar_owl {
        padding: 10px 60px;
    }
}
