@import url("../../parts/styles_resp/global.css");

:root{
    --dark: #333333;
    --green: #596c2f;
    --light-green: #e0e6b8;
    --gold: #897139;
    --CGfont: 'Cormorant Garamond', serif;
    --openSans: 'Open Sans', sans-serif;
}

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: var(--openSans);
    font-size: 13pt;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    position: relative;
    background: #333;
    padding: 5px;
    color: #fff;
    display: none;
    text-align: center;
}
.notifications .notification {
    padding: 7px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: var(--openSans);
    font-weight: bold;
    letter-spacing: 1pt;
}
.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 0 15px;
    font-size: 20px;
}
.notifications a, .notifications a:hover { color: #fff; text-decoration: underline; }
.notifications a:focus { outline: 1px dashed white; }


.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;

    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #333;
    background: linear-gradient(180deg, rgba(216,223,179,1) 0%, rgba(255,255,255,1) 100%);
}

.inner .contentBG{
    background: linear-gradient(to top, rgba(216,223,179,1) 0%, rgba(255,255,255,1) 6%);
}

.inner .contentBG {
    margin-top: 0px;
}

.innerimage {
    height: 490px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
    position: relative;
}

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
    position: relative;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
    position: relative;
}

.innerimage.random3 {
    background: url("images/internal-banner-03.jpg") no-repeat center;
    position: relative;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10000;
    position: sticky;
    top: 0;
    max-height: 100%;
    border-bottom: 1px solid #777;
    background: #eee;
    background: rgba(255, 255, 255, 0.9);
}
.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: 'Libre Baskerville', serif;
    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: #333;
    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(--openSans);
    display: block;
    border: 2px solid #333;
    border-radius: 5px;
    background: rgba(237,234,219);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid #333;
}
.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: #333;
    display: block;
    font-size: 16pt;
    padding: 9px 10px;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed var(--dark); }
.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: var(--dark);
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20pt;
    background: rgba(0, 0, 0, 0.05);
}
.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: var(--dark); display: inline-block; }


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #333;
}


/* 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; */
}

.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 { color: #334834; text-decoration: underline; }
a:hover { color: #000; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1, h2 {
    font-family: var(--CGfont);
    font-weight: bold;
    line-height: 115%;
    color: #333;
    text-align: center;
    padding: 0 0 8px;
    margin: 0;
    letter-spacing: 4px;
}
h2 { font-size: 30pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }


.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
section>h2, article>h2, aside>h2 {
    /* text-align: center; */
}
section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    /* text-align: left; */
}
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}
.item.summaryDisplay h2, article.summaryDisplay h2 {
    margin: 0;
    padding: 5px 0;
}
div.readmore { font-weight: bold; }

.home footer.main {
    position: relative;
    padding: 20px;
    font-family: var(--openSans);
    color: #333;
    text-align: center;
    display: block;
    min-height: 200px;
    border-top: 1px solid #897139;
    margin: 120px 5% 0;
}

.inner footer.main {
    position: relative;
    padding: 20px;
    font-family: var(--openSans);
    color: #333;
    text-align: center;
    display: block;
    min-height: 200px;
    margin: 0px 5% 0;
}

