@import url(https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css);
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
/*vendor */
/*local scss*/
/*misc vars */
/*imports*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
html * {
  box-sizing: border-box;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2, body.category #page .page-title, .has-large-font-size {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3, .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 1.17em;
  margin: 1em 0;
}

h4, .tribe-related-events-title, .single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule body.category #page .page-title, body.category #page .single-tribe_events .tribe-events-schedule .page-title, #side-nav strong a, .widget-title, .archive h2.entry-title, .archive body.category #page .entry-title.page-title, body.category #page .archive .entry-title.page-title, .archive .entry-title.has-large-font-size,
.blog h2.entry-title,
.blog body.category #page .entry-title.page-title,
body.category #page .blog .entry-title.page-title,
.blog .entry-title.has-large-font-size, .author .page-title,
.blog .page-title,
.category .page-title,
.date .page-title,
.search .page-title,
.tag .page-title,
body[class*=archive] .page-title, body #page #masthead ~ #content .figure-flag, .wp-block-latest-posts li > a, .signup-form #sidebar .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*base unites of measure */
/*breakpoints*/
/* queries */
/*base container rules*/
#event-hero-slider .hero-slider-content, body:not(.page) #content, .alignwide, .event-list p + .reset-dates, #page #content .event-filters, .post-type-archive-tribe_events .page-header,
.tribe-common, .year-separator-wrapper, .year-separator, .archive #primary,
.author #primary,
.blog #primary,
.category #primary,
.date #primary,
.tag #primary, [class*=inner-container] {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100vw - 48px);
}
@media (max-width: 1335px) {
  #event-hero-slider .hero-slider-content, body:not(.page) #content, .alignwide, .event-list p + .reset-dates, #page #content .event-filters, .post-type-archive-tribe_events .page-header,
.tribe-common, .year-separator-wrapper, .year-separator, .archive #primary,
.author #primary,
.blog #primary,
.category #primary,
.date #primary,
.tag #primary, [class*=inner-container] {
    max-width: 992px;
  }
}
@media (max-width: 1047px) {
  #event-hero-slider .hero-slider-content, body:not(.page) #content, .alignwide, .event-list p + .reset-dates, #page #content .event-filters, .post-type-archive-tribe_events .page-header,
.tribe-common, .year-separator-wrapper, .year-separator, .archive #primary,
.author #primary,
.blog #primary,
.category #primary,
.date #primary,
.tag #primary, [class*=inner-container] {
    max-width: 768px;
  }
}

/*container */
/* New Colors - 2022 Reskin */
.color-blue {
  color: #6399ae;
}

.bg-blue {
  background-color: #6399ae;
}

.color-gold {
  color: #bc8c3d;
}

.bg-gold {
  background-color: #bc8c3d;
}

.color-light-blue {
  color: #d9e1e2;
}

.bg-light-blue {
  background-color: #d9e1e2;
}

.color-sand {
  color: #d6d2c4;
}

.bg-sand {
  background-color: #d6d2c4;
}

.color-black {
  color: #2d2926;
}

.bg-black {
  background-color: #2d2926;
}

.color-white {
  color: #ffffff;
}

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

.color-teal {
  color: #5b7671;
}

.bg-teal {
  background-color: #5b7671;
}

.color-moss {
  color: #747136;
}

.bg-moss {
  background-color: #747136;
}

.color-orange {
  color: #9e652e;
}

.bg-orange {
  background-color: #9e652e;
}

.color-taupe {
  color: #8b8372;
}

.bg-taupe {
  background-color: #8b8372;
}

.color-brown {
  color: #4e3524;
}

.bg-brown {
  background-color: #4e3524;
}

.color-purple {
  color: #86647a;
}

.bg-purple {
  background-color: #86647a;
}

.color-green {
  color: #1c4220;
}

.bg-green {
  background-color: #1c4220;
}

.color-light-sand {
  color: #F7F6F3;
}

.bg-light-sand {
  background-color: #F7F6F3;
}

/*Colors */
/* VD Colors  */
/*Grays*/
/*for gutenberg classes */
body #page .has-blue-color {
  color: #6399ae;
}
body #page .has-blue-background-color {
  background-color: #6399ae;
}
body #page #content .theme-blue .flickity-page-dots .dot.is-selected, body #page #content .theme-blue .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-blue .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-blue .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-blue .figure-flag *,
body #page #content .theme-blue figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-blue label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-blue input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-blue .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-blue p,
body #page #content .theme-blue p span {
  color: initial;
}
body #page #content .theme-blue .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-blue .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-blue label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-gold-color {
  color: #bc8c3d;
}
body #page .has-gold-background-color {
  background-color: #bc8c3d;
}
body #page #content .theme-gold .flickity-page-dots .dot.is-selected, body #page #content .theme-gold .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-gold .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-gold .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-gold .figure-flag *,
body #page #content .theme-gold figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-gold label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-gold input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-gold .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-gold p,
body #page #content .theme-gold p span {
  color: initial;
}
body #page #content .theme-gold .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-gold .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-gold label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-light-blue-color {
  color: #d9e1e2;
}
body #page .has-light-blue-background-color {
  background-color: #d9e1e2;
}
body #page #content .theme-light-blue .flickity-page-dots .dot.is-selected, body #page #content .theme-light-blue .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-light-blue .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-light-blue .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-light-blue .figure-flag *,
body #page #content .theme-light-blue figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-blue label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-light-blue input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-light-blue .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-light-blue p,
body #page #content .theme-light-blue p span {
  color: initial;
}
body #page #content .theme-light-blue .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-light-blue .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-blue label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-sand-color {
  color: #d6d2c4;
}
body #page .has-sand-background-color {
  background-color: #d6d2c4;
}
body #page #content .theme-sand .flickity-page-dots .dot.is-selected, body #page #content .theme-sand .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-sand .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-sand .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-sand .figure-flag *,
body #page #content .theme-sand figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-sand label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-sand input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-sand .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-sand p,
body #page #content .theme-sand p span {
  color: initial;
}
body #page #content .theme-sand .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-sand .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-sand label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-teal-color {
  color: #5b7671;
}
body #page .has-teal-background-color {
  background-color: #5b7671;
}
body #page #content .theme-teal .flickity-page-dots .dot.is-selected, body #page #content .theme-teal .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-teal .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-teal .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-teal .figure-flag *,
body #page #content .theme-teal figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-teal label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-teal input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-teal .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-teal p,
body #page #content .theme-teal p span {
  color: initial;
}
body #page #content .theme-teal .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-teal .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-teal label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-moss-color {
  color: #747136;
}
body #page .has-moss-background-color {
  background-color: #747136;
}
body #page #content .theme-moss .flickity-page-dots .dot.is-selected, body #page #content .theme-moss .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-moss .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-moss .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-moss .figure-flag *,
body #page #content .theme-moss figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-moss label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-moss input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-moss .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-moss p,
body #page #content .theme-moss p span {
  color: initial;
}
body #page #content .theme-moss .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-moss .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-moss label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-orange-color {
  color: #9e652e;
}
body #page .has-orange-background-color {
  background-color: #9e652e;
}
body #page #content .theme-orange .flickity-page-dots .dot.is-selected, body #page #content .theme-orange .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-orange .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-orange .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-orange .figure-flag *,
body #page #content .theme-orange figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-orange label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-orange input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-orange .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-orange p,
body #page #content .theme-orange p span {
  color: initial;
}
body #page #content .theme-orange .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-orange .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-orange label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-taupe-color {
  color: #8b8372;
}
body #page .has-taupe-background-color {
  background-color: #8b8372;
}
body #page #content .theme-taupe .flickity-page-dots .dot.is-selected, body #page #content .theme-taupe .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-taupe .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-taupe .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-taupe .figure-flag *,
body #page #content .theme-taupe figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-taupe label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-taupe input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-taupe .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-taupe p,
body #page #content .theme-taupe p span {
  color: initial;
}
body #page #content .theme-taupe .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-taupe .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-taupe label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-brown-color {
  color: #4e3524;
}
body #page .has-brown-background-color {
  background-color: #4e3524;
}
body #page #content .theme-brown .flickity-page-dots .dot.is-selected, body #page #content .theme-brown .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-brown .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-brown .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-brown .figure-flag *,
body #page #content .theme-brown figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-brown label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-brown input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-brown .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-brown p,
body #page #content .theme-brown p span {
  color: initial;
}
body #page #content .theme-brown .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-brown .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-brown label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-purple-color {
  color: #86647a;
}
body #page .has-purple-background-color {
  background-color: #86647a;
}
body #page #content .theme-purple .flickity-page-dots .dot.is-selected, body #page #content .theme-purple .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-purple .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-purple .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-purple .figure-flag *,
body #page #content .theme-purple figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-purple label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-purple input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-purple .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-purple p,
body #page #content .theme-purple p span {
  color: initial;
}
body #page #content .theme-purple .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-purple .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-purple label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-green-color {
  color: #1c4220;
}
body #page .has-green-background-color {
  background-color: #1c4220;
}
body #page #content .theme-green .flickity-page-dots .dot.is-selected, body #page #content .theme-green .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-green .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-green .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-green .figure-flag *,
body #page #content .theme-green figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-green label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-green input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-green .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-green p,
body #page #content .theme-green p span {
  color: initial;
}
body #page #content .theme-green .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-green .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-green label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-light-sand-color {
  color: #F7F6F3;
}
body #page .has-light-sand-background-color {
  background-color: #F7F6F3;
}
body #page #content .theme-light-sand .flickity-page-dots .dot.is-selected, body #page #content .theme-light-sand .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-light-sand .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-light-sand .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-light-sand .figure-flag *,
body #page #content .theme-light-sand figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-sand label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-light-sand input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-light-sand .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-light-sand p,
body #page #content .theme-light-sand p span {
  color: initial;
}
body #page #content .theme-light-sand .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-light-sand .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-sand label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-light-gray-color {
  color: #ebe8e6;
}
body #page .has-light-gray-background-color {
  background-color: #ebe8e6;
}
body #page #content .theme-light-gray .flickity-page-dots .dot.is-selected, body #page #content .theme-light-gray .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-light-gray .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-light-gray .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-light-gray .figure-flag *,
body #page #content .theme-light-gray figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-gray label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-light-gray input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-light-gray .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-light-gray p,
body #page #content .theme-light-gray p span {
  color: initial;
}
body #page #content .theme-light-gray .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-light-gray .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-light-gray label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-gray-color {
  color: #CDC6C0;
}
body #page .has-gray-background-color {
  background-color: #CDC6C0;
}
body #page #content .theme-gray .flickity-page-dots .dot.is-selected, body #page #content .theme-gray .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-gray .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-gray .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-gray .figure-flag *,
body #page #content .theme-gray figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-gray label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-gray input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-gray .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-gray p,
body #page #content .theme-gray p span {
  color: initial;
}
body #page #content .theme-gray .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-gray .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-gray label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-dark-gray-color {
  color: #5E4F42;
}
body #page .has-dark-gray-background-color {
  background-color: #5E4F42;
}
body #page #content .theme-dark-gray .flickity-page-dots .dot.is-selected, body #page #content .theme-dark-gray .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-dark-gray .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-dark-gray .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-dark-gray .figure-flag *,
body #page #content .theme-dark-gray figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-dark-gray label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-dark-gray input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-dark-gray .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-dark-gray p,
body #page #content .theme-dark-gray p span {
  color: initial;
}
body #page #content .theme-dark-gray .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-dark-gray .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-dark-gray label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-white-color {
  color: #ffffff;
}
body #page .has-white-background-color {
  background-color: #ffffff;
}
body #page #content .theme-white .flickity-page-dots .dot.is-selected, body #page #content .theme-white .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-white .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-white .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-white .figure-flag *,
body #page #content .theme-white figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-white label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-white input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-white .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-white p,
body #page #content .theme-white p span {
  color: initial;
}
body #page #content .theme-white .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-white .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-white label:hover {
    color: #4f8499 !important;
  }
}
body #page .has-black-color {
  color: #2d2926;
}
body #page .has-black-background-color {
  background-color: #2d2926;
}
body #page #content .theme-black .flickity-page-dots .dot.is-selected, body #page #content .theme-black .flickity-page-dots .dot:hover {
  background: #6399ae;
}
body #page #content .theme-black .gm-ui-hover-effect {
  background: #6399ae !important;
}
body #page #content .theme-black .gm-ui-hover-effect:hover {
  background: #a6c5d1 !important;
}
body #page #content .theme-black .figure-flag *,
body #page #content .theme-black figcaption * {
  color: #fff !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-black label:hover {
    color: #6399ae;
    border-color: #6399ae !important;
  }
}
body #page #content .theme-black input:checked + label {
  color: #6399ae !important;
  border-color: #6399ae !important;
}
body #page #content .theme-black .accessibility-list li > a {
  color: #fff !important;
}
body #page #content .theme-black p,
body #page #content .theme-black p span {
  color: initial;
}
body #page #content .theme-black .wp-block-column a {
  text-decoration: underline;
}
body #page #content .theme-black .wp-block-column a:hover {
  color: #4f8499 !important;
}
@media (min-width: 1048px) {
  body #page #content .theme-black label:hover {
    color: #4f8499 !important;
  }
}

.has-text-color a, .color-black a, .has-black-color a {
  color: #6399ae !important;
  text-decoration: underline;
}
.has-text-color a:hover, .color-black a:hover, .has-black-color a:hover {
  color: #2d2926 !important;
}

.color-white a {
  color: #ffffff !important;
}
.color-white a:hover {
  color: #2d2926 !important;
}

.bg-blue a {
  color: #ffffff;
}
.bg-blue a:hover {
  color: #bc8c3d;
}

.entry-content p a:not(.link-arrow-right) {
  text-decoration: underline;
}

/*responsive pad*/
.hide {
  display: none !important;
}

body:not(.page) #content .widget:not(:last-of-type), .author article:not(:last-of-type),
.blog article:not(:last-of-type),
.category article:not(:last-of-type),
.date article:not(:last-of-type),
.search article:not(:last-of-type),
.tag article:not(:last-of-type),
body[class*=archive] article:not(:last-of-type), body:not(.page) #content .widget:only-of-type:first-child:not(article), .author article:only-of-type:first-child:not(article),
.blog article:only-of-type:first-child:not(article),
.category article:only-of-type:first-child:not(article),
.date article:only-of-type:first-child:not(article),
.search article:only-of-type:first-child:not(article),
.tag article:only-of-type:first-child:not(article),
body[class*=archive] article:only-of-type:first-child:not(article) {
  border-bottom: 2px solid #CDC6C0;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.site-footer > div:last-child .sponsors a {
  top: 0;
  position: relative;
}
.site-footer > div:last-child .sponsors a:hover {
  opacity: 0.7;
}

.flickity-page-dots li.dot {
  border-radius: 50%;
  border: 2px solid transparent !important;
  height: 20px;
  width: 20px;
  background: none;
  opacity: 1 !important;
  background: #CDC6C0;
}
.flickity-page-dots li.is-selected.dot, .flickity-page-dots li.dot:hover {
  background: #6399ae;
}

#event-hero-slider .flickity-page-dots li.dot {
  border-color: #fff;
}
#event-hero-slider .flickity-page-dots li.dot.is-selected, #event-hero-slider .flickity-page-dots li.dot:hover {
  background: #fff;
}

.site-footer, .wp-block-button.is-style-alt a.has-white-color, .has-white-color.btn, #page .tribe-events-l-container .has-white-color.tribe-common-c-btn,
#page .tribe-events-l-container .has-white-color.tribe-events-c-ical__link, .post-navigation a.has-white-color,
.posts-navigation a.has-white-color, input.has-white-color[type=submit], .wp-block-cover.has-background-dim > img + div {
  color: #fff;
}
.site-footer a, .wp-block-button.is-style-alt a.has-white-color a, .has-white-color.btn a, #page .tribe-events-l-container .has-white-color.tribe-common-c-btn a,
#page .tribe-events-l-container .has-white-color.tribe-events-c-ical__link a, .post-navigation a.has-white-color a,
.posts-navigation a.has-white-color a, input.has-white-color[type=submit] a, .wp-block-cover.has-background-dim > img + div a {
  color: #fff;
}
.site-footer a:hover, .wp-block-button.is-style-alt a.has-white-color a:hover, .has-white-color.btn a:hover, #page .tribe-events-l-container .has-white-color.tribe-common-c-btn a:hover,
#page .tribe-events-l-container .has-white-color.tribe-events-c-ical__link a:hover, .post-navigation a.has-white-color a:hover,
.posts-navigation a.has-white-color a:hover, input.has-white-color[type=submit] a:hover, .wp-block-cover.has-background-dim > img + div a:hover {
  color: #6399ae;
}

.archive #primary article figure,
.author #primary article figure,
.blog #primary article figure,
.category #primary article figure,
.date #primary article figure,
.tag #primary article figure, .is-style-card[class*=fill] figure, #page #content .staff-column > .wp-block-column [class*=fill].wp-block-media-text figure, #content .is-style-feature figure, .wp-block-latest-posts [class*=featured-image], #page .wp-block-gallery.is-style-even-squares figure, #page .wp-block-gallery.is-style-mosaic figure {
  padding-bottom: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 655px) {
  .archive #primary article figure,
.author #primary article figure,
.blog #primary article figure,
.category #primary article figure,
.date #primary article figure,
.tag #primary article figure, .is-style-card[class*=fill] figure, #page #content .staff-column > .wp-block-column [class*=fill].wp-block-media-text figure, #content .is-style-feature figure, .wp-block-latest-posts [class*=featured-image], #page .wp-block-gallery.is-style-even-squares figure, #page .wp-block-gallery.is-style-mosaic figure {
    padding-bottom: 66%;
  }
}
.archive #primary article figure img,
.author #primary article figure img,
.blog #primary article figure img,
.category #primary article figure img,
.date #primary article figure img,
.tag #primary article figure img, .is-style-card[class*=fill] figure img, #page #content .staff-column > .wp-block-column [class*=fill].wp-block-media-text figure img, #content .is-style-feature figure img, .wp-block-latest-posts [class*=featured-image] img, #page .wp-block-gallery.is-style-even-squares figure img, #page .wp-block-gallery.is-style-mosaic figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0;
  height: 100%;
}

#content .is-style-feature.wp-block-media-text > *, #content .is-style-feature.wp-block-columns .wp-block-column:first-child, .wp-block-columns[class*=background-color] {
  padding: 48px;
}
@media (min-width: 1047px) {
  #content .is-style-feature.wp-block-media-text > *, #content .is-style-feature.wp-block-columns .wp-block-column:first-child, .wp-block-columns[class*=background-color] {
    padding: 72px;
  }
}
@media (max-width: 655px) {
  #content .is-style-feature.wp-block-media-text > *, #content .is-style-feature.wp-block-columns .wp-block-column:first-child, .wp-block-columns[class*=background-color] {
    padding: 48px 24px;
  }
}

.dynamic-feature .feature-slider a img, a figure img,
figure a img, .wp-block-latest-posts [class*=featured-image] a img {
  transform: translateZ(0);
  transition: transform 0.3s;
  will-change: transform;
}
@media (min-width: 1048px) {
  .dynamic-feature .feature-slider a:hover img, a figure:hover img,
figure a:hover img, .wp-block-latest-posts [class*=featured-image] a:hover img {
    transform: scale(1.06);
  }
  .dynamic-feature .feature-slider a:hover figcaption, a figure:hover figcaption,
figure a:hover figcaption, .wp-block-latest-posts [class*=featured-image] a:hover figcaption {
    padding: 24px !important;
  }
}

.dynamic-feature .feature-slider-content .flickity-slider, .badge-slider .flickity-slider {
  transform: none !important;
}
.dynamic-feature .feature-slider-content .flickity-slider > *, .badge-slider .flickity-slider > * {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, padding-left 0.3s !important;
  z-index: -1;
}
.dynamic-feature .feature-slider-content .flickity-slider > * a, .badge-slider .flickity-slider > * a {
  pointer-events: none;
}
.dynamic-feature .feature-slider-content .flickity-slider > *.is-selected, .badge-slider .flickity-slider > *.is-selected {
  opacity: 1;
  z-index: 1;
}
.dynamic-feature .feature-slider-content .flickity-slider > *.is-selected a, .badge-slider .flickity-slider > *.is-selected a {
  pointer-events: all;
}

@media (min-width: 656px) {
  .feature-slider-wrapper:hover .figure-flag, .bump-out {
    padding-left: 48px !important;
  }
}

/*imports */
[class^=wi] {
  font-family: "weathericons";
}

