@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: 0.5em 0;
}
body {
  font-family: "Figtree", sans-serif;
  font-family: var(--designfont);
  font-size: 16px;
  color: #0b3259;
  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;
}
:root {
  --designfont: "Figtree", sans-serif;
  --majortitlecolor: #114d88;
  --notificationbg: #991f23;
  --notificationcolor: #fff;
  --mobiletopbarbg: rgba(255, 255, 255, 1);
  --mobiletopbarcolor: #0b3259;
  --navbg: #555;
  --navcolor: #fff;
  --navactivebg: #333;
  --navactivecolor: #fff;
  --slabbg: rgba(17, 79, 141, 0.9);
  --slabcolor: #fff;
  --slabactivebg: #transparent;
  --slabactivecolor: #fff;

  /* Accordion */
  --accordioncolor: #fff;
  --accordionbg: #2e614d;
  --accordionplus: #2e614d;
  --accordioncolorhover: #fff;
  --accordionbghover: #114d88;
  --accordionplushover: #fff;
  --accordionborder: none;
  --accordionradius: 5px;

  /* Calendar Bar, Date Circle, Meeting Date, Documents title/icons */
  --main: #114d88;
  --maincolor: #fff;

  /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
  --buttoncolor: #fff;
  --buttonbg: #2e614d;
  --buttoncolorhover: #fff;
  --buttonbghover: #114d88;
  --buttonborder: none;
  --buttonradius: 5px;
  --buttontexttransform: uppercase;
  --buttonfont: 700 16px "Figtree", Sans-Serif;
}
a#skipLink {
  top: -43px;
}
#backTop {
  font-size: 24px;
  transition: all 300ms ease;
  height: 48px;
  width: 48px;
}
#backTop i {
  padding-top: 10px;
  padding-bottom: auto;
}
#backTop:hover {
  transition: all 300ms ease;
  background: #114d88;
  color: #fff;
  border-color: #fff;
}
.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;
  z-index: 2000;
}
.notifications .notification {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--notificationcolor);
  font-family: var(--designfont);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.notifications .notification p {
  padding: 0;
  margin: 0;
}
.notifications a.closenotification {
  float: right;
  cursor: pointer;
  padding: 7px 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: #0b3259;
  background: white;
}
.home .contentBG {
  margin-top: 0px;
  background: linear-gradient(to bottom, #e7edf4 0%, transparent 30%);
}
.inner .contentBG {
  margin-top: 0px;
  background: linear-gradient(to bottom, #e7edf4 0%, transparent 100%);
}
.searchSocial {
  display: none;
}
.spacer,
.spacer2 {
  visibility: hidden;
}
.spacer2 {
  display: none;
}
.noscroll {
  overflow: hidden;
}
.topbar {
  z-index: 1000;
  position: sticky;
  top: 0;
  max-height: 100%;
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.25);
  background: var(--mobiletopbarbg);
}
.topbar.scroll {
  overflow-y: scroll;
}
.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;
}
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: 11pt;
  display: block;
  text-transform: capitalize;
}
nav.top.block li:last-child {
  border-right: none;
}
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: #114d88;
  /* background: rgba(0, 0, 0, 0.7); */
  padding: 0px;
  letter-spacing: 2px;
}
.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 a {
  font-size: 18px;
  text-transform: uppercase;
}
.navDrop nav.block.mobilemenu > ul li ul li a {
  font-size: 16px;
  text-transform: inherit;
}
.navDrop nav.block.mobilemenu > ul li ul li ul li a {
  font-size: 14px;
}
.navDrop nav.block.mobilemenu > ul > li:last-child {
  border: none;
}
.navDrop nav.block.mobilemenu a {
  color: white;
  /* display: block; */
  font-size: 18px;
  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;
  display: none;
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
  display: inline-block;
  opacity: 1;
}
.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;
  text-transform: capitalize;
}
.navDrop nav.block.mobilemenu li.openweather i,
.navDrop nav.block.mobilemenu li.airquality i {
  color: #fff;
  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: var(--mobiletopbarcolor);
}

/* search results */
h2.search {
  padding: 1ex;
  font-size: 130%;
}

/* header.page { position: relative; }
header.page .banner { position: relative; margin: 0; } */
.content .box.SUPERFORMS,
.content .box.QUICKFORM {
  line-height: 16pt;
}

/* mobile restrictions */
p[class^="Mso"],
p.MsoNormal {
  text-indent: 0 !important;
  margin: 0 !important;
}
font[size="2"] {
  font-size: 100%;
}
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
  float: none;
  /* margin: 10px; */
}
.image.right {
  margin: 0 0 15px 0px;
}
.container.content div.sidebarImageBox img {
  max-width: 100%;
}
.container.content div img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
.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: #0b3259;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  color: #2e614d;
}
a:focus {
  outline: 1px dashed #555;
}
input:focus {
  background: #ffffcc;
  color: #000;
}

/*===( HEADLINES )===*/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--designfont);
  margin: 0;
  text-align: left;
}
h1,
h2,
h3.subtitle {
  font-family: var(--designfont);
  font-size: 24pt;
  font-weight: normal;
  line-height: 115%;
  color: var(--majortitlecolor);
  text-align: center;
  padding: 8px 0;
  margin: 0;
}
h1,
.inner .property.title {
  font-size: 30px;
  font-weight: 800;
  color: #114d88;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  color: #114d88;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  color: #114d88;
}
h3.subtitle {
  font-size: 14pt;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0b3259;
}
h5 {
  font-size: 18px;
  font-weight: bold;
  color: #0b3259;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  color: #0b3259;
}