footer .footerlogo {
    /* position: absolute;
    top: 20px; left: 0;  */
    max-width: 250px;
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

footer.main .text {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

footer.main .text2, 
footer.main .text3,
footer.main .text4{
    font-size: 19px;
    font-weight: normal;
    padding: 1px 0;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 20px 15px;
}
footer .footertext {
    /* display: inline-block; */
}

footer.main a
{
    color: #596c2f;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--openSans);
}

footer.main a:hover {
    color: #333;
}


.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: 'Libre Baskerville', serif;
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: 'Libre Baskerville', serif;
    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: 10000;
    /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: var(--openSans);
    font-size: 18px;
    letter-spacing: 1px;
    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;
    bottom: 0px; left: 0; right: 0;
    display: inline-block;
    text-align: center;
}

nav.horizontal.block>ul {
    white-space: nowrap;
    border-top: 1px black solid;
    padding: 18px 0;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {

    color: var(--dark);
    border: none;
    margin-right: 3px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;

}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {

    color: var(--dark);

}

nav.horizontal.block>ul>li>a:hover{
    color: var(--green);
    
}

nav.subsections a:hover{
    color: var(--green);

}

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: #555;
    text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted #333; }


nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul ul { padding-left: 18px; font-weight: normal;}
nav.subsections a {
    text-decoration: none;
    line-height: 1.8;
    font-weight: bold;
    padding: 0;
    color: #333;
}
nav.subsections li.actual > a { font-weight: bold; color: #596c2f;}
nav.subsections ul ul a {
    font-weight: normal;
}

/* 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; }
nav.slab.horizontal.block > ul > li > ul {
    background: rgba(255,255,255, 0.95);
    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    margin-top: 18px;
    min-width: 100%;
    /* width: 115%; */
    max-width: 1080px;
    position: absolute;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 70px 9% 30px;
    box-sizing: border-box;
    vertical-align: top;
    /* border: 2px solid #ccc; */
    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 #897139 solid;
    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%; display: inline-flex;
    justify-content: center;}
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 5px 5px 3px 5px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 10px;
    box-shadow: none;
    font-weight: normal;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
    font-family: var(--openSans);

}

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;
    font-weight: bold;
    font-family: var(--openSans);
    color: #333;
    padding: 5px 10px;
    /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
    border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    color: #596c2f !important;

    /* border-bottom: 2px solid #9bbf4f; */
}


.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;
}
.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.promotion.HA_Boxes_Top .responsivebox div.image img {
    vertical-align: bottom;
}

/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: #333; }
.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
.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;
    font-family: var(--openSans); 
    font-weight: bold;
}
.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }
.calToday .calDayNum {
    background: #333;
    color: #fff;
}
.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;

}

.inner .singlepic{
    max-height: 490px;
}
.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 { height: 300px; }
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
}
.slider_owl .description a { color: #fff; text-decoration: underline; }
.slider_owl .description a:hover { color: #ddd; }
.slider_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 85px;
    right: 5%;
    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: 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: 2px 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: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }

.home .bigContentTitle{
    text-align: center;
    font-family: var(--CGfont);
    font-weight: bold;
    font-size: 36px;
    color: #333;
    letter-spacing: 0.75rem;
    text-transform: uppercase;

    position: relative;
    margin: 0 5%;
    top: 10px;
    overflow: hidden;
}

.inner .bigContentTitle{
    display: none;
}

.box.promotion.HA_Boxes_Top{
    padding: 15px 0;
}

.home .dashedSides {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.inner .dashedSides{
    display: none;
}

.dashedSides:before,
.dashedSides:after {
    content: " ";
    background-image: linear-gradient(to right, #5ab650 100%, transparent 100%);
    background-size: 6px 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: calc(50% + 1px);
    width: 50vw;
}

.dashedSides:before {
    left: 100%;
}

.dashedSides:after {
    right: 100%;
}

.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    background: rgba(216,223,179,1);
}
.filmstripbar_owl {
    transform: translateY(-50%);
    position: relative;
    /* padding: 5px 50px; */
    padding: 5px;
    /* background: #333333; */
    /* overflow: hidden; */
    white-space: nowrap;
    /* border-top: 2px solid white; */
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; padding: 10px;}
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 70px;
    display: inline-block;
    /* text-align: center; */
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    min-height: 90px;
}

.filmstrip_owl .owl-item div.item{
    width: 100%;
    border-radius: 10px;
    box-shadow: #00000029 0px 0px 8px 2px;
    background: white;
    display: flex;
    justify-content: center;
}

.filmstrip_owl .owl-item a div:hover{
    color: #596c2f;
} 

.filmstrip_owl div.item a div{
    padding-left: 10px;
}
.filmstrip_owl div.item a { 
    display: flex;
    padding: 10px;
    align-items: center;
}

.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }
.filmstrip_owl div.item a img {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    vertical-align: middle;
    font-family: var(--openSans);
    font-weight: bold;
    white-space: normal;
    font-size: 18px;
    line-height: 110%;
    color: var(--dark);
    line-height: 25px;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: -50px;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 0px;
    right: 5%;
    z-index: 5;
}
.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(--dark);
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid var(--dark);
    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: rgba(0,0,0,0.7); outline: none; border: 2px solid #fff; }
.filmstrip_arrowwrap span.arrowplay { display: none; }


.box.B_BOXES .responsivebox, .box.promotion.HA_Boxes .responsivebox, .box.promotion.HA_Boxes_Top .responsivebox{
    background: white;
    border-radius: 10px;
    Box-shadow: 0 6px 10px rgba(0,0,0,.2);
    padding: 25px;
}

._moderncalendar .calDay.calEvent .calDayNum { background: #e0e6b8; color: #333;}

div.body:nth-child(1) > a:nth-child(2),.customreadmore{
    border: 2px #92ac65 solid;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #596c2f;
    font-size: 20px;
}
div.body:nth-child(1) > a:nth-child(2):hover, .customreadmore:hover{

    color: var(--dark);
    border-color: var(--dark);
}

div.boxag_item > div:nth-child(1) > h3:nth-child(2) > a:nth-child(1){
    font-family: var(--openSans);
    font-size: 18px;
    color: #596c2f;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
}

div.boxag_item > div:nth-child(1) > h3:nth-child(2) > a:nth-child(1):hover{
    color: #333;
}

div.boxag_item{
    border-bottom: 1px solid #596c2f;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

div.boxag_item:last-of-type{
    border-bottom: none;
}

._calendarbox{
    padding-bottom: 40px;
}

._eventsbox {
    padding-top: 40px;
}

.circleDate{
    background: none;
    color: #333;
    font-family: var(--openSans);
    border-right: 4px solid #e0e6b8;
    border-radius: 0;
    margin: 0 35px 10px 10px;
    padding: 15px 15px 15px 0px;
}

.circleDate .month{
    font-size: 18px;
    font-weight: bold;
}

.circleDate .day{
    font-size: 30px;
    font-weight: bold;
}

article.summaryDisplay > h3 > a{
    text-decoration: none;
    font-family: var(--openSans);
    font-weight: bold;
    color: #333;
}

article.summaryDisplay > div > time{
    font-family: var(--openSans);

}

div.responsivebox > h2{
    font-family: var(--CGfont);
    font-weight: bold;
    font-size: 30px;
    color: #596c2f;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 40px;
    padding-top: 5px;
}
div.responsivebox > h3:nth-child(2){
    border-top: none;
}
div.responsivebox > h3> a{
    font-family: var(--openSans);
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
}

/* div.responsivebox > h3{
    border-top: 1px solid #596c2f;

} */

div.body:nth-child(5) > p{
    padding: 10px 0;
}

div.body:nth-child(5) > p:first-of-type{
    padding-top: 0;
}

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
}

.bigCarouselTitle {
    text-align: center;
    font-family: var(--CGfont);
    font-weight: bold;
    font-size: 30pt;
    color: #333;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}

.bigCarouselTitle::before {
    content: " ";
    background-color: #97ae65;
    width: calc(50% - 430px);
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 5.5%;
    top: 29px;
}

.bigCarouselTitle::after {
    content: " ";
    background-color: #97ae65;
    width: calc(50% - 430px);
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    margin-right: 5.5%;
    top: 29px;
  
}

.carouselbar_owl {
    --transparent-border: 60px;
    position: relative;
    /* overflow: hidden; */
    text-align: center;
    padding: 0 5% 0;
    background: linear-gradient(to bottom, transparent 0 var(--transparent-border), var(--light-green) var(--transparent-border) calc(100% - var(--transparent-border)), transparent calc(100% - var(--transparent-border)) 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: 10px 15px 10px 15px;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,.2);
    overflow: hidden;
}
.carousel_owl div.item>a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

/* carousel image zoom hover */
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 310px;
    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: #596c2f;
    background: #fff;
    font-size: 20px;
    padding: 30px;
    font-family: var(--openSans);
    font-weight: bold;
    letter-spacing: 0.075rem;
    text-decoration: none;
    display: block;
    text-align: center;
}
.carousel_owl div.item div {
    padding: 10px;
    height: 310px;
    color: #e0e6b8;
    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;
    /* background: linear-gradient(to bottom, transparent 0 40px, var(--light-green) 40px calc(100% - 80px), transparent) calc(100% - 80px) calc(100% - 40px); */
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: -60px;
    right: 5%;
    z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #333;
    transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 2px solid #000; }
.carousel_arrowwrap span.arrowplay { display: none; }



.home div.footertext div.verticalLogo_text a{
    font-size: 16px;
}

.inner h1, .inner h2{
    font-family: var(--CGfont);
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #596c2f;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 15px;
    margin: 0;
    letter-spacing: 3px;
}

.inner div.body{
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.65;
}

.slider_owl > div> div{
    background: white;
}

.inner div.rightContent.hasLeft div.insideRightContent aside.box.sidebar h2{
    font-size: 20px;
    font-family: var(--openSans);
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    padding-bottom: 25px;
}
.inner div.rightContent.hasLeft div.insideRightContent aside.box.sidebar div.body{
    font-size: 18px;
    line-height: 1.3;
}

.inner .insideRightContent{
    border-radius: 10px; 
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    padding: 20px 10px;
}

.inner .rightContent .box {
    padding: 0px 15px;
  }



/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 0px 15px 0 15px;  margin-top: 35px;}
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; padding-bottom: 75px;}
}