@font-face {
  font-family: "BalboaBold";
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.eot");
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.eot") format("embedded-opentype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.woff2") format("woff2"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.woff") format("woff"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.ttf") format("truetype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/bold/fonts/font.svg#font") format("svg");
}
@font-face {
  font-family: "BalboaExtraCondensed";
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.eot");
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.eot") format("embedded-opentype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.woff2") format("woff2"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.woff") format("woff"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.ttf") format("truetype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/extra-condensed/fonts/font.svg#font") format("svg");
}
@font-face {
  font-family: "BalboaLight";
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.eot");
  src: url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.eot") format("embedded-opentype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.woff2") format("woff2"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.woff") format("woff"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.ttf") format("truetype"), url("/wp-content/themes/visitduluth/assets/fonts/balboa/light/fonts/font.svg#font") format("svg");
}
h1,
h2,
body.category #page .page-title,
.has-large-font-size,
h3,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title,
h4,
.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2,
.single-tribe_events .tribe-events-schedule .has-large-font-size,
#side-nav strong a,
.widget-title,
.archive h2.entry-title,
.archive .entry-title.has-large-font-size,
.blog h2.entry-title,
.blog .entry-title.has-large-font-size,
.author .page-title,
.blog .page-title,
.category .page-title,
.date .page-title,
.search .page-title,
.tag .page-title,
body[class*=archive] .page-title,
body #page #masthead ~ #content .figure-flag,
.wp-block-latest-posts li > a,
.signup-form #sidebar .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title,
h5,
h6 {
  margin-bottom: 0;
  font-family: "BalboaExtraCondensed", sans-serif;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 0;
  letter-spacing: 0;
}
h1:last-child:not(:only-child), h1:only-child,
h2:last-child:not(:only-child),
body.category #page .page-title:last-child:not(:only-child),
.has-large-font-size:last-child:not(:only-child),
h2:only-child,
body.category #page .page-title:only-child,
.has-large-font-size:only-child,
h3:last-child:not(:only-child),
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:last-child:not(:only-child),
h3:only-child,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:only-child,
h4:last-child:not(:only-child),
.tribe-related-events-title:last-child:not(:only-child),
#side-nav strong a:last-child:not(:only-child),
.widget-title:last-child:not(:only-child),
.author .page-title:last-child:not(:only-child),
.blog .page-title:last-child:not(:only-child),
.category .page-title:last-child:not(:only-child),
.date .page-title:last-child:not(:only-child),
.search .page-title:last-child:not(:only-child),
.tag .page-title:last-child:not(:only-child),
body[class*=archive] .page-title:last-child:not(:only-child),
body #page #masthead ~ #content .figure-flag:last-child:not(:only-child),
.wp-block-latest-posts li > a:last-child:not(:only-child),
.signup-form #sidebar .gform_title:last-child:not(:only-child),
.signup-form .wp-block-column[style*=flex]:last-child .gform_title:last-child:not(:only-child),
h4:only-child,
.tribe-related-events-title:only-child,
.single-tribe_events .tribe-events-schedule h2:only-child,
.single-tribe_events .tribe-events-schedule .has-large-font-size:only-child,
#side-nav strong a:only-child,
.widget-title:only-child,
.archive h2.entry-title:only-child,
.archive .entry-title.has-large-font-size:only-child,
.blog h2.entry-title:only-child,
.blog .entry-title.has-large-font-size:only-child,
.author .page-title:only-child,
.blog .page-title:only-child,
.category .page-title:only-child,
.date .page-title:only-child,
.search .page-title:only-child,
.tag .page-title:only-child,
body[class*=archive] .page-title:only-child,
body #page #masthead ~ #content .figure-flag:only-child,
.wp-block-latest-posts li > a:only-child,
.signup-form #sidebar .gform_title:only-child,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title:only-child,
h5:last-child:not(:only-child),
h5:only-child,
h6:last-child:not(:only-child),
h6:only-child {
  margin-bottom: 0 !important;
}
h1.alignwide, .event-list p + h1.reset-dates, #page #content h1.event-filters, .post-type-archive-tribe_events h1.page-header,
h1.tribe-common, h1.year-separator-wrapper, h1.year-separator, .archive h1#primary,
.author h1#primary,
.blog h1#primary,
.category h1#primary,
.date h1#primary,
.tag h1#primary,
h2.alignwide,
.event-list p + h2.reset-dates,
#page #content h2.event-filters,
.post-type-archive-tribe_events h2.page-header,
h2.tribe-common,
h2.year-separator-wrapper,
h2.year-separator,
.archive h2#primary,
.author h2#primary,
.blog h2#primary,
.category h2#primary,
.date h2#primary,
.tag h2#primary,
body.category #page .alignwide.page-title,
body.category #page .event-list p + .page-title.reset-dates,
.event-list body.category #page p + .page-title.reset-dates,
body.category #page #content .page-title.event-filters,
body.category #page .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events body.category #page .page-title.page-header,
body.category #page .page-title.tribe-common,
body.category #page .page-title.year-separator-wrapper,
body.category #page .page-title.year-separator,
body.category #page .archive .page-title#primary,
.archive body.category #page .page-title#primary,
body.category #page .author .page-title#primary,
.author body.category #page .page-title#primary,
body.category #page .blog .page-title#primary,
.blog body.category #page .page-title#primary,
body.category #page .page-title#primary,
body.category #page .date .page-title#primary,
.date body.category #page .page-title#primary,
body.category #page .tag .page-title#primary,
.tag body.category #page .page-title#primary,
.alignwide.has-large-font-size,
.event-list p + .has-large-font-size.reset-dates,
#page #content .has-large-font-size.event-filters,
.post-type-archive-tribe_events .has-large-font-size.page-header,
.has-large-font-size.tribe-common,
.has-large-font-size.year-separator-wrapper,
.has-large-font-size.year-separator,
.archive .has-large-font-size#primary,
.author .has-large-font-size#primary,
.blog .has-large-font-size#primary,
.category .has-large-font-size#primary,
.date .has-large-font-size#primary,
.tag .has-large-font-size#primary,
h3.alignwide,
.event-list p + h3.reset-dates,
#page #content h3.event-filters,
.post-type-archive-tribe_events h3.page-header,
h3.tribe-common,
h3.year-separator-wrapper,
h3.year-separator,
.archive h3#primary,
.author h3#primary,
.blog h3#primary,
.category h3#primary,
.date h3#primary,
.tag h3#primary,
.wp-block-latest-posts__list .alignwide.wp-block-latest-posts__post-title,
.wp-block-latest-posts__list .event-list p + .wp-block-latest-posts__post-title.reset-dates,
.event-list .wp-block-latest-posts__list p + .wp-block-latest-posts__post-title.reset-dates,
.wp-block-latest-posts__list #page #content .wp-block-latest-posts__post-title.event-filters,
#page #content .wp-block-latest-posts__list .wp-block-latest-posts__post-title.event-filters,
.wp-block-latest-posts__list .post-type-archive-tribe_events .wp-block-latest-posts__post-title.page-header,
.post-type-archive-tribe_events .wp-block-latest-posts__list .wp-block-latest-posts__post-title.page-header,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title.tribe-common,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title.year-separator-wrapper,
.wp-block-latest-posts__list .wp-block-latest-posts__post-title.year-separator,
.wp-block-latest-posts__list .archive .wp-block-latest-posts__post-title#primary,
.archive .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
.wp-block-latest-posts__list .author .wp-block-latest-posts__post-title#primary,
.author .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
.wp-block-latest-posts__list .blog .wp-block-latest-posts__post-title#primary,
.blog .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
.wp-block-latest-posts__list .category .wp-block-latest-posts__post-title#primary,
.category .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
.wp-block-latest-posts__list .date .wp-block-latest-posts__post-title#primary,
.date .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
.wp-block-latest-posts__list .tag .wp-block-latest-posts__post-title#primary,
.tag .wp-block-latest-posts__list .wp-block-latest-posts__post-title#primary,
h4.alignwide,
.alignwide.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.alignwide,
.single-tribe_events .tribe-events-schedule .alignwide.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page .alignwide.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .alignwide.page-title,
.event-list p + h4.reset-dates,
.event-list p + .reset-dates.tribe-related-events-title,
.event-list .single-tribe_events .tribe-events-schedule p + h2.reset-dates,
.single-tribe_events .tribe-events-schedule .event-list p + h2.reset-dates,
.event-list .single-tribe_events .tribe-events-schedule p + .reset-dates.has-large-font-size,
.single-tribe_events .tribe-events-schedule .event-list p + .reset-dates.has-large-font-size,
.event-list .single-tribe_events .tribe-events-schedule body.category #page p + .reset-dates.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .event-list p + .reset-dates.page-title,
.event-list body.category #page .single-tribe_events .tribe-events-schedule p + .reset-dates.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .event-list p + .reset-dates.page-title,
#page #content h4.event-filters,
#page #content .event-filters.tribe-related-events-title,
#page #content .single-tribe_events .tribe-events-schedule h2.event-filters,
.single-tribe_events .tribe-events-schedule #page #content h2.event-filters,
#page #content .single-tribe_events .tribe-events-schedule .event-filters.has-large-font-size,
.single-tribe_events .tribe-events-schedule #page #content .event-filters.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page #content .event-filters.page-title,
body.category #page #content .single-tribe_events .tribe-events-schedule .event-filters.page-title,
body.category #page .single-tribe_events .tribe-events-schedule #content .event-filters.page-title,
.post-type-archive-tribe_events h4.page-header,
.post-type-archive-tribe_events .page-header.tribe-related-events-title,
.post-type-archive-tribe_events .single-tribe_events .tribe-events-schedule h2.page-header,
.single-tribe_events .tribe-events-schedule .post-type-archive-tribe_events h2.page-header,
.post-type-archive-tribe_events .single-tribe_events .tribe-events-schedule .page-header.has-large-font-size,
.single-tribe_events .tribe-events-schedule .post-type-archive-tribe_events .page-header.has-large-font-size,
.post-type-archive-tribe_events .single-tribe_events .tribe-events-schedule body.category #page .page-header.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .post-type-archive-tribe_events .page-header.page-title,
.post-type-archive-tribe_events body.category #page .single-tribe_events .tribe-events-schedule .page-header.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .post-type-archive-tribe_events .page-header.page-title,
h4.tribe-common,
.tribe-common.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.tribe-common,
.single-tribe_events .tribe-events-schedule .tribe-common.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page .tribe-common.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .tribe-common.page-title,
h4.year-separator-wrapper,
.year-separator-wrapper.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.year-separator-wrapper,
.single-tribe_events .tribe-events-schedule .year-separator-wrapper.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page .year-separator-wrapper.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .year-separator-wrapper.page-title,
h4.year-separator,
.year-separator.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.year-separator,
.single-tribe_events .tribe-events-schedule .year-separator.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page .year-separator.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .year-separator.page-title,
#side-nav strong a.alignwide,
#side-nav strong .event-list p + a.reset-dates,
.event-list #side-nav strong p + a.reset-dates,
#side-nav strong #page #content a.event-filters,
#page #content #side-nav strong a.event-filters,
#side-nav strong .post-type-archive-tribe_events a.page-header,
.post-type-archive-tribe_events #side-nav strong a.page-header,
#side-nav strong a.tribe-common,
#side-nav strong a.year-separator-wrapper,
#side-nav strong a.year-separator,
.archive h4#primary,
.archive #primary.tribe-related-events-title,
.archive .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .archive h2#primary,
.archive .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .archive #primary.has-large-font-size,
.archive .single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .archive #primary.page-title,
.archive body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .archive #primary.page-title,
.archive #side-nav strong a#primary,
#side-nav strong .archive a#primary,
.author h4#primary,
.author #primary.tribe-related-events-title,
.author .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .author h2#primary,
.author .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .author #primary.has-large-font-size,
.author .single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .author #primary.page-title,
.author body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .author #primary.page-title,
.author #side-nav strong a#primary,
#side-nav strong .author a#primary,
.blog h4#primary,
.blog #primary.tribe-related-events-title,
.blog .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .blog h2#primary,
.blog .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .blog #primary.has-large-font-size,
.blog .single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .blog #primary.page-title,
.blog body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .blog #primary.page-title,
.blog #side-nav strong a#primary,
#side-nav strong .blog a#primary,
.category h4#primary,
.category #primary.tribe-related-events-title,
.category .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .category h2#primary,
.category .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .category #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
.category #side-nav strong a#primary,
#side-nav strong .category a#primary,
.date h4#primary,
.date #primary.tribe-related-events-title,
.date .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .date h2#primary,
.date .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .date #primary.has-large-font-size,
.date .single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .date #primary.page-title,
.date body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .date #primary.page-title,
.date #side-nav strong a#primary,
#side-nav strong .date a#primary,
.tag h4#primary,
.tag #primary.tribe-related-events-title,
.tag .single-tribe_events .tribe-events-schedule h2#primary,
.single-tribe_events .tribe-events-schedule .tag h2#primary,
.tag .single-tribe_events .tribe-events-schedule #primary.has-large-font-size,
.single-tribe_events .tribe-events-schedule .tag #primary.has-large-font-size,
.tag .single-tribe_events .tribe-events-schedule body.category #page #primary.page-title,
.single-tribe_events .tribe-events-schedule body.category #page .tag #primary.page-title,
.tag body.category #page .single-tribe_events .tribe-events-schedule #primary.page-title,
body.category #page .single-tribe_events .tribe-events-schedule .tag #primary.page-title,
.tag #side-nav strong a#primary,
#side-nav strong .tag a#primary,
.alignwide.widget-title,
.event-list p + .widget-title.reset-dates,
#page #content .widget-title.event-filters,
.post-type-archive-tribe_events .widget-title.page-header,
.widget-title.tribe-common,
.widget-title.year-separator-wrapper,
.widget-title.year-separator,
.archive .widget-title#primary,
.author .widget-title#primary,
.blog .widget-title#primary,
.category .widget-title#primary,
.date .widget-title#primary,
.tag .widget-title#primary,
.archive h2.alignwide.entry-title,
.archive .event-list p + h2.entry-title.reset-dates,
.event-list .archive p + h2.entry-title.reset-dates,
.archive #page #content h2.entry-title.event-filters,
#page #content .archive h2.entry-title.event-filters,
.archive .post-type-archive-tribe_events h2.entry-title.page-header,
.post-type-archive-tribe_events .archive h2.entry-title.page-header,
.archive h2.entry-title.tribe-common,
.archive h2.entry-title.year-separator-wrapper,
.archive h2.entry-title.year-separator,
.archive h2.entry-title#primary,
.archive .author h2.entry-title#primary,
.author .archive h2.entry-title#primary,
.archive .blog h2.entry-title#primary,
.blog .archive h2.entry-title#primary,
.archive .category h2.entry-title#primary,
.category .archive h2.entry-title#primary,
.archive .date h2.entry-title#primary,
.date .archive h2.entry-title#primary,
.archive .tag h2.entry-title#primary,
.tag .archive h2.entry-title#primary,
.archive .alignwide.entry-title.has-large-font-size,
.archive .event-list p + .entry-title.has-large-font-size.reset-dates,
.event-list .archive p + .entry-title.has-large-font-size.reset-dates,
.archive #page #content .entry-title.has-large-font-size.event-filters,
#page #content .archive .entry-title.has-large-font-size.event-filters,
.archive .post-type-archive-tribe_events .entry-title.has-large-font-size.page-header,
.post-type-archive-tribe_events .archive .entry-title.has-large-font-size.page-header,
.archive .entry-title.has-large-font-size.tribe-common,
.archive .entry-title.has-large-font-size.year-separator-wrapper,
.archive .entry-title.has-large-font-size.year-separator,
.archive .entry-title.has-large-font-size#primary,
.archive .author .entry-title.has-large-font-size#primary,
.author .archive .entry-title.has-large-font-size#primary,
.archive .blog .entry-title.has-large-font-size#primary,
.blog .archive .entry-title.has-large-font-size#primary,
.archive .category .entry-title.has-large-font-size#primary,
.category .archive .entry-title.has-large-font-size#primary,
.archive .date .entry-title.has-large-font-size#primary,
.date .archive .entry-title.has-large-font-size#primary,
.archive .tag .entry-title.has-large-font-size#primary,
.tag .archive .entry-title.has-large-font-size#primary,
.blog h2.alignwide.entry-title,
.blog .event-list p + h2.entry-title.reset-dates,
.event-list .blog p + h2.entry-title.reset-dates,
.blog #page #content h2.entry-title.event-filters,
#page #content .blog h2.entry-title.event-filters,
.blog .post-type-archive-tribe_events h2.entry-title.page-header,
.post-type-archive-tribe_events .blog h2.entry-title.page-header,
.blog h2.entry-title.tribe-common,
.blog h2.entry-title.year-separator-wrapper,
.blog h2.entry-title.year-separator,
.blog .archive h2.entry-title#primary,
.archive .blog h2.entry-title#primary,
.blog .author h2.entry-title#primary,
.author .blog h2.entry-title#primary,
.blog h2.entry-title#primary,
.blog .category h2.entry-title#primary,
.category .blog h2.entry-title#primary,
.blog .date h2.entry-title#primary,
.date .blog h2.entry-title#primary,
.blog .tag h2.entry-title#primary,
.tag .blog h2.entry-title#primary,
.blog .alignwide.entry-title.has-large-font-size,
.blog .event-list p + .entry-title.has-large-font-size.reset-dates,
.event-list .blog p + .entry-title.has-large-font-size.reset-dates,
.blog #page #content .entry-title.has-large-font-size.event-filters,
#page #content .blog .entry-title.has-large-font-size.event-filters,
.blog .post-type-archive-tribe_events .entry-title.has-large-font-size.page-header,
.post-type-archive-tribe_events .blog .entry-title.has-large-font-size.page-header,
.blog .entry-title.has-large-font-size.tribe-common,
.blog .entry-title.has-large-font-size.year-separator-wrapper,
.blog .entry-title.has-large-font-size.year-separator,
.blog .archive .entry-title.has-large-font-size#primary,
.archive .blog .entry-title.has-large-font-size#primary,
.blog .author .entry-title.has-large-font-size#primary,
.author .blog .entry-title.has-large-font-size#primary,
.blog .entry-title.has-large-font-size#primary,
.blog .category .entry-title.has-large-font-size#primary,
.category .blog .entry-title.has-large-font-size#primary,
.blog .date .entry-title.has-large-font-size#primary,
.date .blog .entry-title.has-large-font-size#primary,
.blog .tag .entry-title.has-large-font-size#primary,
.tag .blog .entry-title.has-large-font-size#primary,
.author .alignwide.page-title,
.author .event-list p + .page-title.reset-dates,
.event-list .author p + .page-title.reset-dates,
.author #page #content .page-title.event-filters,
#page #content .author .page-title.event-filters,
.author .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .author .page-title.page-header,
.author .page-title.tribe-common,
.author .page-title.year-separator-wrapper,
.author .page-title.year-separator,
.author .archive .page-title#primary,
.archive .author .page-title#primary,
.author .page-title#primary,
.author .blog .page-title#primary,
.blog .author .page-title#primary,
.author .category .page-title#primary,
.category .author .page-title#primary,
.author .date .page-title#primary,
.date .author .page-title#primary,
.author .tag .page-title#primary,
.tag .author .page-title#primary,
.blog .alignwide.page-title,
.blog .event-list p + .page-title.reset-dates,
.event-list .blog p + .page-title.reset-dates,
.blog #page #content .page-title.event-filters,
#page #content .blog .page-title.event-filters,
.blog .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .blog .page-title.page-header,
.blog .page-title.tribe-common,
.blog .page-title.year-separator-wrapper,
.blog .page-title.year-separator,
.blog .archive .page-title#primary,
.archive .blog .page-title#primary,
.blog .author .page-title#primary,
.author .blog .page-title#primary,
.blog .page-title#primary,
.blog .category .page-title#primary,
.category .blog .page-title#primary,
.blog .date .page-title#primary,
.date .blog .page-title#primary,
.blog .tag .page-title#primary,
.tag .blog .page-title#primary,
.category .alignwide.page-title,
.category .event-list p + .page-title.reset-dates,
.event-list .category p + .page-title.reset-dates,
.category #page #content .page-title.event-filters,
#page #content .category .page-title.event-filters,
.category .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .category .page-title.page-header,
.category .page-title.tribe-common,
.category .page-title.year-separator-wrapper,
.category .page-title.year-separator,
.category .archive .page-title#primary,
.archive .category .page-title#primary,
.category .author .page-title#primary,
.author .category .page-title#primary,
.category .blog .page-title#primary,
.blog .category .page-title#primary,
.category .page-title#primary,
.category .date .page-title#primary,
.date .category .page-title#primary,
.category .tag .page-title#primary,
.tag .category .page-title#primary,
.date .alignwide.page-title,
.date .event-list p + .page-title.reset-dates,
.event-list .date p + .page-title.reset-dates,
.date #page #content .page-title.event-filters,
#page #content .date .page-title.event-filters,
.date .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .date .page-title.page-header,
.date .page-title.tribe-common,
.date .page-title.year-separator-wrapper,
.date .page-title.year-separator,
.date .archive .page-title#primary,
.archive .date .page-title#primary,
.date .author .page-title#primary,
.author .date .page-title#primary,
.date .blog .page-title#primary,
.blog .date .page-title#primary,
.date .category .page-title#primary,
.category .date .page-title#primary,
.date .page-title#primary,
.date .tag .page-title#primary,
.tag .date .page-title#primary,
.search .alignwide.page-title,
.search .event-list p + .page-title.reset-dates,
.event-list .search p + .page-title.reset-dates,
.search #page #content .page-title.event-filters,
#page #content .search .page-title.event-filters,
.search .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .search .page-title.page-header,
.search .page-title.tribe-common,
.search .page-title.year-separator-wrapper,
.search .page-title.year-separator,
.search .archive .page-title#primary,
.archive .search .page-title#primary,
.search .author .page-title#primary,
.author .search .page-title#primary,
.search .blog .page-title#primary,
.blog .search .page-title#primary,
.search .category .page-title#primary,
.category .search .page-title#primary,
.search .date .page-title#primary,
.date .search .page-title#primary,
.search .tag .page-title#primary,
.tag .search .page-title#primary,
.tag .alignwide.page-title,
.tag .event-list p + .page-title.reset-dates,
.event-list .tag p + .page-title.reset-dates,
.tag #page #content .page-title.event-filters,
#page #content .tag .page-title.event-filters,
.tag .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events .tag .page-title.page-header,
.tag .page-title.tribe-common,
.tag .page-title.year-separator-wrapper,
.tag .page-title.year-separator,
.tag .archive .page-title#primary,
.archive .tag .page-title#primary,
.tag .author .page-title#primary,
.author .tag .page-title#primary,
.tag .blog .page-title#primary,
.blog .tag .page-title#primary,
.tag .category .page-title#primary,
.category .tag .page-title#primary,
.tag .date .page-title#primary,
.date .tag .page-title#primary,
.tag .page-title#primary,
body[class*=archive] .alignwide.page-title,
body[class*=archive] .event-list p + .page-title.reset-dates,
.event-list body[class*=archive] p + .page-title.reset-dates,
body[class*=archive] #page #content .page-title.event-filters,
#page #content body[class*=archive] .page-title.event-filters,
body[class*=archive] .post-type-archive-tribe_events .page-title.page-header,
.post-type-archive-tribe_events body[class*=archive] .page-title.page-header,
body[class*=archive] .page-title.tribe-common,
body[class*=archive] .page-title.year-separator-wrapper,
body[class*=archive] .page-title.year-separator,
body[class*=archive] .archive .page-title#primary,
.archive body[class*=archive] .page-title#primary,
body[class*=archive] .author .page-title#primary,
.author body[class*=archive] .page-title#primary,
body[class*=archive] .blog .page-title#primary,
.blog body[class*=archive] .page-title#primary,
body[class*=archive] .category .page-title#primary,
.category body[class*=archive] .page-title#primary,
body[class*=archive] .date .page-title#primary,
.date body[class*=archive] .page-title#primary,
body[class*=archive] .tag .page-title#primary,
.tag body[class*=archive] .page-title#primary,
body #page #masthead ~ #content .alignwide.figure-flag,
body #page #masthead ~ #content .event-list p + .figure-flag.reset-dates,
.event-list body #page #masthead ~ #content p + .figure-flag.reset-dates,
body #page #masthead ~ #content .figure-flag.event-filters,
body #page #masthead ~ #content .post-type-archive-tribe_events .figure-flag.page-header,
.post-type-archive-tribe_events body #page #masthead ~ #content .figure-flag.page-header,
body #page #masthead ~ #content .figure-flag.tribe-common,
body #page #masthead ~ #content .figure-flag.year-separator-wrapper,
body #page #masthead ~ #content .figure-flag.year-separator,
body #page #masthead ~ #content .archive .figure-flag#primary,
.archive body #page #masthead ~ #content .figure-flag#primary,
body #page #masthead ~ #content .author .figure-flag#primary,
.author body #page #masthead ~ #content .figure-flag#primary,
body #page #masthead ~ #content .blog .figure-flag#primary,
.blog body #page #masthead ~ #content .figure-flag#primary,
body #page #masthead ~ #content .category .figure-flag#primary,
.category body #page #masthead ~ #content .figure-flag#primary,
body #page #masthead ~ #content .date .figure-flag#primary,
.date body #page #masthead ~ #content .figure-flag#primary,
body #page #masthead ~ #content .tag .figure-flag#primary,
.tag body #page #masthead ~ #content .figure-flag#primary,
.wp-block-latest-posts li > a.alignwide,
.wp-block-latest-posts .event-list li > p + a.reset-dates,
.event-list .wp-block-latest-posts li > p + a.reset-dates,
.wp-block-latest-posts #page #content li > a.event-filters,
#page #content .wp-block-latest-posts li > a.event-filters,
.wp-block-latest-posts .post-type-archive-tribe_events li > a.page-header,
.post-type-archive-tribe_events .wp-block-latest-posts li > a.page-header,
.wp-block-latest-posts li > a.tribe-common,
.wp-block-latest-posts li > a.year-separator-wrapper,
.wp-block-latest-posts li > a.year-separator,
.wp-block-latest-posts .archive li > a#primary,
.archive .wp-block-latest-posts li > a#primary,
.wp-block-latest-posts .author li > a#primary,
.author .wp-block-latest-posts li > a#primary,
.wp-block-latest-posts .blog li > a#primary,
.blog .wp-block-latest-posts li > a#primary,
.wp-block-latest-posts .category li > a#primary,
.category .wp-block-latest-posts li > a#primary,
.wp-block-latest-posts .date li > a#primary,
.date .wp-block-latest-posts li > a#primary,
.wp-block-latest-posts .tag li > a#primary,
.tag .wp-block-latest-posts li > a#primary,
.signup-form #sidebar .alignwide.gform_title,
.signup-form #sidebar .event-list p + .gform_title.reset-dates,
.event-list .signup-form #sidebar p + .gform_title.reset-dates,
.signup-form #sidebar #page #content .gform_title.event-filters,
#page #content .signup-form #sidebar .gform_title.event-filters,
.signup-form #sidebar .post-type-archive-tribe_events .gform_title.page-header,
.post-type-archive-tribe_events .signup-form #sidebar .gform_title.page-header,
.signup-form #sidebar .gform_title.tribe-common,
.signup-form #sidebar .gform_title.year-separator-wrapper,
.signup-form #sidebar .gform_title.year-separator,
.signup-form #sidebar .archive .gform_title#primary,
.archive .signup-form #sidebar .gform_title#primary,
.signup-form #sidebar .author .gform_title#primary,
.author .signup-form #sidebar .gform_title#primary,
.signup-form #sidebar .blog .gform_title#primary,
.blog .signup-form #sidebar .gform_title#primary,
.signup-form #sidebar .category .gform_title#primary,
.category .signup-form #sidebar .gform_title#primary,
.signup-form #sidebar .date .gform_title#primary,
.date .signup-form #sidebar .gform_title#primary,
.signup-form #sidebar .tag .gform_title#primary,
.tag .signup-form #sidebar .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .alignwide.gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .event-list p + .gform_title.reset-dates,
.event-list .signup-form .wp-block-column[style*=flex]:last-child p + .gform_title.reset-dates,
.signup-form .wp-block-column[style*=flex]:last-child #page #content .gform_title.event-filters,
#page #content .signup-form .wp-block-column[style*=flex]:last-child .gform_title.event-filters,
.signup-form .wp-block-column[style*=flex]:last-child .post-type-archive-tribe_events .gform_title.page-header,
.post-type-archive-tribe_events .signup-form .wp-block-column[style*=flex]:last-child .gform_title.page-header,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title.tribe-common,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title.year-separator-wrapper,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title.year-separator,
.signup-form .wp-block-column[style*=flex]:last-child .archive .gform_title#primary,
.archive .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .author .gform_title#primary,
.author .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .blog .gform_title#primary,
.blog .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .category .gform_title#primary,
.category .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .date .gform_title#primary,
.date .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
.signup-form .wp-block-column[style*=flex]:last-child .tag .gform_title#primary,
.tag .signup-form .wp-block-column[style*=flex]:last-child .gform_title#primary,
h5.alignwide,
.event-list p + h5.reset-dates,
#page #content h5.event-filters,
.post-type-archive-tribe_events h5.page-header,
h5.tribe-common,
h5.year-separator-wrapper,
h5.year-separator,
.archive h5#primary,
.author h5#primary,
.blog h5#primary,
.category h5#primary,
.date h5#primary,
.tag h5#primary,
h6.alignwide,
.event-list p + h6.reset-dates,
#page #content h6.event-filters,
.post-type-archive-tribe_events h6.page-header,
h6.tribe-common,
h6.year-separator-wrapper,
h6.year-separator,
.archive h6#primary,
.author h6#primary,
.blog h6#primary,
.category h6#primary,
.date h6#primary,
.tag h6#primary {
  margin-bottom: 24px;
}
h1.has-background,
h2.has-background,
body.category #page .has-background.page-title,
.has-background.has-large-font-size,
h3.has-background,
.wp-block-latest-posts__list .has-background.wp-block-latest-posts__post-title,
h4.has-background,
.has-background.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.has-background,
.single-tribe_events .tribe-events-schedule .has-background.has-large-font-size,
#side-nav strong a.has-background,
.has-background.widget-title,
.archive h2.has-background.entry-title,
.archive .has-background.entry-title.has-large-font-size,
.blog h2.has-background.entry-title,
.blog .has-background.entry-title.has-large-font-size,
.author .has-background.page-title,
.blog .has-background.page-title,
.category .has-background.page-title,
.date .has-background.page-title,
.search .has-background.page-title,
.tag .has-background.page-title,
body[class*=archive] .has-background.page-title,
body #page #masthead ~ #content .has-background.figure-flag,
.wp-block-latest-posts li > a.has-background,
.signup-form #sidebar .has-background.gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .has-background.gform_title,
h5.has-background,
h6.has-background {
  padding: 24px;
}
h1.has-white-background-color,
h2.has-white-background-color,
body.category #page .has-white-background-color.page-title,
.has-white-background-color.has-large-font-size,
h3.has-white-background-color,
.wp-block-latest-posts__list .has-white-background-color.wp-block-latest-posts__post-title,
h4.has-white-background-color,
.has-white-background-color.tribe-related-events-title,
.single-tribe_events .tribe-events-schedule h2.has-white-background-color,
.single-tribe_events .tribe-events-schedule .has-white-background-color.has-large-font-size,
#side-nav strong a.has-white-background-color,
.has-white-background-color.widget-title,
.archive h2.has-white-background-color.entry-title,
.archive .has-white-background-color.entry-title.has-large-font-size,
.blog h2.has-white-background-color.entry-title,
.blog .has-white-background-color.entry-title.has-large-font-size,
.author .has-white-background-color.page-title,
.blog .has-white-background-color.page-title,
.category .has-white-background-color.page-title,
.date .has-white-background-color.page-title,
.search .has-white-background-color.page-title,
.tag .has-white-background-color.page-title,
body[class*=archive] .has-white-background-color.page-title,
body #page #masthead ~ #content .has-white-background-color.figure-flag,
.wp-block-latest-posts li > a.has-white-background-color,
.signup-form #sidebar .has-white-background-color.gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .has-white-background-color.gform_title,
h5.has-white-background-color,
h6.has-white-background-color {
  padding: 0;
}

h1 {
  font-family: "BalboaExtraCondensed", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 90px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1449px) {
  h1 {
    font-size: 92px;
    line-height: 90px;
  }
}
@media screen and (min-width: 1450px) {
  h1 {
    font-size: 125px;
    line-height: 105px;
  }
}
h2, body.category #page .page-title, .has-large-font-size {
  font-family: "BalboaExtraCondensed", sans-serif;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: normal;
}

h3, .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-family: "BalboaLight", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.025em;
  font-weight: normal;
}

h4, .tribe-related-events-title, .single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule body.category #page .page-title, body.category #page .single-tribe_events .tribe-events-schedule .page-title, #side-nav strong a, .widget-title, .archive h2.entry-title, .archive body.category #page .entry-title.page-title, body.category #page .archive .entry-title.page-title, .archive .entry-title.has-large-font-size,
.blog h2.entry-title,
.blog body.category #page .entry-title.page-title,
body.category #page .blog .entry-title.page-title,
.blog .entry-title.has-large-font-size, .author .page-title,
.blog .page-title,
.category .page-title,
.date .page-title,
.search .page-title,
.tag .page-title,
body[class*=archive] .page-title, body #page #masthead ~ #content .figure-flag, .wp-block-latest-posts li > a, .signup-form #sidebar .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .gform_title {
  font-family: "BalboaBold", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-size: 1.55rem;
}

h6 {
  font-size: 1.2rem;
}

.is-style-subhead, .single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule body.category #page .page-title, body.category #page .single-tribe_events .tribe-events-schedule .page-title {
  font-family: "BalboaLight", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.5em;
}

/*base html*/
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  font-family: "BalboaLight", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.is-style-heading-font {
  font-family: "BalboaExtraCondensed", sans-serif;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1335px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1047px) {
  html {
    font-size: 15px;
  }
  html body {
    font-size: 16px;
  }
}
html body {
  color: #2d2926;
  overflow-x: hidden;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
  position: relative;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}
p:last-child, p:only-child {
  margin-bottom: 0;
}

ol,
ul {
  margin-top: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  list-style-type: none;
}

hr {
  opacity: 0.275 !important;
}

li:empty {
  display: none;
}

#page blockquote {
  border: none;
  color: #6399ae;
  padding: 12px 0;
  margin: 0 0 24px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
}
#page blockquote cite {
  font-size: 1rem;
  font-weight: 560;
  color: #5E4F42;
}
#page blockquote cite:before {
  content: "- ";
}