.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: 13px 0;
}
.home .item.summaryDisplay,
.home article.summaryDisplay {
  border-top: 1px solid #b8bbbf;
}
.home .item.summaryDisplay:first-of-type,
.home article.summaryDisplay:first-of-type {
  border-top: none;
}
.summaryDisplay h3 a,
.headlineDisplay h3 a,
.item.summaryDisplay h2 a,
article.summaryDisplay h2 a {
  margin: 0;
  padding: 5px 0;
}
.home .summaryDisplay h3 a,
.home .headlineDisplay h3 a,
.home .item.summaryDisplay h2 a,
.home article.summaryDisplay h2 a {
  margin: 0;
  padding: 5px 0;
  font-family: var(--designfont);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.home .summaryDisplay h3 a:hover,
.home .headlineDisplay h3 a:hover,
.home .item.summaryDisplay h2 a:hover,
.home article.summaryDisplay h2 a:hover {
  text-decoration: underline;
  color: #2e614d;
}
.home .summaryDisplay .newsdatetime time,
.home .summaryDisplay .property.embargo {
  color: #434f5b;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
div.readmore.small,
.seeallitems {
  position: static;
  font-weight: bold;
  bottom: 0;
  margin-top: 25px;
  width: 220px;
}
.home div.readmore.small,
.home .seeallitems {
  /* position: absolute; */
  right: inherit !important;
  font-weight: bold;
  bottom: 0;
  /* margin-top: 25px; */
  /* z-index: 2; */
}
div.readmore.small a,
.seeallitems a {
  display: inline-block;
  padding: 15px 30px;
  background: var(--buttonbg);
  color: var(--buttoncolor);
  letter-spacing: 1px;
  /* border: var(--buttonborder); */
  border-radius: var(--buttonradius);
  font: var(--buttonfont);
  /* text-transform: var(--buttontexttransform); */
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); */
  text-decoration: none;
  border-radius: 10px;
  transition: all 300ms ease;
  width: 220px;
  text-align:  center;
}
div.readmore.small a:hover,
div.readmore.small a:focus,
.seeallitems a:hover,
.seeallitems a:focus {
  /* text-decoration: underline; */
  background: var(--buttonbghover);
  color: var(--buttoncolorhover);
  transition: all 300ms ease;
}
footer.main {
  position: relative;
  padding: 50px 20px;
  background: #e7edf4;
  color: #0b3259;
  text-align: center;
  display: block;
  min-height: 200px;
}
footer.main .footer-bottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .copyright,
.footer-bottom .verticalLogo_text,
.footer-bottom .verticalLogo_text a {
  text-decoration: none !important;
  font-weight: 600;
  color: #0b3259;
  font-size: 16px;
  margin: 0;
}
footer .footerlogo {
  /* position: absolute;
    top: -20px; left: calc(50% - 100px);  */
}
footer.main h4 {
  color: #0b3259;
  font-weight: normal;
  margin-bottom: 8px;
  display: inline;
  font-size: 120%;
}
footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text6,
footer.main .text7,
footer.main .text8 {
  font-family: var(--designfont);
  vertical-align: top;
  color: #0b3259;
  text-align: center;
  padding: 2px 0px;
  display: block;
  white-space: pre-wrap;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4 {
  text-align: center;
}
/* footer.main .verticalLogo_text {
  text-align: center;
  margin: 0;
  padding: 4px 15px;
} */
footer .footertext {
  padding: 0 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(67, 79, 91, 0.35);
}
footer .footergroup {
  display: flex;
  flex-direction: column;
}
footer.main a {
  text-decoration: none;
  color: #0b3259;
}
footer.main a:hover {
  color: #0b3259;
  text-decoration: underline !important;
}
.footersecondary {
  /* background: #ebf1f7 url(images/footerbg.jpg) no-repeat bottom center; */
  background: transparent;
  color: #333;
  padding: 30px 30px 30px 50px;
  text-align: center;
  line-height: 1;
}
.footersecondary > nav.block > ul {
  display: table;
  width: 100%;
}
.footersecondary > nav.block > ul > li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li {
  width: 50%;
}
.footersecondary > nav.block > ul.count3 > li {
  width: 33%;
}
.footersecondary > nav.block > ul.count4 > li {
  width: 25%;
}
.footersecondary > nav.block > ul.count5 > li {
  width: 20%;
}
.footersecondary > nav.block a {
  color: #333;
  font-family: var(--designfont);
  font-size: 18px;
  padding: 0;
}
.footersecondary > nav.block > ul > li > a {
  font-family: var(--designfont);
  font-size: 24px;
  color: #333;
  text-align: left;
  padding: 10px 0;
  text-decoration: underline;
}
.footersecondary > nav.block > ul > li li > a {
  /* padding-left: 10px; */
  text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul {
  padding-left: 0;
}

.topbar2 {
  display: none;
  z-index: 1000;
  /* position: absolute; top: 0; left: 0; right: 0; */
}

/* all block */
nav.block a,
nav.subsections a {
  font-family: var(--designfont);
  font-size: 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: relative;
  /* bottom: 20%; */
  /* left: 0; */
  /* right: 0; */
  display: inline-block;
  padding: 5px;
  /* text-align: center; */
  padding-top: 112px;
  width: 100%;
  height: 100%;
}
nav.horizontal.block > ul {
  padding-top: 10px;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
nav.horizontal.block > ul > li {
  padding: 0;
  border-right: none;
  line-height: normal;
}
nav.horizontal.block > ul > li > a {
  color: var(--navcolor);
  border: none;
  margin-right: 3px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 2px;
  /* border: 2px solid #fff; */
}
nav.horizontal.block > ul > li > a:hover {
  text-decoration: underline;
}
nav.horizontal.block > ul > li:last-child > a {
  margin-right: 0;
}
nav.horizontal.block > ul > li.current > a,
nav.horizontal.block > ul > li.open > a,
nav.horizontal.block > ul > li > a:hover,
nav.horizontal.block > ul > li > a:focus {
  /* background: var(--navactivebg); */
  color: var(--navactivecolor);
  /* text-decoration: underline; */
}
nav.horizontal.block > ul > li > a:focus {
  outline: 1px dashed white;
}
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 li li > a:focus {
  outline: 1px dashed white;
}
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; */
  padding-top: 0;
  padding-bottom: 0;
}
nav.block.menu > ul .triangle {
  margin-top: 4px;
  color: inherit;
  opacity: 1;
}
nav.block.menu > ul .triangle:focus {
  outline: 1px dotted white;
}
nav.subsections h2 {
  text-align: left;
}
nav.subsections h2 a {
  font-size: inherit;
}
nav.subsections ul {
  list-style-type: none;
  padding: 0;
}
nav.subsections ul ul {
  padding-left: 8px;
}
nav.subsections ul ul a {
  font-size: 14px;
}
nav.subsections a {
  text-decoration: underline;
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
}
nav.subsections li.actual > a {
  font-weight: bold;
}

/* 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: var(--slabbg);
  text-align: left;
  border-radius: 0;
  box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
  /* margin-top: 40px; */
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 30px 40px 30px 0px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.1;
  /* z-index: -100; */
}
nav.slab.horizontal.block > ul > li > ul ul {
  position: static;
  background: none;
  box-shadow: none;
  vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
  display: inline-block;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  vertical-align: top;
  /* padding-left: 30px; */
  padding-bottom: 0;
}
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:last-of-type,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li:last-of-type,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li:last-of-type,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li:last-of-type {
  padding-bottom: 0;
}
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
  display: block;
  padding: 0px 5px 25px 35px;
  box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
  display: block;
  position: relative;
  border: none;
  background: none;
  width: auto;
  margin-left: 20px;
  box-shadow: none;
  font-weight: 400;
  padding-top: 10px;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
}
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: 16px;
  color: #fff;
  padding: 0px 10px 0px 10px;
  font-weight: 600;
  /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
  background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
  padding: 3px 10px;
  margin-bottom: 3px;
  border-bottom: 2px solid transparent;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
  /* color: inherit; */
  background: var(--slabactivebg);
  color: var(--slabactivecolor) !important;
  text-decoration: underline;
  /* border-bottom: 2px solid #9bbf4f; */
}
.inner .breadcrumbs,
.home .breadcrumbs {
  display: none;
}
.inner .breadcrumbs a {
  font-size: 14px;
}
.cookiecrumb > ul > li:first-of-type {
  /* display: none;  */
}
.box.promotion.B_LIST.HA_Boxes_Top {
  padding: 80px 35px;
  margin: -40px -20px;
  background: url("./images/explore-madison-lake-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  /* height: 900px; */
}
.box.promotion.B_LIST.HA_Boxes_Top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 100px;
  width: 100%;
  z-index: 0;
  background: url("./images/explore-curve-mask.png") repeat-x;
}
.box.promotion.B_LIST.HA_Boxes_Top > h2 {
  font-size: 30px;
  color: #fff;
  font-family: "Dancing Script";
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 0;
}
.box.promotion.B_LIST.HA_Boxes_Top > h3 {
  font-size: 30px;
  color: #fff;
  font-family: var(--designfont);
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 2px;
  padding-top: 0;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox .image {
  border-radius: 0px;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div .boxbody {
  padding: 0px 30px 30px;
  text-align: center;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox div.image {
  margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
  font-size: 20px;
  padding: 0 0 8px 0;
  margin-top: 30px;
  text-decoration: none;
  color: #114d88;
  font-weight: 700;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover {
  transition: filter 300ms ease;
  filter: drop-shadow(-0.518px 1.932px 3px rgba(0, 0, 0, 0.25));
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover h2 a {
  text-decoration: underline;
  color: #2e614d !important;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover h2 {
  text-decoration: underline;
  color: #2e614d !important;
}
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox:hover div.image img {
  scale: 110%;
  transition: all 300ms ease;
}
.box.promotion.HA_Boxes_Top .responsivebox div.image img {
  vertical-align: bottom;
  transition: all 300ms ease;
  border-radius: 0;
}

/* calendar */
.calMonth table {
  background: transparent !important;
  color: #fff;
  border: none;
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 90%;
  z-index: 2;
}
.calMonth .calMonthName,
.calMonth .calYear {
  color: #333;
}
._moderncalendar .calMonth .calMonthName,
._moderncalendar .calMonth .calYear {
  color: #0b3259;
  font-size: 18px;
}
.calMonthHeading {
  background: transparent !important;
  color: #333;
  border: none;
  font-size: 90%;
  border: 1px solid #333;
  border-bottom: none;
  padding: 5px 40px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
._moderncalendar .calDayHeading th {
  background: #0b3259;
  color: var(--maincolor);
  padding: 8px 0;
  font-weight: 700;
  font-size: 16px !important;
}
.calDayHeading th {
  background: #fff;
  color: #555;
}
.calDay.calGrayDay {
  background: #eee;
  color: #434f5b !important;
}
.calDay {
  background: transparent !important;
  color: #0b3259 !important;
  font-weight: 600 !important;
  font-family: var(--designfont);
  font-size: 14px !important;
}
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;
  text-align: center;
  min-width: 20px;
}
.calMonth td,
.calMonth th {
  border: none;
}
.calToday {
  background-color: #fff;
  filter: none;
}
._moderncalendar .calDay.calEvent .calDayNum {
  background: #114d88;
  color: #fff;
  padding-top: 4px !important;
}
.calToday .calDayNum {
  background: #333;
  color: #fff;
}
.circleDate {
  position: absolute;
  left: 0;
  height: 72px;
  width: 72px;
  min-width: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--designfont);
  background: var(--main);
  color: var(--maincolor);
  text-transform: uppercase;
  margin: 0;
}

/* 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;
  z-index: -1;
  position: relative;
}
.inner .singlepic {
  height: 300px;
}
.inner main{
  position: relative;
  /* z-index: 1; */
}
.inner main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  height: 50vh;
  width: 100%;
  z-index: 0;
  background: url("./images/curves-internal-banner-image-mask.png") no-repeat
    center top;
}
.innerimage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #0b3259 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 100%;
  /* display: none; */
}
.innerimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.3);
  width: 100%;
  height: 100%;
  /* display: none; */
}
.innerimage.random1 {
  background: url("images/internal-banner-01.jpg") no-repeat center;
}
.innerimage.random2 {
  background: url("images/internal-banner-02.jpg") no-repeat center;
}
.innerimage.random3 {
  background: url("images/internal-banner-03.jpg") no-repeat center;
}
.innerimage.random4 {
  background: url("images/internal-banner-04.jpg") no-repeat center;
}
.innerimage.random5 {
  background: url("images/internal-banner-05.jpg") no-repeat center;
}
.slider_wrap1 {
  position: relative;
  font-size: 0;
  line-height: normal;
  width: 100%;
}
.slider_owl,
.singlepic {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: normal;
  z-index: 0;
  width: 100%;
}
.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: 500px;
}
.inner .slider_owl div.item{
  height: 300px;
}
.singlepic .description,
.slider_owl .description {
  box-sizing: border-box;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  padding: 10px;
  /* background: #333; */
  /* background: rgba(0, 0, 0, 0.8); */
  color: #eee;
  text-align: center;
  font-size: 14pt;
  z-index: 2;
}
.slider_owl .description a,
.singlepic .description a {
  color: #fff;
  text-decoration: underline;
}
.slider_owl .description a:hover,
.singlepic .description a:hover {
  color: #ddd;
}
.slider_arrowwrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider_arrowwrap .controls {
  display: inline-flex;
  position: absolute;
  bottom: 120px;
  right: 10px;
  z-index: 1;
}
.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: 0; */
  padding: 5px;
  border-radius: 50%;
  line-height: 100%;
  margin-left: 5px;
  border: 1px solid #fff;
  transition: all 300ms ease, color 300ms ease;
  /* background: #114d88; */
}
.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: #0b3259;
  outline: none;
  border: 1px solid transparent;
  transition: all 300ms ease, color 300ms ease;
}
.slider_arrowwrap span.arrowplay {
  display: none;
}
.filmstrip_wrap1 {
  position: relative;
  font-size: 0;
  line-height: normal;
  /* background: url('./images/curves-main-slider-mask.png'); */
}
.filmstripbar_owl {
  padding: 5px 55px;
  /* padding: 5px; */
  background: #e7edf4;
  overflow: hidden;
  white-space: nowrap;
  /* border-top: 2px solid white; */
}
.slider_wrap1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 370px;
  min-height: 100%;
  width: 100%;
  background: url("./images/curves-internal-banner-image-mask.png") no-repeat
    center top;
  /* background-size: contain; */
}
.filmstrip_owl .owl-nav,
.filmstrip_owl .owl-dots {
  display: none;
}
.filmstrip_owl {
  overflow: hidden;
}
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
  line-height: 70px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}