@media (min-width:500px) {

    .filmstrip_owl div.item a { line-height: 80px; }
    .filmstrip_owl div.item a img { height: 60px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item, .singlepic { height: 400px; }
    footer .footerlogo {
        /* position: absolute;
        top: 20px; left: 0;  */
        max-width: 320px;
    }
}

/* 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 2%;}
    .leftContent { padding: 0px 0 20px 0px; }
    .rightContent { padding: 0px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 15px; }
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #ccc;
        background: #eee; */
    }
    .inner .leftContent .box{
        padding-top: 0;
    }

    /* only for dark inner sidebar backgrounds. */
    /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

    .inner .mainContent { min-height: 300px; }
    .inner .mainContent.hasLeft{
        border-left: 5px solid #dde5b6;
    }
    /* .innerimage { height: 250px; } */
    div.banner {
        position: relative;
        height: 157px;
        /* background: linear-gradient(70deg, #fff 54ch, rgba(248,247,238,1)  11.05ch); */
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }

    .topbar2 div.titlewrap {
        
        max-width: 100%;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(237,234,219,1) 0%, rgba(248,247,238,1) 100%);
    }

    .topbar2 div.titlewrap a.title {
        font-family: 'Libre Baskerville', serif;
        font-size: 48px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        text-shadow: 2px 2px rgba(0,0,0,0.2);
        clip-path: polygon(0% 0px, 89% 0px, 100% 100%, 0% 100%);
        background: #ffffff;
        padding-left: 1%;
        height: 157px;
        padding-right: 20px;
        position: relative;
        z-index: 99;
    }
    .topbar2 a.title img { 
        max-width: 260px;
        top: 30px;
        position: relative;
        z-index: 99;
    }

    nav.horizontal.block{
        padding-left: calc(6% + 260px);
        padding-right: 3%;
    }
    nav.block ul, nav.block li {
        display: flex;
        justify-content: space-between;
    }

    .searchSocial {
        bottom: auto;
        top: 15px;
        padding-right: 2%;
        left: 15px;

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        z-index: 9;
    }
    .searchSocial .searchPositioner { float: none; display: inline-block; }
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 14px;
        width: 350px;
        line-height: normal;
        border-radius: 25px;
        border: none;
    }
    .searchSocial .search.bar .searchField {
        font-size: 15pt;
        width: 90%;
    }
    .search.bar .fieldAndButton .searchField, .meetings.search .fieldAndButton .searchField{
        padding: 0;
    }
    .searchSocial .search.bar .searchMag {margin: 1px; }
    .searchSocial .openweather, .searchSocial .airquality {
        float: left;
        display: inline-block;
        margin-right: 15px;
        color: #333;
        font-size: 10pt;
        margin-top: 17px;
        vertical-align: top;
        font-family: var(--openSans);
        font-weight: bold;
        padding-left: calc(6% + 260px);
        position: relative;
        text-transform: capitalize;
    }
    .searchSocial .openweather i, .searchSocial .airquality i { color: #333; }
    .searchSocial .airquality { margin-left: 20px; }
    .searchSocial .openweather a,
    .searchSocial .openweather a:hover {
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }

    .bigContentTitle::before {
        content: " ";
        background-color: #97ae65;
        width: calc(50% - 300px);
        height: 2px;
        display: block;
        position: absolute;
        left: 0;
        margin-left: 0%;
        top: 23px;
    }
    
    .bigContentTitle::after {
        content: " ";
        background-color: #97ae65;
        width: calc(50% - 300px);
        height: 2px;
        display: block;
        position: absolute;
        right: 0;
        margin-right: 0%;
        top: 23px;
    }

    .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;
    }

    .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: 0px calc(5% - 10px);  
    }
    .filmstrip_owl div.item a { 
        line-height: 90px;

    }
    .filmstrip_owl div.item a img { 
        height: 60px; 

    }
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }


    .desktoponly { display: block; }
    /* .notifications .notification { font-size: 12pt; } */
    .slider_owl div.item, .singlepic { height: 500px; }
    .dashedSides {
        width: 628px;
        margin: 0 auto;
        position: relative;
    }
}