#content ol:not([class]):not(:last-child),
#content ul:not([class]):not(:last-child) {
  margin-bottom: 24px;
}
#content ol:not([class*=wp]),
#content ul:not([class*=wp]) {
  padding-left: 24px;
}
#content ol:not([class*=wp]):not(:last-child),
#content ul:not([class*=wp]):not(:last-child) {
  margin-bottom: 24px;
}
#content ol li,
#content ul li {
  list-style-type: disc;
}

a {
  outline: none;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
  color: #6399ae;
}
a:hover {
  color: #6399ae;
  text-decoration: underline;
}

.has-small-font-size, .archive #primary article .entry-content,
.author #primary article .entry-content,
.blog #primary article .entry-content,
.category #primary article .entry-content,
.date #primary article .entry-content,
.tag #primary article .entry-content, .is-style-caption {
  font-size: 0.8em;
}

.has-large-font-size {
  line-height: 1.1;
}

.has-medium-font-size, #event-hero-slider .hero-slider-content p span {
  font-size: 1.4em;
  line-height: 1.2;
}

@media (max-width: 655px) {
  .is-content-justification-right {
    justify-content: flex-start !important;
  }
}

.is-style-columns, #page .list-group {
  -moz-columns: 30ch 3;
       columns: 30ch 3;
  gap: 48px;
}

p.has-white-color a {
  text-decoration: underline;
}
p.has-white-color a:hover {
  opacity: 0.75;
}

p a, .wp-block-column ul a {
  text-decoration: underline;
}

select {
  font-family: "BalboaLight", sans-serif !important;
  font-weight: 900;
  font-size: 1em;
  text-transform: none;
}

#page form {
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea {
  font-family: "BalboaLight", sans-serif;
  min-height: 40px;
  background: #f7f6f3;
  border: 0;
  padding: 0 15px !important;
}
#content input:not([type=checkbox]):not([type=radio]):not([type=submit]), footer input:not([type=checkbox]):not([type=radio]):not([type=submit]),
#content select,
footer select,
#content textarea,
footer textarea {
  width: 100%;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus {
  border-color: #6399ae !important;
  outline: none !important;
}

.gf_simple_horizontal {
  display: flex;
  align-items: center;
}
.gf_simple_horizontal [class*=body] {
  flex: 1;
}

.no-results-search .search-form {
  max-width: 700px;
  position: relative;
  margin-bottom: 50px;
}
.no-results-search .search-form .search-submit {
  background: transparent;
  border: none;
  position: absolute;
  right: 0 !important;
  top: 0;
  height: 40px;
  width: 50px;
}

input[type=checkbox]:hover {
  border-color: #063A50;
  background: transparent;
}
input[type=checkbox]:checked {
  background: #2d2926;
}
input[type=checkbox] + label {
  padding-left: 10px;
}

.signup-form input[type=text], .signup-form input[type=email] {
  background: #eeece5 !important;
  min-height: 40px;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.signup-form input::-moz-placeholder {
  color: #ffffff;
}
.signup-form input:-ms-input-placeholder {
  color: #ffffff;
}
.signup-form input::placeholder {
  color: #ffffff;
}
.signup-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAANCAYAAABCZ/VdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA1RUIxQzFBQ0JCOTExRUI5NkUyRDMxMjM1N0I2N0Y1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA1RUIxQzFCQ0JCOTExRUI5NkUyRDMxMjM1N0I2N0Y1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDVFQjFDMThDQkI5MTFFQjk2RTJEMzEyMzU3QjY3RjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDVFQjFDMTlDQkI5MTFFQjk2RTJEMzEyMzU3QjY3RjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4vc9tzAAAAxklEQVR42mJ4cO+2QVt14f6vXz4L/P//n4FSPGtCx4JDe3YkgNgMrVUFB+L8nf7XFKSep9QCkMEgs9IjfT+AzGIAEdX5KRcotQDZYFBogF0OIii1AJvBcMMpsQCXwSiGk2MBPoMxDCfFAkIGYzWcGAuIMRin4fgsINZgEGYE24ADfPv6RQCYwQ48fnBPX05R+YKcosqFI/t2JnBycX+sbO1zkAfyGfAAvIajWwDiE2swGBCT3GBBRExQEBXm2CwgxWAQBggwAJ1a5AWAfqxDAAAAAElFTkSuQmCC") !important;
  background-position: calc(100% - 24px) center !important;
  background-repeat: no-repeat !important;
}
.signup-form .search-form {
  position: relative;
}
.signup-form .search-form input {
  width: 100%;
}
.signup-form .search-form button {
  padding: 0;
  color: #009CDC;
  font-weight: 200;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
}
.signup-form [class*=bg] input {
  background: #fff !important;
}
.signup-form .gsection {
  margin: 1.5em 0;
}
.signup-form .gform_wrapper ::-moz-placeholder {
  letter-spacing: 0.07em;
}
.signup-form .gform_wrapper :-ms-input-placeholder {
  letter-spacing: 0.07em;
}
.signup-form .gform_wrapper ::placeholder {
  letter-spacing: 0.07em;
}
.signup-form #sidebar form,
.signup-form .wp-block-column[style*=flex]:last-child form {
  display: block;
}
.signup-form #sidebar form > div,
.signup-form .wp-block-column[style*=flex]:last-child form > div {
  width: 100%;
  max-width: 100%;
  display: block !important;
}
.signup-form #sidebar form > div:last-child,
.signup-form .wp-block-column[style*=flex]:last-child form > div:last-child {
  margin-top: 12px;
}
@media (max-width: 655px) {
  .signup-form #gform_1 {
    display: block;
  }
  .signup-form #gform_1 .gform_body,
.signup-form #gform_1 .gform_footer.top_label {
    display: block;
  }
}
.signup-form #gform_1 .gform_fields {
  display: flex;
  flex-direction: column;
}
.signup-form .signup .wp-block-column:last-child,
.signup-form .signup button {
  position: relative;
  top: 12px;
}
@media (max-width: 655px) {
  .signup-form .signup .wp-block-column:last-child,
.signup-form .signup button {
    top: 15px;
  }
}
.signup-form .signup form {
  align-items: flex-start;
}
.signup-form .signup .gform_fields {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}
.signup-form .signup .wp-block-column {
  align-self: flex-start;
}

.second-nav .gf_simple_horizontal_wrapper.signup-form input {
  margin-bottom: 25px;
}
.second-nav .gf_simple_horizontal_wrapper.signup-form input::-moz-placeholder {
  color: #2d2926;
}
.second-nav .gf_simple_horizontal_wrapper.signup-form input:-ms-input-placeholder {
  color: #2d2926;
}
.second-nav .gf_simple_horizontal_wrapper.signup-form input::placeholder {
  color: #2d2926;
}

.flickity-enabled .flickity-slider > * {
  width: 100%;
}
.flickity-enabled .flickity-page-dots {
  text-align: left;
}
.flickity-enabled .flickity-page-dots li:first-child {
  margin-left: 0;
}

.flickity-page-dots {
  bottom: 0;
}
.flickity-page-dots li.dot {
  margin: 0 5px;
}
.flickity-page-dots li.dot:only-child {
  display: none;
}
.flickity-page-dots figure {
  padding-bottom: 100%;
}

.moving a {
  pointer-events: none !important;
}

@media (max-width: 599px) {
  .wp-block-gallery.is-style-slider .blocks-gallery-item {
    width: 100% !important;
  }
}
.wp-block-gallery.is-style-slider figure {
  outline: none !important;
}
.wp-block-gallery.is-style-slider figure a {
  position: absolute !important;
}
.wp-block-gallery.is-style-slider .flickity-enabled,
.wp-block-gallery.is-style-slider .flickity-viewport {
  width: 100%;
}
.wp-block-gallery.is-style-slider.is-cropped .flickity-page-dots {
  bottom: -24px;
}
.wp-block-gallery.is-style-slider.is-cropped .flickity-slider > li {
  margin-right: 1em !important;
}
.wp-block-gallery.is-style-slider.is-cropped .flickity-slider > li figure {
  padding-bottom: 60%;
  position: relative;
}
.wp-block-gallery.is-style-slider.is-cropped .flickity-slider > li figure img {
  positioN: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
}
@media (min-width: 1336px) {
  .wp-block-gallery.is-style-slider.alignfull figure {
    padding-bottom: 40vw !important;
  }
}

#page .is-style-slider:not(.is-cropped) img {
  width: 100%;
}
#page .is-style-slider img {
  -o-object-position: center 25%;
     object-position: center 25%;
}
#page .is-style-slider .flickity-page-dots {
  position: relative;
  bottom: 0;
  padding-left: 0;
  margin-bottom: 24px;
}
@media print {
  .wp-block-cover:before {
    content: none;
  }
  .wp-block-cover:before * {
    color: #fff !important;
  }
}
/*base code*/
@media (min-width: 992px) {
  .animated, .wobble {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.animated.infinite, .infinite.wobble {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge, .hinge.wobble {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -2deg);
  }
  30% {
    transform: translate3d(7.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
  }
  45% {
    transform: translate3d(-2.5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  60% {
    transform: translate3d(2.5%, 0, 0) rotate3d(0, 0, 1, 0.25deg);
  }
  75% {
    transform: translate3d(0%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.event-list-inner > *,
.listings-list > ul > * {
  opacity: 0;
  position: relative;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.event-list-inner > *:nth-child(2),
.listings-list > ul > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.event-list-inner > *:nth-child(3),
.listings-list > ul > *:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.event-list-inner > *:nth-child(4),
.listings-list > ul > *:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.event-list-inner > *:nth-child(5),
.listings-list > ul > *:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.event-list-inner > *:nth-child(6),
.listings-list > ul > *:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.event-list-inner > *:nth-child(7),
.listings-list > ul > *:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.event-list-inner > *:nth-child(8),
.listings-list > ul > *:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.css-grid {
  display: grid;
}
@media screen and (max-width: 993px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
    grid-auto-rows: initial;
  }
}
@media screen and (min-width: 993px) {
  .css-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .css-grid.mx-contain {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .css-grid.mx-contain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.css-grid.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .css-grid.px-20 {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.css-grid.no-px {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 993px) {
  .css-grid.lg-no-px {
    padding-left: 0;
    padding-right: 0;
  }
}
.css-grid.center-grid {
  margin: 0 auto;
}
.css-grid.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.contain-xxxl {
  max-width: 1910px;
}

.contain-xxl {
  max-width: 1380px;
}

.contain-xl {
  max-width: 1320px;
}

.contain-lg {
  max-width: 992px;
}

.contain-md {
  max-width: 768px;
}

.contain-sm {
  max-width: 576px;
}

.contain-ms {
  max-width: 375px;
}

@media screen and (min-width: 992px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "a b";
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "b a";
  }
}
@media screen and (max-width: 992px) {
  .grid-2 {
    grid-auto-rows: auto;
    grid-template-areas: "a" "b";
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "a" "b";
  }
}

@media screen and (min-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-3.md-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1320px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1320px) {
  .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-5 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1320px) and (max-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .grid-6 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gap-10 {
  gap: 10px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

@media screen and (min-width: 992px) {
  .gap-column-30 {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-40 {
    grid-column-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-180 {
    grid-column-gap: 180px;
  }
}

@media screen and (min-width: 992px) {
  .gap-row-30 {
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  .sm-gap-row-30 {
    grid-row-gap: 30px;
  }
}

#primary {
  max-width: 768px;
  margin: 0 auto;
  width: calc(100vw - 48px);
}

.alignufll {
  max-width: 100vw;
}

.alignfull,
.alignwide,
.event-list p + .reset-dates,
#page #content .event-filters,
.post-type-archive-tribe_events .page-header,
.tribe-common,
.year-separator-wrapper,
.year-separator,
.archive #primary,
.author #primary,
.blog #primary,
.category #primary,
.date #primary,
.tag #primary {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.alignwide, .event-list p + .reset-dates, #page #content .event-filters, .post-type-archive-tribe_events .page-header,
.tribe-common, .year-separator-wrapper, .year-separator, .archive #primary,
.author #primary,
.blog #primary,
.category #primary,
.date #primary,
.tag #primary {
  width: calc(100vw - 48px);
  transform: translateX(-50%);
  margin-left: 50% !important;
}

@media (max-width: 991px) {
  .alignwidemobile {
    margin-right: 24px;
  }
}

@media (min-width: 1336px) {
  .medium-width {
    max-width: 992px;
  }
}

.wp-block-columns {
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .entry-content > .wp-block-columns[class*=background] {
    margin-left: -24px;
    margin-right: -24px;
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
.wp-block-columns > .wp-block-column:not(:first-child) {
  margin-left: 48px;
}
@media (max-width: 1047px) {
  .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 24px;
  }
}
.entry-content > .wp-block-columns > .wp-block-column:not(:first-child) {
  margin-left: 96px;
}
@media (max-width: 1335px) and (min-width: 782px) {
  .entry-content > .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 48px;
  }
}
@media (max-width: 781px) {
  .entry-content > .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 781px) and (min-width: 656px) {
  .wp-block-columns > div:not(:first-child) {
    margin-left: 48px !important;
  }
}
@media (max-width: 655px) {
  .wp-block-columns {
    flex-wrap: wrap;
    display: block;
  }
  .wp-block-columns > div {
    margin-left: 0 !important;
    width: 100%;
  }
  .wp-block-columns > div:not(:last-child) {
    margin-bottom: 24px;
  }
}
.wp-block-columns .slider {
  margin-top: -96px;
  margin-bottom: -96px;
  height: calc(100% + 48px * 4);
  right: 0;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1047px) {
  .wp-block-columns .slider {
    max-width: 100%;
    margin-right: -48px;
  }
}
.wp-block-columns .slider figure {
  display: flex;
}
.wp-block-columns .slider img {
  positioN: absolute;
}
.wp-block-columns .slider figure,
.wp-block-columns .slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-columns.feature {
  margin-bottom: 96px;
}
.wp-block-columns.feature .badge-slider {
  top: -27.6px;
}
.wp-block-columns.feature > div {
  position: relative;
}
.wp-block-columns.feature > div:first-child {
  padding: 32px;
  positioN: relative;
}
#page #content .staff-column {
  margin-top: 48px;
}
#page #content .staff-column > .wp-block-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#page #content .staff-column > .wp-block-column h3, #page #content .staff-column > .wp-block-column .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list #page #content .staff-column > .wp-block-column .wp-block-latest-posts__post-title {
  font-size: 30px;
}
#page #content .staff-column > .wp-block-column .wp-block-media-text {
  margin-top: 0 !important;
}
#page #content .staff-column > .wp-block-column .wp-block-media-text [class*=__content] {
  padding: 0 72px 0 0;
}
#page #content .staff-column > .wp-block-column .wp-block-media-text figure {
  margin-bottom: 0 !important;
  align-self: flex-start;
}
#page #content .staff-column > .wp-block-column .wp-block-media-text [class*=__content] {
  margin-bottom: 24px !important;
}
#page #content .staff-column > .wp-block-column .wp-block-media-text img {
  margin-left: 0;
}

.wp-block-cover {
  display: flex;
  padding: 48px 24px;
  min-height: 275px;
}
.wp-block-cover > div {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  .wp-block-cover > div {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.entry-content > .wp-block-cover:not(:first-child) > div {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  .entry-content > .wp-block-cover:not(:first-child) > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.entry-content > .wp-block-cover:first-child:not(.is-style-hero) {
  height: 30vh;
}
@media (max-width: 655px) {
  .entry-content > .wp-block-cover:first-child:not(.is-style-hero) {
    min-height: 130px !important;
  }
}
.entry-content > .wp-block-cover:first-child:not(.is-style-hero) .wp-block-cover__inner-container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.wp-block-cover:not(.is-style-hero) {
  min-height: 200px !important;
}
.wp-block-cover:not(.is-style-hero) > div:not([class*=css]):not(.components-drop-zone) {
  max-width: 768px;
}
@media (min-width: 1336px) {
  .wp-block-cover:not(.is-style-hero) > div:not([class*=css]):not(.components-drop-zone) {
    width: 85%;
  }
}
.wp-block-cover[class*=hero] {
  min-height: 200px !important;
}
.wp-block-cover:not(.is-style-hero) p a {
  font-weight: bold;
  text-decoration: underline;
}
.wp-block-cover.is-style-hero {
  padding: 0;
  overflow: hidden;
  height: 54vh;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}
.home .wp-block-cover.is-style-hero {
  min-height: 480px;
}
.wp-block-cover.is-style-hero > div:not([class*=css]):not(.components-drop-zone) {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1047px) {
  .wp-block-cover.is-style-hero {
    height: 40vh;
  }
}
@media (max-width: 655px) {
  .wp-block-cover.is-style-hero {
    height: 33vh;
  }
}
.is-style-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  text-shadow: rgba(0, 0, 0, 0.2);
}
.is-style-caption:before {
  content: "\f030";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}

.is-style-cover-button {
  overflow: hidden;
}
.is-style-cover-button:hover img {
  transform: scale(1.1);
}
.is-style-cover-button img {
  transitioN: transform 0.45s;
}
.is-style-cover-button a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: Center;
  padding: 24px;
  justify-content: center;
  color: inherit !important;
}
.is-style-cover-button div {
  position: static;
}

#page .wp-block-gallery li > figure > img {
  z-index: 1 !important;
}
#page .wp-block-gallery figure a {
  position: relative;
}
@media (max-width: 655px) {
  #page .wp-block-gallery a figcaption {
    top: auto;
    bottom: 0;
  }
}
#page .wp-block-gallery li > a,
#page .wp-block-gallery li > figure {
  outline: 22px solid #ebe8e6;
  outline-offset: -22px;
  overflow: hidden;
}
@media (max-width: 1047px) {
  #page .wp-block-gallery li > a,
#page .wp-block-gallery li > figure {
    outline: 12px solid #ebe8e6;
    outline-offset: -12px;
  }
}
#page .wp-block-gallery li > a img,
#page .wp-block-gallery li > figure img {
  z-index: -1;
}
#page .wp-block-gallery ul {
  padding: 0 !important;
  width: 100%;
}
#page .wp-block-gallery.is-style-mosaic {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
#page .wp-block-gallery.is-style-mosaic a {
  margin: 0;
  padding: 12px;
  width: 25%;
  flex-basis: 25%;
  flex-grow: 1;
}
#page .wp-block-gallery.is-style-mosaic a:first-child, #page .wp-block-gallery.is-style-mosaic a:nth-child(13), #page .wp-block-gallery.is-style-mosaic a:nth-child(19), #page .wp-block-gallery.is-style-mosaic a:nth-child(6n), #page .wp-block-gallery.is-style-mosaic a:nth-child(7n) {
  width: 50%;
  flex-basis: 50%;
}
#page .wp-block-gallery.is-style-mosaic a:nth-child(14), #page .wp-block-gallery.is-style-mosaic a:nth-child(21) {
  width: 25%;
  flex-basis: 25%;
}
@media (max-width: 991px) {
  #page .wp-block-gallery.is-style-mosaic a {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
#page .wp-block-gallery.is-style-mosaic ul {
  width: calc(100% + 30px);
}
#page .wp-block-gallery.is-style-mosaic figure {
  padding-bottom: 66%;
}
@media (max-width: 991px) {
  #page .wp-block-gallery.is-style-mosaic figure {
    width: 100% !important;
  }
}
#page .wp-block-gallery.is-style-mosaic ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
#page .wp-block-gallery.is-style-mosaic ul li {
  margin: 0;
  padding: 12px;
  width: 25%;
  flex-basis: 25%;
  flex-grow: 1;
}
#page .wp-block-gallery.is-style-mosaic ul li:first-child, #page .wp-block-gallery.is-style-mosaic ul li:nth-child(13), #page .wp-block-gallery.is-style-mosaic ul li:nth-child(19), #page .wp-block-gallery.is-style-mosaic ul li:nth-child(6n), #page .wp-block-gallery.is-style-mosaic ul li:nth-child(7n) {
  width: 50%;
  flex-basis: 50%;
}
#page .wp-block-gallery.is-style-mosaic ul li:nth-child(14), #page .wp-block-gallery.is-style-mosaic ul li:nth-child(21) {
  width: 25%;
  flex-basis: 25%;
}
@media (max-width: 655px) {
  #page .wp-block-gallery.is-style-mosaic li {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  #page .wp-block-gallery.is-style-mosaic li figure {
    padding-bottom: 66%;
  }
  #page .wp-block-gallery.is-style-mosaic li figcaption {
    font-size: 1.35rem !important;
  }
}
#page .wp-block-gallery.is-style-even-squares:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator) {
  width: calc(100% + 15px);
}
@media (max-width: 1047px) {
  #page .wp-block-gallery.is-style-even-squares:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator) {
    width: calc(100% + 8px);
  }
}
#page .wp-block-gallery.is-style-even-squares ul {
  width: calc(100% + 15px);
}
@media (max-width: 1047px) {
  #page .wp-block-gallery.is-style-even-squares ul {
    width: calc(100% + 8px);
  }
}
#page .wp-block-gallery.is-style-even-squares li, #page .wp-block-gallery.is-style-even-squares a {
  flex-grow: 0;
}
@media (max-width: 655px) {
  #page .wp-block-gallery.is-style-even-squares figure {
    padding-bottom: 100%;
  }
}
#page .wp-block-gallery.is-style-even-squares > a {
  display: block;
  width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}
#page .wp-block-gallery.is-style-even-squares > a figure {
  width: 100% !important;
  height: auto !important;
}
#page .wp-block-gallery[class*=mosaic]:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator):not(.alignfull) figcaption, #page .wp-block-gallery[class*=squares]:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator):not(.alignfull) figcaption {
  font-size: 1.5rem !important;
}
#page .wp-block-gallery[class*=mosaic]:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator):not(.alignfull) a, #page .wp-block-gallery[class*=squares]:not(.alignwide):not(.tribe-common):not(.year-separator-wrapper):not(.year-separator):not(.alignfull) a {
  outline-width: 10px;
  outline-offset: -10px;
}
@media (max-width: 655px) {
  #page .wp-block-gallery[class*=mosaic] li, #page .wp-block-gallery[class*=squares] li {
    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  #page .wp-block-gallery[class*=mosaic] li figure, #page .wp-block-gallery[class*=squares] li figure {
    padding-bottom: 66%;
  }
}
#page .wp-block-gallery:not([class*=mosaic]) figcaption, #page .wp-block-gallery:not([class*=squares]) figcaption {
  text-align: left;
  z-index: 2;
}

#page [class*=background] .wp-block-gallery li > a,
#page [class*=background] .wp-block-gallery li > figure {
  outline: 22px solid #fff;
  outline-offset: -22px;
  overflow: hidden;
}
@media (max-width: 1047px) {
  #page [class*=background] .wp-block-gallery li > a,
#page [class*=background] .wp-block-gallery li > figure {
    outline: 12px solid #fff;
    outline-offset: -12px;
  }
}
#page [class*=background] .wp-block-gallery li > a img,
#page [class*=background] .wp-block-gallery li > figure img {
  z-index: -1;
}

@media (max-width: 655px) {
  #page .logos {
    display: block;
  }
}
#page .logos ul {
  align-items: center;
}
#page .logos ul a,
#page .logos ul li {
  display: flex;
  height: 100%;
  align-items: center;
}
#page .logos img {
  transform: none !important;
}
#page .logos img:hover {
  opacity: 0.75;
}
#page .logos * {
  align-items: center;
}
#page .logos a,
#page .logos figure,
#page .logos img {
  position: relative !important;
  outline: none !important;
  z-index: 99;
  width: 100% !important;
}

.wp-block-group.has-white-color p a:not(.wp-block-button__link) {
  font-weight: bold;
  text-decoration: underline;
}
.wp-block-group.has-white-color p a:not(.wp-block-button__link):hover {
  opacity: 0.75;
}
.wp-block-group .wp-block-group {
  padding: 0;
}
.wp-block-group.alignfull > div:not([class*=align]) {
  max-width: 768px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
.wp-block-group[class*=background-color] {
  padding: 0;
}

.entry-content * .wp-block-group + * {
  margin-top: 24px;
}
.entry-content * .wp-block-group [class*=inner-container] {
  width: auto;
  padding: 48px 36px;
}

#page .list-group {
  vertical-align: top;
}
#page .list-group > div {
  padding: 0 !important;
  vertical-align: top;
}

.narrow-p {
  max-width: 768px;
}

.wp-block-image {
  margin-bottom: 0;
  overflow: hidden;
  display: inline-block;
}
.wp-block-image[class*=left] figcaption {
  text-align: left;
}
.wp-block-image:not([class*=align]) {
  text-align: left;
}
.wp-block-image a {
  position: relative;
  display: block;
  /*	&:after {
  	content: '';
  	pointer-events: none;
  	outline: 10px solid #ccc;
  	outline-offset: -10px;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	display: block;
  }*/
}
figure:not(:only-child):not(:last-child) {
  margin-bottom: 24px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img [class*=align] {
  margin-top: 0 !important;
}

@media (max-width: 1047px) {
  .main-person {
    display: grid !important;
  }
  .main-person [class*=__content] {
    margin-top: -24px;
    margin-left: 24px;
  }
  .main-person img {
    max-width: 145px;
    width: 100%;
  }
}

.full-width-img {
  width: 100%;
}
.full-width-img img {
  width: 100%;
}

wp-block-image .alignleft {
  float: left;
  margin: 0 0.6em 0 0;
}

.wp-block-column:first-child .wp-block-image {
  overflow: visible;
}

.wp-block-media-text[class*=background].has-text-color [class*=__content] a {
  font-weight: bold;
  text-decoration: underline;
}
.wp-block-media-text[class*=background].has-text-color [class*=__content] a:hover {
  opacity: 0.75;
}
.wp-block-media-text [class*=__content] {
  padding: 48px;
}
@media (max-width: 599px) {
  .wp-block-media-text [class*=__content] {
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.wp-block-media-text:only-child {
  margin-top: 0 !important;
}
.wp-block-media-text:not([class*=background])[class*=card] [class*=__content] {
  padding: 0;
}
.wp-block-media-text.alignwide[class*=background]:not([class*=card]) [class*=__content], .event-list p + .wp-block-media-text[class*=background].reset-dates:not([class*=card]) [class*=__content], #page #content .wp-block-media-text[class*=background].event-filters:not([class*=card]) [class*=__content], .post-type-archive-tribe_events .wp-block-media-text[class*=background].page-header:not([class*=card]) [class*=__content],
.wp-block-media-text[class*=background].tribe-common:not([class*=card]) [class*=__content], .wp-block-media-text[class*=background].year-separator-wrapper:not([class*=card]) [class*=__content], .wp-block-media-text[class*=background].year-separator:not([class*=card]) [class*=__content], .archive .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content],
.author .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content],
.blog .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content],
.category .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content],
.date .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content],
.tag .wp-block-media-text[class*=background]#primary:not([class*=card]) [class*=__content] {
  padding: 48px;
}
.wp-block-media-text.alignfull [class*=__content] {
  padding: 24px;
}
[class*=inner-container] > .wp-block-media-text[class*=left] [class*=__content] {
  padding-right: 0;
}
[class*=inner-container] > .wp-block-media-text[class*=right] [class*=__content] {
  padding-left: 0;
}
.wp-block-media-text.is-image-fill figure {
  min-height: 1px !important;
}
.wp-block-media-text.is-image-fill > figure {
  min-height: 250px !important;
}
.wp-block-media-text.is-image-fill[class*=background]:not([class*=card]) [class*=__content] {
  padding: 48px;
}
@media (max-width: 655px) {
  .wp-block-media-text.is-image-fill[class*=background]:not([class*=card]) [class*=__content] {
    padding: 24px;
  }
}
.wp-block-media-text.alignfull [class*=__content] {
  max-width: 600px;
}
@media (max-width: 1047px) {
  .wp-block-media-text .wp-block-columns {
    display: block;
  }
  .wp-block-media-text .wp-block-columns > div {
    margin: 24px 0 0 !important;
  }
}
.wp-block-column .wp-block-media-text {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width: 1047px) {
  .wp-block-column .wp-block-media-text {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .wp-block-column .wp-block-media-text [class*=__content] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 656px) {
  .wp-block-media-text:not([class*=wide]):not([class*=full]):not([class*=background]) [class*=__content] {
    padding-top: 0 !important;
  }
}

.wp-block-columns .wp-block-media-text:not([class*=background]) [class*=__content] {
  padding-bottom: 0 !important;
}

.wp-block-media-text .wp-block-media-text:not(.is-image-fill) figure img {
  position: relative;
  clip: none;
  height: auto;
  width: 100%;
}

#page .is-image-fill figure {
  overflow: hidden;
  z-index: 0;
  position: relative;
  height: 100%;
  display: flex;
}
#page .is-image-fill figure > a img {
  height: 100%;
  clip: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page .is-style-feature.is-image-fill:not([class*=dynamic]) figure > img {
  display: none !important;
}

@media (min-width: 656px) and (max-width: 1047px) {
  #page .is-style-person:not(.has-media-on-the-right) figure {
    margin-right: 24px;
  }
  #page .is-style-person:not(.has-media-on-the-right) figure img {
    width: auto;
  }
}
@media (max-width: 1047px) and (min-width: 600px) {
  #page .is-style-person figure {
    margin-bottom: 24px;
  }
}
@media (max-width: 1047px) {
  #page .is-style-person img {
    width: auto;
  }
}

.wp-block-latest-posts {
  padding: 0;
  align-items: flex-start;
}
.wp-block-latest-posts a {
  color: #1B6E98 !important;
  font-weight: 600;
}
.wp-block-latest-posts a:hover {
  color: #6399ae !important;
}
.wp-block-latest-posts li {
  list-style-type: none !important;
  padding: 24px;
  background: #fff;
}
.wp-block-latest-posts li > a {
  margin-top: 12px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 655px) {
  .wp-block-latest-posts {
    display: flex;
    flex-direction: column;
  }
  .wp-block-latest-posts li {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.wp-block-latest-posts [class*=excerpt] {
  display: block;
}
.wp-block-latest-posts [class*=featured-image] {
  overflow: hidden;
  margin: -24px;
  width: calc(100% + 48px);
  max-width: calc(100% + 48px);
  margin-bottom: 36px;
}
.wp-block-latest-posts [class*=featured-image] img {
  width: 100%;
}

#content .wp-block-separator {
  margin: 2em 0;
  width: 100%;
  max-width: 100%;
}

/*.wp-block-spacer {
	.entry-content > &,
	.wp-block-cover > div > &,
	.wp-block-group > div > & {
		height: 80px !important;
		@media (max-width:$tablet),(max-height:800px) {
			height: 50px !important;
		}
	}
}*/
.tribe-events-button, .btn, #page .tribe-events-l-container .tribe-common-c-btn,
#page .tribe-events-l-container .tribe-events-c-ical__link, .post-navigation a,
.posts-navigation a, input[type=submit],
.wp-block-button__link,
button .button,
.button-main {
  font-size: 20px;
  border-radius: 0;
  min-width: 130px;
  text-align: center;
  padding: 7px 25px 5px;
  background: transparent;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  z-index: 99;
  letter-spacing: 0.025em;
}
.btn, #page .tribe-events-l-container .tribe-common-c-btn,
#page .tribe-events-l-container .tribe-events-c-ical__link, .post-navigation a,
.posts-navigation a,
.wp-block-button__link,
button .button,
.button-main,
input[type=submit] {
  border: 4px solid #6399ae;
  display: inline-block;
  color: #6399ae;
}
.btn:after, #page .tribe-events-l-container .tribe-common-c-btn:after,
#page .tribe-events-l-container .tribe-events-c-ical__link:after, .post-navigation a:after,
.posts-navigation a:after,
.wp-block-button__link:after,
button .button:after,
.button-main:after,
input[type=submit]:after {
  position: relative;
  left: 0;
  transition: left 0.15s;
}
.btn:hover, #page .tribe-events-l-container .tribe-common-c-btn:hover,
#page .tribe-events-l-container .tribe-events-c-ical__link:hover, .post-navigation a:hover,
.posts-navigation a:hover,
.wp-block-button__link:hover,
button .button:hover,
.button-main:hover,
input[type=submit]:hover {
  color: rgba(99, 153, 174, 0.85);
}
.btn:hover:after, #page .tribe-events-l-container .tribe-common-c-btn:hover:after,
#page .tribe-events-l-container .tribe-events-c-ical__link:hover:after, .post-navigation a:hover:after,
.posts-navigation a:hover:after,
.wp-block-button__link:hover:after,
button .button:hover:after,
.button-main:hover:after,
input[type=submit]:hover:after {
  left: 5px;
}
.btn.btn-white, #page .tribe-events-l-container .btn-white.tribe-common-c-btn,
#page .tribe-events-l-container .btn-white.tribe-events-c-ical__link, .post-navigation a.btn-white,
.posts-navigation a.btn-white,
.wp-block-button__link.btn-white,
button .button.btn-white,
.button-main.btn-white,
input[type=submit].btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white:hover, #page .tribe-events-l-container .btn-white.tribe-common-c-btn:hover,
#page .tribe-events-l-container .btn-white.tribe-events-c-ical__link:hover, .post-navigation a.btn-white:hover,
.posts-navigation a.btn-white:hover,
.wp-block-button__link.btn-white:hover,
button .button.btn-white:hover,
.button-main.btn-white:hover,
input[type=submit].btn-white:hover {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .button-row .button-main:not(:first-child) {
    margin-left: 20px;
  }
}

.tribe-events-button, .wp-block-button:not(.is-style-alt) a {
  border-radius: 0;
  background: transparent;
  border: 4px solid #6399ae;
  color: #6399ae;
  text-align: center;
}

.wp-block-button.is-style-alt a[class*=text-color]:hover, [class*=text-color].btn:hover, #page .tribe-events-l-container [class*=text-color].tribe-common-c-btn:hover,
#page .tribe-events-l-container [class*=text-color].tribe-events-c-ical__link:hover, .post-navigation a[class*=text-color]:hover,
.posts-navigation a[class*=text-color]:hover, input[class*=text-color][type=submit]:hover {
  color: #6399ae;
}
.wp-block-button.is-style-alt a:not([class*=text-color]), .btn:not([class*=text-color]), #page .tribe-events-l-container .tribe-common-c-btn:not([class*=text-color]),
#page .tribe-events-l-container .tribe-events-c-ical__link:not([class*=text-color]), .post-navigation a:not([class*=text-color]),
.posts-navigation a:not([class*=text-color]), input[type=submit]:not([class*=text-color]) {
  color: #6399ae;
}
.wp-block-button.is-style-alt a.has-white-color:hover, .has-white-color.btn:hover, #page .tribe-events-l-container .has-white-color.tribe-common-c-btn:hover,
#page .tribe-events-l-container .has-white-color.tribe-events-c-ical__link:hover, .post-navigation a.has-white-color:hover,
.posts-navigation a.has-white-color:hover, input.has-white-color[type=submit]:hover {
  color: #fff;
}

.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button + .wp-block-button {
  margin-left: 12px;
}
.has-white-color a.has-blue-color {
  border-color: #fff !important;
  color: #fff !important;
}

body #page .has-blue-color {
  border-color: #6399ae !important;
  color: #6399ae !important;
}

.wp-block-buttons {
  align-items: center;
  margin: -7px;
  margin-bottom: 24px;
}
.wp-block-buttons > div {
  padding: 7px;
  margin: 0 !important;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}

#page .wp-block-file__button {
  background: #063A50;
}

/*.wp-block-embed {
	> div {
		padding-bottom: 54.65%;
		position: relative;
	}

	iframe {
		width: 100%;
		height: 100%;
		positioN: absolute;
	}
}*/
.is-style-listing {
  background: none !important;
  gap: 24px;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 655px) {
  .is-style-listing {
    display: block;
  }
}
.is-style-listing figure {
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 655px) {
  .is-style-listing figure {
    height: 50vw;
  }
}
.is-style-listing figure img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
}
.is-style-listing + .is-style-listing {
  margin-top: 24px;
}
.is-style-listing .wp-block-columns {
  margin: 0 !important;
}

[class*=hidden]:not(.gfield):not([class*=tribe]):not(#cookie-notice) {
  display: none;
}

#content .is-style-feature.wp-block-columns {
  padding: 0;
}
#content .is-style-feature.wp-block-columns .wp-block-column:first-child {
  padding-right: 0;
}
#content .is-style-feature.wp-block-columns .wp-block-column:last-child {
  margin-left: 48px;
  margin-right: 48px;
}
@media (min-width: 1336px) {
  #content .is-style-feature.wp-block-columns .wp-block-column:last-child .feature-slider-wrapper {
    max-width: calc(100% - 48px) !important;
  }
}
@media (max-width: 1047px) {
  #content .is-style-feature.wp-block-columns .wp-block-column:last-child .feature-slider-wrapper {
    margin-right: -48px;
  }
}
@media (max-width: 655px) {
  #content .is-style-feature {
    display: block;
  }
  #content .is-style-feature figure {
    height: 66vw;
    margin-top: 0 !important;
  }
}
@media (min-width: 656px) {
  #content .is-style-feature {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
#content .is-style-feature figure {
  height: 100%;
}
#content .is-style-feature .feature-slider,
#content .is-style-feature > figure {
  padding: 0 !important;
  height: calc(100% + 48px * 3);
  margin-top: -72px;
  margin-bottom: -72px;
}
@media (max-width: 1335px) {
  #content .is-style-feature .feature-slider,
#content .is-style-feature > figure {
    height: calc(100% + 48px * 2);
    margin-top: -48px;
    margin-bottom: -48px;
  }
}
@media (min-width: 1048px) {
  #content .is-style-feature .feature-slider,
#content .is-style-feature > figure {
    margin-left: 48px;
  }
}
@media (min-width: 1336px) {
  #content .is-style-feature .feature-slider,
#content .is-style-feature > figure {
    margin-left: 96px;
  }
}
@media (max-width: 655px) {
  #content .is-style-feature .feature-slider,
#content .is-style-feature > figure {
    height: 66vw;
    margin-bottom: 0;
  }
}
#content .is-style-feature.has-media-on-the-right {
  flex-direction: row-reverse;
}
#content .is-style-feature.has-media-on-the-right .figure-flag {
  left: auto;
  right: 0;
}
#content .is-style-feature.has-media-on-the-right .feature-slider,
#content .is-style-feature.has-media-on-the-right > figure {
  margin-left: 0;
}
@media (min-width: 1048px) {
  #content .is-style-feature.has-media-on-the-right .feature-slider,
#content .is-style-feature.has-media-on-the-right > figure {
    margin-right: 48px;
  }
}
@media (min-width: 1336px) {
  #content .is-style-feature.has-media-on-the-right .feature-slider,
#content .is-style-feature.has-media-on-the-right > figure {
    margin-right: 96px;
  }
}

.wp-block-column {
  position: relative;
}

@media (min-width: 656px) {
  .abs-pos {
    transform: scale(0.8);
    transform-origin: right bottom;
    position: absolute;
    right: 0;
    bottom: 24px;
  }
}

#home-events .feature-slider {
  margin-left: 0 !important;
}
@media (min-width: 656px) {
  #home-events .wp-block-column {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
  }
}
@media (max-width: 655px) {
  #home-events {
    flex-direction: column-reverse;
    display: flex !important;
  }
  #home-events .flickity-page-dots {
    text-align: left;
    left: 0;
    right: auto;
    bottom: 16px;
  }
  #home-events .wp-block-column {
    margin-bottom: 0;
  }
  #home-events .feature-slider,
#home-events .feature-slider-wrapper {
    margin: 0 !important;
  }
}

.feature-slider-wrapper {
  position: relative;
}
.feature-slider-wrapper .flickity-page-dots {
  bottom: 20px;
  right: 100%;
  text-align: right;
  margin-right: 19px;
}
@media (max-width: 1335px) {
  .feature-slider-wrapper .flickity-page-dots {
    bottom: 9.6px;
  }
}

.badge-slider {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  z-index: 9999;
  width: calc(100% + 48px);
}
@media (min-width: 1336px) {
  .badge-slider {
    top: 72px !important;
  }
}
@media (min-width: 656px) {
  .badge-slider {
    top: 48px;
  }
}
.badge-slider .figure-flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: auto;
}

#page .feature-slider-wrapper .badge-slider {
  transition: width 0.3s;
  width: 100% !important;
}
@media (min-width: 656px) {
  #page .feature-slider-wrapper .badge-slider {
    left: -36px !important;
  }
  #page .feature-slider-wrapper .badge-slider figcaption {
    padding-left: 36px !important;
  }
}
@media (min-width: 656px) {
  #page .feature-slider-wrapper:hover .badge-slider {
    width: calc(100% + 36px) !important;
  }
  #page .feature-slider-wrapper:hover figcaption {
    padding-left: 55.2px !important;
  }
}

#page .is-style-feature:not(.is-image-fill) .feature-slider,
#page .is-style-feature:not(.is-image-fill) figure {
  background: none !important;
}

.crowdriff [class*=inner-container] {
  max-width: 100% !important;
}
.crowdriff.alignfull > div, .crowdriff.alignfull {
  width: 100vw !important;
}
.crowdriff.alignfull [class*=inner-container] {
  padding: 0 !important;
}

.hero-cta {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 10px auto 0;
  display: block;
}
.hero-cta a {
  color: #fff;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.hero-cta a:hover:before {
  top: -5px;
}
.hero-cta a:before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  display: block;
  line-height: 54px;
  height: 50px;
  text-align: center;
  width: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  top: -9px;
  transitioN: top 0.15s;
}
@media (max-width: 655px) {
  .hero-cta {
    margin-right: 24px;
    left: auto;
  }
  .hero-cta a {
    display: flex;
    align-items: flex-start;
  }
  .hero-cta a:before {
    margin-right: 10px;
    margin-top: -7px;
  }
}

[class*=hero] > div {
  position: static;
}

#page .signup .wp-block-column:first-child {
  flex: 1;
}
#page .signup .wp-block-column:last-child {
  margin-left: 0;
  flex-grow: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#page .signup [class*=body] {
  flex: 1;
  max-width: 100%;
}
#page .signup .wp-block-button {
  position: relative;
  top: -4px;
}

body #page #masthead ~ #content .figure-flag {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 99;
  padding: 16px 24px;
  color: #fff !important;
  background: rgba(39, 37, 37, 0.25) !important;
  will-change: padding;
  pointer-events: none;
  width: auto;
  transition: padding 0.3s;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 455px) {
  body #page #masthead ~ #content .figure-flag {
    font-size: 2rem !important;
    padding: 14px !important;
  }
}
body #page #masthead ~ #content .figure-flag a {
  color: #fff !important;
}
body #page #masthead ~ #content .figure-flag.flag-top {
  top: 0;
}

li figure > a {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.figure-flag {
  font-size: 2.5rem !important;
}

.wp-block-gallery .figure-flag {
  font-size: 2rem !important;
}

p.figure-flag {
  left: 0 !important;
}
.has-media-on-the-right p.figure-flag {
  left: auto !important;
  right: 0 !important;
}

.flickity-enabled.is-draggable .flickity-viewport {
  max-height: initial !important;
}

#page .wp-block-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}

#page .wp-block-gallery li > a, #page .wp-block-gallery li > figure {
  outline: none !important;
}

body #page #content .theme-explore .figure-flag, body #page #content .theme-explore figcaption {
  background: rgba(39, 37, 37, 0.5) !important;
}

body #page #content .theme-explore figcaption a {
  font-size: 18px;
}

.is-style-card, #page #content .staff-column > .wp-block-column .wp-block-media-text {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.is-style-card:first-child, #page #content .staff-column > .wp-block-column .wp-block-media-text:first-child {
  margin-top: 0 !important;
}
.is-style-card .has-medium-font-size:first-child, .is-style-card #event-hero-slider .hero-slider-content p span:first-child, #event-hero-slider .hero-slider-content p .is-style-card span:first-child, #page #content .staff-column > .wp-block-column .wp-block-media-text .has-medium-font-size:first-child, #page #content .staff-column > .wp-block-column .wp-block-media-text #event-hero-slider .hero-slider-content p span:first-child, #event-hero-slider .hero-slider-content p #page #content .staff-column > .wp-block-column .wp-block-media-text span:first-child {
  margin-bottom: 0.5em;
}
.is-style-card .wp-block-media-text__content, #page #content .staff-column > .wp-block-column .wp-block-media-text .wp-block-media-text__content {
  align-self: flex-start;
}
.is-style-card figure, #page #content .staff-column > .wp-block-column .wp-block-media-text figure {
  margin-bottom: 24px !important;
}
.is-style-card[class*=background], #page #content .staff-column > .wp-block-column [class*=background].wp-block-media-text {
  background: #ccc;
}
.is-style-card[class*=background] figure, #page #content .staff-column > .wp-block-column [class*=background].wp-block-media-text figure {
  margin-bottom: 0 !important;
}
.is-style-card[class*=background] [class*=__content], #page #content .staff-column > .wp-block-column [class*=background].wp-block-media-text [class*=__content] {
  padding: 36px;
}
@media (max-width: 1047px) {
  .is-style-card[class*=background] [class*=__content], #page #content .staff-column > .wp-block-column [class*=background].wp-block-media-text [class*=__content] {
    padding: 24px;
  }
}
.is-style-card[class*=fill] figure, #page #content .staff-column > .wp-block-column [class*=fill].wp-block-media-text figure {
  width: 100%;
  min-height: 1px !important;
  padding-bottom: 66%;
}

#page .accessibility-marker {
  display: flex !important;
}
#page .accessibility-marker figure {
  margin: 0 !important;
}
#page .accessibility-marker img {
  max-width: 70px !important;
  width: auto !important;
}
#page .accessibility-marker .wp-block-media-text__content {
  padding-top: 0;
  padding-left: 24px;
  padding-right: 0;
}

.is-style-content-side,
.pattern-content-sidebar {
  /*flex-direction: row-reverse;
  @media (min-width:$mobile-up) {
  	> .wp-block-column:last-child {
  		margin-left: 0 !important;
  		@media (min-width:$tablet-up) {
  			margin-right: $gutter * 2;
  		}
  		margin-right: $gutter;
  	}
  } */
}
@media (max-width: 781px) {
  .is-style-content-side,
.pattern-content-sidebar {
    display: block;
  }
}
.is-style-content-side > .wp-block-column:last-child.tan-bg,
.pattern-content-sidebar > .wp-block-column:last-child.tan-bg {
  padding: 36px;
  background: #f5f4f0;
  align-self: flex-start;
}
@media (max-width: 655px) {
  .is-style-content-side > .wp-block-column:last-child.tan-bg,
.pattern-content-sidebar > .wp-block-column:last-child.tan-bg {
    padding: 48px 24px;
    width: calc(100% + 48px);
    flex-basis: auto;
    margin-left: -24px !important;
    margin-right: -24px !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 781px) {
  .is-style-content-side + .wp-block-spacer:last-child,
.pattern-content-sidebar + .wp-block-spacer:last-child {
    display: none;
  }
}

.tan-bg [class*=captcha] {
  transform-origin: left center;
}
@media (max-width: 1335px) {
  .tan-bg [class*=captcha] {
    transform: scale(0.8);
  }
}
@media (max-width: 1047px) {
  .tan-bg [class*=captcha] {
    transform: scale(0.6);
  }
}
.tan-bg figure a {
  overflow: hidden;
}

.carousel .carousel-slide-container, .carousel .carousel-images-container {
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 1335px) {
  .carousel .carousel-slide-container, .carousel .carousel-images-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-slide-container, .carousel .carousel-images-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.carousel .carousel-images-container {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .carousel .carousel-images-container {
    margin-bottom: 80px;
  }
}
.carousel .carousel-images-container .slick-prev, .carousel .carousel-images-container .slick-next {
  width: 35px;
  height: 37px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .carousel .carousel-images-container .slick-prev, .carousel .carousel-images-container .slick-next {
    top: 100%;
    margin-top: 15px;
    transform: none;
  }
}
.carousel .carousel-images-container .slick-prev:before, .carousel .carousel-images-container .slick-next:before {
  display: none;
}
.carousel .carousel-images-container .slick-prev {
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/carousel-arrows-left.svg");
  left: -100px;
}
@media (max-width: 1335px) {
  .carousel .carousel-images-container .slick-prev {
    left: -50px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-images-container .slick-prev {
    left: 0;
  }
}
.carousel .carousel-images-container .slick-next {
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/carousel-arrows-right.svg");
  right: -100px;
}
@media (max-width: 1335px) {
  .carousel .carousel-images-container .slick-next {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-images-container .slick-next {
    right: 0;
  }
}
.carousel .carousel-slide-item {
  text-align: center;
}
.carousel .carousel-slide-item img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel .carousel-slide-item h3, .carousel .carousel-slide-item .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .carousel .carousel-slide-item .wp-block-latest-posts__post-title {
  margin-bottom: 20px;
}
.carousel .carousel-slide-item .copy {
  padding-left: 30px;
  padding-right: 30px;
}
.carousel .slick-dots {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 50px;
  padding-left: 0 !important;
}
.carousel .slick-dots li button:before {
  content: "";
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/carousel-dot-inactive.svg");
  background-size: 100% auto;
  opacity: 1;
}
.carousel .slick-dots li.slick-active button:before {
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/carousel-dot-active.svg");
}

.carousel-row {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.carousel-row .carousel-intro {
  margin-bottom: 40px;
}
.carousel-row .carousel-intro h2, .carousel-row .carousel-intro body.category #page .page-title, body.category #page .carousel-row .carousel-intro .page-title, .carousel-row .carousel-intro .has-large-font-size {
  margin-bottom: 40px;
}
.carousel-row .carousel-slide-container {
  position: relative;
}
.carousel-row .carousel-slide-container .carousel-proceed {
  position: absolute;
  left: 0;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .carousel-row .carousel-slide-container .carousel-proceed {
    display: none;
  }
}
.carousel-row .carousel-slide-container .carousel-slide-in-container {
  margin-left: 100px;
  /* the parent */
}
.carousel-row .carousel-slide-container .carousel-slide-in-container.slide-count-3, .carousel-row .carousel-slide-container .carousel-slide-in-container.slide-count-2, .carousel-row .carousel-slide-container .carousel-slide-in-container.slide-count-1 {
  margin-left: 0 !important;
}
@media (max-width: 1200px) {
  .carousel-row .carousel-slide-container .carousel-slide-in-container {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .carousel-row .carousel-slide-container .carousel-slide-in-container {
    margin-left: 0;
  }
}
.carousel-row .carousel-slide-container .carousel-slide-in-container .slick-slide {
  margin: 0 25px;
}
@media (max-width: 1200px) {
  .carousel-row .carousel-slide-container .carousel-slide-in-container .slick-slide {
    margin: 0 15px;
  }
}
.carousel-row .carousel-slide-container .carousel-slide-in-container .slick-list {
  margin: 0 -25px;
}
@media (max-width: 1200px) {
  .carousel-row .carousel-slide-container .carousel-slide-in-container .slick-list {
    margin: 0 -15px;
  }
}
.carousel-row .carousel-slide-container .carousel-slide-item {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .carousel-row .carousel-slide-container .carousel-slide-item {
    margin-bottom: 50px;
  }
}
.carousel-row .carousel-slide-container .carousel-slide-item img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: block;
}
.carousel-row .carousel-slide-container .carousel-slide-item h3, .carousel-row .carousel-slide-container .carousel-slide-item .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .carousel-row .carousel-slide-container .carousel-slide-item .wp-block-latest-posts__post-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.carousel-row .carousel-slide-container .carousel-slide-item span {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-transform: uppercase;
}
.carousel-row .carousel-slide-container .carousel-slide-item span svg {
  margin-left: 10px;
}

.callout .inner-container {
  text-align: center;
  max-width: 1000px;
}

.half-half-banner {
  display: flex;
  flex-wrap: wrap;
}
.half-half-banner .banner-column {
  flex-basis: 50%;
  min-width: 50%;
}
@media (max-width: 1200px) {
  .half-half-banner .banner-column {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.half-half-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.half-half-banner .banner-column-copy {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 7%;
}
@media (max-width: 1200px) {
  .half-half-banner .banner-column-copy {
    padding: 35px;
  }
}
.half-half-banner .order-2 {
  order: 2;
}
.half-half-banner .order-1 {
  order: 1;
}

/*Used to apply top/bottom padding to any block*/
@media screen and (max-width: 993px) {
  .pb-xl {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pb-xl {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .pb-xl {
    padding-bottom: 245px;
  }
}

@media screen and (max-width: 993px) {
  .pt-xl {
    padding-top: 90px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pt-xl {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .pt-xl {
    padding-top: 245px;
  }
}

@media screen and (max-width: 768px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  .pb-lg {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1260px) {
  .pb-lg {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 768px) {
  .pt-lg {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  .pt-lg {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1260px) {
  .pt-lg {
    padding-top: 190px;
  }
}

@media screen and (max-width: 993px) {
  .pb-md {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pb-md {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1261px) {
  .pb-md {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 993px) {
  .pt-md {
    padding-top: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pt-md {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1261px) {
  .pt-md {
    padding-top: 120px;
  }
}

@media screen and (max-width: 993px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pb-sm {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1261px) {
  .pb-sm {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 993px) {
  .pt-sm {
    padding-top: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pt-sm {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1261px) {
  .pt-sm {
    padding-top: 70px;
  }
}

@media screen and (max-width: 993px) {
  .pb-xs {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pb-xs {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1261px) {
  .pb-xs {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 993px) {
  .pt-xs {
    padding-top: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1260px) {
  .pt-xs {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1261px) {
  .pt-xs {
    padding-top: 50px;
  }
}

.pb-sm {
  padding-bottom: 40px;
}

.pt-sm {
  padding-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pad-30 {
  padding: 30px;
}

.pad-50 {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .mt-20-xs {
    margin-top: 20px;
  }
}
/*Margin options*/
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

@media screen and (min-width: 993px) {
  .lg-mt-30 {
    margin-top: 20px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 993px) {
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .lg-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-grid .image-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.image-grid .image-row .image-row-item {
  display: block;
  padding: 0 17px;
  position: relative;
}
.image-grid .image-row .image-row-item img {
  display: block;
  width: 100%;
  height: auto;
}
.image-grid .image-row .image-row-item .image-overlay {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  background: rgba(39, 37, 37, 0.25);
  text-align: center;
  padding: 15px;
}
@-webkit-keyframes img-animate-hover {
  0% {
    padding: 15px;
  }
  50% {
    padding: 20px;
  }
  100% {
    padding: 15px;
  }
}
@keyframes img-animate-hover {
  0% {
    padding: 15px;
  }
  50% {
    padding: 20px;
  }
  100% {
    padding: 15px;
  }
}
.image-grid .image-row .image-row-item:hover .image-overlay {
  -webkit-animation-name: img-animate-hover;
          animation-name: img-animate-hover;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.image-grid .image-row.image-row-even.image-row-count-2 .image-row-item {
  flex-basis: 50%;
  min-width: 50%;
}
.image-grid .image-row.image-row-even.image-row-count-3 .image-row-item {
  flex-basis: 33.333333333%;
  min-width: 33.333333333%;
}
.image-grid .image-row.image-row-even.image-row-count-4 .image-row-item {
  flex-basis: 25%;
  min-width: 25%;
}
.image-grid .image-row.image-row-two-one-one .image-row-item:nth-child(1) {
  flex-basis: 50%;
  min-width: 50%;
}
.image-grid .image-row.image-row-two-one-one .image-row-item:nth-child(2), .image-grid .image-row.image-row-two-one-one .image-row-item:nth-child(3) {
  flex-basis: 25%;
  min-width: 25%;
}
.image-grid .image-row.image-row-one-one-two .image-row-item:nth-child(3) {
  flex-basis: 50%;
  min-width: 50%;
}
.image-grid .image-row.image-row-one-one-two .image-row-item:nth-child(2), .image-grid .image-row.image-row-one-one-two .image-row-item:nth-child(1) {
  flex-basis: 25%;
  min-width: 25%;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.d-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .listing-gap-30-90 {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .listing-gap-30-90 {
    gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .listing-gap-30-90 {
    gap: 90px 50px;
  }
}

@media screen and (max-width: 767px) {
  .listing-gap-30-70 {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .listing-gap-30-70 {
    gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .listing-gap-30-70 {
    gap: 70px 50px;
  }
}

.el-card {
  letter-spacing: 0.35px;
}
@media screen and (max-width: 767px) {
  .el-card {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1449px) {
  .el-card {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1450px) {
  .el-card {
    padding: 45px 25px 30px;
  }
}

.bg-light-tan {
  background-color: rgba(214, 210, 196, 0.2);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 600;
}

.text-size-20 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.website-url {
  text-decoration: underline;
  word-break: break-all;
}

.mx-auto {
  margin: 0 auto;
}

.btn-border {
  border: 4px solid #6399ae;
}

.link-arrow-right {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
.link-arrow-right:after {
  content: "";
  background: url("../img/arrow-double-chev-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 15px;
  margin-top: 2px;
  transition: 0.4s;
  transform: translateY(4px) !important;
}
.link-arrow-right:hover:after {
  margin-left: 15px;
  transform: translateY(4px) translateX(4px) !important;
}

.btn, #page .tribe-events-l-container .tribe-common-c-btn,
#page .tribe-events-l-container .tribe-events-c-ical__link, .post-navigation a,
.posts-navigation a, input[type=submit] {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-weight: 600;
  line-height: 0.9;
  padding: 5px 30px;
  -ms-text-spacing: 2px;
      text-spacing: 2px;
  font-size: 20px;
}

.results-num {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .results-num {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 993px) {
  .results-num {
    margin-bottom: 40px !important;
  }
}

.wp-block-cover.is-style-hero > div:not([class*=css]):not(.components-drop-zone) {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 993px) {
  .wp-block-cover.is-style-hero > div:not([class*=css]):not(.components-drop-zone) {
    left: 20px;
  }
}

body #page #content [class*=theme-] .accessibility-list li > a {
  padding-top: 2px;
}

#page .accessibility-list [class*=parking] {
  background: #86647a !important;
}

#page .accessibility-list [class*=enterance] {
  background: #5b7671 !important;
}

#page .accessibility-list [class*=restroom] {
  background: #747136 !important;
}

#page .accessibility-list [class*=complete] {
  background: #9e652e !important;
}

.accessibility-key {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 450px) {
  .accessibility-key {
    display: none;
  }
}

.select-wrapper {
  position: relative;
  width: 295px;
}
@media screen and (max-width: 450px) {
  .select-wrapper {
    width: 100%;
  }
}
.select-wrapper label {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  display: block;
}

.select {
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(214, 210, 196, 0.2) !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 12px !important;
  width: 100% !important;
  font-size: 18px;
  min-height: 55px;
  background-image: url("../img/dropdown-down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) 22px !important;
}
.select:focus {
  color: black;
}
.select::-ms-expand {
  display: none;
}

label.dropdown-label {
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  display: block;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 375px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .custom-dropdown {
    width: 200px;
  }
}
.custom-dropdown button {
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  background-color: #f6f6f4;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 12px !important;
  font-size: 18px;
  min-height: 55px;
  position: relative;
  text-align: left;
  min-width: 375px;
}
@media (max-width: 991px) {
  .custom-dropdown button {
    min-width: 200px;
  }
}
.custom-dropdown button:after {
  content: "";
  height: 11px;
  width: 17px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  background-image: url("../img/dropdown-down-arrow.svg") !important;
  transition: 0.3s ease-in-out;
}
.custom-dropdown button.is-open:after {
  transform: rotate(180deg);
}
.custom-dropdown .custom-dropdown-contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f4;
  z-index: 10;
}
.custom-dropdown .custom-dropdown-contents ul {
  border-top: 1px solid #e6e4dc;
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.custom-dropdown .custom-dropdown-contents ul li {
  border-bottom: 1px solid #e6e4dc;
  padding: 0;
}
.custom-dropdown .custom-dropdown-contents ul li:before {
  display: none;
}
.custom-dropdown .custom-dropdown-contents ul li::marker {
  display: none !important;
  content: "";
}
.custom-dropdown .custom-dropdown-contents ul li a {
  color: #2d2926;
  padding: 12px 15px 10px;
  display: block;
}

.wp-block-latest-posts__list li {
  background: #f8f7f5;
  display: flex;
  flex-direction: column;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
  flex-grow: 1;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  color: #2d2926 !important;
}
.wp-block-latest-posts__list .link-arrow-right {
  color: #6399ae !important;
}

.wp-block-button__link.link-arrow-right {
  padding: 5px 25px 7px;
}

.bannered-content-highlight .wp-block-button a:not(:last-child) {
  margin-right: 18px;
}

.breadcrumbs-row a, .breadcrumbs-row span:not(.breadcrumb-separator) {
  color: #2d2926 !important;
}

@media (max-width: 1200px) {
  .home-cover-video {
    height: 44vh !important;
  }
}
.home-cover-video img {
  width: 70% !important;
}
@media (max-width: 993px) {
  .home-cover-video img {
    width: 100% !important;
  }
}
.home-cover-video .video-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30% !important;
  padding: 0 !important;
}
.home-cover-video .video-right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 993px) {
  .home-cover-video .video-right {
    display: none;
  }
}
.home-cover-video .overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25% !important;
  padding: 0 !important;
}
@media (max-width: 993px) {
  .home-cover-video .overlay-image {
    display: none;
  }
}
.home-cover-video .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-cover-video.has-cover-image video {
  width: 75%;
}
@media (max-width: 993px) {
  .home-cover-video.has-cover-image video {
    width: 100%;
  }
}

.wp-block-latest-posts a {
  text-decoration: none;
}

.listings-list a, .figure-flag a {
  text-decoration: none;
}

.listings-count {
  margin-bottom: 50px;
}

.d-none {
  display: none !important;
}

#pre-header a:hover {
  text-decoration: underline;
}

.recent-blog-posts .heading-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.recent-blog-posts .heading-row h2, .recent-blog-posts .heading-row body.category #page .page-title, body.category #page .recent-blog-posts .heading-row .page-title, .recent-blog-posts .heading-row .has-large-font-size {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recent-blog-posts .heading-row {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .recent-blog-posts .heading-row .link-arrow-right {
    margin-top: 15px;
  }
}
.recent-blog-posts a {
  text-decoration: none !important;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 100% !important;
  width: 100% !important;
}

h1.alignfull, h2.alignfull, body.category #page .alignfull.page-title, .alignfull.has-large-font-size, h3.alignfull, .wp-block-latest-posts__list .alignfull.wp-block-latest-posts__post-title, h4.alignfull, .alignfull.tribe-related-events-title, .single-tribe_events .tribe-events-schedule h2.alignfull, .single-tribe_events .tribe-events-schedule .alignfull.has-large-font-size, #side-nav strong a.alignfull, .alignfull.widget-title, .archive h2.alignfull.entry-title, .archive .alignfull.entry-title.has-large-font-size,
.blog h2.alignfull.entry-title,
.blog .alignfull.entry-title.has-large-font-size, .author .alignfull.page-title,
.blog .alignfull.page-title,
.category .alignfull.page-title,
.date .alignfull.page-title,
.search .alignfull.page-title,
.tag .alignfull.page-title,
body[class*=archive] .alignfull.page-title, .signup-form #sidebar .alignfull.gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .alignfull.gform_title, .wp-block-latest-posts li > a.alignfull, body #page #masthead ~ #content .alignfull.figure-flag, h5.alignfull, h6.alignfull {
  padding-left: 24px;
  padding-right: 24px;
}

/* temp */
p:empty {
  display: none;
}

.has-text-color a {
  color: #fff;
}

.button-row {
  margin-top: 25px;
}

.pt-sm {
  padding-top: 20px;
}

.pb-sm {
  padding-bottom: 20px;
}

.pt-md {
  padding-top: 50px;
}

.pb-md {
  padding-bottom: 50px;
}

.pt-lg {
  padding-top: 75px;
}

.pb-lg {
  padding-bottom: 75px;
}

.pt-xl {
  padding-top: 100px;
}

.pb-xl {
  padding-bottom: 100px;
}

.site-header {
  position: fixed;
  left: auto;
  right: auto;
  z-index: 99999;
  background-color: #fff;
  width: 100vw;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0;
  font-family: "BalboaLight", sans-serif;
  transition: box-shadow 0.15s;
}
.site-header > div {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1047px) {
  .site-header > div,
.site-header > div .inner-container {
    max-width: 100%;
  }
}
@media (max-width: 1047px) {
  .site-header > div {
    justify-content: space-between;
  }
}
.site-header > div nav {
  margin-right: auto;
}
@media (min-width: 656px) {
  .site-header > div nav {
    margin-bottom: -24px;
  }
}
.site-header > div nav:first-of-type {
  margin-left: 24px;
}
@media (min-width: 782px) {
  .site-header > div nav:first-of-type {
    margin-left: 48px;
  }
}
.site-header #header-aside {
  display: flex;
  align-items: center;
  margin-right: 0;
}
@media (max-width: 1047px) {
  .site-header #header-aside {
    margin-left: auto;
    position: relative;
    top: -11px;
  }
}
@media (max-width: 1047px) and (max-width: 655px) {
  .site-header #header-aside {
    top: 1px;
  }
}
.site-header.shadow, body:not(.page-hero) .site-header {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

body.logged-in #masthead {
  top: 32px !important;
}

.menu {
  display: flex;
  align-items: center;
}
.menu li {
  list-style-type: none;
}
.menu li:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 655px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu li {
    margin-right: 0;
  }
  .menu li:not(:last-child) {
    margin-bottom: 12px;
  }
}

footer,
header {
  image-rendering: -webkit-optimize-contrast;
}

.site-branding {
  margin-right: 2%;
}
.site-branding img {
  width: 111px;
  height: auto;
}
@media (max-width: 655px) {
  .site-branding {
    margin-right: 0;
    position: relative;
    top: 5px;
  }
}
@media (max-width: 655px) {
  .site-branding {
    top: 0;
  }
}

#pre-header {
  background: #bc8c3d;
  padding-top: 14px;
  padding-bottom: 12px;
  color: #ffffff;
}
#pre-header ul {
  justify-content: flex-end;
}
#pre-header ul li a {
  color: #ffffff;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
#pre-header ul li[class*=current] a {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 655px) {
  #pre-header {
    display: none;
  }
}

#primary-navigation > .menu > .menu-item > a:hover {
  text-decoration: none;
}
#primary-navigation > .menu > .menu-item > .sub-menu {
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  padding: 25px;
}
@media (max-width: 1047px) {
  #primary-navigation > .menu > .menu-item > .sub-menu {
    padding: 20px 0px;
  }
  #primary-navigation > .menu > .menu-item > .sub-menu li a {
    font-size: 21px;
  }
  #primary-navigation > .menu > .menu-item > .sub-menu .sub-menu > li > .sub-menu > li {
    line-height: 1.7;
  }
}
@media (min-width: 1047px) {
  #primary-navigation > .menu > .menu-item > .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    border-top: 3px solid #bc8c3d;
  }
}
@media (max-width: 1047px) {
  #primary-navigation > .menu > .menu-item > .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1047px) {
  #primary-navigation > .menu > .menu-item > .sub-menu {
    transition: opacity 0.15s, visibility 0.15s;
    max-width: 768px;
  }
  #primary-navigation > .menu > .menu-item > .sub-menu:before {
    right: 100%;
  }
  #primary-navigation > .menu > .menu-item > .sub-menu:after {
    left: 100%;
  }
}
#primary-navigation > .menu > .menu-item > .sub-menu li {
  padding: 5px 0;
  line-height: 1.1;
}
#primary-navigation > .menu > .menu-item > .sub-menu li.current_page_item a {
  text-decoration: underline;
}
#primary-navigation > .menu > .menu-item > .sub-menu li.menu-item-has-children {
  position: relative;
}
#primary-navigation > .menu > .menu-item > .sub-menu li.menu-item-has-children > a {
  position: relative;
  line-height: 1.1;
}
#primary-navigation > .menu > .menu-item > .sub-menu li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/design/nav-arrow-right-black.svg);
  height: 11px;
  width: 9px;
  margin-left: 10px;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
#primary-navigation > .menu > .menu-item > .sub-menu li.menu-item-has-children.menu-is-open > a:after {
  transform: rotate(90deg);
  background-image: url(../img/design/nav-arrow-right-gold.svg);
}
#primary-navigation > .menu > .menu-item > .sub-menu li a:hover {
  opacity: 0.75;
}
#primary-navigation > .menu > .menu-item > .sub-menu li a {
  color: #2d2926 !important;
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1.1;
  outline: none;
}
#primary-navigation > .menu > .menu-item > .sub-menu li > .sub-menu {
  position: static;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#primary-navigation > .menu > .menu-item > .sub-menu li > .sub-menu > li {
  padding: 0;
  line-height: 1.3;
}
#primary-navigation > .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.site-header nav {
  font-size: 1.05rem;
}
.site-header nav > ul > li {
  position: relative;
}
.site-header nav > ul > li:hover:after, .site-header nav > ul > li[class*=current-menu-item]:after {
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -24px;
  background-image: url("../img/design/diamond-gold.svg");
  background-size: 100% auto;
}
.site-header nav > ul > li:hover:after, .site-header nav > ul > li[class*=current-menu-item]:after {
  margin-top: -24px;
}
.site-header nav > ul > li > a {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #2d2926;
  outline: none !important;
}
.site-header nav > ul > li > a:hover {
  color: #6399ae;
}
@media (max-width: 1047px) {
  .site-header nav {
    overflow-x: hidden;
  }
  .site-header nav > ul > li > a {
    font-size: 21px;
  }
}
@media (max-width: 1047px) and (min-width: 656px) {
  .site-header nav a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1047px) {
  .site-header nav > ul > li {
    max-width: 100%;
  }
}
@media (max-width: 1047px) {
  .site-header nav li > a {
    position: relative;
    right: 0;
    transition: right 0.15s;
  }
  .site-header nav li > a:hover {
    right: 3px;
  }
}
@media (max-width: 1047px) {
  .site-header nav .sub-menu a:before {
    color: #6399ae;
  }
}
@media (max-width: 1047px) {
  .site-header nav li[class*=current-menu-item] > a {
    text-decoration: underline;
    position: relative;
  }
}
@media (max-width: 1047px) {
  .site-header nav li:after {
    display: none !important;
  }
}
@media (max-width: 1047px) {
  .site-header nav a {
    color: #fff !important;
  }
}
@media (max-width: 1047px) {
  .site-header nav .mobile-dropdown {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 60px;
    transition: 0.3s ease-in-out;
    border-left: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header nav .mobile-dropdown:after {
    content: "";
    position: absolute;
    background-image: url(../img/design/nav-arrow-right-white.svg);
    background-repeat: no-repeat;
    height: 11px;
    width: 9px;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 1047px) {
  .site-header nav .menu-is-open .mobile-dropdown:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 1047px) {
  .site-header nav li[class*=children] > a {
    font-size: 1.9rem;
  }
}
@media (max-width: 1047px) and (max-width: 655px) {
  .site-header nav li[class*=children] > a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1047px) {
  .site-header nav:first-of-type {
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(99, 153, 174, 0.9);
    padding-bottom: 24px !important;
    z-index: 99999;
  }
  .site-header nav:first-of-type li {
    margin: 0 !important;
  }
  .site-header nav:first-of-type > ul {
    padding: 0.5em 0;
    margin: auto;
    overflow-x: hidden;
    height: 100%;
    display: block;
  }
  .site-header nav:first-of-type > ul > li {
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 1047px) and (min-width: 1048px) {
  .site-header nav:first-of-type > ul [class*=children]:hover ul {
    display: block;
    -moz-columns: 1;
         columns: 1;
  }
}
@media (max-width: 1047px) {
  .site-header nav:first-of-type > ul a:hover {
    color: #fff;
  }
}
@media (max-width: 1047px) {
  .site-header nav:first-of-type > ul ul {
    position: relative;
    display: none;
    padding: 0.75em 0;
  }
  .site-header nav:first-of-type > ul ul li {
    margin: 0;
  }
}
@media (max-width: 1047px) {
  .site-header nav:first-of-type > ul li a {
    padding: 0.25em 24px;
  }
}
@media (max-width: 1047px) {
  .site-header nav:first-of-type a {
    color: #fff;
    padding: 0 24px;
  }
}
.site-header nav.toggled {
  opacity: 1 !important;
  visibility: visible !important;
}

ul.menu > li[class*=current-menu-item] > a {
  color: #6399ae;
}

#page .menu-secondary-menu-container {
  padding-top: 15px;
  font-size: 1rem;
}
#page .menu-secondary-menu-container a {
  font-size: 1.1rem;
}
@media screen and (max-width: 1047px) {
  #page .menu-secondary-menu-container a {
    font-size: 1.3rem;
  }
}
#page .menu-secondary-menu-container li {
  margin-bottom: 5px !important;
}
@media (min-width: 1048px) {
  #page .menu-secondary-menu-container {
    display: none !important;
  }
}

@media screen and (max-width: 1046px) {
  #primary-navigation .mobile-search form button {
    background: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 24px;
    margin-left: 10px;
  }
}

#breadcrumbs {
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  margin-bottom: 19.2px;
  font-size: 0.8rem;
}
article > #breadcrumbs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#breadcrumbs a {
  text-decoration: underline;
  color: #2d2926;
}
#breadcrumbs a:hover {
  opacity: 0.75;
}
.wp-block-cover[class*=background-color] #breadcrumbs a {
  color: #fff !important;
}
#breadcrumbs .d-flex {
  display: flex;
}
#breadcrumbs img {
  margin-left: 4px;
  margin-right: 4px;
}

.breadcrumbs-row a {
  color: #2d2926;
  text-decoration: underline;
}

#masthead .search-form {
  margin-right: 24px;
  position: relative;
}
#masthead .search-form input {
  padding: 9.6px 16px !important;
  border-radius: 24px !important;
  outline: none !important;
}
#masthead .search-form input:focus {
  border: 1px solid #6399ae;
  display: block !important;
}
@media (max-width: 1047px) {
  #masthead .search-form button {
    right: 5px;
  }
}
@media (min-width: 1047px) {
  #masthead .search-form:hover input {
    display: block;
  }
  #masthead .search-form button {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    right: 5px !important;
  }
  #masthead .search-form input {
    width: 100%;
    display: none;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 200px;
  }
}

.header-search {
  margin-right: 12px;
}

#masthead .mobile-search {
  margin-bottom: 12px !important;
}
#masthead .mobile-search input {
  padding: 12px !important;
  border-radius: 24px !important;
}
#masthead .mobile-search form {
  margin-bottom: 10px;
  max-width: calc(100vw - 48px);
  margin: 12px auto 0 auto !important;
}
@media (max-width: 1046px) {
  #masthead .mobile-search form {
    display: flex;
    justify-content: end;
  }
}
#masthead .mobile-search form button {
  right: 12px;
}
@media (min-width: 782px) {
  #masthead .mobile-search {
    display: none;
  }
}

@media (max-width: 781px) {
  .desktop-search {
    display: none;
  }
}

small.post-type {
  text-transform: uppercase;
}

#content .search-form input {
  display: block !important;
}

body.search .type-post figure {
  overflow: hidden;
}
body.search .type-post small + a figure {
  margin-top: 10px;
}
body.search .type-post img {
  margin-bottom: 0;
}
body.search .type-post .entry-content {
  margin-top: 0;
  padding-bottom: 0;
}

.weather-widget {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
  color: #6399ae;
  overflow: hidden;
}
@media (max-width: 1047px) {
  .weather-widget [class*=wi] {
    display: none;
  }
}
.weather-widget span {
  font-size: 1.4rem;
}
.weather-widget h2, .weather-widget body.category #page .page-title, body.category #page .weather-widget .page-title, .weather-widget .has-large-font-size {
  font-family: "BalboaLight", sans-serif;
  margin: 0 0 0 12px;
  color: #6399ae;
  font-size: 36px;
  letter-spacing: 0;
}
.weather-widget * {
  font-weight: 300;
  font-size: 2rem;
}

.toggle {
  margin-left: 5px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
@media (min-width: 1048px) {
  .toggle {
    display: none;
  }
}

.toggle {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: none;
  box-shadow: none;
  border: none !important;
  padding: 0;
  outline: none !important;
  margin-left: 24px;
  position: relative;
  top: 0;
  transform-origin: center right;
  height: 40px;
  width: 40px;
}
@media (max-width: 1047px) {
  .toggle {
    transform: scale(0.8);
    margin-left: 0;
  }
}
.toggle .bars span {
  width: 40px;
  margin-bottom: 7px;
  height: 3px;
  background: #6399ae;
  display: block;
  transform: rotate(0deg);
}
.toggle .bars span:last-child {
  margin-bottom: 0;
}
.toggle.is-active .bars {
  position: relative;
  top: -4px;
}
.toggle.is-active .bars span {
  position: relative;
  transform: rotate(45deg);
  top: 10px;
}
.toggle.is-active .bars span:last-child {
  transform: rotate(-45deg);
  bottom: 0;
  top: auto;
}
.toggle.is-active .bars span:nth-child(2) {
  display: none;
}

.site-footer {
  background-color: #6399ae;
  letter-spacing: 0.02em;
  color: #fff;
}
.site-footer > div {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 655px) {
  .site-footer > div {
    font-size: 1rem;
  }
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  .site-footer > div {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1047px) {
  .site-footer > div {
    font-size: 1rem;
  }
  .site-footer > div .footer-left {
    flex-direction: column;
    margin-top: 0;
  }
  .site-footer > div .footer-left .site-contact {
    margin-bottom: 48px;
  }
}
.site-footer > div .footer-right li[class*=current-page-] a {
  color: #fff;
}
.site-footer > div .footer-right li[class*=current-page-] a:hover {
  color: #bc8c3d;
}
.site-footer > div:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f7f6f3;
  font-size: 0.8em;
  color: #bc8c3d;
}
.site-footer > div:last-child a {
  color: #bc8c3d;
}
.site-footer > div:last-child a:hover {
  color: #6399ae;
}
.site-footer > div:last-child div.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer > div:last-child div.terms a:hover {
  text-decoration: underline;
}
@media (max-width: 655px) {
  .site-footer > div:last-child div.terms {
    flex-direction: column;
  }
  .site-footer > div:last-child div.terms > *:not(:first-child) {
    margin-top: 24px;
  }
}
.site-footer > div:last-child .sponsors {
  display: flex;
  align-items: center;
}
.site-footer > div:last-child .sponsors > * {
  margin-left: 16px;
}
.site-footer > div:last-child .sponsors a {
  display: block;
}
.site-footer > div:last-child .sponsors img {
  max-width: 140px !important;
  max-height: 50px;
  height: auto;
  width: auto;
}
.site-footer .site-branding {
  margin-bottom: 24px;
}
.site-footer .site-branding img {
  max-width: 230px;
  width: 100%;
}
.site-footer .site-info,
.site-footer .site-info a {
  color: #2D78BC;
}
.site-footer .sep {
  display: inline-block;
  height: 13px;
  overflow: hidden;
  margin: 0 2px;
}
.site-footer .social-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer .social-list li {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}
.site-footer .social-list a {
  color: #6399ae;
  font-size: 1.4rem;
  margin: 0;
}
.site-footer .social-list a:hover {
  color: #fff;
}
.site-footer .wp-block-button__link {
  color: #fff !important;
  border-color: #fff !important;
}
.site-footer figure {
  overflow: visible !important;
}
.site-footer figure a {
  opacity: 1 !important;
}
.site-footer .guide {
  display: block;
  margin-bottom: 24px;
  transitioN: top 0.15s;
  position: relative;
  top: 0;
}
@media (min-width: 656px) {
  .site-footer .guide {
    margin: 0 auto 24px;
  }
  .site-footer .guide:hover {
    position: relative;
    top: -3px;
  }
  .site-footer .guide img {
    margin: 0 auto;
  }
}
.site-footer .guide img {
  width: 100%;
  max-width: 200px;
}
.site-footer .contact-details > strong {
  display: none;
}
.site-footer .contact-details a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-upper {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 655px) {
  .site-footer .footer-upper {
    display: block;
    order: 1;
  }
  .site-footer .footer-upper .footer-right {
    margin-top: 48px;
  }
}
.site-footer .footer-upper .site-contact {
  line-height: 1.15;
  margin-right: 8%;
  font-weight: 400;
}
.site-footer .footer-upper .footer-left {
  flex: 1;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1047px) and (min-width: 656px) {
  .site-footer .footer-upper .footer-left .site-contact + ul {
    flex-wrap: wrap;
    margin-left: 48px;
  }
  .site-footer .footer-upper .footer-left .site-contact + ul li {
    width: 33%;
    margin-bottom: 10px;
  }
}
.site-footer .footer-upper .footer-right {
  font-size: 0.9rem;
}
.site-footer .footer-upper .footer-right h4, .site-footer .footer-upper .footer-right .tribe-related-events-title, .site-footer .footer-upper .footer-right .single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .site-footer .footer-upper .footer-right h2, .site-footer .footer-upper .footer-right .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule .site-footer .footer-upper .footer-right .has-large-font-size, .site-footer .footer-upper .footer-right .single-tribe_events .tribe-events-schedule body.category #page .page-title, .single-tribe_events .tribe-events-schedule body.category #page .site-footer .footer-upper .footer-right .page-title, .site-footer .footer-upper .footer-right body.category #page .single-tribe_events .tribe-events-schedule .page-title, body.category #page .single-tribe_events .tribe-events-schedule .site-footer .footer-upper .footer-right .page-title, .site-footer .footer-upper .footer-right #side-nav strong a, #side-nav strong .site-footer .footer-upper .footer-right a, .site-footer .footer-upper .footer-right .widget-title, .site-footer .footer-upper .footer-right .archive h2.entry-title, .site-footer .footer-upper .footer-right .archive body.category #page .entry-title.page-title, body.category #page .site-footer .footer-upper .footer-right .archive .entry-title.page-title, .archive .site-footer .footer-upper .footer-right h2.entry-title, .archive .site-footer .footer-upper .footer-right body.category #page .entry-title.page-title, body.category #page .archive .site-footer .footer-upper .footer-right .entry-title.page-title, .site-footer .footer-upper .footer-right .archive .entry-title.has-large-font-size, .archive .site-footer .footer-upper .footer-right .entry-title.has-large-font-size,
.site-footer .footer-upper .footer-right .blog h2.entry-title,
.site-footer .footer-upper .footer-right .blog body.category #page .entry-title.page-title,
body.category #page .site-footer .footer-upper .footer-right .blog .entry-title.page-title,
.blog .site-footer .footer-upper .footer-right h2.entry-title,
.blog .site-footer .footer-upper .footer-right body.category #page .entry-title.page-title,
body.category #page .blog .site-footer .footer-upper .footer-right .entry-title.page-title,
.site-footer .footer-upper .footer-right .blog .entry-title.has-large-font-size,
.blog .site-footer .footer-upper .footer-right .entry-title.has-large-font-size, .site-footer .footer-upper .footer-right .author .page-title, .author .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right .blog .page-title,
.blog .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right .category .page-title,
.category .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right .date .page-title,
.date .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right .search .page-title,
.search .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right .tag .page-title,
.tag .site-footer .footer-upper .footer-right .page-title,
.site-footer .footer-upper .footer-right body[class*=archive] .page-title,
body[class*=archive] .site-footer .footer-upper .footer-right .page-title, .site-footer .footer-upper .footer-right .signup-form #sidebar .gform_title, .signup-form #sidebar .site-footer .footer-upper .footer-right .gform_title,
.site-footer .footer-upper .footer-right .signup-form .wp-block-column[style*=flex]:last-child .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .site-footer .footer-upper .footer-right .gform_title, .site-footer .footer-upper .footer-right .wp-block-latest-posts li > a, .wp-block-latest-posts .site-footer .footer-upper .footer-right li > a, .site-footer .footer-upper .footer-right body #page #masthead ~ #content .figure-flag, body #page #masthead ~ #content .site-footer .footer-upper .footer-right .figure-flag {
  margin-bottom: 20px;
}
.site-footer .footer-upper .footer-right p {
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
.site-footer .footer-upper .footer-right .button-main {
  min-width: 250px;
  max-width: 100%;
  margin-bottom: 30px;
}
.site-footer .footer-upper .footer-right ul.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.site-footer .footer-upper .footer-right ul.social-list li:not(:last-of-type) {
  margin-right: 30px;
}
.site-footer .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.site-footer .signup {
  width: 100%;
}
.site-footer .signup form {
  width: 100%;
}
@media (max-width: 655px) {
  .site-footer .signup form {
    flex-direction: column;
    margin-bottom: 24px !important;
  }
  .site-footer .signup form .gform_body,
.site-footer .signup form input {
    width: 100% !important;
  }
}
@media (min-width: 656px) {
  .site-footer .signup {
    padding-right: 6%;
  }
}
.site-footer .signup button {
  border-color: #ffffff;
  color: #ffffff;
}
.site-footer .signup input {
  background: #8ab3c3 !important;
  padding: 15px !important;
}

#page .no-icon a {
  color: #fff;
  font-size: 1rem;
}
#page .no-icon a:hover {
  color: #6399ae;
}

.archive.page .entry-content,
.search.page .entry-content {
  display: none;
}
.archive a + .entry-content,
.search a + .entry-content {
  margin-top: 24px;
}
.archive article .btn, .archive article #page .tribe-events-l-container .tribe-common-c-btn, #page .tribe-events-l-container .archive article .tribe-common-c-btn,
.archive article #page .tribe-events-l-container .tribe-events-c-ical__link,
#page .tribe-events-l-container .archive article .tribe-events-c-ical__link, .archive article .post-navigation a, .post-navigation .archive article a,
.archive article .posts-navigation a,
.posts-navigation .archive article a, .archive article input[type=submit],
.search article .btn,
.search article #page .tribe-events-l-container .tribe-common-c-btn,
#page .tribe-events-l-container .search article .tribe-common-c-btn,
.search article #page .tribe-events-l-container .tribe-events-c-ical__link,
#page .tribe-events-l-container .search article .tribe-events-c-ical__link,
.search article .post-navigation a,
.post-navigation .search article a,
.search article .posts-navigation a,
.posts-navigation .search article a,
.search article input[type=submit] {
  margin-top: 24px;
}
.archive article figure,
.search article figure {
  overflow: hidden;
}

.post-type-archive-listing .entry-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.author figure,
.blog figure,
.category figure,
.date figure,
.search figure,
.tag figure,
body[class*=archive] figure {
  overflow: hidden;
}
.author article img,
.blog article img,
.category article img,
.date article img,
.search article img,
.tag article img,
body[class*=archive] article img {
  margin: 0;
}

.entry-content:empty {
  display: none;
}

.search-form input {
  box-sizing: border-box;
}
#content .search-form button {
  right: 24px;
}

.search article.type-listing > a {
  display: none;
}
.search .site .alignwide, .search .site .event-list p + .reset-dates, .event-list .search .site p + .reset-dates, .search .site #page #content .event-filters, #page #content .search .site .event-filters, .search .site .post-type-archive-tribe_events .page-header, .post-type-archive-tribe_events .search .site .page-header,
.search .site .tribe-common, .search .site .year-separator-wrapper, .search .site .year-separator, .search .site .archive #primary, .archive .search .site #primary,
.search .site .author #primary,
.author .search .site #primary,
.search .site .blog #primary,
.blog .search .site #primary,
.search .site .category #primary,
.category .search .site #primary,
.search .site .date #primary,
.date .search .site #primary,
.search .site .tag #primary,
.tag .search .site #primary {
  margin-left: 0 !important;
}
.search article.listing {
  display: block;
  border: none;
  transform: none;
  margin: 0;
  width: 100%;
}
.search article.listing > figure {
  display: none !important;
}
.search article.listing .wp-block-media-text__content {
  width: 100%;
  display: block;
}
.search article.listing .wp-block-columns > div:last-child a {
  color: #6399ae;
}
.search article.listing .wp-block-columns > div:last-child a:hover {
  opacity: 0.75;
}
@media (max-width: 1047px) {
  .search article.listing .wp-block-columns > div:first-child {
    flex-basis: 66% !important;
  }
}
@media (max-width: 1047px) and (min-width: 656px) {
  .search article.listing .wp-block-columns > div:first-child {
    padding-right: 24px;
  }
}
@media (max-width: 1047px) {
  .search article.listing .wp-block-columns > div:last-child {
    flex-basis: 33% !important;
  }
}
@media (min-width: 656px) {
  .search article.listing .wp-block-columns {
    display: flex !important;
  }
}
.search article.listing .wp-block-columns figure {
  margin-bottom: 24px !important;
  padding-bottom: 50%;
}
.search article.listing .wp-block-columns figure img {
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  margin: -2px;
}

body.logged-in #masthead {
  top: 32px;
}

.page-header {
  margin-bottom: 48px;
}

/*
.fade-in-elem {
	opacity: 1 !important;
	top: 0 !important;
}

.page .entry-content > *:not([class*=hero]) {
	opacity: 0;
	position: relative;
	top: -20px;
	will-change: opacity, top;
	transition: opacity $trans * 6, top $trans * 2;
} */
@media screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  body #page #masthead ~ #content .figure-flag {
    bottom: 0px !important;
  }
}
body.lock {
  position: relative;
  overflow: hidden;
}

#page {
  overflow: hidden;
}

#content {
  background-color: #fff;
}

.pad-content #content,
.single #content,
.single-tribe_events #content {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  .pad-content #content,
.single #content,
.single-tribe_events #content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 450px) {
  .wp-block-gallery-5 {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-gallery-5 figcaption a {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .image-grid .image-row {
    flex-direction: column;
    flex-wrap: initial;
  }
  .image-grid .image-row a {
    margin-bottom: 20px;
  }
  .image-grid .image-row .image-row-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  #page .wp-block-gallery.is-style-even-squares > a {
    width: 100%;
  }
}
figure:empty {
  display: none;
}

.archive #page .entry-content {
  padding: 0;
}

.archive article,
.blog article {
  margin-top: 0 !important;
}
article.post .entry-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  article.post .entry-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
article.post figure {
  overflow: hidden;
  margin-bottom: 24px;
}

.single-post #breadcrumbs {
  border: none;
}
.single-post .entry-content {
  padding-top: 0 !important;
}
.single-post .entry-content > img:first-child {
  margin-bottom: 1em;
  display: none;
}
.single-post .wp-block-image {
  display: block;
}
.single-post .entry-title {
  padding-bottom: 24px;
}
small.post-type {
  color: #5E4F42;
}

.post-navigation,
.posts-navigation {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 2px solid #ccc;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  margin-bottom: 48px;
}
.post-navigation .nav-links > div,
.posts-navigation .nav-links > div {
  padding: 12px;
}
.post-navigation a,
.posts-navigation a {
  padding: 7px 25px 5px;
}
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  display: flex;
  flex-direction: row-reverse;
  vertical-align: middle;
  justify-content: flex-end;
}
.post-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after {
  top: -5px;
  transform: rotate(180deg);
  margin-right: 10px;
}
.post-navigation .nav-previous a:hover:after,
.posts-navigation .nav-previous a:hover:after {
  left: -5px;
  right: auto;
  margin-right: 10px;
}
.post-navigation:before,
.posts-navigation:before {
  display: block;
  margin-bottom: 12px;
}
body[class*=event]:not(.search) .post-navigation:before,
body[class*=event]:not(.search) .posts-navigation:before {
  content: "More Events";
}
body[class*=listing] .post-navigation:before,
body[class*=listing] .posts-navigation:before {
  content: "More Listings";
}
.post-navigation > div,
.posts-navigation > div {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 455px) {
  .post-navigation > div,
.posts-navigation > div {
    flex-direction: column;
  }
}

body:not(.page) #content .widget {
  padding-bottom: 24px;
}

#sidebar {
  display: none;
}

#sidebar .widget {
  font-family: "BalboaLight", sans-serif;
}

.archive #primary article,
.author #primary article,
.blog #primary article,
.category #primary article,
.date #primary article,
.tag #primary article {
  background: #ebe8e6;
  padding: 24px;
  border: none;
  margin-bottom: 0 !important;
}
.archive #primary article figure,
.author #primary article figure,
.blog #primary article figure,
.category #primary article figure,
.date #primary article figure,
.tag #primary article figure {
  padding-bottom: 66%;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
.archive #primary .blog-wrapper,
.author #primary .blog-wrapper,
.blog #primary .blog-wrapper,
.category #primary .blog-wrapper,
.date #primary .blog-wrapper,
.tag #primary .blog-wrapper {
  margin-bottom: 48px !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 48px;
}
.archive #primary .blog-wrapper article,
.author #primary .blog-wrapper article,
.blog #primary .blog-wrapper article,
.category #primary .blog-wrapper article,
.date #primary .blog-wrapper article,
.tag #primary .blog-wrapper article {
  align-self: flex-start;
}
.archive #content #sidebar,
.author #content #sidebar,
.blog #content #sidebar,
.category #content #sidebar,
.date #content #sidebar,
.tag #content #sidebar {
  background: #ebe8e6;
  padding: 48px 24px;
  min-width: 33%;
  width: 100%;
  flex: 0;
  margin-left: 96px;
  align-self: flex-start;
}
.archive #content #sidebar > ul,
.author #content #sidebar > ul,
.blog #content #sidebar > ul,
.category #content #sidebar > ul,
.date #content #sidebar > ul,
.tag #content #sidebar > ul {
  padding: 0;
}
@media (max-width: 655px) {
  .archive #content,
.author #content,
.blog #content,
.category #content,
.date #content,
.tag #content {
    flex-direction: column;
  }
}

#side-nav ul {
  font-family: "BalboaLight", sans-serif;
  padding: 0 !important;
}
#side-nav strong a {
  font-family: "BalboaExtraCondensed", sans-serif;
  color: #2d2926;
}
#side-nav strong a:hover {
  color: #6399ae;
}
#side-nav li {
  list-style-type: none !important;
  margin-bottom: 15px;
}
#side-nav li[class*=current] a {
  text-decoration: underline;
}
#side-nav a {
  font-size: 1.1rem;
  text-decoration: underline;
}

.second-nav h2, .second-nav .has-large-font-size, .second-nav body.category #page .page-title, body.category #page .second-nav .page-title, .second-nav h3, .second-nav .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .second-nav .wp-block-latest-posts__post-title, .second-nav h4, .second-nav .tribe-related-events-title, .second-nav .single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .second-nav h2, .second-nav .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule .second-nav .has-large-font-size, .second-nav .signup-form #sidebar .gform_title, .signup-form #sidebar .second-nav .gform_title,
.second-nav .signup-form .wp-block-column[style*=flex]:last-child .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .second-nav .gform_title, .second-nav .wp-block-latest-posts li > a, .wp-block-latest-posts .second-nav li > a, .second-nav body #page #masthead ~ #content .figure-flag, body #page #masthead ~ #content .second-nav .figure-flag, .second-nav .author .page-title, .author .second-nav .page-title,
.second-nav .blog .page-title,
.blog .second-nav .page-title,
.second-nav .category .page-title,
.category .second-nav .page-title,
.second-nav .date .page-title,
.date .second-nav .page-title,
.second-nav .search .page-title,
.search .second-nav .page-title,
.second-nav .tag .page-title,
.tag .second-nav .page-title,
.second-nav body[class*=archive] .page-title,
body[class*=archive] .second-nav .page-title, .second-nav .archive h2.entry-title, .archive .second-nav h2.entry-title, .second-nav .archive .entry-title.has-large-font-size, .archive .second-nav .entry-title.has-large-font-size,
.second-nav .blog h2.entry-title,
.blog .second-nav h2.entry-title,
.second-nav .blog .entry-title.has-large-font-size,
.blog .second-nav .entry-title.has-large-font-size, .second-nav .widget-title, .second-nav #side-nav strong a, #side-nav strong .second-nav a {
  font-family: "BalboaBold", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: normal;
}

.second-nav:not(:nth-child(2):last-child) {
  background: #ebe8e6;
  padding: 48px 24px;
  max-width: 100%;
  margin: 0 0 48px;
}
@media (max-width: 1047px) {
  .second-nav:not(:nth-child(2):last-child) {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 0 !important;
    max-width: 100vw;
    width: calc(100vw + 48px);
    flex-basis: csalc(100vw48px);
  }
}
@media (min-width: 782px) {
  .second-nav:not(:nth-child(2):last-child) {
    display: none;
  }
}

@media (max-width: 781px) {
  .second-nav:nth-child(2):last-child {
    display: none;
  }
}

.blog #primary article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog #primary article .entry-content {
  flex-grow: 1;
}

#home-feature > .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 1047px) {
  #home-feature > figure {
    height: 50vw;
    margin-bottom: 24px;
  }
}
@media (max-width: 599px) {
  #home-feature > figure {
    margin-right: 0;
  }
}
#home-feature .has-medium-font-size, #home-feature #event-hero-slider .hero-slider-content p span, #event-hero-slider .hero-slider-content p #home-feature span {
  font-size: 1.8em !important;
  letter-spacing: 0;
}
#home-feature h2[class*=background-color], #home-feature [class*=background-color].has-large-font-size, #home-feature body.category #page [class*=background-color].page-title, body.category #page #home-feature [class*=background-color].page-title {
  padding: 26px 24px 15px;
  margin-left: -120px;
  padding-left: 120px;
}
@media (max-width: 1047px) {
  #home-feature h2[class*=background-color], #home-feature [class*=background-color].has-large-font-size, #home-feature body.category #page [class*=background-color].page-title, body.category #page #home-feature [class*=background-color].page-title {
    margin-left: -144px;
    padding-left: 144px;
  }
}
@media (min-width: 1192px) {
  #home-feature h2, #home-feature .has-large-font-size, #home-feature body.category #page .page-title, body.category #page #home-feature .page-title {
    margin-left: -48px !important;
    padding-left: 48px !important;
  }
  #home-feature h2:before, #home-feature .has-large-font-size:before, #home-feature body.category #page .page-title:before, body.category #page #home-feature .page-title:before {
    content: "";
    height: 100%;
    width: 80px;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
  }
  #home-feature h2.has-blue-background-color:before, #home-feature .has-blue-background-color.has-large-font-size:before, #home-feature body.category #page .has-blue-background-color.page-title:before, body.category #page #home-feature .has-blue-background-color.page-title:before {
    background: #6399ae;
  }
}
#home-feature .pattern-intro-module-cta {
  justify-content: center;
}
#home-feature .pattern-intro-module-cta figure {
  margin: 0;
}
#home-feature .wp-block-buttons {
  margin-bottom: 0;
}
@media (max-width: 1047px) {
  #home-feature .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  #home-feature .wp-block-gallery a {
    flex-basis: calc(50% - 0.5em);
    display: block;
    width: calc(50% - 0.5em);
  }
}
#home-feature .wp-block-gallery ul {
  display: grid !important;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
#home-feature .wp-block-gallery ul li {
  width: 100%;
  margin-bottom: 0;
}
#home-feature .wp-block-gallery ul li figure {
  border: none;
  position: relative;
  padding-bottom: 100%;
}
#home-feature .wp-block-gallery ul li figure img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#home-feature figcaption {
  font-size: 1.7rem !important;
  font-weight: bold;
}
@media (max-width: 655px) {
  #home-feature figcaption {
    bottom: auto !important;
  }
}
#home-feature figure {
  height: 100%;
}
#home-feature .wp-block-media-text {
  display: flex;
  flex-direction: row-reverse;
}
#home-feature .wp-block-media-text [class*=media-text] {
  overflow: visible;
}
#home-feature .wp-block-media-text [class*=media-text] img {
  max-width: 100px;
  margin-left: 8px;
}
#home-feature .wp-block-media-text [class*=media-text] [class*=__content] {
  margin: 0;
}
#home-feature .wp-block-media-text > * {
  padding: 0;
}
@media (max-width: 1047px) {
  #home-feature {
    display: block !important;
  }
  #home-feature > figure {
    padding-bottom: 56.4%;
  }
  #home-feature > [class*=__content] {
    padding-left: 0;
    padding-right: 0;
  }
  #home-feature .wp-block-gallery {
    margin: 0;
  }
}
#home-feature [class*=background-color] {
  position: relative;
  z-index: 99;
}

.home h1 {
  margin: 0;
}

#itinerary #breadcrumbs, .itinerary-container #breadcrumbs {
  border-bottom: none !important;
}
#itinerary h1, .itinerary-container h1 {
  margin-top: 100px;
}
@media screen and (min-width: 1200px) {
  #itinerary h1, .itinerary-container h1 {
    padding-bottom: 50px;
  }
}
#itinerary p, .itinerary-container p {
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #2d2926;
}
@media screen and (max-width: 992px) {
  #itinerary .css-grid div:first-child img, .itinerary-container .css-grid div:first-child img {
    margin: 0 auto;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: -webkit-fill-available;
  }
}
@media screen and (min-width: 993px) {
  #itinerary .content-pad, .itinerary-container .content-pad {
    padding: 40px 0px 40px 50px;
  }
}
@media screen and (max-width: 992px) {
  #itinerary .content-pad, .itinerary-container .content-pad {
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#itinerary .wp-block-button__link, .itinerary-container .wp-block-button__link {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
}
#itinerary .feature-content, .itinerary-container .feature-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#itinerary .feature-content .micro-title, .itinerary-container .feature-content .micro-title {
  font-size: 1.75rem !important;
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  color: #bc8c3d;
}
#itinerary .feature-content h2, #itinerary .feature-content .has-large-font-size, #itinerary .feature-content body.category #page .page-title, body.category #page #itinerary .feature-content .page-title, .itinerary-container .feature-content h2, .itinerary-container .feature-content .has-large-font-size, .itinerary-container .feature-content body.category #page .page-title, body.category #page .itinerary-container .feature-content .page-title {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 25px;
}
#itinerary .feature-content .wp-block-button__link, .itinerary-container .feature-content .wp-block-button__link {
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 20px;
}
#itinerary h2, #itinerary .has-large-font-size, #itinerary body.category #page .page-title, body.category #page #itinerary .page-title, .itinerary-container h2, .itinerary-container .has-large-font-size, .itinerary-container body.category #page .page-title, body.category #page .itinerary-container .page-title {
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 993px) {
  #itinerary h2, #itinerary .has-large-font-size, #itinerary body.category #page .page-title, body.category #page #itinerary .page-title, .itinerary-container h2, .itinerary-container .has-large-font-size, .itinerary-container body.category #page .page-title, body.category #page .itinerary-container .page-title {
    padding-left: 0;
  }
}
@media (min-width: 993px) {
  #itinerary h2[class*=background-color]:before, #itinerary [class*=background-color].has-large-font-size:before, #itinerary body.category #page [class*=background-color].page-title:before, body.category #page #itinerary [class*=background-color].page-title:before, .itinerary-container h2[class*=background-color]:before, .itinerary-container [class*=background-color].has-large-font-size:before, .itinerary-container body.category #page [class*=background-color].page-title:before, body.category #page .itinerary-container [class*=background-color].page-title:before {
    content: "";
    height: 100%;
    width: 170px;
    background: #6399AE;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
  }
}
#itinerary .d-flex-center, .itinerary-container .d-flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #itinerary .content-image, .itinerary-container .content-image {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  #itinerary .content-image, .itinerary-container .content-image {
    gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  #itinerary .content-image, .itinerary-container .content-image {
    gap: 20px 100px;
  }
}
#itinerary .day-detail, .itinerary-container .day-detail {
  gap: 28px;
  align-items: center;
}
#itinerary .day-detail .day-title, .itinerary-container .day-detail .day-title {
  font-size: 30px;
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1320px) {
  #itinerary .day-detail .day-title, .itinerary-container .day-detail .day-title {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  #itinerary .day-detail, .itinerary-container .day-detail {
    grid-template-columns: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  #itinerary .day-detail, .itinerary-container .day-detail {
    grid-template-columns: 150px auto;
  }
}
@media screen and (min-width: 1320px) {
  #itinerary .day-detail, .itinerary-container .day-detail {
    grid-template-columns: 292px auto;
  }
}
#itinerary .img-grid, .itinerary-container .img-grid {
  grid-template-columns: 613px 289px 289px;
}
#itinerary .img-grid.img-grid-reverse, .itinerary-container .img-grid.img-grid-reverse {
  grid-template-columns: 289px 289px 613px;
}
#itinerary .container-fluid, .itinerary-container .container-fluid {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #itinerary .container-fluid, .itinerary-container .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  #itinerary .container-fluid, .itinerary-container .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#itinerary .img-row, .itinerary-container .img-row {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 972px) {
  #itinerary .img-row, .itinerary-container .img-row {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 972px) {
  #itinerary .img-row picture, .itinerary-container .img-row picture {
    margin-right: 30px;
  }
}
#itinerary .img-row picture img, .itinerary-container .img-row picture img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#itinerary .img-row picture:last-child, .itinerary-container .img-row picture:last-child {
  margin-right: 0;
}
#itinerary .img-row .main-img, .itinerary-container .img-row .main-img {
  flex: 2 1 0;
}
@media screen and (min-width: 1400px) {
  #itinerary .img-row .main-img, .itinerary-container .img-row .main-img {
    flex: 613px 1 0;
  }
}
@media screen and (max-width: 993px) {
  #itinerary .img-row .main-img, .itinerary-container .img-row .main-img {
    flex: 1 1 auto;
  }
  #itinerary .img-row .main-img img, .itinerary-container .img-row .main-img img {
    width: 100%;
  }
}
#itinerary .img-row .sec-img, #itinerary .img-row .third-img, .itinerary-container .img-row .sec-img, .itinerary-container .img-row .third-img {
  flex: 1 1 0;
}
@media screen and (min-width: 1400px) {
  #itinerary .img-row .sec-img, #itinerary .img-row .third-img, .itinerary-container .img-row .sec-img, .itinerary-container .img-row .third-img {
    flex: 289px 1 0;
  }
}
@media screen and (max-width: 993px) {
  #itinerary .img-row .sec-img, #itinerary .img-row .third-img, .itinerary-container .img-row .sec-img, .itinerary-container .img-row .third-img {
    flex: 1 1 auto;
  }
  #itinerary .img-row .sec-img img, #itinerary .img-row .third-img img, .itinerary-container .img-row .sec-img img, .itinerary-container .img-row .third-img img {
    width: 100%;
  }
}
#itinerary .img-row.img-reverse, .itinerary-container .img-row.img-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1400px) {
  #itinerary .img-row.img-reverse, .itinerary-container .img-row.img-reverse {
    flex-direction: row-reverse;
  }
}
#itinerary .img-row.img-reverse picture:first-child, .itinerary-container .img-row.img-reverse picture:first-child {
  margin-right: 0;
}
@media screen and (min-width: 972px) {
  #itinerary .img-row.img-reverse picture, .itinerary-container .img-row.img-reverse picture {
    margin-right: 30px;
  }
}
@media screen and (min-width: 973px) and (max-width: 1399px) {
  #itinerary .img-row.img-reverse .main-img, .itinerary-container .img-row.img-reverse .main-img {
    flex: 28% 1 0;
  }
}
@media screen and (min-width: 1400px) {
  #itinerary .img-row.img-reverse .main-img, .itinerary-container .img-row.img-reverse .main-img {
    flex: 613px 1 0;
  }
}
@media screen and (max-width: 993px) {
  #itinerary .img-row.img-reverse .main-img, .itinerary-container .img-row.img-reverse .main-img {
    flex: 1 1 auto;
  }
  #itinerary .img-row.img-reverse .main-img img, .itinerary-container .img-row.img-reverse .main-img img {
    width: 100%;
  }
}
#itinerary .img-row.img-reverse .sec-img, #itinerary .img-row.img-reverse .third-img, .itinerary-container .img-row.img-reverse .sec-img, .itinerary-container .img-row.img-reverse .third-img {
  flex: 1 1 0;
}
@media screen and (min-width: 1400px) {
  #itinerary .img-row.img-reverse .sec-img, #itinerary .img-row.img-reverse .third-img, .itinerary-container .img-row.img-reverse .sec-img, .itinerary-container .img-row.img-reverse .third-img {
    flex: 289px 1 0;
  }
}
@media screen and (max-width: 993px) {
  #itinerary .img-row.img-reverse .sec-img, #itinerary .img-row.img-reverse .third-img, .itinerary-container .img-row.img-reverse .sec-img, .itinerary-container .img-row.img-reverse .third-img {
    flex: 1 1 auto;
  }
  #itinerary .img-row.img-reverse .sec-img img, #itinerary .img-row.img-reverse .third-img img, .itinerary-container .img-row.img-reverse .sec-img img, .itinerary-container .img-row.img-reverse .third-img img {
    width: 100%;
  }
}
#itinerary .border-bottom-solid, .itinerary-container .border-bottom-solid {
  border-bottom: 2px solid transparent;
}
#itinerary .gold-border, .itinerary-container .gold-border {
  border-color: #E6E2D5;
}
#itinerary .day-i, .itinerary-container .day-i {
  max-width: 1260px;
}
@media screen and (min-width: 1335px) {
  #itinerary .hr-line, .itinerary-container .hr-line {
    margin-left: -20px;
  }
}
#itinerary .hr-line.border-bottom-solid-strong, .itinerary-container .hr-line.border-bottom-solid-strong {
  border: 1px solid transparent;
  border-color: #bc8c3d;
}
#itinerary .itinerary-list-item.hidden, .itinerary-container .itinerary-list-item.hidden {
  display: none;
}

@media screen and (max-width: 993px) {
  .itinerary-list-item img {
    width: 100%;
  }
}

.boxads figure,
.boxads img {
  width: 100%;
  margin: auto;
  flex-basis: 100%;
  max-width: 100%;
  flex-basis: none;
}

figure.boxads.single {
  margin-bottom: 0;
}

[class*=ad-space] figure {
  width: auto;
}
[class*=ad-space] figure img {
  width: 100%;
}
@media (min-width: 656px) {
  [class*=ad-space] figure {
    margin-bottom: 0 !important;
  }
}

.boxads {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-grow: 0 !important;
  flex-basis: auto;
  width: auto;
  overflow: hidden;
}
.boxads img {
  width: auto;
}
.boxads .wp-block-columns {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 auto;
}

[class*=singular] .boxads.single img {
  margin-left: 0;
}