.filmstrip_owl div.item a {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 300ms ease;
}
.filmstrip_owl div.item a:focus {
  outline: 1px dashed black;
}
.filmstrip_owl div.item a:hover {
  text-decoration: underline;
  color: #0b3259;
}
.filmstrip_owl div.item a:hover img {
  scale: 115%;
  transition: all 300ms ease;
}
.filmstrip_owl div.item a img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease;
}
.filmstrip_owl div.item a div {
  padding: 5px 0;
  display: block;
  vertical-align: middle;
  font-family: var(--designfont);
  white-space: normal;
  font-size: 16px;
  line-height: 110%;
  color: #0b3259;
  font-weight: 600;
  padding: 15px 0;
}
.filmstrip_owl div.item a .img_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  min-height: 55px;
  width: 90px;
  background: #fff;
  border-radius: 50%;
}
.owl-item:nth-child(odd) div.item a .img_circle {
  background-color: #114d88;
}
.owl-item:nth-child(even) div.item a .img_circle {
  background-color: #2e614d;
}
.filmstrip_arrowwrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.filmstrip_arrowwrap .controls {
  display: inline-flex;
  position: absolute;
  justify-content: space-between;
  bottom: 50%;
  width: 100%;
  padding: 0 15px;
}
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
  display: none !important;
}
.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;
  transition: all 300ms ease;
  background: #114d88;
}
.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: #0b3259;
  outline: none;
  transition: all 300ms ease;
}
.filmstrip_arrowwrap span.arrowplay {
  display: none;
}
.carousel_wrap1 {
  font-size: 0;
  line-height: normal;
}
.bigCarouselTitle {
  font-family: var(--designfont);
  font-size: 24pt;
  text-align: center;
  padding: 10px 20px;
}
.carouselbar_owl {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  padding: 0 80px 10px;
}
.carousel_owl .owl-stage-outer {
  overflow: hidden;
}
.filmstrip_owl .owl-stage {
  display: flex;
  align-items: center;
}
.carousel_owl .owl-nav,
.carousel_owl .owl-dots {
  display: none;
}
.carousel_owl div.owl-item {
  display: inline-block;
  vertical-align: top;
  background: transparent;
  padding: 35px 35px 50px 35px;
}
.carousel_owl div.item {
  display: block;
  position: relative;
  vertical-align: top;
  border-radius: 5px;
  overflow: hidden;
}
.carousel_owl div.item > a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
/* carousel image zoom hover */
.carousel_owl div.item img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-transform: scale(1.0025);
  -webkit-transform: scale(1.0025);
  -o-transform: scale(1.0025);
  transform: scale(1.0025);
}
.carousel_owl div.item img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel_owl div.item .imgscale {
  overflow: hidden;
  padding: 0;
}
.carousel_owl div.item .title {
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
  font-family: var(--designfont);
  text-decoration: none;
  display: block;
  text-align: center;
  background: #333;
}
.carousel_owl div.item div {
  padding: 10px;
  font-size: 12pt;
  color: #fff;
  text-align: left;
}
.carousel_owl div.item div a {
  color: #fff;
  text-decoration: underline;
}
.carousel_arrowwrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel_arrowwrap .controls {
  display: inline-flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  z-index: 5;
  padding: 5px;
  border-radius: 50%;
  line-height: 100%;
  margin-left: 5px;
  border: 2px solid #333;
  transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover,
.carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover,
.carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus,
.carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus,
.carousel_arrowwrap span.arrowplay:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  outline: none;
  border: 2px solid #000;
}
.carousel_arrowwrap span.arrowplay {
  display: none;
}
/* additional styles for content types & features */
.accordion button.accordionall {
  color: var(--buttoncolor);
  border-radius: var(--buttonradius);
  font: var(--buttonfont);
  text-transform: var(--buttontexttransform);
  background: var(--buttonbg);
  border: var(--buttonborder);
}
.accordion button.accordionall:hover {
  color: var(--buttoncolorhover);
  background: var(--buttonbghover);
}
.accordion article.summaryDisplay h2 {
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 20px;
  transition: background 300ms ease;
  color: var(--accordioncolor);
  background: var(--accordionbg);
  border: var(--accordionborder);
  border-radius: var(--accordionradius);
}
.accordion article.summaryDisplay h2:hover {
  color: var(--accordioncolorhover);
  background: var(--accordionbghover);
}
.accordion article.summaryDisplay .description {
  padding: 10px;
}
.accordion article.summaryDisplay h2 button {
  color: var(--accordionplus);
}
.accordion article.summaryDisplay h2:hover button {
  color: var(--accordionplushover);
}
.B_MEET .boxdate {
  background: #fff;
}
.B_MEET .boxdate.done {
  background: var(--main);
  color: var(--maincolor);
  border: none;
}
.DIR_PER article.summaryDisplay h2 a {
  font-family: var(--designfont);
  font-weight: 600;
  /* color: #000; */
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
}

.galleryBox span.arrowleft,
.galleryBox span.arrowright,
.galleryBox span.arrowpause,
.galleryBox span.arrowplay {
  font-size: 15px;
}

.namesearchbox > div {
  background: #fff;
}

div.sffield input {
  background: #fff;
}
.B_MEET .meetings.search .button {
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}

.B_MEET .meetings.search .fieldAndButton .searchField {
  padding: 7px 30px 9px 10px;
  border-radius: 5px;
  font-size: 18px;
}
/* Documents content type */
.mainContent .docmanContainer {
  padding: 30px 0;
}

.docmanContainer .docmanSearch {
  background: #fff;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle,
.docmanContainer .subfolders > div > div > i {
  color: var(--main);
}

.docmanContainer #docmanSearchButton {
  position: relative;
  top: -1px;
  border-radius: 5px;
  padding: 11px 60px;
  transition: background 200ms ease, color 200ms ease;
  color: var(--buttoncolor);
  background: var(--buttonbg);
  border-radius: var(--buttonradius);
  font: var(--buttonfont);
  text-transform: var(--buttontexttransform);
  border: var(--buttonborder);
}

.docmanContainer #docmanSearchButton:hover {
  color: var(--buttoncolorhover);
  background: var(--buttonbghover);
}

/* Forms Button */
form input[type="button"],
form input[type="submit"] {
  color: var(--buttoncolor);
  background: var(--buttonbg);
  border-radius: var(--buttonradius);
  font: var(--buttonfont);
  text-transform: var(--buttontexttransform);
  border: var(--buttonborder);
}