@media (min-width:1200px) {
    footer .footerlogo {
        position: absolute;
        top: 35px; 
        left: 0;
        max-width: 320px;
      }
      nav.horizontal.block>ul>li>a {
        font-size: 14px;
    }
    nav.horizontal.block{
        padding-right: 6%;
        padding-left: calc(6% + 420px);
    }
    .topbar2 div.titlewrap a.title{
        padding-right: 70px;
    }
    .topbar2 a.title img{
        max-width: 320px;
        top: 23px;
    }
    .content {padding: 0 2.5%;}
    .searchSocial .openweather, .searchSocial .airquality{
        padding-left: calc(6% + 420px);
        font-size: 14pt;
    }
    .searchSocial{
        padding-right: 6%;
    }
    .searchSocial .search.bar .fieldAndButton {
        padding: 14px;
        width: 400px;
        line-height: normal;
        border-radius: 25px;
        border: none;
    }
    
}

@media (min-width:1400px) {
    nav.horizontal.block>ul>li>a { padding: 5px 20px; }
    .slider_owl div.item, .singlepic { height: 550px; }
    nav.horizontal.block>ul>li>a {
        font-size: 17px;
    }
    .topbar2 div.titlewrap a.title{
        padding-left: 6%;
    }
    .leftContent { padding: 0px 0 20px 65px; }
    .mainContent, .rightContent { padding: 0px 30px 0 30px;}
}

@media (min-width:1600px) {
    .slider_owl div.item, .singlepic { height: 715px; }
    nav.horizontal.block>ul>li>a {
        font-size: 21px;
    }
}