h2 + [class*=ad-], .has-large-font-size + [class*=ad-], body.category #page .page-title + [class*=ad-],
h3 + [class*=ad-],
.wp-block-latest-posts__list .wp-block-latest-posts__post-title + [class*=ad-],
h4 + [class*=ad-],
.tribe-related-events-title + [class*=ad-],
.single-tribe_events .tribe-events-schedule h2 + [class*=ad-],
.single-tribe_events .tribe-events-schedule .has-large-font-size + [class*=ad-],
body.category #page .single-tribe_events .tribe-events-schedule .page-title + [class*=ad-],
.signup-form #sidebar .gform_title + [class*=ad-],
.signup-form .wp-block-column[style*=flex]:last-child .gform_title + [class*=ad-],
.wp-block-latest-posts li > a + [class*=ad-],
body #page #masthead ~ #content .figure-flag + [class*=ad-],
.author .page-title + [class*=ad-],
.blog .page-title + [class*=ad-],
.category .page-title + [class*=ad-],
.date .page-title + [class*=ad-],
.search .page-title + [class*=ad-],
.tag .page-title + [class*=ad-],
body[class*=archive] .page-title + [class*=ad-],
.archive h2.entry-title + [class*=ad-],
.archive .entry-title.has-large-font-size + [class*=ad-],
.blog h2.entry-title + [class*=ad-],
.blog .entry-title.has-large-font-size + [class*=ad-],
body.category #page .archive .entry-title.page-title + [class*=ad-],
body.category #page .blog .entry-title.page-title + [class*=ad-],
.widget-title + [class*=ad-],
#side-nav strong a + [class*=ad-] {
  margin-top: 48px;
}

.boxads.single ~ figure {
  display: none;
}

.ad-space > div {
  padding: 0 !important;
}

.ad-block-horizontal {
  justify-content: center;
}
@media (min-width: 456px) {
  .ad-block-horizontal img {
    max-width: 300px;
  }
}
@media (max-width: 1047px) {
  .ad-block-horizontal {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .ad-block-horizontal figure {
    flex-basis: 33.3333333333%;
    width: 33.3333333333% !important;
  }
}
@media (max-width: 455px) {
  .ad-block-horizontal {
    display: block !important;
  }
  .ad-block-horizontal figure:not(:last-child) {
    margin-bottom: 24px;
  }
  .ad-block-horizontal figure {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}

/* this is jank but whatever, to account for php included reusables*/
body.pad-content.template-reusables #content {
  padding-bottom: 0;
}
body.pad-content.template-reusables .crowdriff {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-bottom: 0 !important;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  body.pad-content.template-reusables .crowdriff {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

main.content-area {
  min-height: 200px;
}

.no-bottom-pad #content {
  padding-bottom: 0 !important;
}

.cookie-notice-container {
  background: #6399ae !important;
}

.cn-button.bootstrap {
  background: #fff !important;
  color: #6399ae !important;
}

#page #content main article.listing-item.no-thumb {
  display: block !important;
}
#page #content main article.listing-item.no-thumb figure {
  display: none;
}
@media (max-width: 1047px) {
  #page #content main article.listing-item .wp-block-column:first-child {
    margin-bottom: 12px !important;
  }
}
#page #content main article.listing-item figure {
  overflow: hidden;
}
@media (max-width: 655px) {
  #page #content main article.listing-item figure {
    padding: 0 !important;
    height: 100% !important;
    min-height: 1px !important;
  }
  #page #content main article.listing-item figure img {
    position: static !important;
    margin-bottom: -8px;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin: 0 !important;
    width: 100% !important;
    outline: None !important;
  }
}
#page #content main article.listing-item figure figcaption {
  bottom: 24px;
  top: auto;
}
#page #content main article.listing-item figure date {
  display: none;
}
@media (max-width: 1047px) {
  #page #content main article.listing-item [class*=__content] {
    padding: 24px;
  }
}
#page #content main article.listing-item figure {
  height: 100% !important;
  height: auto !important;
}
.nopic {
  display: block;
}

.year-separator {
  font-size: 3.2rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.search .type-tribe_events img {
  width: 100%;
}

.year-separator-wrapper {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
.year-separator-wrapper > * {
  display: inline-block;
  position: relative;
}
.year-separator-wrapper > *:after {
  width: 100vw;
  content: "";
  margin-left: 24px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  height: 2px;
  background: #ccc;
  left: 100%;
}

.event-link-url {
  text-decoration: underline;
  color: #5E4F42;
}

.event-list {
  position: relative;
  z-index: 0;
  margin-bottom: 96px;
}
@media (max-width: 1335px) {
  .event-list .figure-flag {
    font-size: 1.4rem !important;
    top: 25px !important;
    left: 2px !important;
  }
}
@media (min-width: 656px) {
  .event-list .wp-block-media-text.is-image-fill[class*=background]:not([class*=card]) [class*=__content] {
    padding-top: 0 !important;
  }
}
@media (max-width: 655px) {
  .event-list .wp-block-media-text.is-image-fill[class*=background]:not([class*=card]) [class*=__content] {
    padding-left: 0px !important;
  }
}

article ~ article {
  margin-top: 24px !important;
}

html body #page #content div .event-col *:not([class*=link]),
html body #page #content div .event-col * *:not([class*=link]) {
  color: #2d2926 !important;
}

body #page #content .event-list .event-list-inner .listing-item .event-col .website-url {
  color: #bc8c3d !important;
}

.event-is-recurring a {
  display: none;
}

.tribe-events-event-categories a,
.tribe-venue > a {
  pointer-events: none;
}

#page #content .event-filters {
  position: relative;
  z-index: 99;
  margin-bottom: 12px;
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: 1fr 2fr;
}
#page #content .event-filters .other-filters-wrapper {
  position: relative;
}
#page #content .event-filters input,
#page #content .event-filters select {
  border-radius: 0;
  padding: 16px;
  font-weight: 600;
  color: #5E4F42;
  text-transform: none !important;
  position: relative;
  z-index: 0;
}
#page #content .event-filters input::-moz-placeholder, #page #content .event-filters select::-moz-placeholder {
  color: #5E4F42;
}
#page #content .event-filters input:-ms-input-placeholder, #page #content .event-filters select:-ms-input-placeholder {
  color: #5E4F42;
}
#page #content .event-filters input::placeholder,
#page #content .event-filters select::placeholder {
  color: #5E4F42;
}
#page #content .event-filters > div {
  display: flex;
  align-items: center;
  width: 100%;
}
#page #content .event-filters > div .date-wrap {
  display: flex;
  flex-basis: 40%;
  align-items: stretch;
  margin-right: 24px;
}
#page #content .event-filters > div .date-wrap .cal-icon {
  cursor: pointer;
  margin-right: 12px;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  height: auto;
  width: 55px;
  flex-basis: 55px;
  text-align: Center;
  background: #6399ae;
  color: #fff;
  flex: none;
  padding-top: 7px;
}
#page #content .event-filters > div .date-wrap .cal-icon i {
  position: relative;
  top: 1px;
}
#page #content .event-filters > div .date-wrap .cal-icon:hover {
  background: #98c7e0;
}
#page #content .event-filters > div .date-wrap > div:not(:nth-last-of-type(2)) {
  margin-right: 8px;
}
#page #content .event-filters > div #start-date-container,
#page #content .event-filters > div #end-date-container {
  position: relative;
}
#page #content .event-filters > div #start-date-container:after,
#page #content .event-filters > div #end-date-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/icon-cal.svg");
  height: 22px;
  width: 22px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#page #content .event-filters > div .select-wrapper {
  flex-basis: 33%;
  margin-right: 24px;
}
@media (min-width: 992px) {
  #page #content .event-filters input:not([type=checkbox]):not([type=radio]):not([type=submit]), #page #content .event-filters select, #page #content .event-filters textarea {
    min-height: 55px;
  }
}
#page #content .event-filters .wp-block-button {
  margin: 0 0 0 auto;
}
#page #content .event-filters form {
  position: relative;
}
#page #content .event-filters form button {
  text-align: center;
  height: 100%;
  width: 55px;
  background: transparent;
  color: #2d2926;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page #content .event-filters form button:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("/wp-content/themes/visitduluth/assets/img/design/icon-search.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #page #content .event-filters form button {
    height: 40px;
  }
}
#page #content .event-filters form button:hover:after {
  opacity: 0.8;
}
#page #content .event-filters .fa {
  transform: scale(1.2);
}
#page #content .event-filters .reset-container {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 12px;
}
@media (max-width: 1047px) {
  #page #content .event-filters .reset-container {
    bottom: 200%;
    margin-bottom: 16px;
  }
}
@media (max-width: 1047px) and (max-width: 655px) {
  #page #content .event-filters .reset-container {
    bottom: 135%;
  }
}
@media (max-width: 1047px) {
  #page #content .event-filters {
    display: block;
  }
  #page #content .event-filters form {
    margin-bottom: 12px;
  }
}
@media (max-width: 655px) {
  #page #content .event-filters .select-wrapper {
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
  #page #content .event-filters .wp-block-button {
    text-align: right;
  }
  #page #content .event-filters .date-wrap {
    margin-bottom: 12px;
    flex-wrap: none;
    margin-right: 0 !important;
  }
  #page #content .event-filters .date-wrap #end-date-container {
    margin-right: 0 !important;
  }
  #page #content .event-filters .date-wrap > * {
    flex-grow: 1;
  }
  #page #content .event-filters .other-filters-wrapper {
    display: block;
  }
}

[id*=date-container] {
  position: relative;
  z-index: 999;
}

.event-list p + .reset-dates {
  display: block;
  margin-top: 10px;
}

.reset-dates {
  display: none;
}

.load-more {
  width: 100%;
  transform: scale(1.2);
  justify-content: center;
  margin: 24px auto 48px !important;
}

/* event hero slider */
#event-hero-slider {
  background: #ebe8e6 !important;
  padding: 0 !important;
  height: auto;
}
#event-hero-slider .flickity-viewport {
  min-height: 20vw;
}
#event-hero-slider .flickity-page-dots {
  bottom: 24px;
  left: 0;
  margin-left: 5px;
  z-index: 9999;
}
@media (max-width: 655px) {
  #event-hero-slider .flickity-page-dots li:not(.is-selected) {
    background: #fff !important;
  }
  #event-hero-slider .flickity-page-dots li.is-selected {
    background: #71B1D4 !important;
  }
}
@media (min-width: 656px) {
  #event-hero-slider .flickity-page-dots {
    left: 100%;
  }
  #event-hero-slider .flickity-page-dots li.dot {
    border-color: transparent;
  }
  #event-hero-slider .flickity-page-dots li.dot.is-selected, #event-hero-slider .flickity-page-dots li.dot:hover {
    background: #71B1D4;
  }
}
#event-hero-slider .hero-slider-image {
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  z-index: 9999;
}
#event-hero-slider .hero-slider-image .flickity-viewport {
  position: relative;
  overflow: hidden;
}
#event-hero-slider .hero-slider-image .flickity-viewport,
#event-hero-slider .hero-slider-image a,
#event-hero-slider .hero-slider-image figure,
#event-hero-slider .hero-slider-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#event-hero-slider .hero-slider-content {
  position: relative;
  color: #5E4F42;
}
#event-hero-slider .hero-slider-content .flickity-viewport {
  position: relative;
}
#event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider {
  display: flex;
  align-items: center;
  margin: 0 auto;
  transform: none !important;
}
#event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider > * {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, padding-left 0.3s;
}
@media (min-width: 656px) {
  #event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider > * > div {
    margin-left: 50%;
    padding-left: 9%;
  }
}
#event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider > *.is-selected {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 655px) {
  #event-hero-slider .hero-slider-content,
#event-hero-slider .hero-slider-content * {
    color: #fff !important;
  }
}
#event-hero-slider .hero-slider-content .btn, #event-hero-slider .hero-slider-content #page .tribe-events-l-container .tribe-common-c-btn, #page .tribe-events-l-container #event-hero-slider .hero-slider-content .tribe-common-c-btn,
#event-hero-slider .hero-slider-content #page .tribe-events-l-container .tribe-events-c-ical__link,
#page .tribe-events-l-container #event-hero-slider .hero-slider-content .tribe-events-c-ical__link, #event-hero-slider .hero-slider-content input[type=submit], #event-hero-slider .hero-slider-content .post-navigation a, .post-navigation #event-hero-slider .hero-slider-content a,
#event-hero-slider .hero-slider-content .posts-navigation a,
.posts-navigation #event-hero-slider .hero-slider-content a {
  margin-top: 12px;
}
#event-hero-slider .hero-slider-content p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#event-hero-slider .hero-slider-content p span {
  font-weight: 600;
  display: inline-block;
}
#event-hero-slider .hero-slider-content p span:not([class*=tribe]) {
  display: inline-block;
  margin: 0 0.5em;
  color: #71B1D4;
}
#event-hero-slider .hero-slider-content h2, #event-hero-slider .hero-slider-content .has-large-font-size, #event-hero-slider .hero-slider-content body.category #page .page-title, body.category #page #event-hero-slider .hero-slider-content .page-title {
  font-size: 2.8rem;
  line-height: 0.9;
  color: #71B1D4;
  margin-bottom: 12px;
}
@media (min-width: 1336px) {
  #event-hero-slider .hero-slider-content h2, #event-hero-slider .hero-slider-content .has-large-font-size, #event-hero-slider .hero-slider-content body.category #page .page-title, body.category #page #event-hero-slider .hero-slider-content .page-title {
    font-size: 3.9rem;
  }
}
#event-hero-slider .hero-slider-content a {
  color: #71B1D4;
  font-weight: 600;
}
@media (max-width: 655px) {
  #event-hero-slider .hero-slider-image {
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    z-index: 1;
  }
  #event-hero-slider .hero-slider-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    background: #000;
    pointer-events: none;
  }
  #event-hero-slider .hero-slider-content {
    position: relative;
    z-index: 999;
    width: 100%;
    left: 0;
  }
  #event-hero-slider .hero-slider-content .flickity-viewport {
    width: 100%;
  }
  #event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider > div {
    padding-left: 24px;
    padding-right: 24px;
  }
  #event-hero-slider .hero-slider-content .flickity-viewport .flickity-slider > div > * {
    max-width: 100%;
  }
}

.single-tribe_events .tribe-events-schedule h2, .single-tribe_events .tribe-events-schedule .has-large-font-size, .single-tribe_events .tribe-events-schedule body.category #page .page-title, body.category #page .single-tribe_events .tribe-events-schedule .page-title {
  color: #71B1D4;
  font-weight: 900;
}

#page #content .tribe-related-events {
  padding-left: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1047px) {
  #page #content .tribe-related-events {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  #page #content .tribe-related-events {
    display: block;
  }
}

.tribe-events-notices ul {
  padding-left: 0 !important;
  border-radius: 5px;
}
.tribe-events-notices li {
  padding: 24px;
  background: #F36A22;
  color: #fff;
}

.tribe-events-related-events-title {
  margin: 24px 0;
}

.tribe-related-events .event-is-recurring,
.tribe-related-events .recurringinfo {
  display: none;
}

.tribe-events-single-event-title {
  font-size: 4rem;
}
@media (max-width: 655px) {
  .tribe-events-single-event-title {
    font-size: 3rem;
  }
}

.tribe-events-event-meta {
  background: #6399ae;
  padding: 24px;
  width: 100% !important;
}
.tribe-events-event-meta .tribe-events-single-section-title {
  margin-bottom: 24px;
}
.tribe-events-event-meta * {
  color: #fff;
}

#page .tribe-events-sub-nav {
  display: none;
}
#page .tribe-events-sub-nav li {
  list-style-type: none !important;
}

#page .tribe-common-l-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.tribe-events-cal-links > a:not(:last-child) {
  margin-bottom: 12px;
}

.tribe-events-notices li {
  background-color: #6399ae;
}

#page .tribe-events-event-meta a {
  text-decoration: underline !important;
}
#page .tribe-events-event-meta a:hover {
  color: #2d2926 !important;
}

#page .tribe-events-l-container .tribe-events-c-top-bar__datepicker-time {
  font-family: "BalboaExtraCondensed", sans-serif;
  font-size: 2.5rem;
}
#page .tribe-events-l-container .tribe-common-c-btn-border-small {
  background: #6399ae;
  color: #fff;
  border: none;
  font-size: 1rem;
  margin-right: 24px;
}
#page .tribe-events-l-container .tribe-common-c-btn-border-small:hover {
  background: #71B1D4;
}
#page .tribe-events-l-container .tribe-common-c-btn,
#page .tribe-events-l-container .tribe-events-c-ical__link {
  border: none !important;
  background: none !important;
}
#page .tribe-events-l-container .tribe-common-c-btn svg,
#page .tribe-events-l-container .tribe-events-c-ical__link svg {
  display: none;
}
#page .tribe-events-l-container ul {
  padding-left: 0;
}
#page .tribe-events-l-container ul li {
  list-style-type: none;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #6399ae;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-inner h3:hover, #page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts__list #page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-inner .wp-block-latest-posts__post-title:hover {
  opacity: 0.75;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-inner * {
  color: #fff;
}
#page .tribe-events-l-container [role=columnheader] {
  background: #bc8c3d;
  padding: 24px;
  text-align: center;
}
@media (max-width: 655px) {
  #page .tribe-events-l-container [role=columnheader] {
    padding: 5px;
  }
  #page .tribe-events-l-container [role=columnheader] * {
    font-size: 1.2rem;
  }
}
#page .tribe-events-l-container [role=columnheader] * {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "BalboaExtraCondensed", sans-serif;
}
#page .tribe-events-l-container .tribe-events-calendar-month__calendar-event-title-link {
  display: inline-block;
  line-height: 1.3;
  border: none;
}
#page .tribe-events-l-container .tribe-events-calendar-month__calendar-event-title-link:hover {
  color: #6399ae;
}
#page .tribe-events-l-container .tribe-events-calendar-month__calendar-event-title {
  font-size: 13px;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 14px;
}
#page .tribe-events-l-container .tribe-events-c-events-bar__views {
  display: none;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
  border-radius: 0 !important;
}
#page .tribe-events-l-container .tribe-events-calendar-month__multiday-event-bar {
  overflow: visible;
}
@media (max-width: 799px) {
  #page .tribe-events-l-container .tribe-events-calendar-month__day {
    border: 1px solid #ccc;
  }
  #page .tribe-events-l-container .tribe-events-calendar-month__day-date.tribe-common-h6.tribe-common-h--alt {
    width: 100%;
  }
}
#page .tribe-events-l-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  margin-top: 24px;
}
#page .tribe-events-l-container .tribe-events-calendar-month__day-date.tribe-common-h4 {
  background: #ededed;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

#page .tribe-events .datepicker .day.active,
#page .tribe-events .datepicker .day.active.focused,
#page .tribe-events .datepicker .day.active:focus,
#page .tribe-events .datepicker .day.active:hover,
#page .tribe-events .datepicker .month.active,
#page .tribe-events .datepicker .month.active.focused,
#page .tribe-events .datepicker .month.active:focus,
#page .tribe-events .datepicker .month.active:hover,
#page .tribe-events .datepicker .year.active,
#page .tribe-events .datepicker .year.active.focused,
#page .tribe-events .datepicker .year.active:focus,
#page .tribe-events .datepicker .year.active:hover,
#page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
#page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
#page .tribe-events .tribe-events-calendar-month__day-cell--selected,
#page .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
#page .tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
#page .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background: #6399ae;
}
#page .tribe-common .tribe-common-c-svgicon {
  color: #6399ae;
}
#page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
#page .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #fff;
}

.tribe-events-c-top-bar__nav-list {
  padding: 0;
}
.tribe-events-c-top-bar__nav-list * {
  opacity: 1;
}
.tribe-events-c-top-bar__nav-list li {
  padding-right: 0 !important;
}
.tribe-events-c-top-bar__nav-list a,
.tribe-events-c-top-bar__nav-list button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 2rem;
}
.tribe-events-c-top-bar__nav-list a:hover:after,
.tribe-events-c-top-bar__nav-list button:hover:after {
  background: #71B1D4;
}
.tribe-events-c-top-bar__nav-list a:after,
.tribe-events-c-top-bar__nav-list button:after {
  position: relative;
  left: -19px;
  backgrounD: blue;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  content: "→";
  background: #6399ae;
}
.tribe-events-c-top-bar__nav-list a svg,
.tribe-events-c-top-bar__nav-list button svg {
  visibility: hidden;
}
.tribe-events-c-top-bar__nav-list li:first-child a:after,
.tribe-events-c-top-bar__nav-list li:first-child button:after {
  content: "←" !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  color: #6399ae !important;
  border: 1px solid #6399ae !important;
}
.tribe-common .tribe-common-c-btn-border:hover .tribe-common-c-svgicon, .tribe-common a.tribe-common-c-btn-border:hover .tribe-common-c-svgicon {
  color: #ffffff;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-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.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  color: #ffffff !important;
  background-color: #6399ae !important;
}

.tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon, .tribe-events-c-subscribe-dropdown__button:active .tribe-common-c-svgicon, .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon {
  color: #ffffff !important;
}

.post-type-archive-tribe_events .page-header {
  margin-bottom: 48px;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-common-c-btn-border-small {
  padding: 8px;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-common-c-btn-border-small:after {
  content: none;
}
.post-type-archive-tribe_events .tribe-common-h3 {
  border: none;
  backgrounD: none;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  margin-right: 0 !important;
}
.post-type-archive-tribe_events .tribe-common-g-row {
  position: relative;
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events .tribe-common-g-row {
    display: block !important;
    width: 100% !important;
  }
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-wrapper {
    width: 100% !important;
  }
}
.post-type-archive-tribe_events article {
  padding: 0;
  background: #ebe8e6;
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events article {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }
}
.post-type-archive-tribe_events article .tribe-events-calendar-list__event-details {
  padding: 48px;
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events article .tribe-events-calendar-list__event-details {
    padding: 24px;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag {
  width: 133px !important;
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag {
    width: 100% !important;
    right: 0;
    top: 0;
    z-index: 9999;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link {
  display: flex;
  margin-bottom: 0 !important;
  height: 100%;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-link img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-tribe_events [class*=datetime],
.post-type-archive-tribe_events [class*=datetime] * {
  font-weight: bold;
}
.post-type-archive-tribe_events article header a:after {
  content: " »";
}
.post-type-archive-tribe_events a[class*=recurring] {
  display: none;
}
@media (max-width: 1047px) {
  .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100%;
  }
  .post-type-archive-tribe_events [class*=image-wrapper] {
    width: 100%;
    height: 33vw !important;
  }
  .post-type-archive-tribe_events [class*=image-wrapper] img {
    width: 100%;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 655px) {
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
    height: 20vw;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper img {
    width: 100%;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag-datetime {
  backgrounD: #6399ae;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h4--min-medium {
  font-size: 1.8rem;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  align-items: flex-start;
}
.post-type-archive-tribe_events .tribe-common-g-col:only-child {
  flex-basis: 100%;
  width: 100%;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator-text {
  font-size: 1.6rem;
  font-weight: bold;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__next,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #6399ae;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__next[disabled],
.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__prev[disabled] {
  opacity: 0.3;
}
.post-type-archive-tribe_events .tribe-common-l-container {
  padding-bottom: 48px !important;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: 1px !important;
}

.search .site .tribe-common {
  margin-left: 50% !important;
}

.event-list-inner h3, .event-list-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .event-list-inner .wp-block-latest-posts__post-title {
  color: #2d2926 !important;
}
.event-list-inner .event-col {
  border-left: 1px solid #D6D2C4;
  padding-left: var(--wp--style--block-gap, 2em);
}
.event-list-inner .event-list-item-header {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    display: flex;
    align-items: center;
    width: 300px;
  }
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border: 4px solid #6399ae !important;
  background-color: #ffffff;
  text-align: center !important;
}
.tribe-common .tribe-common-c-btn-border button, .tribe-common a.tribe-common-c-btn-border button {
  background: transparent;
  border: none;
  color: #6399ae;
  text-transform: uppercase !important;
  text-align: center;
  margin: 0 auto;
  font-family: "BalboaBold", sans-serif;
  font-weight: 600;
  line-height: 0.9;
  padding: 5px 30px;
  -ms-text-spacing: 2px;
  text-spacing: 2px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tribe-common .tribe-common-c-btn-border button, .tribe-common a.tribe-common-c-btn-border button {
    padding: 5px;
  }
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-common .tribe-common-c-btn-border button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-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, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-common .tribe-common-c-btn-border button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
  background-color: transparent !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon, .tribe-common .tribe-common-c-btn-border button:focus .tribe-common-c-svgicon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus .tribe-common-c-svgicon, .tribe-common .tribe-common-c-btn-border button:focus .tribe-common-c-svgicon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within .tribe-common-c-svgicon {
  color: #6399ae !important;
}

.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
  border: 1px solid #000;
  border-top: none;
}
.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  list-style-type: none;
  padding-left: 0 !important;
  padding-bottom: 24px !important;
}
.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list li {
  list-style-type: none !important;
}

#page .feature-slider-wrapper {
  height: 100%;
}
#page .feature-slider-wrapper .feature-slider {
  margin-left: 0;
}

.dynamic-feature {
  margin-top: 48px;
  margin-bottom: 48px;
}
.dynamic-feature .badge-slider {
  top: 0 !important;
}
.dynamic-feature .feature-slider a {
  position: relative;
  height: 100%;
  width: 100%;
}
.dynamic-feature .feature-slider a img {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  clip: unset !important;
  margin: 0 !important;
}
.dynamic-feature .feature-slider .flickity-page-dots {
  left: 100%;
  bottom: 20px;
}
@media (max-width: 1335px) and (min-width: 656px) {
  .dynamic-feature .feature-slider .flickity-page-dots {
    bottom: 8px;
  }
}
@media (max-width: 655px) {
  .dynamic-feature .feature-slider .flickity-page-dots {
    text-align: left;
    left: auto;
  }
  .dynamic-feature .feature-slider .flickity-page-dots li.dot {
    background: #fff;
  }
}
.dynamic-feature.has-media-on-the-right .badge-slider {
  left: auto !important;
  right: 0 !important;
}
.dynamic-feature.has-media-on-the-right .badge-slider figcaption {
  left: auto !important;
  right: 0 !important;
  padding-left: 24px !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.dynamic-feature.has-media-on-the-right .flickity-page-dots {
  right: 100%;
  left: auto;
  margin-right: 24px;
  text-align: right;
}
.dynamic-feature .feature-slider-content .is-selected * {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}
.flickity-viewport {
  transition: height 0.3s;
}

@media (min-width: 656px) {
  #home-events {
    display: flex;
    flex-wrap: nowrap;
  }
  #home-events .wp-block-column:first-child {
    padding-right: 24px !important;
  }
}

/*Main element */
.listings .menu {
  flex-direction: row;
}
.listings input {
  transition: all 0.15s;
}
.listings label {
  transition: border 0.05s;
  font-weight: 600;
}
@media (min-width: 1048px) {
  .listings label {
    cursor: pointer;
  }
}
.listings input {
  width: 0;
  padding: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}
.listings .filters label {
  padding: 0;
  border-bottom: 3px solid transparent;
}
.listings .filters label:after {
  content: "+";
  width: 10px;
  margin-left: 8px;
  display: inline-block;
}
.listings .filters input:checked + label {
  color: #6399ae !important;
  border-bottom: 3px solid #6399ae !important;
}
.listings .filters input:checked + label::after {
  content: "-";
}
.listings .fa {
  font-size: 0.85rem;
  font-family: "BalboaLight", sans-serif;
}
.listings .fa:before {
  font-family: "Font Awesome 5 Pro";
}
.listings ul {
  padding: 0 !important;
  flex-wrap: wrap;
}
.listings ul li {
  list-style-type: none !important;
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.listings ul li.reset-link {
  display: none;
}
@media (max-width: 655px) {
  .listings label {
    border-bottom: 3px solid transparent !important;
  }
}

.listings-list {
  margin-top: 48px;
}

.archive .type-listing figure:empty,
body.single-listing figure:empty {
  display: none;
}
.archive .type-listing a[rel=bookmark],
body.single-listing a[rel=bookmark] {
  margin-top: 24px;
}
.archive .type-listing figure,
body.single-listing figure {
  overflow: hidden;
  margin-bottom: 24px;
}
.archive .type-listing .entry-content > img,
body.single-listing .entry-content > img {
  margin-bottom: 24px;
}

.read-more {
  padding-left: 5px;
  font-weight: bold;
  display: inline !important;
}
.read-more + span {
  display: none;
}

@media (min-width: 456px) {
  ul:not(.grid-view) .nopic .wp-block-columns {
    display: flex !important;
  }
  ul:not(.grid-view) .nopic .wp-block-columns > div:first-child {
    margin-right: 24px !important;
  }
}

.no-abs * {
  outline: none !important;
}
.no-abs a {
  display: flex !important;
}

.listing-item {
  align-self: start;
  align-items: start;
  height: auto;
}
#page .listing-item img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  outline: 4px solid #fff;
  outline-offset: -4px;
  height: auto !important;
  align-self: center;
  top: 0;
}
.listing-item .website-url {
  text-decoration: underline !important;
}
@media (max-width: 1335px) {
  .listing-item [class*=content] .wp-block-column:first-child {
    margin-top: 0 !important;
  }
}
.listing-item a {
  display: block;
}
.listing-item figure {
  background: #fff;
}
.listing-item figure a {
  width: 100%;
  display: flex;
  align-items: center;
}
.listing-item h3:only-of-type, .listing-item .wp-block-latest-posts__list .wp-block-latest-posts__post-title:only-of-type, .wp-block-latest-posts__list .listing-item .wp-block-latest-posts__post-title:only-of-type {
  margin: 0;
}
.listing-item h3:only-of-type + .wp-block-buttons, .listing-item .wp-block-latest-posts__list .wp-block-latest-posts__post-title:only-of-type + .wp-block-buttons, .wp-block-latest-posts__list .listing-item .wp-block-latest-posts__post-title:only-of-type + .wp-block-buttons,
.listing-item h3:only-of-type + p,
.listing-item .wp-block-latest-posts__list .wp-block-latest-posts__post-title:only-of-type + p,
.wp-block-latest-posts__list .listing-item .wp-block-latest-posts__post-title:only-of-type + p {
  margin-top: 12px;
}
.listing-item a + p {
  margin-top: 16px;
}
.listing-item.no-link .event-link-url {
  display: none;
}
.listing-item img {
  height: calc(100% + 12px) !important;
  margin-top: -6px;
  width: 101% !important;
  max-width: none !important;
  margin-left: -0.5%;
}
.listing-item a[href*="tel:"] {
  text-decoration: underline;
}
.listing-item .wp-block-column:first-child .wp-block-buttons {
  margin-top: 6px;
}
.listing-item .wp-block-column:first-child p + .wp-block-buttons {
  margin-top: -10px;
}
@media (max-width: 1047px) {
  .listing-item .wp-block-column:last-child {
    margin-left: 0 !important;
  }
}
.listing-item .wp-block-column:last-child > * {
  display: block;
}
.listing-item .wp-block-column:last-child > *:not(:first-child) {
  margin-top: 12px;
}
.listing-item .wp-block-column:last-child a {
  font-weight: bold;
}
.listing-item [class*=__content] {
  height: 100%;
  padding-top: 0;
}
.listing-item figure {
  padding-bottom: 57% !important;
  margin-bottom: 0 !important;
}
.listing-item figure img {
  width: 102% !important;
  margin-left: -1%;
}

.loading {
  transition: opacity 0.5s;
  opacity: 0.25 !important;
}

article.type-listing .wp-block-column,
article.type-tribe_events .wp-block-column {
  margin-top: 0 !important;
}
#page #content .listings-list ul + div {
  margin-top: 48px;
}
@media (max-width: 1047px) {
  #page #content .listings-list ul:not(.grid-view) .wp-block-columns > div:first-child {
    margin-top: 0 !important;
  }
}
#page #content .listings-list ul:not(.grid-view) article[style*=display]:not(.nopic) {
  display: grid !important;
}
#page #content .listings-list ul:not(.grid-view) article[style*=display].nopic {
  display: block !important;
}
#page #content .listings-list ul.grid-view article[style*=display] {
  display: block !important;
}

.listing-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-pagination li {
  display: block;
  margin-right: 22px;
  height: 20px;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
}
.listing-pagination li.d-none {
  display: none;
}
.listing-pagination li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.listing-pagination li a {
  color: #2d2926;
}
.listing-pagination li a:hover {
  color: #bc8c3d;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .listing-pagination li.link-item-li {
    display: none !important;
  }
}
.listing-pagination li.start, .listing-pagination li.prev, .listing-pagination li.next, .listing-pagination li.end {
  margin-top: 6px;
}
.listing-pagination li.start {
  margin-right: 70px;
}
.listing-pagination li.prev {
  margin-right: 40.5px;
}
.listing-pagination li.next {
  margin-left: 18px;
}
.listing-pagination li.end {
  margin-left: 48px;
}
.listing-pagination li.pagination-active a {
  color: #bc8c3d !important;
  border-bottom: 2px solid #bc8c3d !important;
}
@media screen and (max-width: 600px) {
  .listing-pagination li img {
    width: initial;
    max-width: initial;
  }
  .listing-pagination li.start {
    margin-right: 20px;
  }
  .listing-pagination li.prev {
    margin-right: 20px;
  }
  .listing-pagination li.next {
    margin-left: 0px;
  }
  .listing-pagination li.end {
    margin-left: 0px;
  }
}