form input[type="button"]:hover,
form input[type="submit"]:hover {
  color: var(--buttoncolorhover);
  background: var(--buttonbghover);
}

/* Image Gallery button align */
.galleryBox span.arrowleft,
.galleryBox span.arrowright {
  padding: 5px 5px;
}
.galleryBox span.arrowpause {
  padding: 5px 5px 5px 5px;
}
.galleryBox span.arrowplay {
  padding: 5px 0 5px 3px;
}

/* fixed misalignment in Details on Business Directory page */
.field.inline > h4 {
  padding: 0 8px 0 0;
}

section.box.promotion.B_PR h2,
section.box.promotion.B_EV h2 {
  font-family: "Dancing Script";
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #0b3259;
  padding-bottom: 0;
}

section.box.promotion.B_PR h3.subtitle,
section.box.promotion.B_EV h3.subtitle {
  font-family: var(--designfont);
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #114d88;
  padding-bottom: 0;
}

.home section.box.promotion.B_PR > .body,
.home section.box.promotion.B_EV > .body {
  margin-top: 10px;
}
.home .container:before {
  content: " ";
  background: url("images/hook-watermark.png") no-repeat;
  width: 280px;
  position: absolute;
  height: 356px;
  top: 1000px;
  right: 0px;
  z-index: 1;
  background-size: contain;
  background-position: right;
}
.calendar-weekdays li {
  background: var(--main) !important;
}

