html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

/**
 * Adds a mixin for browser prefixed keyframes
 * @param  {string} $animationName Name of the animation
 * @return {[type]}                Browser prefixed properties
 */
/**
 * Set the given px-based font sized as rem, with px as fallback
 * @param  {string} $size Pixel size
 */
/* Media query utils */
@font-face {
  font-family: "DINNextLTPro";
  src: url("../fonts/DINNextLTPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro";
  src: url("../fonts/DINNextLTPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro";
  src: url("../fonts/DINNextLTPro-Italic.ttf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

* {
  font-family: DINNextLTPro;
}

h1,
h1 span,
.heading1 {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

h1.hero,
h1 span.hero,
.heading1.hero {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
}

h2,
h2 span,
.heading2 {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}

h3,
h3 span,
.heading3 {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

textarea,
input,
label,
span,
p,
p span,
.p {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
}

textarea.infoText,
input.infoText,
label.infoText,
span.infoText,
p.infoText,
p span.infoText,
.p.infoText {
  font-size: 15px;
  line-height: 18px;
}

textarea.ingress,
input.ingress,
label.ingress,
span.ingress,
p.ingress,
p span.ingress,
.p.ingress {
  font-size: 20px;
  line-height: 23px;
}

textarea.navigation,
input.navigation,
label.navigation,
span.navigation,
p.navigation,
p span.navigation,
.p.navigation {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: unset;
  letter-spacing: 0.7px;
}

ul,
li {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
}

a {
  font-family: DINNextLTPro;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-decoration-line: underline;
}

a.navigation {
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: unset;
}

.menu-item a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: unset;
}

dt,
dd,
.tribe-events-back a,
.tribe-events-single-event-title {
  font-family: DINNextLTPro;
}

@media screen and (min-width: 768px) {
  .container.narrow {
    padding-left: 0;
    padding-right: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.white {
  background-color: #ffffff;
}

section.white + .white {
  padding-top: 20px;
}

section.gray {
  background-color: #eeeeee;
}

section.gray + .gray {
  padding-top: 20px;
}

section.light_gray {
  background-color: #f9f9f9;
}

section.dark_blue {
  background-color: #003341;
}

section.yellow {
  background-color: #f2d368;
}

section.light_green {
  background-color: #77cd9e;
}

html[data-theme="light"] body {
  color: #212529 !important;
  background-color: #fff !important;
}

html[data-theme="dark"] body {
  color: #fff !important;
  background-color: #1e1f22 !important;
}

html[data-theme="dark"] section.white, html[data-theme="dark"] section.gray, html[data-theme="dark"] section.dark_blue, html[data-theme="dark"] section.yellow, html[data-theme="dark"] section.light_gray, html[data-theme="dark"] section.light_green {
  color: #fff !important;
  background-color: #1e1f22 !important;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] a,
html[data-theme="dark"] p,
html[data-theme="dark"] span {
  color: #fff !important;
}

/* --sections-- */
html[data-theme="dark"] .section-hero h1 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.section-hero {
  min-height: 376px;
  background-color: #003341;
  background-size: cover;
}

.section-hero.no-text {
  min-height: 254px;
}

.section-hero.no-text div:last-of-type {
  padding-top: 100px;
}

.section-hero.font-dark div:last-of-type p,
.section-hero.font-dark div:last-of-type h1 {
  color: #000000;
}

.section-hero.font-white div:last-of-type p,
.section-hero.font-white div:last-of-type h1 {
  color: #ffffff;
}

.section-hero p {
  margin-top: 10px;
}

.section-hero div:last-of-type {
  padding-top: 164px;
}

.section-hero div:last-of-type h1 {
  text-align: center;
  color: #ffffff;
}

.section-hero div:last-of-type p {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.section-hero.image {
  min-height: 606px;
  background-color: unset;
}

.section-hero.image > div {
  padding-top: 294px;
}

.section-hero.image > div h1 {
  padding-top: 8px;
  padding-inline: 15px 25px;
  display: inline;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #000000;
}

.section-hero.image.default {
  min-height: 318px;
}

.section-hero.image.default > div {
  padding-top: 164px;
  padding-bottom: 100px;
  text-align: center;
}

.section-hero.image.default > div h1 {
  background: unset;
  color: #ffffff;
}

.section-hero.image.default > div p {
  text-align: left;
}

html[data-theme="dark"] .section-text a {
  color: #ffffff;
}

html[data-theme="dark"] .section-text a svg path {
  fill: #ffffff !important;
}

html[data-theme="dark"] .section-text a::before {
  fill: #ffffff;
}

html[data-theme="dark"] .section-text a::before svg path {
  fill: #ffffff !important;
}

html[data-theme="dark"] .section-text svg path {
  fill: #ffffff !important;
}

html[data-theme="dark"] .section-text ul li::before {
  background-color: green;
}

.section-text {
  padding: 40px 0;
}

.section-text a {
  color: #003341;
  text-decoration: underline;
}

.section-text a:active, .section-text a:focus, .section-text a:hover {
  text-decoration: none;
}

.section-text svg path {
  fill: #003341;
}

.section-text p + div {
  margin-top: 10px;
}

@media (max-width: 990px) {
  .section-text p + div {
    margin-top: 20px;
  }
}

.section-text h1,
.section-text h2,
.section-text h3 {
  margin-bottom: 10px;
}

.section-text ul {
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-text ul li {
  position: relative;
  padding-left: 16px;
}

.section-text ul li + li {
  margin-top: 10px;
}

.section-text ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #003341;
}

.section-text div > a::before {
  position: relative;
  top: 4px;
  margin-right: 7px;
  content: url("../icons/external.svg");
}

.section-text img {
  max-width: 100%;
  height: auto;
}

.section-text .wp-video {
  width: 100%;
}

.section-text .wp-video .mejs-container {
  width: 100%;
  height: auto;
}

.section-text .wp-video .mejs-container .mejs-overlay-button {
  width: 65px;
  height: 65px;
  background: center url("../icons/play-button.svg") #f2d368 no-repeat;
  border-radius: 50%;
  transition: transform 300ms ease;
}

.section-text .wp-video .mejs-container .mejs-overlay-button:hover {
  transform: scale(1.05);
}

.section-text .wp-video .mejs-container .mejs-overlay-button svg path {
  fill: #000000;
}

.section-text .wp-video,
.section-text video.wp-video-shortcode,
.section-text .mejs-container,
.section-text .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.section-text .mejs-container {
  padding-top: 56.25%;
}

.section-text .wp-video,
.section-text video.wp-video-shortcode {
  max-width: 100% !important;
}

.section-text video.wp-video-shortcode {
  position: relative;
}

.section-text .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-text .mejs-controls {
  display: none;
}

.section-text .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.section-text .link-button {
  border-radius: 4px;
  margin: 0 auto;
  padding: 15px 20px;
  text-decoration: none;
  color: #ffffff;
  display: table;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.section-text .link-button::before {
  content: unset;
}

.section-text .link-button.dark_blue {
  background-color: #003341;
}

.section-text .link-button.dark_blue:active, .section-text .link-button.dark_blue:focus, .section-text .link-button.dark_blue:hover {
  background-color: #12b6d0;
  color: #000000;
}

.section-text .link-button.dark_green {
  background-color: #0f6548;
}

.section-text .link-button.dark_green:active, .section-text .link-button.dark_green:focus, .section-text .link-button.dark_green:hover {
  background-color: #36b666;
  color: #000000;
}

.section-text.dark_blue {
  color: #ffffff;
}

.section-text.dark_blue a {
  color: #ffffff;
}

.section-text.dark_blue a::before * {
  fill: #ffffff;
  stroke: #ffffff;
}

.section-text.dark_blue div > a::before {
  content: url("../icons/external_white.svg");
}

.section-card-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-card-grid .row:not(:first-child) {
  margin-top: 20px;
}

.section-card-grid .row .grid-card {
  max-width: 640px;
  height: 310px;
  border-radius: 4px 4px 100px 4px;
}

.section-card-grid .row .grid-card > div {
  border-radius: 4px 4px 100px 4px;
  background-size: cover;
}

@media (max-width: 990px) {
  .section-card-grid .row .grid-card:first-of-type,
  .section-card-grid .row .grid-card:nth-child(1) > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.section-card-grid .row .grid-card .card-title {
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: 0;
  padding: 20px 30px 20px 20px;
  transition: background-color 200ms ease-out;
  background-color: #ffffff;
  color: #000000;
}

.section-card-grid .row .grid-card .arrow-container {
  opacity: 0;
  top: -2px;
  right: -2px;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: #fb85b4;
  border-radius: 0 4px;
  transition: opacity 200ms ease-out;
}

.section-card-grid .row .grid-card .arrow-container svg path {
  fill: #000000;
}

@media (max-width: 990px) {
  .section-card-grid .row .grid-card .arrow-container {
    height: 35px;
    width: 35px;
  }
}

.section-card-grid .row .grid-card:hover, .section-card-grid .row .grid-card:active, .section-card-grid .row .grid-card:focus {
  outline-style: solid;
  outline-color: #fb85b4;
  outline-width: 4px;
}

.section-card-grid .row .grid-card:hover .card-title, .section-card-grid .row .grid-card:active .card-title, .section-card-grid .row .grid-card:focus .card-title {
  background-color: #fb85b4;
}

.section-card-grid .row .grid-card:hover > .arrow-container, .section-card-grid .row .grid-card:active > .arrow-container, .section-card-grid .row .grid-card:focus > .arrow-container {
  opacity: 1;
}

@media (max-width: 990px) {
  .section-card-grid .row .grid-card {
    padding: 0px;
  }
}

@media (max-width: 990px) {
  .section-card-grid .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}

html[data-theme="dark"] .section-info-box article {
  background-color: #1e1f22 !important;
  color: #ffffff !important;
}

html[data-theme="dark"] svg path {
  fill: #ffffff !important;
}

#calendar-info-box,
.section-info-box {
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

#calendar-info-box .svg-container.white,
.section-info-box .svg-container.white {
  fill: #ffffff;
}

#calendar-info-box .svg-container.gray,
.section-info-box .svg-container.gray {
  fill: #eeeeee;
}

#calendar-info-box .svg-container.dark_blue,
.section-info-box .svg-container.dark_blue {
  fill: #003341;
}

#calendar-info-box .svg-container.yellow,
.section-info-box .svg-container.yellow {
  fill: #f2d368;
}

#calendar-info-box article,
.section-info-box article {
  max-width: 1080px;
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
}

#calendar-info-box article h4.navigation,
#calendar-info-box article .navigation,
.section-info-box article h4.navigation,
.section-info-box article .navigation {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: unset;
  letter-spacing: 0.7px;
}

#calendar-info-box article .row,
.section-info-box article .row {
  margin-right: 20px;
}

#calendar-info-box article a,
.section-info-box article a {
  margin: 10px 0;
  color: #003341;
  text-decoration: none;
}

#calendar-info-box article a svg,
.section-info-box article a svg {
  margin-right: 10px;
}

#calendar-info-box article a svg path,
.section-info-box article a svg path {
  fill: #003341;
}

#calendar-info-box article a:hover, #calendar-info-box article a:focus, #calendar-info-box article a:active,
.section-info-box article a:hover,
.section-info-box article a:focus,
.section-info-box article a:active {
  text-decoration: underline;
}

@media (max-width: 990px) {
  #calendar-info-box article,
  .section-info-box article {
    width: calc(100% - 20px);
  }
}

#calendar-info-box > .container {
  margin-left: auto;
  margin-right: auto;
}

.section-image-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-image-grid .row:first-of-type {
  margin-top: 0;
}

.section-image-grid .image-grid-image {
  min-height: 360px;
}

.section-image-grid .image-grid-image.col-lg-12 {
  min-height: 600px;
}

.section-employees {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-employees h2 {
  margin-bottom: 10px;
}

.section-employees .employee {
  margin-top: 20px;
}

.section-employees .employee img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin-right: 20px;
}

.section-employees .employee p + p,
.section-employees .employee p + a,
.section-employees .employee a + a {
  margin-top: 10px;
}

.section-employees .employee a {
  display: block;
  color: #000000;
  text-decoration: underline;
}

html[data-theme="dark"] .section-news .background {
  background-color: #1e1f22 !important;
}

html[data-theme="dark"] .section-news .two-columns::before {
  background-color: #1e1f22 !important;
}

html[data-theme="dark"] .section-news .two-columns .link-button > div {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="dark"] .section-news .two-columns .link-button > div svg path {
  fill: #ffffff !important;
}

.section-news .one-column {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-news .one-column .link-container {
  padding: 0 0 40px 0;
}

.section-news .one-column .link-container a {
  color: #003341;
}

.section-news .one-column .link-container svg {
  margin-right: 10px;
}

.section-news .one-column .link-container svg path {
  fill: #003341;
}

@media (max-width: 990px) {
  .section-news .one-column .link-container {
    text-align: center;
  }
}

.section-news .background {
  top: 0;
  right: 0;
  background-color: #77cd9e;
}

.section-news .two-columns {
  padding-top: 40px;
  padding-bottom: 48px;
}

.section-news .two-columns::before {
  content: "";
  position: absolute;
  right: 0;
  top: 120px;
  height: calc(100% - 290px);
  width: calc(100% - 30px);
  background-color: #77cd9e;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 990px) {
  .section-news .two-columns::before {
    top: 79px;
    height: 407px;
    width: calc(100% - 6px);
  }
}

.section-news .two-columns h2 {
  margin-top: 12px;
  margin-bottom: 74px;
}

.section-news .two-columns #featured-newspost .newspost > div {
  display: block;
  margin-bottom: 40px;
}

.section-news .two-columns #featured-newspost .newspost > div img {
  width: 100%;
  height: 277px;
  margin-right: unset;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .section-news .two-columns #featured-newspost .newspost > div {
    height: 367px;
    display: block;
  }
  .section-news .two-columns #featured-newspost .newspost > div img {
    height: 178px;
    margin-bottom: 10px;
  }
}

.section-news .two-columns .link-button {
  display: table;
  margin: 20px auto 0 auto;
  text-decoration: none;
}

.section-news .two-columns .link-button > div {
  display: flex;
  align-items: center;
  background-color: #003341;
  border-radius: 4px;
  color: #ffffff;
  padding: 13px 10px 13px 13px;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.section-news .two-columns .link-button > div svg {
  margin-left: 10px;
}

.section-news .two-columns .link-button:focus > div, .section-news .two-columns .link-button:active > div, .section-news .two-columns .link-button:hover > div {
  background-color: #12b6d0;
  color: #000000;
}

@media (max-width: 990px) {
  .section-news .two-columns h2 {
    margin-top: unset;
    margin-bottom: 30px;
  }
}

.section-news #load-more-newsposts {
  padding: 15px 80px 16px 80px;
  background-color: #003341;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  display: table;
  margin: 40px auto 0 auto;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.section-news #load-more-newsposts:active, .section-news #load-more-newsposts:hover, .section-news #load-more-newsposts:focus {
  background-color: #12b6d0;
  color: #000000;
}

@media (max-width: 990px) {
  .section-news #load-more-newsposts {
    width: 100%;
  }
}

html[data-theme="dark"] .section-four-column-grid .container .grid-tile > span {
  background-color: #fb85b4;
  color: #000000 !important;
}

html[data-theme="dark"] .section-four-column-grid .container .grid-tile .arrow-container svg path {
  fill: #1e1f22 !important;
}

html[data-theme="dark"] .section-four-column-grid .container .grid-tile > .arrow-container svg path {
  fill: #ffffff;
}

.section-four-column-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-four-column-grid .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 990px) {
  .section-four-column-grid .container {
    grid-template-columns: 100%;
  }
}

.section-four-column-grid .container .grid-tile {
  background-size: cover;
  background-position: center;
  border: none;
}

.section-four-column-grid .container .grid-tile.one_tile {
  grid-column: auto;
  grid-row: auto;
  height: 310px;
  border-radius: 4px;
}

.section-four-column-grid .container .grid-tile.two_columns {
  grid-column: auto / span 2;
  grid-row: auto;
  height: 310px;
  border-radius: 4px 4px 100px 4px;
}

.section-four-column-grid .container .grid-tile.two_rows {
  grid-column: auto;
  grid-row: auto / span 2;
  min-height: 640px;
  border-radius: 100px 4px 4px 4px;
}

@media (max-width: 990px) {
  .section-four-column-grid .container .grid-tile.two_rows {
    min-height: 310px;
  }
}

.section-four-column-grid .container .grid-tile > span {
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  transition: background-color 200ms ease-out;
  max-width: 85%;
  margin: 0;
  padding: 20px 30px 20px 20px;
  color: #000000;
  border-radius: 0px 0px 0px 4px;
}

.section-four-column-grid .container .grid-tile > .arrow-container {
  opacity: 0;
  top: 0px;
  right: 0px;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: #fb85b4;
  border-radius: 0 4px;
  transition: opacity 200ms ease-out;
}

.section-four-column-grid .container .grid-tile > .arrow-container svg path {
  fill: #000000;
}

.section-four-column-grid .container .grid-tile:hover, .section-four-column-grid .container .grid-tile:active, .section-four-column-grid .container .grid-tile:focus {
  outline-style: solid;
  outline-color: #fb85b4;
  outline-width: 4px;
}

.section-four-column-grid .container .grid-tile:hover > span, .section-four-column-grid .container .grid-tile:active > span, .section-four-column-grid .container .grid-tile:focus > span {
  background-color: #fb85b4;
}

.section-four-column-grid .container .grid-tile:hover > .arrow-container, .section-four-column-grid .container .grid-tile:active > .arrow-container, .section-four-column-grid .container .grid-tile:focus > .arrow-container {
  opacity: 1;
}

@media (max-width: 990px) {
  .section-four-column-grid .container .grid-tile.two_columns, .section-four-column-grid .container .grid-tile.two_rows {
    border-radius: 4px;
    grid-column: auto;
    grid-row: auto;
  }
  .section-four-column-grid .container .grid-tile > span {
    max-width: unset;
    bottom: -1px;
  }
}

.section-booking-form {
  scroll-margin-top: 140px;
  scroll-padding-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-booking-form > div > p {
  margin-top: 10px;
  margin-bottom: -10px;
}

.section-booking-form form h2 {
  margin-top: 40px;
}

.section-booking-form form label p {
  margin-top: 0;
}

.section-question-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

html[data-theme="dark"] .section-events-bar > .bar-wrapper {
  background-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .section-events-bar > .bar-wrapper a svg path {
  fill: #ffffff !important;
}

.section-events-bar {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-events-bar > .bar-wrapper {
  background-color: #003341;
  border-radius: 4px;
  padding: 45px 40px;
  color: #ffffff;
}

.section-events-bar > .bar-wrapper .slides-container {
  max-width: 480px;
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slider-arrow {
  color: #ffffff;
  font-size: 38px;
  font-weight: 400;
  padding: 4px 20px;
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-prev {
  margin-right: 15px;
}

@media (max-width: 990px) {
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-prev {
    height: 44px;
    width: 44px;
    padding: 0;
    position: absolute;
    bottom: -10px;
    left: -15px;
  }
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-next {
  margin-left: 15px;
}

@media (max-width: 990px) {
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-next {
    height: 44px;
    width: 44px;
    padding: 0;
    position: absolute;
    right: -15px;
    bottom: -10px;
  }
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper > .slick-dots {
  position: absolute;
  justify-content: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  bottom: -45%;
  left: 0;
  right: 0;
  width: 140px;
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper > .slick-dots > li button {
  margin: 0 5px;
  padding: 0;
  font-size: 0;
  background-color: #ffffff;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  transition: border-radius 100ms ease-out, padding 200ms ease-in-out, background-color 200ms ease-in-out;
}

.section-events-bar > .bar-wrapper .slides-container .slides-wrapper > .slick-dots > li.slick-active button {
  width: 5px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #77cd9e;
}

.section-events-bar > .bar-wrapper button {
  border: none;
  background-color: #003341;
}

.section-events-bar > .bar-wrapper button.right {
  transform: rotate(90deg);
}

.section-events-bar > .bar-wrapper button.left {
  transform: rotate(270deg);
}

.section-events-bar > .bar-wrapper a {
  color: #ffffff;
  text-decoration: none;
}

.section-events-bar > .bar-wrapper a:active, .section-events-bar > .bar-wrapper a:visited, .section-events-bar > .bar-wrapper a:hover, .section-events-bar > .bar-wrapper a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.section-events-bar > .bar-wrapper a svg {
  margin-left: 8px;
}

@media (max-width: 990px) {
  .section-events-bar > .bar-wrapper {
    background-color: unset;
    padding: 0 10px;
  }
  .section-events-bar > .bar-wrapper h3 {
    color: #000000;
    margin-bottom: 10px;
  }
  .section-events-bar > .bar-wrapper .slides-container {
    max-width: unset;
    border-radius: 4px;
    padding: 20px 15px 15px 15px;
    background-color: #003341;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper {
    min-height: 155px;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slider-arrow {
    align-self: flex-end;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-prev {
    margin-right: 0px;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper .slick-next {
    margin-left: 0px;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper > .slick-list {
    align-self: flex-start;
  }
  .section-events-bar > .bar-wrapper .slides-container .slides-wrapper > .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .section-events-bar > .bar-wrapper > a {
    margin-top: 30px;
    justify-content: center;
    color: #003341;
  }
  .section-events-bar > .bar-wrapper > a:active, .section-events-bar > .bar-wrapper > a:visited, .section-events-bar > .bar-wrapper > a:hover, .section-events-bar > .bar-wrapper > a:focus {
    color: #003341;
  }
  .section-events-bar > .bar-wrapper > a svg path {
    fill: #003341;
  }
}

html[data-theme="dark"] .section-venue-grid .info-container {
  background-color: #252629 !important;
}

html[data-theme="dark"] .section-venue-grid .info-container .booking-button {
  color: #1e1f22 !important;
}

html[data-theme="dark"] .section-venue-grid .info-container .read-more-button {
  background-color: #323438 !important;
  color: #ffffff;
}

html[data-theme="dark"] .section-venue-grid .info-container .read-more-button svg path {
  fill: #77cd9e !important;
}

html[data-theme="dark"] .section-venue-grid .info-container .read-more-button:hover {
  background-color: #36b666 !important;
  color: #1e1f22 !important;
}

html[data-theme="dark"] .section-venue-grid .info-container .read-more-button:hover svg path {
  fill: #1e1f22 !important;
}

.section-venue-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-venue-grid .row:not(:first-child) {
  margin-top: 20px;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within {
  outline: none;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .booking-button, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .booking-button {
  background-color: #eeeeee;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .booking-button:hover, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover {
  outline: none;
  background-color: #77cd9e;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .booking-button:hover ~ .read-more-button, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover ~ .read-more-button {
  background-color: #ffffff;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .booking-button:hover ~ .read-more-button svg path, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover ~ .read-more-button svg path {
  fill: #77cd9e;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .read-more-button, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .read-more-button {
  background-color: #77cd9e;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .read-more-button svg path, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .read-more-button svg path {
  fill: #000000;
}

.section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:hover .info-container .read-more-button:hover, .section-venue-grid .row .grid-item:focus-within ~ .grid-item > .item-wrapper:focus-within .info-container .read-more-button:hover {
  background-color: #36b666;
}

.section-venue-grid .row .grid-item > .item-wrapper {
  max-width: 640px;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
  transition: outline 50ms ease-in-out;
}

@media (max-width: 990px) {
  .section-venue-grid .row .grid-item > .item-wrapper {
    max-width: unset;
  }
}

.section-venue-grid .row .grid-item > .item-wrapper > .image-container {
  min-height: 360px;
  border-radius: 4px 4px 0px 0px;
  background-size: cover;
}

@media (max-width: 990px) {
  .section-venue-grid .row .grid-item > .item-wrapper:first-of-type,
  .section-venue-grid .row .grid-item > .item-wrapper:nth-child(1) > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.section-venue-grid .row .grid-item > .item-wrapper:hover, .section-venue-grid .row .grid-item > .item-wrapper:focus-within {
  outline: 4px solid #36b666;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button {
  background-color: #eeeeee;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:active, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:focus, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:hover, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:active, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:focus, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover {
  outline: none;
  background-color: #77cd9e;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:active ~ .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:focus ~ .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:hover ~ .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:active ~ .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:focus ~ .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover ~ .read-more-button {
  background-color: #ffffff;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:active ~ .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:focus ~ .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .booking-button:hover ~ .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:active ~ .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:focus ~ .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .booking-button:hover ~ .read-more-button svg path {
  fill: #77cd9e;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .read-more-button, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .read-more-button {
  background-color: #77cd9e;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .read-more-button svg path, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .read-more-button svg path {
  fill: #000000;
}

.section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .read-more-button:active, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .read-more-button:focus, .section-venue-grid .row .grid-item > .item-wrapper:hover .info-container .read-more-button:hover, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .read-more-button:active, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .read-more-button:focus, .section-venue-grid .row .grid-item > .item-wrapper:focus-within .info-container .read-more-button:hover {
  background-color: #36b666;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container {
  padding: 40px 40px 20px 40px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > h2,
.section-venue-grid .row .grid-item > .item-wrapper > .info-container > p.navigation {
  margin-bottom: 10px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container .booking-button {
  transition: background-color 200ms ease-in-out;
  padding: 11px 34px 12px 34px;
  background-color: #77cd9e;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 20px;
  color: #000000;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container .read-more-button {
  transition: background-color 200ms ease-in-out;
  padding: 11px 13px 12px 13px;
  text-decoration: none;
  border-radius: 4px;
  color: #000000;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container .read-more-button svg {
  margin-left: 8px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container .read-more-button svg path {
  fill: #77cd9e;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > a {
  color: #003341;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > a:last-of-type {
  margin-bottom: 30px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > a svg {
  margin-right: 10px;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > a svg path {
  fill: #003341;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > a:hover, .section-venue-grid .row .grid-item > .item-wrapper > .info-container > a:active, .section-venue-grid .row .grid-item > .item-wrapper > .info-container > a:focus {
  text-decoration: none;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > .divider {
  margin: 30px 0;
  height: 1px;
  background-color: #eeeeee;
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > .divider:last-of-type {
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .section-venue-grid .row .grid-item > .item-wrapper > .info-container > .divider {
    margin: 20px 0;
  }
}

.section-venue-grid .row .grid-item > .item-wrapper > .info-container > .button-container {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

@media (max-width: 990px) {
  .section-venue-grid .row .grid-item > .item-wrapper > .info-container {
    padding: 0px 20px 10px 20px;
  }
  .section-venue-grid .row .grid-item > .item-wrapper > .info-container > .info-container h2 {
    margin-top: 20px;
  }
  .section-venue-grid .row .grid-item > .item-wrapper > .info-container .booking-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .section-venue-grid .row .grid-item > .item-wrapper > .info-container .read-more-button {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}

section.section-banner-link {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.section-banner-link a {
  color: #003341;
  text-decoration: underline;
}

section.section-banner-link a svg {
  margin-right: 10px;
}

section.section-banner-link a svg path {
  fill: #003341;
}

section.section-banner-link a:active, section.section-banner-link a:focus, section.section-banner-link a:hover {
  text-decoration: none;
}

section.section-banner-link + section {
  padding-top: 40px;
}

.section-mediaplayer {
  padding: 0 12px;
  width: 100%;
}

.section-mediaplayer .mediaplayer-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.section-mediaplayer .mediaplayer-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls {
  background: none !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 0 0 8px 8px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .top-media {
  width: 100%;
  padding: 0 10px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .bottom-media {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .bottom-left-media {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.playing .play-button {
  display: none;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.playing .stop-button {
  display: block;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.paused .play-button {
  display: block;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.paused .stop-button {
  display: none;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.muted .unmute {
  display: block;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.muted .mute {
  display: none;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.unmuted .unmute {
  display: none;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button.unmuted .mute {
  display: block;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button .play-button svg path,
.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button .stop-button svg path,
.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button .unmute svg path,
.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button .mute svg path {
  fill: white !important;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button .fullscreen-button svg path {
  fill: white !important;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button:hover {
  color: #12b6d0;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .control-button:hover svg path {
  fill: #12b6d0;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-control-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-control-wrapper .unmute svg path {
  fill: white !important;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-control-wrapper .volume-slider {
  width: 100px;
  display: none;
  appearance: none;
  background: #ccc;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-control-wrapper .volume-slider::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  background: #12b6d0;
  border-radius: 50%;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-control-wrapper:hover .volume-slider {
  display: block;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .volume-slider {
  font-family: DINNextLTPro;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls #current-time {
  margin-right: 3px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls #total-duration {
  margin-left: 3px;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .seek-bar {
  flex: 1;
  appearance: none;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  width: 100%;
}

.section-mediaplayer .mediaplayer-wrapper .mediaplayer-controls .seek-bar::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  background: #12b6d0;
  border-radius: 50%;
  cursor: pointer;
}

/* --partials-- */
/* --components-- */
.cookie-notice {
  position: fixed;
  z-index: 1;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: left;
  background: #f2d368;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out false;
  -o-transition: bottom 0.3s ease-in-out false;
  transition: bottom 0.3s ease-in-out;
}

.cookie-notice .text-container {
  max-width: 640px;
  padding-right: 30px;
}

.cookie-notice .text-container > a {
  margin-top: 10px;
  color: #003341;
  text-decoration: underline;
}

.cookie-notice .text-container > a svg {
  margin-right: 8px;
}

.cookie-notice .text-container > a svg path {
  fill: #003341;
}

.cookie-notice .text-container > a:hover, .cookie-notice .text-container > a:active, .cookie-notice .text-container > a:focus {
  text-decoration: none;
}

.cookie-notice .cookie-button {
  background-color: #003341;
  border-radius: 4px;
  font-size: 20px;
  padding: 15px 20px;
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 990px) {
  .cookie-notice {
    padding: 30px;
  }
  .cookie-notice .cookie-button {
    display: table;
    margin: 30px auto 0 auto;
  }
}

html[data-theme="dark"] footer {
  background-color: #1e1f22;
}

footer {
  background-color: #003341;
  color: #ffffff;
}

footer > .container {
  padding-top: 40px;
  padding-bottom: 58px;
}

footer > .container a {
  color: #ffffff;
}

footer > .container a svg {
  margin-right: 6px;
}

footer > .container a svg path {
  fill: #ffffff;
}

footer > .container a:hover, footer > .container a:active, footer > .container a:focus {
  text-decoration: none;
}

footer > .container .footer-logo {
  height: 43px;
}

footer > .container .logo_text {
  width: 8em;
  margin-top: 1em;
  right: 1em;
  position: relative;
}

footer > .container .municipality {
  width: 113px;
  height: 53px;
}

@media (max-width: 990px) {
  footer > .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }
}

@media (max-width: 990px) {
  footer .footer-title {
    font-size: 24px;
  }
}

header.navbar {
  z-index: 10;
  position: fixed;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
  top: 0;
  overflow: hidden;
  transition: background-color 200ms ease-in-out;
}

header.navbar .hamburger-toggle-button {
  padding-right: 11px;
}

header.navbar .hamburger-toggle-button p.navigation {
  color: #ffffff;
  padding-right: 25px;
  transition: color 200ms ease-in-out;
}

header.navbar .hamburger-toggle-button .hamburger svg {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

header.navbar .hamburger-toggle-button .chevron svg {
  width: 19px;
  height: 12px;
  transform: rotate(90deg);
  margin-left: 2px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

header.navbar .hamburger-toggle-button .chevron svg path {
  fill: #003341;
}

header.navbar .hamburger-toggle-button:focus p, header.navbar .hamburger-toggle-button:hover p {
  text-decoration: underline;
}

header.navbar .hamburger-toggle-button:focus .chevron svg, header.navbar .hamburger-toggle-button:hover .chevron svg {
  opacity: 1;
}

header.navbar .hamburger-toggle-button:focus .hamburger svg, header.navbar .hamburger-toggle-button:hover .hamburger svg {
  opacity: 0;
}

header.navbar .dark-logo {
  height: 44px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: opacity 200ms ease-in-out, visibility 0s ease-in-out 200ms;
}

header.navbar .dark-logo:focus, header.navbar .dark-logo:focus-within, header.navbar .dark-logo:hover {
  outline: solid 2px #003341;
  border-radius: 2px;
}

header.navbar .white-logo {
  height: 44px;
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-in-out, visibility 0s ease-in-out 200ms;
}

header.navbar .white-logo:focus, header.navbar .white-logo:focus-within, header.navbar .white-logo:hover {
  outline: solid 2px #12b6d0;
  border-radius: 2px;
}

header.navbar.tribe_organizer, header.navbar.event-single, header.navbar.page-not-found, header.navbar.newsposts, header.navbar.bright {
  background-color: #ffffff;
}

header.navbar.tribe_organizer .dark-logo, header.navbar.event-single .dark-logo, header.navbar.page-not-found .dark-logo, header.navbar.newsposts .dark-logo, header.navbar.bright .dark-logo {
  visibility: visible;
  opacity: 1;
  display: initial;
}

header.navbar.tribe_organizer .white-logo, header.navbar.event-single .white-logo, header.navbar.page-not-found .white-logo, header.navbar.newsposts .white-logo, header.navbar.bright .white-logo {
  visibility: hidden;
  opacity: 0;
  display: none;
}

header.navbar.tribe_organizer p.navigation, header.navbar.event-single p.navigation, header.navbar.page-not-found p.navigation, header.navbar.newsposts p.navigation, header.navbar.bright p.navigation {
  color: #003341;
}

header.navbar.tribe_organizer .chevron svg path,
header.navbar.tribe_organizer svg path, header.navbar.event-single .chevron svg path,
header.navbar.event-single svg path, header.navbar.page-not-found .chevron svg path,
header.navbar.page-not-found svg path, header.navbar.newsposts .chevron svg path,
header.navbar.newsposts svg path, header.navbar.bright .chevron svg path,
header.navbar.bright svg path {
  transition: fill 200ms ease-in-out;
  fill: #ffffff;
}

header.navbar.tribe_organizer .hamburger-toggle-button, header.navbar.event-single .hamburger-toggle-button, header.navbar.page-not-found .hamburger-toggle-button, header.navbar.newsposts .hamburger-toggle-button, header.navbar.bright .hamburger-toggle-button {
  background-color: #003341;
}

@media (max-width: 990px) {
  header.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.hamburger-toggle-button {
  height: 44px;
  width: 44px;
  border-radius: 4px;
  border: none;
  background-color: #003341;
  transition: background-color 200ms ease-in-out;
}

.hamburger-toggle-button.open {
  margin-left: 10px;
  background-color: #ffffff;
}

.theme-toggle {
  position: absolute;
  left: 74px;
  top: 40px;
  height: 44px;
  width: 44px;
  border-radius: 4px;
  padding: 0 !important;
  border: none;
  color: #003341;
}

@media (max-width: 990px) {
  .theme-toggle {
    top: 20px;
    left: 56px;
  }
}

.theme-toggle svg {
  stroke: black;
}

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill);
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: var(--icon-fill-hover);
}

.sun-and-moon > .sun-beams {
  stroke: var(--icon-fill);
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
  stroke: var(--icon-fill-hover);
}

[data-theme="dark"] .sun-and-moon > .sun {
  transform: scale(1.75);
}

[data-theme="dark"] .sun-and-moon > .sun-beams {
  opacity: 0;
}

[data-theme="dark"] .sun-and-moon > .moon > circle {
  transform: translateX(-7px);
}

@supports (cx: 1) {
  [data-theme="dark"] .sun-and-moon > .moon > circle {
    cx: 17;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform 0.5s var(--ease-elastic-3);
  }
  .sun-and-moon > .sun-beams {
    transition: transform 0.5s var(--ease-elastic-4), opacity 0.5s var(--ease-3);
  }
  .sun-and-moon .moon > circle {
    transition: transform 0.25s var(--ease-out-5);
  }
  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx 0.25s var(--ease-out-5);
    }
  }
  [data-theme="dark"] .sun-and-moon > .sun {
    transition-timing-function: var(--ease-3);
    transition-duration: 0.25s;
    transform: scale(1.75);
  }
  [data-theme="dark"] .sun-and-moon > .sun-beams {
    transition-duration: 0.15s;
    transform: rotateZ(-25deg);
  }
  [data-theme="dark"] .sun-and-moon > .moon > circle {
    transition-duration: 0.5s;
    transition-delay: 0.25s;
  }
}

header.navbar.bright .theme-toggle {
  background: #003341;
}

header.navbar.bright .theme-toggle svg {
  stroke: white;
  fill: white;
}

html[data-theme="dark"] .hamburger svg path,
html[data-theme="dark"] .chevron svg path {
  fill: #000000 !important;
}

html[data-theme="dark"] header.navbar.bright {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
}

html[data-theme="dark"] header.navbar.bright .dark-logo {
  visibility: hidden;
  display: none;
}

html[data-theme="dark"] header.navbar.bright .white-logo {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-in-out, visibility 0s ease-in-out 200ms;
  display: initial;
}

html[data-theme="dark"] header.navbar.bright .hamburger svg path,
html[data-theme="dark"] header.navbar.bright .chevron svg path {
  fill: white !important;
}

nav#hamburger-menu {
  display: flex;
  justify-content: center;
  flex-direction: row;
  top: 0;
  position: fixed;
  height: 100%;
  background-color: #003341;
  transition: right 400ms ease-in-out, opacity 300ms ease-in-out, visibility 0s linear 400ms;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  right: -409px;
  width: 409px;
}

nav#hamburger-menu button {
  padding-right: 11px;
}

nav#hamburger-menu button p {
  padding-right: 25px;
}

nav#hamburger-menu button .chevron svg {
  width: 19px;
  height: 12px;
  transform: rotate(90deg);
  margin-left: 2px;
  margin-top: 2px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

nav#hamburger-menu button:focus, nav#hamburger-menu button:hover {
  background-color: #ffffff;
}

nav#hamburger-menu button:focus p, nav#hamburger-menu button:hover p {
  text-decoration: underline;
}

nav#hamburger-menu button:focus .chevron svg, nav#hamburger-menu button:hover .chevron svg {
  opacity: 1;
}

nav#hamburger-menu button:focus .chevron svg path, nav#hamburger-menu button:hover .chevron svg path {
  fill: #003341;
}

nav#hamburger-menu button:focus .cross svg, nav#hamburger-menu button:hover .cross svg {
  opacity: 0;
}

@media (max-width: 990px) {
  nav#hamburger-menu {
    width: 100%;
    right: -100%;
    justify-content: flex-start;
    padding-left: 55px;
  }
}

nav#hamburger-menu > div {
  position: absolute;
  top: 40px;
  right: 65px;
}

@media (max-width: 990px) {
  nav#hamburger-menu > div {
    top: 20px;
    right: 12px;
  }
}

nav#hamburger-menu.open {
  opacity: 1;
  transition: right 400ms ease-in-out, opacity 300ms ease-in-out, visibility 0s linear;
  right: 0;
  visibility: visible;
}

nav#hamburger-menu .menu-item {
  position: relative;
}

nav#hamburger-menu .menu-item.current-menu-item::before {
  content: "";
  position: absolute;
  min-height: 10px;
  left: -25px;
  top: 8px;
  min-width: 10px;
  border-radius: 5px;
  background-color: #77cd9e;
}

nav#hamburger-menu > ul {
  padding-top: 159px;
}

nav#hamburger-menu ul li {
  margin-bottom: 15px;
}

nav#hamburger-menu ul li a {
  line-height: 30px;
  font-size: 24px;
}

nav#hamburger-menu ul li.menu-item-has-children > a::after {
  cursor: pointer;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  color: #ffffff;
  margin-left: 15px;
  transition: transform 200ms ease-in-out, top 200ms ease-in-out;
}

nav#hamburger-menu ul li.menu-item-has-children ul {
  margin-left: 20px;
  margin-bottom: 0px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out, margin 300ms ease-in-out, opacity 300ms ease-in-out, visibility 0s ease-in-out 300ms;
}

nav#hamburger-menu ul li.menu-item-has-children ul li a {
  font-size: 20px;
  font-weight: 400;
}

nav#hamburger-menu ul li.menu-item-has-children.open > a::after {
  transform: rotate(135deg);
  top: 6px;
}

nav#hamburger-menu ul li.menu-item-has-children.open ul {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  overflow: unset;
  margin-top: 10px;
  margin-bottom: 15px;
}

nav#hamburger-menu ul li a {
  color: #ffffff;
}

nav#hamburger-menu ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 51, 65, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  transition: visibility 0s ease-in-out, opacity 500ms ease-in-out;
}

#hamburger-overlay.show {
  opacity: 1;
  visibility: visible;
}

article.newspost:hover > div {
  outline: none;
}

.newspost-header {
  margin-top: 124px;
  padding: 40px;
  background-color: #eeeeee;
}

.newspost-header > div.container {
  display: flex;
  align-items: center;
}

.newspost-header > div.container a {
  color: #003341;
}

.newspost-header > div.container a svg {
  margin-right: 10px;
}

.newspost-header > div.container a svg path {
  fill: #003341;
}

@media (max-width: 990px) {
  .newspost-header {
    margin-top: 84px;
  }
  .newspost-header > div.container {
    justify-content: center;
  }
}

html[data-theme="dark"] .newspost > div {
  background-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .newspost > div .arrow-container {
  background-color: #003341;
}

.newspost {
  text-decoration: none;
}

.newspost > div {
  display: flex;
  padding: 20px 20px 21px 20px;
  background-color: #ffffff;
  border-radius: 4px;
}

.newspost > div .arrow-container {
  opacity: 0;
  top: -2px;
  right: -2px;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: #003341;
  border-radius: 0 4px;
  transition: opacity 200ms ease-out;
}

.newspost > div img {
  margin-right: 20px;
  border-radius: 4px;
  width: 135px;
  height: 135px;
  object-fit: cover;
}

.newspost > div p {
  color: #000000;
}

.newspost > div p.infoText {
  margin-bottom: 10px;
}

.newspost > div p.navigation {
  max-width: 90%;
  margin-bottom: 5px;
}

.newspost > div p:last-of-type {
  max-height: 2.65rem;
  overflow: hidden;
}

.newspost > div:hover {
  outline: 2px solid #003341;
}

.newspost > div:hover .arrow-container {
  opacity: 1;
}

@media (max-width: 990px) {
  .newspost > div {
    padding: 10px 10px 14px 10px;
  }
  .newspost > div .arrow-container {
    height: 35px;
    width: 35px;
  }
  .newspost > div img {
    margin-right: 10px;
    height: 80px;
    width: 80px;
  }
  .newspost > div p {
    color: #000000;
  }
  .newspost > div p.infoText {
    margin-bottom: 5px;
  }
  .newspost > div p.navigation {
    max-width: unset;
    margin-bottom: 10px;
    max-height: 2.65rem;
    overflow: hidden;
  }
}

.newspost:active > div, .newspost:focus > div {
  outline: 2px solid #003341;
}

.newspost:active > div .arrow-container, .newspost:focus > div .arrow-container {
  opacity: 1;
}

.newspost + .newspost > div {
  margin-top: 10px;
}

html[data-theme="dark"] .tribe-events-view.tribe-events-view--photo {
  background-color: #1e1f22;
}

html[data-theme="dark"] .button-container {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

html[data-theme="dark"] .button-container > .ticket-button {
  background-color: #77cd9e;
  transition: background-color 200ms ease-in-out;
  color: #000000 !important;
}

html[data-theme="dark"] .button-container > .ticket-button:active, html[data-theme="dark"] .button-container > .ticket-button:focus {
  background-color: #36b666;
}

html[data-theme="dark"] .button-container > .ticket-button svg path {
  fill: #000000 !important;
}

html[data-theme="dark"] .button-container > .link-button {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"]
.tribe-events-pro-photo__event.tribe_events
> .photo-event-wrapper {
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .tribe-events-c-top-bar .category-buttons > .category-button span {
  background-color: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff;
}

html[data-theme="dark"] .tribe-events-c-top-bar .category-buttons > .category-button.active span {
  background-color: #77cd9e !important;
  color: #000000 !important;
}

html[data-theme="dark"] .tribe-common-c-btn-border-small {
  background-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .tribe-common-c-btn-border-small:hover {
  color: #2c2d32 !important;
}

.tribe-events-view.tribe-events-view--photo {
  background-color: #eeeeee;
}

.tribe-events-l-container {
  padding: 0;
}

.tribe-events-pg-template .tribe-events-single {
  margin-top: 124px;
}

@media (max-width: 990px) {
  .tribe-events-pg-template .tribe-events-single {
    margin-top: 84px;
  }
}

.tribe-events-pg-template .tribe-events-single .tribe-events-event-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.the-events-calendar-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.the-events-calendar-category-list ol li {
  display: inline-block;
  list-style: none;
  padding: 0.5rem 1rem;
}

.tribe-events-pro-photo__event {
  position: relative;
}

.tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-link > img {
  width: 100%;
  height: 237px;
  object-fit: cover;
}

.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #ffffff;
  flex-direction: row-reverse;
  align-items: center;
  padding: 3px 8px 5px 8px;
  background-color: #003341;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime span.tribe-events-pro-photo__event-date-tag-daynum,
.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime span.tribe-events-pro-photo__event-date-tag-month {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}

.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime .tribe-events-pro-photo__event-details-wrapper span.tribe-events-pro-photo__event-date-tag-month {
  padding-left: 4px;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime {
    left: 10px;
  }
}

.tribe-events-pro-photo__event .status-text {
  padding: 3px 8px 5px 8px;
  background-color: #f2d368;
  border: 1px solid white;
  position: absolute;
  top: 50px;
  left: 20px;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event .status-text {
    left: 10px;
  }
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper {
  background: #ffffff;
  filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.08));
  border-radius: 4px;
  transition: outline 100ms ease-in-out;
  border-radius: 4px;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .tribe-events-pro-photo__event-featured-image-link img {
  border-radius: 4px 4px 0px 0px;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper h3 {
  padding: 8px 20px 0 20px;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper h3 {
    padding: 8px 10px 0 10px;
  }
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper h3 a:active,
.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper h3 a:focus,
.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper h3 a:hover {
  text-decoration: underline;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .tribe-events-pro-photo__event-cost {
  padding: 0 20px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .tribe-events-pro-photo__event-cost {
    padding: 0 10px;
  }
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container {
  padding: 20px 16px 20px 20px;
  border-top: 1px solid #eeeeee;
  margin-top: auto;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button {
  flex-grow: 2;
  border-radius: 4px;
  background-color: #77cd9e;
  padding-top: 11px;
  padding-bottom: 12px;
  margin-right: 20px;
  font-weight: 700;
  transition: background-color 200ms ease-in-out;
  text-align: center;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button:focus {
  background-color: #36b666;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button svg {
  left: 4px;
  position: relative;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button {
  background-color: #ffffff;
  padding: 11px 13px 12px 13px;
  border-radius: 4px;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  display: table;
  margin-left: auto;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button:focus {
  background-color: #eeeeee;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button:active svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button:focus svg path {
  fill: #003341;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button svg {
  margin-left: 8px;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button svg path {
  transition: fill 200ms ease-in-out;
  fill: #77cd9e;
}

@media (max-width: 990px) {
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container {
    padding: 10px;
  }
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .ticket-button svg {
    left: 4px;
    position: relative;
  }
  .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper .button-container > .link-button {
    padding-top: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover {
  outline: 4px solid #36b666;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button {
  background-color: #f9f9f9;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:focus, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:hover, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:focus, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:hover {
  background-color: #77cd9e;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:focus ~ .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:active ~ .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:hover ~ .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:focus ~ .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:active ~ .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:hover ~ .link-button {
  background-color: #ffffff;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:focus ~ .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:active ~ .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .ticket-button:hover ~ .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:focus ~ .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:active ~ .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .ticket-button:hover ~ .link-button svg path {
  fill: #77cd9e;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .link-button, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .link-button {
  background-color: #77cd9e;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .link-button:focus, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .link-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .link-button:hover, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .link-button:focus, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .link-button:active, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .link-button:hover {
  background-color: #36b666;
}

.tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:focus-within .button-container > .link-button svg path, .tribe-events-pro-photo__event.tribe_events > .photo-event-wrapper:hover .button-container > .link-button svg path {
  fill: #003341;
}

.tribe-events .tribe-events-c-search__button {
  background-color: #003341 !important;
  border-radius: 4px;
  border-radius: 0;
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  padding: 10px 0px 10px 0;
  margin-right: 13px;
  transition: background-color 200ms ease-in-out, margin 200ms ease-in-out;
  border-radius: 4px;
}

.tribe-events .tribe-events-c-search__button > span:first-of-type {
  padding-left: 20px;
  padding-right: 10px;
  color: #ffffff;
  font-weight: bold;
}

.tribe-events .tribe-events-c-search__button > span:last-of-type {
  padding: 10px;
  background: #003341;
  border-radius: 4px;
}

.tribe-events .tribe-events-c-search__button > span:last-of-type svg {
  transition: transform 100ms ease-in-out;
}

.tribe-events .tribe-events-c-search__button:active, .tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
  background-color: #ffffff;
}

.tribe-events .tribe-events-c-search__button:active span, .tribe-events .tribe-events-c-search__button:focus span, .tribe-events .tribe-events-c-search__button:hover span {
  text-decoration: underline;
}

.tribe-events .tribe-events-c-search__button:active span svg, .tribe-events .tribe-events-c-search__button:focus span svg, .tribe-events .tribe-events-c-search__button:hover span svg {
  transform: rotate(5deg);
}

@media (max-width: 720px) {
  .tribe-events .tribe-events-c-search__button {
    width: 100%;
    background-color: #003341;
    padding-top: 13px;
    color: white;
    padding-bottom: 12px;
  }
  .tribe-events .tribe-events-c-search__button > span:first-of-type {
    color: #ffffff;
  }
  .tribe-events .tribe-events-c-search__button > span:last-of-type {
    padding-left: 0px;
  }
}

@media (max-width: 990px) {
  .tribe-events .tribe-events-header {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 990px) {
  .tribe-events .tribe-events-c-events-bar__search-container {
    display: block;
    position: static;
    left: unset;
    right: unset;
    top: unset;
    z-index: unset;
    width: 100%;
  }
}

.tribe-events .tribe-events-c-events-bar__search-container :focus {
  border: 2px solid;
  border-color: #334aff;
}

.tribe-events.tribe-events-view--organizer .tribe-events-header {
  padding-top: 50px;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%;
  padding: 0;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper a img {
  padding: 0;
  width: 100%;
  height: 237px;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}

.tribe-events .tribe-common-anchor {
  color: #003341;
}

.tribe-events.tribe-events-view--venue .tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {
  display: none;
}

.tribe-events-c-top-bar {
  overflow: hidden;
}

.tribe-events-c-top-bar .category-buttons > .category-button span {
  padding: 11px 10px 12px 10px;
  background-color: #003341;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 4px;
  transition: background-color 200ms ease-in-out, outline 50ms ease-in-out, color 200ms ease-in-out;
}

.tribe-events-c-top-bar .category-buttons > .category-button:last-of-type span {
  margin-right: 0;
}

.tribe-events-c-top-bar .category-buttons > .category-button:hover span,
.tribe-events-c-top-bar .category-buttons > .category-button:active span,
.tribe-events-c-top-bar .category-buttons > .category-button:focus span {
  color: #000000;
  background-color: #77cd9e;
  outline: 2px solid #003341;
}

.tribe-events-c-top-bar .category-buttons > .category-button.active span {
  background-color: #77cd9e;
  color: #000000;
}

@media (max-width: 990px) {
  .tribe-events-c-top-bar .category-buttons {
    overflow-x: scroll;
  }
}

.tribe-events
.tribe-events-c-subscribe-dropdown
.tribe-events-c-subscribe-dropdown__button {
  border: 1px solid #003341;
  color: #003341;
}

.tribe-events
.tribe-events-c-subscribe-dropdown
.tribe-events-c-subscribe-dropdown__button:active, .tribe-events
.tribe-events-c-subscribe-dropdown
.tribe-events-c-subscribe-dropdown__button:hover, .tribe-events
.tribe-events-c-subscribe-dropdown
.tribe-events-c-subscribe-dropdown__button:focus {
  background-color: #003341;
}

.tribe-common-g-row.tribe-common-g-row--gutters .tribe-events-pro-photo__event {
  padding-left: 10px;
  padding-right: 10px;
}

.tribe-events-back {
  font-size: 17px;
}

.tribe-events-back svg {
  margin-right: 10px;
}

.tribe-events-back svg path {
  fill: #000000;
}

.tribe-events-back:active, .tribe-events-back:hover, .tribe-events-back:focus {
  text-decoration: underline;
}

@media (max-width: 990px) {
  #tribe-events-pg-template {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.tribe-events-content .ticket-button {
  border-radius: 4px;
  background-color: #77cd9e;
  color: #000000;
  padding: 11px 25px 12px 25px;
  margin-bottom: 20px;
  font-weight: 700;
  transition: background-color 200ms ease-in-out;
  text-align: center;
  display: inline-block;
}

@media (max-width: 540px) {
  .tribe-events-content .ticket-button {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .tribe-events-content .ticket-button:active, .tribe-events-content .ticket-button:hover, .tribe-events-content .ticket-button:focus {
    border-bottom: none;
    background-color: #36b666;
  }
}

.date-wrapper .new-date {
  text-decoration: line-through;
  display: block;
}

.tribe-events-meta-group.tribe-events-meta-group-details {
  font-size: 17px;
}

.tribe-events-meta-group.tribe-events-meta-group-details dt {
  font-weight: bold;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer {
  font-size: 17px;
}

.tribe-related-events .tribe-related-event-info .tribe-related-events-title a:focus, .tribe-related-events .tribe-related-event-info .tribe-related-events-title a:hover {
  text-decoration: none;
}

.tribe-events .datepicker .day.focused {
  background-color: lightgrey;
}

html[data-theme="dark"] .tribe-events-l-container {
  background-color: #1e1f22;
}

html[data-theme="dark"] form textarea,
html[data-theme="dark"] form input[type="tel"],
html[data-theme="dark"] form input[type="number"],
html[data-theme="dark"] form input[type="email"],
html[data-theme="dark"] form input[type="text"] {
  background-color: #2c2d32;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

html[data-theme="dark"] form textarea:hover,
html[data-theme="dark"] form input[type="tel"]:hover,
html[data-theme="dark"] form input[type="number"]:hover,
html[data-theme="dark"] form input[type="email"]:hover,
html[data-theme="dark"] form input[type="text"]:hover {
  background-color: #393c41;
}

form {
  padding: 40px 0;
  width: 100%;
}

form label {
  display: block;
  padding-bottom: 10px;
}

form label:not(:first-of-type) {
  padding-top: 20px;
}

form label.checkbox {
  display: flex;
  flex-direction: row-reverse;
}

form label a {
  text-decoration: underline;
  color: #003341;
}

form label a:visited, form label a:active, form label a:hover {
  color: #003341;
  text-decoration: none;
}

form textarea,
form input[type="tel"],
form input[type="number"],
form input[type="email"],
form input[type="text"] {
  width: 100%;
  padding: 14px;
}

form input[type="checkbox"] {
  border-color: #003341;
}

form input[type="submit"] {
  padding: 15px 20px;
  background-color: #0f6548;
  color: #ffffff;
  display: table;
  margin: 40px auto 0 auto;
  border: none;
  border-radius: 4px;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}

form input[type="submit"]:focus, form input[type="submit"]:active, form input[type="submit"]:hover {
  background-color: #36b666;
  color: #000000;
}

@media (max-width: 990px) {
  form input[type="submit"] {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */