.layer-headline {
  font-size: clamp(3rem, 2.0886075949rem + 1.8987341772vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.tribe-block__organizer__title {
  font-size: clamp(2rem, 1.3924050633rem + 1.2658227848vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form h2, .main-content .gform_wrapper .gfield_label {
  font-size: clamp(1.375rem, 0.1598101266rem + 2.5316455696vw, 2.375rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form input[type=submit], .main-content .gform_wrapper .gform_button, .join-form .gform_button {
  font-size: clamp(1.2rem, 0.1598101266rem + 2.5316455696vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.footer-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburger {
  background-color: transparent;
  position: relative;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.hamburger:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
  -webkit-transition: 0.2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.hamburger-line {
  width: 60%;
  height: 2px;
  -webkit-transition: 0.2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.2s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
}
.hamburger-line-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: relative;
  z-index: 100;
}
.hamburger:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.menu-open {
  overflow: hidden;
}
.menu-open .hamburger-line {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -3px;
}
.menu-open .hamburger-line:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
}
.menu-open .entry-content {
  pointer-events: none;
}

.footer {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  position: relative;
  z-index: 2000 !important;
}
.footer-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-logo {
  max-width: 50vw !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48em) {
  .footer-logo {
    max-width: 30% !important;
  }
}
.footer-logo a {
  width: 100% !important;
  border: none !important;
  display: block;
}
.footer-logo a svg {
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.footer-logo a:hover svg {
  fill: var(--wp--preset--color--primary);
}
.footer-contact {
  line-height: 1.5;
  font-size: clamp(1.1rem, 0.1598101266rem + 2.5316455696vw, 1.25rem) !important;
  text-transform: uppercase;
}
.footer-contact .footer-address {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .footer-contact .footer-address {
    margin-top: 0;
  }
}
.footer-contact .footer-phone {
  margin-top: 1rem;
}
.footer-hours {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 48em) {
  .footer-hours {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
.footer-hours * div {
  line-height: 2;
  padding: 0.25rem 0.5rem !important;
}
@media (min-width: 48em) {
  .footer-hours * div {
    width: 14.2857142857%;
  }
}
.footer-hours * div p {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.footer-join {
  padding: 0 1rem !important;
}
.footer-network {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 0 !important;
}
@media (max-width: 64em) {
  .footer-network {
    margin-bottom: var(--wp--preset--spacing--30) !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.footer-network-headline {
  font-size: 1.2rem !important;
  margin-bottom: 0 !important;
  margin-top: var(--wp--preset--spacing--20) !important;
  color: var(--wp--preset--color--primary) !important;
  position: relative;
}
@media (min-width: 48em) {
  .footer-network-headline {
    top: 1rem;
  }
}
@media (min-width: 100em) {
  .footer-network-headline {
    top: 1.5rem;
  }
}
.footer-network-item {
  width: 30%;
  padding: 1rem 0.25rem;
}
@media (min-width: 48em) {
  .footer-network-item {
    width: 20%;
    padding: 1rem var(--wp--preset--spacing--10);
  }
}
.footer-network-item.bigonion {
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (min-width: 48em) {
  .footer-network-item.bigonion {
    width: 20% !important;
  }
}
.footer-network-item.bigonion .icon-container {
  width: 30% !important;
}
@media (min-width: 48em) {
  .footer-network-item.bigonion .icon-container {
    width: 100% !important;
  }
}
.footer-network-item .icon-container {
  width: 100% !important;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: none;
}
.footer-network-item .icon-container:hover {
  border: none;
  -webkit-transform: none;
          transform: none;
}
.footer-network-item .icon-container:hover svg {
  fill: var(--wp--preset--color--primary) !important;
}
.footer-network-item .icon-container:active {
  border: none;
}
.footer-network-item svg {
  width: 80% !important;
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .footer-network-item svg {
    width: 100% !important;
  }
}
.footer-disclaimer {
  font-size: 0.8rem;
  line-height: 1.5;
}
.footer-disclaimer a {
  color: var(--wp--preset--color--primary);
  border: none;
  -webkit-transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.footer-disclaimer a:hover {
  color: var(--wp--preset--color--white);
}
.footer-google p {
  opacity: 0.7;
}
.footer-utility-nav {
  margin-bottom: 1rem;
}
.footer-utility-nav a span {
  white-space: nowrap;
}
.footer-line {
  max-width: 80%;
}
@media (min-width: 48em) {
  .footer-line {
    max-width: none;
  }
}

.join-form {
  width: 100%;
  position: relative;
  max-width: 48em;
  border-radius: 5rem;
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .join-form {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .join-form .gform-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 75%;
  }
}
.join-form .gform-body input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 1rem;
  outline: 0;
  border: none;
  font-family: default;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .join-form .gform-body input {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}
.join-form .gform-body input.placeholder {
  opacity: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form .gform-body input:-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form .gform-body input::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form .gform-body input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form .gform-body input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.join-form .gform-field-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.join-form .gform-field-label:focus {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}
.join-form .gform_footer {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.join-form .gform_footer:before {
  width: 1px;
  height: 70%;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-form .gform_button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 1rem;
  margin: 0 auto;
  border-left: 1px solid var(--wp--preset--color--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 0;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .join-form .gform_button {
    padding: 0.75rem 1.5rem 1rem;
  }
}
.join-form .gfield_validation_message {
  font-size: 0.85rem;
  font-family: default;
  padding: calc(var(--wp--preset--spacing--20) * 0.25) var(--wp--preset--spacing--20);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  border-radius: 0 0 2rem 2rem;
  text-align: center;
  line-height: 1;
}

.gform_submission_error {
  font-size: 1rem;
  padding: var(--wp--preset--spacing--10);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3rem;
}

.layer-headline {
  font-size: clamp(3rem, 2.0886075949rem + 1.8987341772vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.tribe-block__organizer__title {
  font-size: clamp(2rem, 1.3924050633rem + 1.2658227848vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form h2, .main-content .gform_wrapper .gfield_label {
  font-size: clamp(1.375rem, 0.1598101266rem + 2.5316455696vw, 2.375rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form input[type=submit], .main-content .gform_wrapper .gform_button, .join-form .gform_button {
  font-size: clamp(1.2rem, 0.1598101266rem + 2.5316455696vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.footer-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-button {
  background: transparent !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
.wp-block-button:hover {
  z-index: 100;
}
.wp-block-button__txt {
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s color cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s color cubic-bezier(0.5, 1.65, 0.4, 0.8);
  display: block;
  font-family: default;
}
.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}
.wp-block-button__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.wp-block-button__link:after {
  width: 1rem;
  height: 1rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 0.5rem;
  content: "";
  display: block;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  z-index: 100;
  position: relative;
}
.wp-block-button__link:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
}
.wp-block-button__link:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-content .gform_wrapper {
  max-width: 93.75rem;
  margin: var(--wp--preset--spacing--30) 1rem;
}
.main-content .gform_wrapper form {
  width: 100%;
}
@media (min-width: 48em) {
  .main-content .gform_wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.main-content .gform_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-content .gform_wrapper .gfield {
  position: relative;
  padding-bottom: 1rem;
}
.main-content .gform_wrapper .gfield_label {
  overflow: visible;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
  display: none;
}
.main-content .gform_wrapper .gfield_label .gfield_required {
  font-style: normal;
  font-weight: 300;
  font-size: 80%;
  display: inline-block;
  padding-left: 0.25rem;
}
.main-content .gform_wrapper .gfield_description {
  text-align: left;
  margin-bottom: 0.25rem;
}
.main-content .gform_wrapper .ginput_complex .name_first,
.main-content .gform_wrapper .ginput_complex .name_last {
  display: block;
  padding: 0 !important;
}
@media (min-width: 48em) {
  .main-content .gform_wrapper .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-content .gform_wrapper .ginput_complex > * {
    width: 50%;
    padding-bottom: 1rem;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .main-content .gform_wrapper .ginput_complex > * {
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .main-content .gform_wrapper .ginput_complex > *:first-child {
    padding-right: 0.5rem;
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .main-content .gform_wrapper .ginput_complex > *:first-child {
    padding-left: 1rem;
  }
}
@media (min-width: 48em) {
  .main-content .gform_wrapper .ginput_complex > *:last-child {
    padding-left: 0.5rem;
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .main-content .gform_wrapper .ginput_complex > *:last-child {
    padding-right: 1rem;
  }
}
@media (min-width: 48em) {
  .main-content .gform_wrapper .gfield--width-half {
    width: 50%;
    display: inline-block;
  }
}
.main-content .gform_wrapper input[type=text],
.main-content .gform_wrapper input[type=email],
.main-content .gform_wrapper input[type=tel],
.main-content .gform_wrapper textarea,
.main-content .gform_wrapper select {
  width: 100% !important;
  font-family: default;
  padding: 1.5rem !important;
  font-size: 1.2rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  outline: none;
}
.main-content .gform_wrapper input[type=text].placeholder,
.main-content .gform_wrapper input[type=email].placeholder,
.main-content .gform_wrapper input[type=tel].placeholder,
.main-content .gform_wrapper textarea.placeholder,
.main-content .gform_wrapper select.placeholder {
  opacity: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.main-content .gform_wrapper input[type=text]:-moz-placeholder,
.main-content .gform_wrapper input[type=email]:-moz-placeholder,
.main-content .gform_wrapper input[type=tel]:-moz-placeholder,
.main-content .gform_wrapper textarea:-moz-placeholder,
.main-content .gform_wrapper select:-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.main-content .gform_wrapper input[type=text]::-moz-placeholder,
.main-content .gform_wrapper input[type=email]::-moz-placeholder,
.main-content .gform_wrapper input[type=tel]::-moz-placeholder,
.main-content .gform_wrapper textarea::-moz-placeholder,
.main-content .gform_wrapper select::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.main-content .gform_wrapper input[type=text]:-ms-input-placeholder,
.main-content .gform_wrapper input[type=email]:-ms-input-placeholder,
.main-content .gform_wrapper input[type=tel]:-ms-input-placeholder,
.main-content .gform_wrapper textarea:-ms-input-placeholder,
.main-content .gform_wrapper select:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.main-content .gform_wrapper input[type=text]::-webkit-input-placeholder,
.main-content .gform_wrapper input[type=email]::-webkit-input-placeholder,
.main-content .gform_wrapper input[type=tel]::-webkit-input-placeholder,
.main-content .gform_wrapper textarea::-webkit-input-placeholder,
.main-content .gform_wrapper select::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.main-content .gform_wrapper textarea {
  height: 10rem;
}
.main-content .gform_wrapper .gform-field-label--type-sub {
  display: none;
}
.main-content .gform_wrapper legend.gfield_label_before_complex {
  display: none;
}
@media (min-width: 81.25em) {
  .main-content .gform_wrapper legend.gfield_label_before_complex {
    padding-left: 1rem;
  }
}
.main-content .gform_wrapper fieldset {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  outline: none;
  border: none;
}
.main-content .gform_wrapper .ginput_container_textarea {
  vertical-align: top;
}
@media (min-width: 81.25em) {
  .main-content .gform_wrapper .ginput_container_address {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.main-content .gform_wrapper .address_line_1 {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 81.25em) {
  .main-content .gform_wrapper .address_line_1 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 48em) {
  .main-content .gform_wrapper .address_city,
  .main-content .gform_wrapper .address_state,
  .main-content .gform_wrapper .address_zip {
    width: 33.33%;
    padding-right: 0.5rem;
  }
}
.main-content .gform_wrapper .address_city label,
.main-content .gform_wrapper .address_state label,
.main-content .gform_wrapper .address_zip label {
  text-align: left;
}
.main-content .gform_wrapper .address_zip {
  padding-right: 0;
}
.main-content .gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 1rem;
}
.main-content .gform_wrapper .gform_button {
  font-weight: 700;
  border-radius: 3rem;
  padding: 1.1rem var(--wp--preset--spacing--20) 1.4rem;
  border: 0;
  margin: 0 auto;
  line-height: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
}
.main-content .gform_wrapper .gform_validation_container {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.main-content .gform_wrapper .gform_validation_container:focus {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}
.main-content .gform_wrapper .validation_message {
  top: auto;
  right: 0.65rem;
}
.main-content .gform_validation_errors {
  width: 100%;
}
.main-content .gform_submission_error {
  width: 100% !important;
  font-size: 1rem;
  padding: var(--wp--preset--spacing--10);
  font-family: default;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--10);
}
.main-content .gfield_validation_message {
  position: absolute;
  right: 0;
  bottom: 1rem;
  right: 0 !important;
  font-family: default;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  z-index: 100;
  text-align: center;
  margin-bottom: 0 !important;
}
.main-content .instruction {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.event-callout {
  max-width: calc(100% - 2rem);
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.event-table {
  border-top: 0;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  margin: 0 auto;
  max-width: calc(100% - 2rem);
}
.event-table > * {
  text-align: center;
  padding: 0.75rem;
  line-height: 1.2;
}
.event-table > *:last-child {
  border-right: 0;
}
.event-table-container {
  max-width: 1000px;
  margin: 0 auto;
}

.tribe-events-header__events-bar, .tribe-events-header__messages, .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.tribe-events-header {
  margin: 0 auto !important;
}
.tribe-events-c-top-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tribe-events-c-top-bar__nav {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.tribe-events-c-top-bar__nav > * {
  margin: 0;
}
.tribe-events-c-top-bar__actions {
  margin: 0 !important;
}
.tribe-events-c-top-bar__today-button {
  border: none !important;
  text-transform: uppercase;
  font-family: default !important;
  font-weight: 900;
  font-style: italic;
  padding: 0.5rem var(--wp--preset--spacing--10) !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89) !important;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89) !important;
}
.tribe-events-c-top-bar__datepicker {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}
.tribe-events-c-top-bar__datepicker-button:hover {
  opacity: 1 !important;
}
.tribe-events-c-top-bar__datepicker-button-icon-svg {
  width: 2rem !important;
  height: auto !important;
}
.tribe-events-c-top-bar__datepicker-time {
  font-family: default !important;
  font-size: var(--wp--preset--spacing--20) !important;
  text-transform: uppercase;
}
.tribe-events-l-container {
  padding-top: var(--wp--preset--spacing--20) !important;
}
.tribe-events-calendar-month__day-date-daynum {
  font-family: default !important;
}
.tribe-events-calendar-month__header-column-title {
  font-family: default !important;
  font-size: var(--wp--preset--spacing--10) !important;
  text-align: center !important;
}
.tribe-events-calendar-month__calendar-event--featured:before {
  display: none;
}
.tribe-events-calendar-month__calendar-event-details {
  padding-bottom: var(--wp--preset--spacing--10) !important;
}
.tribe-events-calendar-month__calendar-event-featured:before {
  background-color: transparent !important;
}
.tribe-events-calendar-month__calendar-event-datetime {
  font-family: default !important;
  text-transform: uppercase;
}
.tribe-events-calendar-month__calendar-event-title {
  font-family: default !important;
  font-weight: 900;
  font-size: var(--wp--preset--spacing--10) !important;
  line-height: 1 !important;
}
.tribe-events-calendar-month__calendar-event-title-link {
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-bottom: none !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime {
  text-transform: uppercase;
}
.tribe-events-calendar-month__calendar-event-tooltip-title {
  font-family: default !important;
  text-transform: uppercase;
  font-size: var(--wp--preset--spacing--10) !important;
  line-height: 1 !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-title a {
  border: none !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events-calendar-month__calendar-event-tooltip-description {
  font-family: default !important;
  font-size: 1rem !important;
}
.tribe-events .datepicker {
  min-width: none !important;
  width: auto !important;
}
.tribe-events .datepicker-months, .tribe-events .datepicker-switch {
  font-family: default !important;
  text-transform: uppercase;
}
.tribe-events .datepicker .table-condensed {
  width: 100% !important;
}
.tribe-events .datepicker .month {
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events .datepicker .month.active {
  font-weight: 900;
}
.tribe-events-calendar-month__week:last-of-type {
  border-bottom: none !important;
}
.tribe-events-calendar-month__day {
  border-radius: 0 !important;
}
.tribe-events-c-nav {
  border-top: 0 !important;
}
.tribe-events-c-nav__prev, .tribe-events-c-nav__today, .tribe-events-c-nav__next {
  font-family: default !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem !important;
}

.tribe-block {
  position: relative !important;
  z-index: 500 !important;
}

.layer-headline {
  font-size: clamp(3rem, 2.0886075949rem + 1.8987341772vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.tribe-block__organizer__title {
  font-size: clamp(2rem, 1.3924050633rem + 1.2658227848vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form h2, .main-content .gform_wrapper .gfield_label {
  font-size: clamp(1.375rem, 0.1598101266rem + 2.5316455696vw, 2.375rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form input[type=submit], .join-form .gform_button, .main-content .gform_wrapper .gform_button {
  font-size: clamp(1.2rem, 0.1598101266rem + 2.5316455696vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.footer-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tribe-events-schedule {
  text-align: center !important;
  text-transform: uppercase;
  display: table !important;
  margin: 1rem auto !important;
  padding: 0.5rem var(--wp--preset--spacing--10) !important;
}
.tribe-events-schedule__separator, .tribe-events-schedule__date, .tribe-events-schedule__time {
  font-family: default !important;
  font-size: 1.2rem !important;
}

.tribe-block__event-price,
.tribe-block__venue {
  display: none;
}

.tribe-block__organizer__details {
  text-align: center;
  line-height: 1;
}

.tribe-block__organizer__title a {
  border: none !important;
  font-size: var(--wp--preset--spacing--10);
}

.tribe-block__event-website {
  text-align: center;
  padding: var(--wp--preset--spacing--10) 0 var(--wp--preset--spacing--20) !important;
}
.tribe-block__event-website a {
  font-family: default !important;
  font-size: var(--wp--preset--spacing--10) !important;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20) !important;
  border-radius: 3rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-transform: uppercase;
}

.tribe-events-content {
  max-width: var(--wp--style--global--wide-size) !important;
  margin-top: var(--wp--preset--spacing--30) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}

.tribe-events-single-event-title {
  display: none;
}

#tribe-events-content {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#tribe-events-pg-template, .tribe-events-pg-template #tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: none !important;
  padding: 0 !important;
}

.tribe-events-before-html,
.tribe-events-ajax-loading,
.tribe-events-back,
.tribe-events-series-relationship-single-marker,
.tribe-events-notices,
.tribe-events-calendar-series-archive__container {
  display: none !important;
}

.tribe-events-page-template .wp-site-blocks {
  background-color: transparent !important;
}

.layer-headline {
  font-size: clamp(3rem, 2.0886075949rem + 1.8987341772vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.tribe-block__organizer__title {
  font-size: clamp(2rem, 1.3924050633rem + 1.2658227848vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form h2, .main-content .gform_wrapper .gfield_label {
  font-size: clamp(1.375rem, 0.1598101266rem + 2.5316455696vw, 2.375rem);
  font-weight: 700;
  line-height: 1.1;
}

#tripleseat_embed_form input[type=submit], .join-form .gform_button, .main-content .gform_wrapper .gform_button {
  font-size: clamp(1.2rem, 0.1598101266rem + 2.5316455696vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.footer-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tripleseat_embed_form {
  max-width: 48em;
  margin: var(--wp--preset--spacing--30) auto;
  display: block;
  padding: 0 1rem var(--wp--preset--spacing--30);
}
#tripleseat_embed_form table {
  width: 100%;
  text-align: left;
}
#tripleseat_embed_form label {
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  display: block !important;
  margin: 0.5rem auto !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  text-align: center;
}
#tripleseat_embed_form input[type=text],
#tripleseat_embed_form input[type=email],
#tripleseat_embed_form select,
#tripleseat_embed_form textarea {
  width: 100%;
  font-family: default;
  padding: 1rem;
  font-size: 1rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 81.25em) {
  #tripleseat_embed_form input[type=text],
  #tripleseat_embed_form input[type=email],
  #tripleseat_embed_form select,
  #tripleseat_embed_form textarea {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
}
#tripleseat_embed_form input[type=text].placeholder,
#tripleseat_embed_form input[type=email].placeholder,
#tripleseat_embed_form select.placeholder,
#tripleseat_embed_form textarea.placeholder {
  opacity: 1;
}
#tripleseat_embed_form input[type=text]:-moz-placeholder,
#tripleseat_embed_form input[type=email]:-moz-placeholder,
#tripleseat_embed_form select:-moz-placeholder,
#tripleseat_embed_form textarea:-moz-placeholder {
  opacity: 1;
}
#tripleseat_embed_form input[type=text]::-moz-placeholder,
#tripleseat_embed_form input[type=email]::-moz-placeholder,
#tripleseat_embed_form select::-moz-placeholder,
#tripleseat_embed_form textarea::-moz-placeholder {
  opacity: 1;
}
#tripleseat_embed_form input[type=text]:-ms-input-placeholder,
#tripleseat_embed_form input[type=email]:-ms-input-placeholder,
#tripleseat_embed_form select:-ms-input-placeholder,
#tripleseat_embed_form textarea:-ms-input-placeholder {
  opacity: 1;
}
#tripleseat_embed_form input[type=text]::-webkit-input-placeholder,
#tripleseat_embed_form input[type=email]::-webkit-input-placeholder,
#tripleseat_embed_form select::-webkit-input-placeholder,
#tripleseat_embed_form textarea::-webkit-input-placeholder {
  opacity: 1;
}
#tripleseat_embed_form input[type=submit] {
  font-weight: 700;
  border-radius: 3rem;
  padding: 1.1rem var(--wp--preset--spacing--20) 1.4rem;
  border: 0;
  margin: 0;
  line-height: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  #tripleseat_embed_form table td {
    width: 50% !important;
  }
}
#tripleseat_embed_form #lead_phone_number_extension {
  width: 10rem !important;
}
#tripleseat_embed_form form .validation_error {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  display: table;
}
#tripleseat_embed_form form .validation_message {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  position: absolute;
  right: 0;
  top: 1.3rem;
}
#tripleseat_embed_form .row_submit {
  position: relative;
}
#tripleseat_embed_form .row_submit #lead_form_submit {
  padding-top: var(--wp--preset--spacing--10) !important;
}
#tripleseat_embed_form .row_submit a {
  display: none;
}
#tripleseat_embed_form .row_submit input {
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#tripleseat_embed_form .row_email_opt_out td {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tripleseat_embed_form .row_email_opt_out label {
  padding-left: 0.5rem !important;
  margin-left: 0 !important;
  width: 100%;
}
#tripleseat_embed_form .g-recaptcha-response {
  display: none !important;
}
#tripleseat_embed_form h2 {
  margin: var(--wp--preset--spacing--10) auto;
  text-align: center;
  text-transform: uppercase;
}
#tripleseat_embed_form .g-recaptcha div {
  margin: 0 auto !important;
}
#tripleseat_embed_form .timeselect {
  width: 100% !important;
}
#tripleseat_embed_form .timeselect a {
  display: block;
  padding: 1rem !important;
}
#tripleseat_embed_form #lead_form_submit {
  width: 100%;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tripleseat_embed_form .help-block {
  padding: 0.25rem;
  font-size: 0.85rem;
  text-align: center;
}
#tripleseat_embed_form .help-block.danger {
  color: var(--wp--preset--color--black) !important;
}
#tripleseat_embed_form .row_robot_check .g-recaptcha {
  padding: var(--wp--preset--spacing--10) 0 !important;
}
#tripleseat_embed_form #ui-datepicker-div {
  top: auto !important;
  left: auto !important;
}
#tripleseat_embed_form .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tripleseat_embed_form .ui-datepicker-title select.ui-datepicker-month,
#tripleseat_embed_form .ui-datepicker-title select.ui-datepicker-year {
  font-size: 1rem !important;
  padding: 0.5rem !important;
}

.errorExplanation {
  text-align: center;
  padding: var(--wp--preset--spacing--20) !important;
}
.errorExplanation h2 {
  font-size: var(--wp--preset--spacing--20) !important;
  line-height: 1;
  margin-bottom: var(--wp--preset--spacing--10) !important;
}
.errorExplanation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeselect {
  min-width: 20rem;
}
.timeselect a {
  display: block;
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding: 0.75rem 0.5rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  height: auto !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.wp-site-blocks {
  padding: 0 !important;
}

@media (max-width: 64em) {
  p {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.entry-content {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.entry-content + * {
  margin-top: 0;
}
.entry-content ul li {
  padding-bottom: 0.5rem;
}
.entry-content .wp-block-quote cite {
  display: block;
}

.layer-headline {
  text-align: center;
  width: 100%;
  position: relative;
  margin: var(--wp--preset--spacing--30) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer-headline-text {
  padding: 0 1rem;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.layer-headline:before, .layer-headline:after {
  width: var(--wp--preset--spacing--20);
  height: 2px;
  margin-top: 4px;
  content: "";
  display: block;
  z-index: 1;
}

.wp-block-media-text.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

#Tock_widget_container {
  position: relative;
  z-index: 800;
}