/*imports */
body #page #content [class*=theme-] .listing-formats label, body #page #content [class*=theme-] .listing-formats *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) {
  color: #ffffff !important;
  border-color: #ffffff !important;
  font-size: 16px !important;
}
body #page #content [class*=theme-] .listing-formats label:hover, body #page #content [class*=theme-] .listing-formats *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]):hover {
  color: #d6d2c4 !important;
  border: none !important;
}

body #page #content [class*=theme-] .listing-formats input:checked + label {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
body #page #content [class*=theme-] .listing-formats input:checked + label:hover {
  border-bottom: 3px solid #ffffff !important;
}

.access-link:hover {
  top: initial !important;
}

.grid-icon:after, .list-icon:after, .map-icon:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
}

.grid-icon:after {
  background: url("../img/grid-icon.svg") no-repeat;
}

.list-icon:after {
  margin-top: 7px;
  background: url("../img/list-icon.svg") no-repeat;
}

.map-icon:after {
  background: url("../img/map-icon.svg") no-repeat;
}

.formats-list li input:checked + label {
  border-width: 2px;
}

body #page #content [class*=theme-] .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) h3, body #page #content [class*=theme-] .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list body #page #content [class*=theme-] .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__post-title {
  font-family: "BalboaLight", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.025em;
  font-weight: normal;
  color: #2d2926 !important;
}
body #page #content [class*=theme-] .is-style-listing .wp-block-button__link {
  font-size: 20px !important;
  margin-top: 0px !important;
  border: none;
  padding-left: 0;
}

body #page #content [class*=theme-] .grid-view .is-style-listing [class*=content] {
  background: rgba(214, 210, 196, 0.2);
}
@media screen and (min-width: 1200px) {
  body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) h3, body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__post-title {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) h3, body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-column *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) .wp-block-latest-posts__post-title {
    min-height: 120px;
  }
}
body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-button__link {
  font-size: 26px !important;
}
@media screen and (max-width: 993px) {
  body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-button__link {
    font-size: 20px !important;
  }
}
body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-button__link:after {
  transform: translateY(0px) !important;
}
body #page #content [class*=theme-] .grid-view .is-style-listing .wp-block-media-text.is-image-fill[class*=background]:not([class*=card]) [class*=__content] {
  padding: 24px !important;
}

body #page #content [class*=theme-] .list-view .is-style-listing {
  grid-template-columns: 295px auto !important;
}
body #page #content [class*=theme-] .list-view .is-style-listing:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1047px) {
  body #page #content [class*=theme-] .list-view .is-style-listing {
    gap: 20px;
    margin-top: 50px !important;
  }
}
@media (min-width: 1047px) {
  body #page #content [class*=theme-] .list-view .is-style-listing {
    gap: 30px;
    margin-top: 50px !important;
  }
}
@media (min-width: 1335px) {
  body #page #content [class*=theme-] .list-view .is-style-listing {
    gap: 47px;
    margin-top: 53px !important;
  }
}
body #page #content [class*=theme-] .list-view .is-style-listing a[href*="tel:"] {
  text-decoration: none;
}
@media (min-width: 1335px) {
  body #page #content [class*=theme-] .list-view .is-style-listing a + p {
    margin-top: 0;
  }
}
body #page #content [class*=theme-] .list-view .is-style-listing figure {
  min-height: 200px !important;
}
@media (max-width: 655px) {
  body #page #content [class*=theme-] .list-view .is-style-listing figure {
    margin-bottom: 20px !important;
  }
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-columns {
  height: 100%;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content {
  padding: 0px !important;
  flex-grow: 1;
}
@media (max-width: 1047px) {
  body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:first-child {
    border-bottom: 2px solid #bc8c3d;
    padding-bottom: 15px;
  }
}
@media (min-width: 1047px) {
  body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:first-child {
    padding-right: 15px;
    border-right: 2px solid #bc8c3d;
  }
}
@media (min-width: 1335px) {
  body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:first-child {
    padding-right: 47px;
  }
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:first-child > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:first-child .wp-block-buttons > div {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #2d2926 !important;
}
@media (min-width: 1047px) {
  body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) {
    margin-left: 15px;
  }
}
@media (min-width: 1335px) {
  body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) {
    margin-left: 47px;
  }
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) a {
  color: #bc8c3d !important;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) .phone-tel {
  color: #2d2926 !important;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) .wp-block-buttons .wp-block-button {
  padding: 0px;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) .wp-block-buttons:not(.is-style-alt) a {
  border: none !important;
  color: #6399ae !important;
  padding: 0px;
}
body #page #content [class*=theme-] .list-view .is-style-listing .wp-block-media-text__content .wp-block-column:not(:first-child) .wp-block-buttons:not(.is-style-alt) a:after {
  transform: translateY(4px);
}

@media (max-width: 1047px) {
  .map-listing-map {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1047px) {
  .map-listing-map {
    max-height: 80vh;
    overflow: hidden;
    grid-template-columns: 465px 1fr;
    margin-bottom: 120px !important;
  }
}
.map-listing-map.offscreen {
  position: absolute !important;
  left: -500%;
}
@media (min-width: 1047px) {
  .map-listing-map .map-list {
    max-height: 80vh;
    padding-right: 40px;
    overflow-y: scroll;
    scrollbar-width: initial;
    /* width */
    /* Track */
    /* Handle */
  }
  .map-listing-map .map-list::-webkit-scrollbar {
    width: 5px !important;
  }
  .map-listing-map .map-list::-webkit-scrollbar-track {
    background: #DFDFDE;
  }
  .map-listing-map .map-list::-webkit-scrollbar-thumb {
    background: #74716E;
  }
}
@media (min-width: 1335px) {
  .map-listing-map .map-list {
    padding-right: 90px;
  }
}
.map-listing-map .map-list .map-listing-info {
  padding-bottom: 50px;
  border-bottom: 2px solid #D6D2C3 !important;
}
@media (max-width: 1047px) {
  .map-listing-map .map-list .map-listing-info {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1047px) {
  .map-listing-map .map-list .map-listing-info {
    margin-bottom: 50px !important;
  }
}
.map-listing-map .map-list .map-listing-info:last-child {
  margin-bottom: 0;
}
.map-listing-map .map-list .map-listing-info figure {
  margin-bottom: 30px !important;
  overflow: hidden;
}
.map-listing-map .map-list .map-listing-info img {
  max-height: 200px;
  width: auto;
}
.map-listing-map .map-list .map-listing-info h3, .map-listing-map .map-list .map-listing-info .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .map-listing-map .map-list .map-listing-info .wp-block-latest-posts__post-title {
  margin-bottom: 25px !important;
  margin-top: 50px !important;
}
@media (max-width: 1047px) {
  .map-listing-map .map-list .map-listing-info h3, .map-listing-map .map-list .map-listing-info .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .map-listing-map .map-list .map-listing-info .wp-block-latest-posts__post-title {
    margin-top: 30px !important;
  }
}
.map-listing-map .map-list .map-listing-info .has-blue-color {
  color: #6399ae !important;
}
@media (max-width: 1047px) {
  .map-listing-map .map-list .map-listing-info .link-arrow-right {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1047px) {
  .map-listing-map .map-list .map-listing-info .link-arrow-right {
    margin-bottom: 50px !important;
  }
}
.map-listing-map .map-list .map-listing-info .link-arrow-right:hover:after {
  margin-left: 15px;
}
.map-listing-map .map-list .listing-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2d2926;
}
.map-listing-map .map-list .listing-header.purple-marker .listing-marker {
  background: #86647a;
}
.map-listing-map .map-list .listing-header.purple-marker .listing-region {
  color: #86647a !important;
}
.map-listing-map .map-list .listing-header.moss-marker .listing-marker {
  background: #747136;
}
.map-listing-map .map-list .listing-header.moss-marker .listing-region {
  color: #747136 !important;
}
.map-listing-map .map-list .listing-header.orange-marker .listing-marker {
  background: #9e652e;
}
.map-listing-map .map-list .listing-header.orange-marker .listing-region {
  color: #9e652e !important;
}
.map-listing-map .map-list .listing-header .listing-marker {
  border-radius: 50%;
  padding: 17px 13px;
  color: white !important;
  line-height: 0.5 !important;
  width: 40px;
  height: 40px;
  text-align: center;
}
.map-listing-map .map-list .map-listing-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
}
.map-listing-map .map-list .map-listing-detail .website-url {
  color: #bc8c3d !important;
  text-decoration: underline;
}
@media (max-width: 1047px) {
  .map-listing-map .map-view {
    margin-bottom: 80px;
  }
}
@media (min-width: 1047px) {
  .map-listing-map .map-view {
    max-height: 80vh;
    overflow: hidden;
    padding-left: 40px;
  }
}
@media (min-width: 1335px) {
  .map-listing-map .map-view {
    padding-left: 90px;
  }
}
.map-listing-map .map-view #listing-map {
  height: 100%;
}

.listing-formats {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #bc8c3d;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.listing-formats .accessibility-list {
  position: static;
}
@media (max-width: 1047px), (min-width: 1048px) and (max-height: 800px) {
  .listing-formats {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.listing-formats:after, .listing-formats:before {
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100vw;
  top: 0;
  bottom: 0;
  position: absolute;
  background: inherit;
}
.listing-formats:before {
  right: 100%;
}
.listing-formats:after {
  left: 100%;
}
@media (max-width: 655px) {
  .listing-formats {
    align-items: center;
  }
}
@media (max-width: 655px) and (max-width: 455px) {
  .listing-formats .amenities.menu {
    align-self: flex-end;
    min-width: 34%;
  }
  .listing-formats .amenities.menu span {
    display: none;
  }
  .listing-formats .amenities.menu a {
    font-size: 0.8rem;
  }
}
@media (max-width: 655px) {
  .listing-formats .formats-list li {
    margin: 0;
    margin-right: 8px !important;
  }
}
@media (max-width: 655px) {
  .listing-formats .amenities span {
    font-size: 0.75rem;
    width: auto;
  }
}

.listing-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: center;
  justify-content: flex-start;
}
.listing-header h3, .listing-header .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list .listing-header .wp-block-latest-posts__post-title {
  font-size: 3rem;
}
.listing-header h1,
.listing-header h2,
.listing-header .has-large-font-size,
.listing-header body.category #page .page-title,
body.category #page .listing-header .page-title,
.listing-header h3,
.listing-header .wp-block-latest-posts__list .wp-block-latest-posts__post-title,
.wp-block-latest-posts__list .listing-header .wp-block-latest-posts__post-title,
.listing-header h4,
.listing-header .signup-form #sidebar .gform_title,
.signup-form #sidebar .listing-header .gform_title,
.listing-header .signup-form .wp-block-column[style*=flex]:last-child .gform_title,
.signup-form .wp-block-column[style*=flex]:last-child .listing-header .gform_title,
.listing-header .wp-block-latest-posts li > a,
.wp-block-latest-posts .listing-header li > a,
.listing-header body #page #masthead ~ #content .figure-flag,
body #page #masthead ~ #content .listing-header .figure-flag,
.listing-header .author .page-title,
.author .listing-header .page-title,
.listing-header .blog .page-title,
.blog .listing-header .page-title,
.listing-header .category .page-title,
.category .listing-header .page-title,
.listing-header .date .page-title,
.date .listing-header .page-title,
.listing-header .search .page-title,
.search .listing-header .page-title,
.listing-header .tag .page-title,
.tag .listing-header .page-title,
.listing-header body[class*=archive] .page-title,
body[class*=archive] .listing-header .page-title,
.listing-header .archive h2.entry-title,
.archive .listing-header h2.entry-title,
.listing-header .archive .entry-title.has-large-font-size,
.archive .listing-header .entry-title.has-large-font-size,
.listing-header .blog h2.entry-title,
.blog .listing-header h2.entry-title,
.listing-header .blog .entry-title.has-large-font-size,
.blog .listing-header .entry-title.has-large-font-size,
.listing-header .widget-title,
.listing-header #side-nav strong a,
#side-nav strong .listing-header a,
.listing-header .single-tribe_events .tribe-events-schedule h2,
.single-tribe_events .tribe-events-schedule .listing-header h2,
.listing-header .single-tribe_events .tribe-events-schedule .has-large-font-size,
.single-tribe_events .tribe-events-schedule .listing-header .has-large-font-size,
.listing-header .tribe-related-events-title,
.listing-header h5,
.listing-header h6 {
  margin: 0 48px 0 0;
}
.listing-header .filters {
  margin-left: -3px;
  margin-top: 5px;
  position: relative;
  top: 14px;
}
@media (max-width: 655px) {
  .listing-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .listing-header .filters {
    top: 0;
    margin-top: 24px;
  }
  .listing-header .filters ul {
    flex-wrap: wrap;
  }
  .listing-header .filters li {
    width: auto;
    margin-right: 7px;
  }
}

.access-link {
  position: relative;
  top: 0;
  transition: top 0.075s;
  font-size: 16px;
  text-transform: uppercase !important;
}
@media (min-width: 1048px) {
  .access-link:hover {
    border-bottom: 3px solid #6399ae !important;
    top: -2px;
  }
}

.formats-list {
  width: 75%;
  margin-right: auto;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1047px) and (min-width: 656px) {
  .formats-list {
    width: 40%;
  }
}
.formats-list li {
  margin-right: 24px !important;
}
.formats-list li label {
  padding: 0;
  border: none !important;
}
@media (min-width: 1048px) {
  .formats-list li label:hover {
    border-bottom: 3px solid #6399ae !important;
  }
}
.formats-list li input:checked + label {
  border-bottom: 3px solid #6399ae !important;
}

/* GRID VIEW */
#page #content main .grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
#page #content main .grid-view .listing-item .wp-block-column:first-child {
  margin-bottom: 0 !important;
}
#page #content main .grid-view .wp-block-button {
  padding-bottom: 0;
}
@media (max-width: 1047px) {
  #page #content main .grid-view {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 655px) {
  #page #content main .grid-view {
    grid-template-columns: 1fr 1fr;
    font-size: 0.6em;
  }
}
@media (max-width: 455px) {
  #page #content main .grid-view article {
    min-width: 1px;
    min-width: 1px;
  }
  #page #content main .grid-view article .wp-block-media-text__content {
    padding: 12px !important;
  }
  #page #content main .grid-view article * {
    font-size: 18px !important;
  }
}
#page #content main .grid-view h3, #page #content main .grid-view .wp-block-latest-posts__list .wp-block-latest-posts__post-title, .wp-block-latest-posts__list #page #content main .grid-view .wp-block-latest-posts__post-title {
  margin-bottom: 10px !important;
}
#page #content main .grid-view figcaption {
  font-size: 1.5rem !important;
}
#page #content main .grid-view figure {
  padding-bottom: 66%;
  height: auto !important;
  min-height: 1px !important;
}
#page #content main .grid-view [class*=__content] {
  padding: 24px;
  height: auto !important;
}
#page #content main .grid-view article {
  display: block;
  width: auto;
  margin: 0 !important;
  transform: none;
}
#page #content main .grid-view article a + p,
#page #content main .grid-view article h3 + p,
#page #content main .grid-view article .wp-block-latest-posts__list .wp-block-latest-posts__post-title + p,
.wp-block-latest-posts__list #page #content main .grid-view article .wp-block-latest-posts__post-title + p {
  display: none;
}
#page #content main .grid-view article .wp-block-buttons {
  margin-top: 8px;
}
#page #content main .grid-view article .wp-block-button a {
  transform: scale(0.8);
  transform-origin: left center;
}
#page #content main .grid-view article .wp-block-columns {
  display: block;
}
#page #content main .grid-view article .wp-block-columns > div:first-child {
  margin-top: 0 !important;
}
#page #content main .grid-view article .wp-block-columns > div:last-child {
  display: none;
  margin: 24px 0 0 0 !important;
}

/* Listings map view */
#listing-map {
  min-height: 66vh;
  position: relative !important;
  width: 100%;
}
@media (max-width: 455px) {
  #listing-map {
    width: 100vw;
    margin-left: -24px;
  }
}
#listing-map img {
  max-width: inherit !important;
}
#listing-map.offscreen {
  position: absolute !important;
  left: -500%;
}

.gm-ui-hover-effect {
  position: relative;
  top: 8px !important;
  border-radius: 50%;
  right: 8px !important;
  opacity: 1 !important;
}
.gm-ui-hover-effect img {
  height: 30px !important;
  width: 30px !important;
  filter: invert(1);
  margin: 0 !important;
}

.hide + .load-more-listings {
  display: none !important;
}

.marker-inner {
  width: 100%;
  max-width: 380px;
  padding: 10px 20px 20px;
}
body.ipad .marker-inner, body.iphone .marker-inner {
  padding-right: 17px !important;
}
.marker-inner a {
  display: block;
}
.marker-inner * {
  outline: none !important;
}
.marker-inner a:hover {
  opacity: 0.75;
}
.marker-inner a[href*=tel] {
  text-decoration: underline;
}
.marker-inner > * {
  margin-bottom: 7px !important;
}

/* Amenities */
.amenities {
  display: flex;
  flex-wrap: wrap;
  min-width: 50%;
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 655px) {
  .amenities {
    margin-left: 0;
  }
}
.amenities span {
  display: inline-flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-end;
  padding: 5px;
  margin-right: 4px;
  font-size: 0.82rem !important;
}
.amenities span:before {
  margin-right: 3px;
}
article .wp-block-columns .amenities {
  margin-left: 0;
  justify-content: flex-start;
}
article .wp-block-columns .amenities span {
  width: auto;
}
article .wp-block-columns .amenities span span {
  display: none;
}

#page .accessibility-list {
  position: absolute;
  top: 0;
  right: 12px;
  left: auto;
  display: flex;
  justify-content: Flex-end;
}
@media (max-width: 655px) {
  #page .accessibility-list {
    top: 8px;
  }
}
@media (max-width: 455px) {
  #page .accessibility-list {
    transform: scale(0.55);
    transform-origin: right top;
    top: 8px;
  }
}
#page .accessibility-list li {
  padding: 3px;
  display: block !important;
  list-style-type: none !important;
}
#page .accessibility-list li a {
  font-size: 14px;
  display: block;
  height: 25px;
  width: 25px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  color: #fff !important;
}
#page .accessibility-list li a:hover {
  transform: scale(1.1);
}
#page .accessibility-list [class*=parking] {
  background: #063A50;
}
#page .accessibility-list [class*=enterance] {
  background: #6399ae;
}
#page .accessibility-list [class*=restroom] {
  background: #BBCC1A;
  /*temp? */
}
#page .accessibility-list [class*=complete] {
  background: #83B92B;
}

.grid-view .accessibility-list {
  transform: scale(0.75);
  transform-origin: right bottom;
  left: -24px !important;
}

#page .wp-block-column:last-child .accessibility-list {
  padding-left: 0 !important;
  position: relative;
  display: flex;
  right: 0;
  left: 0;
}

body #page #content [class*=theme-] .wp-block-buttons *:not(strong):not(p):not(.dot):not(label):not(span[style*=inline]):not(a[href*=javascript]) {
  border-color: #6399ae !important;
  font-family: "BalboaBold", sans-serif;
  font-weight: normal;
  font-weight: 600;
  line-height: 0.9;
  -ms-text-spacing: 2px;
      text-spacing: 2px;
  font-size: 20px;
  color: #6399ae;
}

body #page #content .flickity-page-dots .dot.is-selected, body #page #content .flickity-page-dots .dot {
  background: url("../img/carousel-inactive-icon.svg") no-repeat;
  width: 23px;
  height: 23px;
}
body #page #content .flickity-page-dots .dot.is-selected.is-selected, body #page #content .flickity-page-dots .dot.is-selected:hover, body #page #content .flickity-page-dots .dot.is-selected, body #page #content .flickity-page-dots .dot:hover {
  background: url("../img/carousel-active-icon.svg") no-repeat;
}

.wp-block-media-text__content .flickity-viewport {
  padding-top: 4px;
}

body #page #content .theme-event .feature-slider-wrapper .flickity-page-dots {
  margin-right: 24px !important;
}

body #page #masthead ~ #content .figure-flag {
  text-align: center !important;
}

.badge-slider .flickity-viewport {
  min-height: 150px !important;
  font-size: 30px;
}
.badge-slider .figure-flag {
  font-size: 28px !important;
  line-height: 1 !important;
}
.badge-slider .figure-flag span {
  display: block;
  margin-top: 5px;
}
.badge-slider .figure-flag span:first-child {
  display: flex !important;
}

body #page #masthead ~ #content .badge-slider .figure-flag {
  text-align: left !important;
}

body #page #masthead ~ #content .figure-flag {
  text-align: left;
}

/* POST LAUNCH */
a[class*=recurring-link] {
  pointer-events: none;
  display: none !important;
}

dd + dt {
  margin-top: 20px;
}

dd {
  margin-left: 0;
}

.pattern-intro-module-cta a:hover {
  opacity: 0.8;
}

.custom-form {
  margin-bottom: 100px;
}
.custom-form .one-col, .custom-form .two-col, .custom-form .vertical-col-stack div {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .custom-form .one-col, .custom-form .two-col, .custom-form .vertical-col-stack div {
    margin-bottom: 30px;
  }
}
.custom-form .one-col label, .custom-form .two-col label, .custom-form .vertical-col-stack div label {
  display: block;
  margin-bottom: 10px;
}
.custom-form .two-col {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .custom-form .two-col {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom-form .two-col {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.custom-form .two-col div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .custom-form .two-col div {
    width: 100%;
  }
}
.custom-form .vertical-col-stack {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 1200px) {
  .custom-form .vertical-col-stack {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom-form .vertical-col-stack {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.custom-form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  height: 50px;
}
.custom-form select {
  padding: 15px !important;
  font-family: "BalboaLight", sans-serif;
  font-weight: normal;
}
.custom-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .custom-form textarea, .custom-form select {
  border-radius: 0px !important;
}
.custom-form input:not[type=submit], .custom-form textarea {
  width: 100%;
}
.custom-form input[type=submit] {
  min-width: 175px;
  padding: 10px 6px 6px !important;
}