.calendar-nav {
  background: var(--main) !important;
}

li.active div.day {
  background: var(--main) !important;
}

.calendar-container {
  background: transparent !important;
}
button.calendar-nav.calendar-prev,
button.calendar-nav.calendar-next {
  border: 0px;
}

.inner .B_PR article.summaryDisplay .image.left {
  max-width: 280px !important;
}

.slider_owl .description h1 {
  color: white;
  /* text-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
  font-size: 55px;
  letter-spacing: 3px;
  padding-bottom: 20px;
  filter: drop-shadow(0 0 4px rgba(2, 2, 2, 0.6));
}

.slider_owl .description h3 {
  color: white;
  filter: drop-shadow(0 0 4px rgba(2, 2, 2, 0.6));
  font-size: 40px;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Dancing Script";
}
.slider_owl .description a,
.singlepic .description a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 15px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #2e614d;
  opacity: 90%;
  letter-spacing: 1px;
  text-decoration: none;
  margin: auto;
  transition: background 300ms ease;
  filter: drop-shadow(-0.518px 1.932px 3px rgba(0, 0, 0, 0.25));
  /* box-shadow: 1px 1px 2px rgba(0,0,0,0.4); */
}
.slider_owl .description a:hover,
.singlepic .description a:hover {
  background-color: #114d88;
  opacity: 100%;
  transition: all 300ms ease;
}
.inner .rightContent h2 {
  text-align: left;
  letter-spacing: 1px;
}

.inner p {
  margin-bottom: 20px;
}

.inner h1 {
  text-align: left;
}

.inner h2 {
  text-align: left;
}

.search.bar .fieldAndButton .searchField {
  color: #0b3259;
  border: none;
  background: transparent;
  padding: 3px 5px 0 5px;
  line-height: 20px;
  font-family: var(--designfont);
  display: inline-block;
  font-weight: 600;
  width: 155px;
}

.newSocialTools a {
  text-decoration: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0px;
  height: 30px;
  width: 30px;
  transition: all 300ms ease;
}
.newSocialTools a:hover {
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.7);
  transition: all 300ms ease;
}

.slider_owl div.item::before,
.singlepic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #0b3259 0%, transparent 80%);
  width: 100%;
  height: 100%;
  /* display: none; */
}

.slider_owl div.item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(37, 37, 37, 0.3);
  width: 100%;
  height: 100%;
  /* display: none; */
}

._moderncalendar .dayevents {
  z-index: 100;
}

.card-container .card-item {
  z-index: 2;
}

/* responsive */
@media (min-width: 100px) {
  .content {
    width: 100%;
  }
  .mainContent {
    width: 100%;
  }
  .mainContent,
  .leftContent,
  .rightContent {
    padding: 20px;
  }
  .calendarTable .medium {
    display: none;
  }
  .allContainer {
    padding: 0;
  }
  .inner .content {
    min-height: 300px;
  }
}

@media (min-width: 500px) {
  .filmstrip_owl div.item a {
    line-height: 80px;
  }
  .filmstrip_owl div.item a img {
    height: 50px;
  }
  .filmstrip_owl div.item a div {
    padding: 15px 0;
  }
  footer.main .footer-bottom {
    flex-direction: row;
  }
}

/* stack left and right columns in "tablet mode" */
@media (min-width: 500px) and (max-width: 899px) {
  .leftContent.hasRight,
  .rightContent.hasLeft {
    width: 100%;
  }
  .home .container:before {
    top: 850px;
    width: 424px;
    height: 356px;
  }
}

@media (min-width: 900px) {
  .home div.readmore.small,
  .home .seeallitems {
    position: absolute;
    right: inherit !important;
  }
  .slider_arrowwrap span.arrowleft,
  .slider_arrowwrap span.arrowright,
  .slider_arrowwrap span.arrowpause,
  .slider_arrowwrap span.arrowplay {
    border: 1px solid #fff;
    transition: all 300ms ease, color 300ms ease;
    background: transparent;
  }
  .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: #114d88;
    outline: none;
    border: 1px solid transparent;
    transition: all 300ms ease, color 300ms ease;
  }
  .content {
    padding: 0 0px;
  }
  .inner .content {
    padding: 0 20px;
  }
  .leftContent {
    padding: 30px 20px 20px 20px;
  }
  .rightContent {
    padding: 30px 20px 20px 20px;
  }
  .inner .rightContent .box {
    padding-top: 0px;
  }
  .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 .insideLeftContent {
    /* height: 100%; */
    padding-bottom: 20px;
  }
  .inner .box.subsections.desktoponly {
    height: 100%;
  }

  /* only for dark inner sidebar backgrounds. */
  /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

  .breadcrumbs > a:first-of-type:hover {
    text-decoration: none !important;
  }
  .inner .breadcrumbs {
    display: 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;
    padding-top: 30px;
  }
  .innerimage,
  .inner .singlepic {
    height: 480px;
  }
  div.banner {
    position: relative;
    height: 200px;
    transition: background 200ms ease;
    z-index: 10;
  }
  div.banner:has(ul.open) {
    background: linear-gradient(to bottom, #0b3259 0%, var(--slabbg) 80%);
    transition: background 0ms ease;
  }
  .topbar2 div.titlewrap {
    padding: 20px;
    max-width: 220px;
    display: block;
    text-align: center;
    position: absolute;
    /* top: 50px; */
    left: 80px;
    z-index: 10;
    background: white;
    border-radius: 0px 0px 10px 10px;
    line-height: 0px;
    filter: drop-shadow(0 3px 3px rgba(2, 2, 2, 0.3));
  }
  .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: 80%;
    /* line-height: 0px; */
  }
  .searchSocial {
    bottom: auto;
    /* top: 30px; */
    right: 20px;
    left: calc(8.5% + 375px - 140px);
    padding-bottom: 25px;
    word-spacing: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .searchSocial .newSocialTools {
    float: none;
    display: inline-block;
    margin-right: 20px;
    margin-top: 35px;
  }
  .newSocialTools a:focus {
    outline: 1px dashed white;
  }
  .searchSocial .searchPositioner {
    float: right;
    display: inline-block;
    margin-right: 0;
    margin-top: 25px;
  }
  .searchSocial .socialTools a {
    display: inline-block;
  }
  .searchSocial .search.bar {
    margin-bottom: 0;
  }
  .searchSocial .search.bar .fieldAndButton {
    padding: 4px;
    width: 250px;
    line-height: normal;
    border: none;
    border-radius: 10px;
  }
  .searchSocial .search.bar .searchField {
    font-size: 14px;
    padding: 6px;
    width: 85%;
  }
  .searchSocial .search.bar .searchMag {
    margin: 6px;
    font-size: 14px;
    color: #0b3259;
    font-weight: 600;
  }
  .searchSocial .openweather,
  .searchSocial .airquality {
    float: left;
    display: inline-block;
    margin-right: 15px;
    color: black;
    font-size: 12pt;
    margin-top: 39px;
    vertical-align: top;
    font-family: var(--designfont);
    font-weight: bold;
  }
  .searchSocial .openweather i,
  .searchSocial .airquality i {
    color: #fff;
  }
  .searchSocial .airquality {
    margin-left: 20px;
  }
  .searchSocial .openweather a,
  .searchSocial .openweather a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
  }
  .searchSocial .openweather a:focus {
    outline: 1px dashed white;
  }

  .container.content div.left,
  .container.content div.cyclerSlide {
    float: left;
    margin: 10px 25px 15px 0;
    clear: left;
  }
  .container.content div.right {
    float: right;
    margin: 10px 0 15px 25px;
    clear: right;
  }
  .inner .image.right {
    margin: 0 0 15px 25px;
  }
  .topbar,
  .spacer,
  .navDrop,
  .searchDrop {
    display: none;
  }
  .topbar2,
  .spacer2,
  .searchSocial,
  .bannerbar {
    display: block;
  }
  .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
    height: 100% !important;
    width: auto !important;
  }
  .filmstripbar_owl {
    padding: 20px 135px 5px;
  }
  .filmstrip_owl div.item a {
    line-height: 90px;
  }
  .filmstrip_owl div.item a img {
    height: 40px;
  }
  .filmstrip_owl div.item a div {
    padding: 15px 0;
  }
  .filmstrip_arrowwrap {
    display: block;
  }
  .desktoponly {
    display: block;
  }
  .slider_owl div.item,
  .singlepic {
    height: 500px;
  }
  nav.horizontal.block {
    z-index: 6;
    padding-left: calc(8.5% + 375px - 140px);
    padding-right: 20px;
  }
  .slider_wrap1,
  .innerimage,
  .singlepic {
    margin-top: -200px;
    left: 0;
    /* position: absolute; */
  }

  .slider_arrowwrap .controls {
    bottom: 140px;
    right: 200px;
  }
  .inner .box.subsections.desktoponly {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
  }
  .inner .box.subsections.desktoponly h2 {
    display: none;
  }
  .inner .box.subsections.desktoponly > .body li {
    margin: 0;
  }
  .inner .box.subsections.desktoponly > .body ul {
    margin: 0;
    padding: 0;
  }
  .inner .box.subsections.desktoponly > .body li > a {
    width: 100%;
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #114d88;
    font-size: 16px;
  }
  .inner .box.subsections.desktoponly > .body li ul li a {
    width: 100%;
    padding: 15px 20px 15px 45px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #0b3259;
    font-size: 14px;
  }
  .inner .box.subsections.desktoponly > .body li.actual > a {
    background: #114d88;
    color: #fff;
  }
  .inner .box.subsections.desktoponly > .body li a:hover {
    background: #2e614d;
    color: #fff;
  }
  .inner .rightContent h2 {
    text-align: left;
    letter-spacing: 1px;
    display: inline-block;
  }
  .inner p {
    margin-bottom: 20px;
  }
  .inner .container.content .hasRight div img {
    margin-top: 55px;
  }
  .box.promotion.B_LIST.HA_Boxes_Top {
    padding: 100px 0px;
    margin: -40px -35px;
  }
  footer.main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .container:before {
    content: " ";
    background: url("images/hook-watermark.png") no-repeat;
    width: 424px;
    position: absolute;
    height: 356px;
    top: 360px;
    right: 0px;
    z-index: 1;
  }
  .card-container {
    padding: 0 0px 120px;
  }
  .slider_owl div.item,
  .singlepic {
    height: 750px;
  }
  .inner .slider_owl div.item{
    height: 480px;
  }
  .home div.readmore.small,
  .home.seeallitems {
    right: inherit !important;
    position: absolute !important;
    bottom: 0 !important;
    /* left: 25px; */
    margin-bottom: 0;
  }
  .slider_owl .description {
    bottom: 250px;
  }
  .inner main::before {
    /* top: 360px; */
  }
  .innerimage::before, .innerimage::after {
    height: 480px;
    /* display: none; */
  }
  .slider_wrap1::after {
    top: 620px;
  }
  
  .card-container .card-item:nth-child(1) {
    padding-left: 0;
  }
  
  .card-container .card-item:nth-child(2) {
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  .card-container {
    padding: 0 30px 120px;
  }
  .topbar2 a.title img {
    max-width: 80%;
    /* line-height: 0px; */
  }
  .inner .content {
    padding: 0 80px;
  }
  .searchSocial {
    right: 80px;
    left: calc(8.5% + 375px - 140px);
  }
  .topbar2 div.titlewrap {
    padding: 20px;
    max-width: 220px;
    left: 80px;
  }
  nav.horizontal.block {
    padding-left: calc(8.5% + 375px - 140px);
    padding-right: 80px;
  }
  .box.promotion.B_LIST.HA_Boxes_Top {
    padding: 100px 60px 30px;
    margin-left: -55px;
    margin-right: -55px;
  }
  .content {
    padding: 0 20px;
  }
  footer.main {
    padding-left: 80px;
    padding-right: 80px;
  }
  footer.main .text,
  footer.main .text2,
  footer.main .text3,
  footer.main .text4 {
    text-align: left;
  }
  footer .footertext {
    flex-direction: row;
  }
  nav.slab.horizontal.block > ul > li > ul {
    padding: 30px 40px 30px 0px;
  }
}
@media (min-width: 1400px) {
  .slider_owl div.item,
  .singlepic {
    height: 750px;
  }
  .inner .slider_owl div.item{
    height: 480px;
  }
  .slider_owl .description {
    bottom: 250px;
  }
  .slider_arrowwrap .controls {
    bottom: 140px;
    right: 200px;
  }
}
@media (min-width: 1600px) {
  .card-container {
    padding: 0 100px 120px;
  }
  .slider_owl div.item,
  .singlepic {
    height: 750px;
  }
  .inner .slider_owl div.item{
    height: 480px;
  }
  .box.promotion.B_LIST.HA_Boxes_Top {
    padding: 100px 175px 40px;
    margin-left: -95px;
    margin-right: -95px;
  }

  .slider_arrowwrap .controls {
    bottom: 140px;
    right: 200px;
  }
  footer.main {
    padding-left: 200px;
    padding-right: 200px;
  }
  .inner .content {
    padding: 0 180px;
  }
  .searchSocial {
    right: 200px;
    left: calc(8.5% + 375px);
  }
  .topbar2 div.titlewrap {
    left: 200px;
  }
  nav.horizontal.block {
    z-index: 7;
    padding-left: calc(8.5% + 375px);
    padding-right: 200px;
  }
  .content {
    padding: 0 60px;
  }
  .singlepic .description,
  .slider_owl .description {
    bottom: 250px;
  }
  .topbar2 div.titlewrap {
    max-width: 100%;
    padding: 20px 30px;
  }
  .topbar2 a.title img {
    max-width: 100%;
    /* line-height: 0px; */
  }
  nav.slab.horizontal.block > ul > li > ul {
    padding: 30px 200px 30px 120px;
  }
}

@media (min-width: 1700px) {
  .filmstrip_arrowwrap .controls {
    display: none;
  }
}

@media (min-width: 1920px) {
  .slider_wrap1::after {
    background-size: contain;
    /* top:  */
    /* transition: all 300ms ease; */
  }
  .inner main::before {
    background-size: contain;
    top: calc(-30px - 5vw);
    /* transition: all 300ms ease; */
  }
}
