@charset "UTF-8";
/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.gform_wrapper {
  max-width: 50rem;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gform_wrapper label.gfield_label .gfield_required, .gform_wrapper legend.gfield_label .gfield_required {
  color: #E10044;
  font-size: 1.25rem;
  line-height: 0;
  position: relative;
  top: 1px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #222;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  -webkit-appearance: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper textarea::placeholder {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus {
  background: #f3f3f1;
  border: 2px solid #333;
  outline: none;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0.5rem;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
  margin-right: 0.5rem;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox input[type=checkbox].gfield-choice-input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-top: 0;
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_checkbox li label {
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select svg {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 13px;
  z-index: 100;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #ccc;
  display: block;
  padding: 0.35rem 0.75rem;
}
.gform_wrapper .gform_body .gform_fields .gfield select:focus, .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select:focus {
  background-color: #f2f2f2;
  outline: 0;
  border-radius: 0;
  border-color: #333;
}

.gform_wrapper span.ginput_total {
  background: #333;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #fff;
  border: 2px solid #7A1768;
  border-radius: 32px;
  color: #7A1768;
  cursor: pointer;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.55rem 2rem !important;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-appearance: none;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #7A1768;
  color: #fff;
  outline: 0;
}

.gform_wrapper div.validation_error {
  background: #333;
  border: none;
  color: #fff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0.25rem;
  text-align: left;
  text-transform: uppercase;
  padding: 1.5rem;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  max-width: 100% !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 2px solid #333;
}

.gform_wrapper .validation_message {
  background: #333;
  color: #fff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0.25rem;
  padding: 0.75rem !important;
  text-transform: uppercase;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0.5rem;
}

.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
  background: transparent;
  border: none;
  color: #E10044 !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem !important;
  font-weight: 700;
  letter-spacing: 0.33px;
  padding: 0.25rem 0 1rem 0 !important;
  text-transform: uppercase;
}

.gform_wrapper .gform_validation_errors {
  background: transparent;
  box-shadow: none;
  border: 2px solid #E10044;
  border-radius: 0;
}
.gform_wrapper .gform_validation_errors > h2 {
  color: #E10044;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  max-width: 100% !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 2px solid #E10044;
}

.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 2px solid #E10044;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 2px solid #E10044;
}

.gform_validation_error button {
  background-color: #E10044;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0.5rem;
}

.ctf {
  margin: 2rem 0 1rem;
}
@media (min-width: 768px) {
  .ctf {
    margin: 2rem 0 0;
  }
}
.ctf .ctf-tweets {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ctf .ctf-tweets {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ctf .ctf-author-avatar img {
  border-radius: 100%;
}
.ctf .ctf-item {
  padding: 0 !important;
}
.ctf a {
  text-decoration: none;
  color: #fff;
}
.ctf a svg {
  color: #fff;
}
.ctf a:hover, .ctf a:focus {
  color: #E231C2;
}
.ctf .ctf-context {
  padding-left: 3.75rem !important;
}
.ctf .ctf-author-screenname, .ctf .ctf-tweet-meta {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
}
.ctf .ctf-author-name {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.ctf .ctf-action-count {
  display: none;
}
.ctf .ctf-tweet-text-media-wrap {
  display: none !important;
}

.tribe-events-schedule__datetime * {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-feature-settings: "pnum" on, "lnum" on;
}

.tribe-block__venue__name {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-style: italic;
}

.tribe-block__venue__address {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.tribe-events-c-search__input-group {
  transition: border 0.25s ease;
  border-bottom: 2px solid transparent !important;
}
.tribe-events-c-search__input-group:focus-within {
  border-bottom: 2px solid black !important;
}

.tribe-common-c-btn:focus, .tribe-common-c-btn:hover, .tribe-events-c-top-bar__today-button:focus, .tribe-events-c-top-bar__today-button:hover {
  background-color: black !important;
  color: #fff !important;
  border: 1px solid black !important;
}

.tribe-events-c-top-bar__datepicker-button {
  position: relative;
}
.tribe-events-c-top-bar__datepicker-button:before {
  background-color: #333;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: 5px 0 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.75s;
  transition: all 0.5s ease-in-out;
  width: 0px;
}
.tribe-events-c-top-bar__datepicker-button:hover, .tribe-events-c-top-bar__datepicker-button:active, .tribe-events-c-top-bar__datepicker-button:focus-within {
  color: #333;
  outline: 0;
}
.tribe-events-c-top-bar__datepicker-button:hover:before, .tribe-events-c-top-bar__datepicker-button:active:before, .tribe-events-c-top-bar__datepicker-button:focus-within:before {
  opacity: 1;
  width: 100%;
}

.facetwp-facet-project_type {
  font-size: 16px;
  display: grid;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 350;
  gap: 0.55rem;
  line-height: 1.25;
  margin: 2rem 0 -0.3rem !important;
}
@media (min-width: 320px) {
  .facetwp-facet-project_type {
    font-size: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .facetwp-facet-project_type {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .facetwp-facet-project_type {
    grid-auto-flow: column;
    gap: 3rem;
    justify-content: start;
    margin: 1rem 0 2.75rem !important;
  }
}
.facetwp-facet-project_type .checked {
  font-weight: 700;
}
.facetwp-facet-project_type .facetwp-radio {
  position: relative;
  transition: all 0.125s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.facetwp-facet-project_type .facetwp-radio:before {
  background-color: #333;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: 5px 0 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.75s;
  transition: all 0.5s ease-in-out;
  width: 0px;
}
.facetwp-facet-project_type .facetwp-radio:hover, .facetwp-facet-project_type .facetwp-radio:active, .facetwp-facet-project_type .facetwp-radio:focus-within {
  color: #333;
  outline: 0;
}
.facetwp-facet-project_type .facetwp-radio:hover:before, .facetwp-facet-project_type .facetwp-radio:active:before, .facetwp-facet-project_type .facetwp-radio:focus-within:before {
  opacity: 1;
  width: 100%;
}

/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

body {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
  font-display: swap;
}

a {
  color: #7A1768;
  text-decoration-color: #7A1768;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all 0.25s ease-out;
}
a:hover, a:focus {
  color: #530041;
  text-decoration-thickness: 2px;
}
nav a {
  text-decoration: none;
}
nav a:hover, nav a:active {
  text-decoration: none;
}

h1 {
  color: #333;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(30px + 20 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  color: #7A1768;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin: 2rem 0 0.5rem;
}
@media (min-width: 320px) {
  h2 {
    font-size: calc(28px + 8 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  color: #333;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 320px) {
  h3 {
    font-size: calc(20px + 6 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.25rem 0 0.5rem;
}
@media (min-width: 320px) {
  h4 {
    font-size: calc(18px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 320px) {
  h5 {
    font-size: calc(17px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  color: #333;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 320px) {
  h6 {
    font-size: calc(16px + 2 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  h6 {
    font-size: 18px;
  }
}

p, .has-default-font-size {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  max-width: 60rem;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (min-width: 320px) {
  p, .has-default-font-size {
    font-size: calc(17px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  p, .has-default-font-size {
    font-size: 20px;
  }
}

em, i {
  font-style: italic;
}
em strong, em b, i strong, i b {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}
strong em, strong i, b em, b i {
  font-weight: bold;
}

ol {
  margin: 1em 0 1em 1.1em;
  padding: 0;
}
ol ol {
  margin: 0 0 0 1.1em;
}

ul {
  list-style: disc;
  margin: 1em 0 1em 1.1em;
  padding: 0;
}
ul ul {
  margin: 0 0 0 1.1em;
}
nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
nav ul a {
  text-decoration: none;
}

li {
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.has-x-small-font-size {
  transition: all 0.25s ease-in-out;
  font-size: 0.9375rem !important;
}

.has-small-font-size {
  transition: all 0.25s ease-in-out;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .has-small-font-size {
    font-size: 1.125rem !important;
  }
}

.has-medium-font-size {
  transition: all 0.25s ease-in-out;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .has-medium-font-size {
    font-size: 1.5rem !important;
  }
}

.has-large-font-size {
  transition: all 0.25s ease-in-out;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .has-large-font-size {
    font-size: 1.75rem !important;
  }
}

.has-extra-large-font-size {
  transition: all 0.25s ease-in-out;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  .has-extra-large-font-size {
    font-size: 1.875rem !important;
  }
}

.is-style-small-button {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
}

.is-style-featured {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}
@media (min-width: 320px) {
  .is-style-featured {
    font-size: calc(28px + 14 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .is-style-featured {
    font-size: 42px;
  }
}

.is-style-all-caps {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-transform: uppercase;
}

.is-style-all-caps + h2 {
  margin-top: -0.75rem;
}

.is-style-san-serif {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media (min-width: 320px) {
  .is-style-san-serif {
    font-size: calc(18px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .is-style-san-serif {
    font-size: 22px;
  }
}

.is-style-italic-copy {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 1.3;
  font-style: italic;
}

.is-style-serif {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "pnum" on, "lnum" on;
}

.menu-button {
  top: 24px;
}
@media (min-width: 1050px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all 0.25s ease-out;
  z-index: 100;
  top: -8px;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  letter-spacing: 1px;
  margin: -3rem 0 3rem 0;
  padding-top: 1rem;
}
.post-nav::after {
  clear: both;
  content: "";
  display: block;
}
.post-nav a {
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-nav .previous-post {
  float: left;
}
.post-nav .next-post {
  float: right;
}
.post-nav .fa {
  color: #7A1768;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 2rem 0;
  max-width: 100%;
  height: auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-logo {
  display: grid;
  gap: 8px;
  max-width: 150px;
  margin-bottom: 1rem;
}
@media (min-width: 580px) {
  .responsive-logo {
    grid-auto-flow: column;
    align-items: end;
    width: 300px;
    max-width: 100%;
  }
}
@media (min-width: 1050px) {
  .responsive-logo {
    margin: 0 0 5px;
  }
}
.responsive-logo .iara, .responsive-logo .tag {
  width: 100%;
}

.searchform {
  cursor: pointer;
  max-width: 50vw;
  position: relative;
  transition: max-width 0.25s ease-in-out;
  z-index: 1;
}
@media (min-width: 580px) {
  .searchform {
    max-width: 70vw;
  }
}
@media (min-width: 850px) {
  .searchform {
    max-width: 0;
    position: absolute;
    right: 1.75rem;
    top: 0.35rem;
  }
}
.searchform:before, .searchform svg {
  -webkit-font-smoothing: smooth;
  color: white;
  content: "\f002";
  display: none;
  font-family: "Font Awesome 6 Pro";
  font: var(--fa-font-regular);
  opacity: 1;
  position: absolute;
  text-rendering: auto;
  transition: all 0.25s ease-in-out;
  width: 20px;
}
.searchform svg {
  top: 8px;
  left: 11px;
  display: inline-block;
}
@media (min-width: 850px) {
  .searchform svg {
    display: none;
  }
}
.searchform:focus-within:before {
  opacity: 0;
}
.searchform #search-close {
  display: none;
}
.searchform .search-input {
  background-color: transparent;
  border-radius: 15px;
  border: 2px solid white;
  color: #fff;
  height: 32px;
  width: 100%;
}
.searchform .search-input::-moz-placeholder {
  opacity: 0.75;
  font-size: 0.9375rem;
  letter-spacing: 0.33px;
  padding-left: 2rem;
}
.searchform .search-input::placeholder {
  opacity: 0.75;
  font-size: 0.9375rem;
  letter-spacing: 0.33px;
  padding-left: 2rem;
}
@media (min-width: 850px) {
  .searchform .search-input::-moz-placeholder {
    padding-left: 0;
  }
  .searchform .search-input::placeholder {
    padding-left: 0;
  }
}
@media (min-width: 850px) {
  .searchform .search-input {
    border: 2px solid transparent;
  }
}
.searchform .search-input::-moz-placeholder {
  color: #fff;
}
.searchform .search-input::placeholder {
  color: #fff;
}
.searchform .search-input:focus {
  outline: 0;
}
.searchform #searchsubmit {
  display: none;
}

.resource-card {
  background-color: #fff;
  padding: 2rem;
  display: grid;
  align-content: start;
}
.resource-card svg {
  color: #E10044;
  font-size: 1.25rem;
}
.resource-card h3 {
  margin: 1rem 0 0.25rem 0;
}
.resource-card h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  color: #7A1768;
  display: block;
  text-decoration: none;
}
@media (min-width: 320px) {
  .resource-card h3 a {
    font-size: calc(20px + 6 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .resource-card h3 a {
    font-size: 26px;
  }
}
.resource-card .resource-byline {
  color: #2F2F2F;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #696969;
}
.resource-card a img {
  height: auto;
  width: 100%;
  border: 1px solid #f3f3f1;
  align-self: end;
}
.resource-card .resource-button {
  background: #E10044;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
.resource-card .fa-caret-right {
  color: #fff;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
}

.social-sharing {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
.social-sharing a {
  align-items: center;
  border-radius: 100%;
  display: grid;
  font-size: 1.3125rem;
  height: 31.5px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: 31.5px;
}
@media (min-width: 850px) {
  .social-sharing a {
    height: 44px;
    width: 44px;
    justify-content: center;
  }
}
@media (min-width: 850px) {
  .social-sharing a:hover, .social-sharing a:focus {
    background-color: rgba(205, 93, 187, 0.5);
    outline: 0;
  }
}

.recent-news {
  background-color: #f3f3f1;
  grid-column: full !important;
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  .recent-news {
    padding: 2rem 0 3rem 2rem;
    margin-top: 4.5rem;
  }
}
.recent-news h2 {
  margin-top: 1.25rem;
}
@media (min-width: 600px) {
  .recent-news h2 {
    margin-bottom: 3rem;
  }
}
.recent-news ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 2rem;
  margin-top: 0.8rem;
}
@media (min-width: 600px) {
  .recent-news ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .recent-news ul {
    grid-template-columns: repeat(2, 40%);
  }
}
.recent-news ul li .wp-block-group {
  margin-bottom: 1.5rem !important;
}
.recent-news ul li h3 {
  color: #7A1768;
  margin-top: 0;
}
.recent-news ul li h3 a {
  text-decoration: none;
}
@media (min-width: 600px) {
  .recent-news ul li .wp-block-post-excerpt__more-link {
    margin-left: 1rem;
  }
}

.signup-form {
  display: none;
}
.signup-form .gform_wrapper {
  max-width: 900px;
  margin-bottom: 2rem;
}
.signup-form legend.gfield_label, .signup-form label.gfield_label, .signup-form label.gform-field-label, .signup-form p.gform_required_legend {
  color: #fff;
}
.signup-form input[type=text], .signup-form input[type=checkbox], .signup-form input[type=email] {
  border: 0 !important;
}

div.wp-block-buttons div.wp-block-button {
  margin-top: 1rem;
}
div.wp-block-buttons div.wp-block-button .wp-block-button__link {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 0.55rem 2rem;
}
div.wp-block-buttons div.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}
div.wp-block-buttons div.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #7A1768;
  border: 2px solid #7A1768;
}
div.wp-block-buttons div.wp-block-button .wp-block-button__link:not(.has-background):hover, div.wp-block-buttons div.wp-block-button .wp-block-button__link:not(.has-background):focus {
  outline: 0;
  background-color: transparent;
  color: #7A1768;
}
div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.25s ease-in-out;
}
div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #7A1768;
  border-color: #7A1768;
}
div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background-color) {
  background: transparent;
}
div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background-color), div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background-color) {
  background: #7A1768;
  color: #fff;
  outline: 0;
}
div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover, div.wp-block-buttons div.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:focus {
  background-color: #fff !important;
  color: #7A1768 !important;
  outline: 0;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button {
  margin: -0.5rem 0 1.75rem 0;
  border-radius: 15px;
}
@media (min-width: 768px) {
  div.wp-block-buttons div.wp-block-button.is-style-small-button {
    margin: -0.5rem 0 2.5rem 0;
  }
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link {
  font-size: 15px;
  padding: 0 0.5rem 0 0.75rem;
  color: #333;
  border: 2px solid transparent;
}
@media (min-width: 320px) {
  div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link {
    font-size: calc(15px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link {
    font-size: 18px;
  }
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:after {
  -webkit-font-smoothing: smooth;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  display: none;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link svg {
  margin-left: 0.25rem;
  transition: margin 0.25s ease-in-out;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:hover, div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:focus {
  outline: 0;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:hover svg, div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:focus svg {
  margin-left: 0.5rem;
}
div.wp-block-buttons div.wp-block-button.is-style-small-button .wp-block-button__link:focus svg {
  color: #E10044;
}

.wp-block-buttons + p {
  margin-top: 2rem;
}

.wp-block-post-template {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .wp-block-post-template.is-flex-container.columns-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .wp-block-post-template.is-flex-container.columns-2 li {
    width: 100% !important;
  }
}
.wp-block-post-template .wp-block-post:hover .is-style-border-left, .wp-block-post-template .wp-block-post:focus-within .is-style-border-left {
  border-color: #E10044;
}
.wp-block-post-template .wp-block-post:hover .wp-block-post-excerpt__more-link svg, .wp-block-post-template .wp-block-post:hover .wp-block-read-more svg, .wp-block-post-template .wp-block-post:focus-within .wp-block-post-excerpt__more-link svg, .wp-block-post-template .wp-block-post:focus-within .wp-block-read-more svg {
  margin-left: 0.5rem;
}
.wp-block-post-template .wp-block-post:hover .wp-block-post-title.is-style-overflow-featured, .wp-block-post-template .wp-block-post:focus-within .wp-block-post-title.is-style-overflow-featured {
  max-width: calc(80% + 1rem);
}
.wp-block-post-template .wp-block-post:hover .wp-block-post-title.is-style-overflow-featured a, .wp-block-post-template .wp-block-post:focus-within .wp-block-post-title.is-style-overflow-featured a {
  padding-left: 0.5rem;
}
.wp-block-post-template .wp-block-post:hover img, .wp-block-post-template .wp-block-post:focus-within img {
  opacity: 0.8;
}
.wp-block-post-template .wp-block-post-featured-image {
  opacity: 1;
  transition: all 0.125s ease-in-out;
  border-top: 4px solid transparent;
}
.wp-block-post-template .wp-block-post-featured-image a:focus {
  outline: 0;
}
.wp-block-post-template .wp-block-post-featured-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 380px;
}
.wp-block-post-template .wp-block-post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  margin-top: 0;
}
@media (min-width: 320px) {
  .wp-block-post-template .wp-block-post-title {
    font-size: calc(20px + 6 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .wp-block-post-template .wp-block-post-title {
    font-size: 26px;
  }
}
.wp-block-post-template .wp-block-post-title a {
  text-decoration: none;
}
.wp-block-post-template .wp-block-post-title.is-style-overflow-featured {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  font-size: 26px;
  margin-top: -30px;
  position: relative;
  z-index: 10;
  max-width: 80%;
}
@media (min-width: 320px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured {
    font-size: calc(26px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured {
    font-size: 30px;
  }
}
@media (min-width: 320px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured {
    margin-top: calc(-30px + -18 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured {
    margin-top: -48px;
  }
}
.wp-block-post-template .wp-block-post-title.is-style-overflow-featured:hover {
  max-width: calc(80% + 1rem);
}
.wp-block-post-template .wp-block-post-title.is-style-overflow-featured a {
  background: rgb(255, 255, 255);
  display: inline-block;
  padding: 0.35rem 0.8rem 0 0;
  color: #E10044;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured a {
    padding: 1rem 1rem 0 0;
  }
}
.wp-block-post-template .wp-block-post-title.is-style-overflow-featured a:hover, .wp-block-post-template .wp-block-post-title.is-style-overflow-featured a:focus {
  color: #7A1768;
  outline: 0;
  padding-left: 1rem !important;
}
.wp-block-post-template .wp-block-post-title.is-style-overflow-featured.has-medium-font-size {
  margin-top: -22px;
}
@media (min-width: 320px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured.has-medium-font-size {
    margin-top: calc(-22px + -18 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .wp-block-post-template .wp-block-post-title.is-style-overflow-featured.has-medium-font-size {
    margin-top: -40px;
  }
}
.wp-block-post-template .wp-block-post-author__name {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.wp-block-post-template .wp-block-post-date {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
}
.wp-block-post-template .wp-block-post-excerpt__excerpt {
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.36;
  letter-spacing: 0.45px;
}
.wp-block-post-template .wp-block-post-excerpt__more-link, .wp-block-post-template .wp-block-read-more {
  background-color: #E10044;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 0 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-post-template .wp-block-post-excerpt__more-link:after, .wp-block-post-template .wp-block-read-more:after {
  -webkit-font-smoothing: smooth;
  content: "\f0da";
  display: none;
  font: var(--fa-font-solid);
  text-rendering: auto;
}
.wp-block-post-template .wp-block-post-excerpt__more-link svg, .wp-block-post-template .wp-block-read-more svg {
  margin-left: 0.25rem;
  top: 1px;
  position: relative;
  transition: margin 0.25s ease-in-out;
}
.wp-block-post-template .wp-block-read-more {
  margin: 2.8rem 0 1rem 0rem;
}
.wp-block-post-template .wp-block-group.is-style-border-left {
  border-left: 0;
  border-top: 2px solid #FDBF5B;
  margin: 0;
  padding-left: 0;
  padding-top: 2.125rem;
  transition: all 0.25s ease;
}
@media (min-width: 600px) {
  .wp-block-post-template .wp-block-group.is-style-border-left {
    border-top: 0;
    border-left: 2px solid #FDBF5B;
    margin: 0;
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 600px) {
  .wp-block-post-template .wp-block-group.is-style-border-left:hover, .wp-block-post-template .wp-block-group.is-style-border-left:focus-within {
    padding-left: 0.9rem;
  }
}
.wp-block-post-template .wp-block-group.is-style-border-left a:hover, .wp-block-post-template .wp-block-group.is-style-border-left a:focus {
  color: #E10044;
  outline: 0;
}

.wp-block-separator + .wp-block-query {
  margin-top: 2.8rem;
}
@media (min-width: 768px) {
  .wp-block-separator + .wp-block-query {
    margin-top: 3.125rem;
  }
}

.wp-block-group.is-style-border-left {
  border-left: 2px solid #530041;
  padding-left: 1rem;
  margin: 1rem 0;
}
.wp-block-group.is-style-border-left p:last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-group.is-style-border-left {
  border-left: 0;
  border-top: 2px solid #FDBF5B;
  margin: 0;
  padding-left: 0;
  padding-top: 2.125rem;
}
@media (min-width: 600px) {
  .editor-styles-wrapper .wp-block-group.is-style-border-left {
    border-top: 0;
    border-left: 2px solid #FDBF5B;
    margin: 0;
    padding: 0 0 0 1rem;
  }
}

.wp-block-cover {
  min-height: 525px;
  z-index: 1;
}
.standard-grid .wp-block-cover {
  grid-column: full;
}
.wp-block-cover.is-style-header {
  padding: 180px 0 40px;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-header {
    padding-top: 286px;
  }
}
.wp-block-cover.is-style-header .is-content-justification-space-between .share-page {
  margin-top: 1rem;
}
@media (min-width: 580px) {
  .wp-block-cover.is-style-header .is-content-justification-space-between .share-page {
    margin-top: 0;
  }
}
.wp-block-cover.is-style-header .is-content-justification-space-between .share-page h2.is-style-all-caps {
  margin-top: 4px !important;
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing {
  margin: 0 0 0 1px;
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a {
  color: #fff;
  position: relative;
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a:after {
  border-radius: 25px;
  content: " ";
  height: 44px;
  left: -12px;
  position: absolute;
  transition: background-color 0.25s ease-in-out;
  width: 44px;
  z-index: 0;
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a:hover, .wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a:focus {
  background-color: transparent;
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a:hover:after, .wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a:focus:after {
  background-color: rgba(205, 93, 187, 0.5);
}
.wp-block-cover.is-style-header .is-content-justification-space-between .social-sharing a svg {
  z-index: 10;
}

.wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 1rem;
  position: relative;
}
@media (min-width: 1344px) {
  .wp-block-cover__inner-container {
    padding: 0 1.5rem;
  }
}

.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1344px) {
  .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    padding: 0 1.5rem;
  }
}

.wp-block-columns {
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .wp-block-columns {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns {
    display: flex !important;
  }
}
.wp-block-columns.is-style-overlap-above .wp-block-column:first-child {
  background: #fff;
  margin-top: -6.75rem;
  padding: 1.5rem 2rem 1rem 1.25rem;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-overlap-above .wp-block-column:first-child {
    margin-top: -8.7rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
.wp-block-columns.is-style-overlap-above .wp-block-column:nth-child(2) {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-overlap-above .wp-block-column:nth-child(2) {
    padding-left: 0;
  }
}
.wp-block-columns .wp-block-column {
  z-index: 10;
}

.wp-block-separator {
  border-color: transparent !important;
  width: 50px;
  margin: 1.5rem 0;
  background-color: #FDBF5B;
}
.wp-block-separator.is-style-wide {
  width: 100% !important;
}

.wp-block-table {
  margin: 1rem 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #f3f3f1;
}
.wp-block-table.is-style-stripes td {
  border: 1px solid #f3f3f1;
}
.wp-block-table.is-style-stripes tfoot td {
  border-top: 2px solid #2F2F2F;
}
.wp-block-table table {
  border: 1px solid rgb(231.2307692308, 231.2307692308, 227.2692307692);
}
.wp-block-table th {
  background: rgb(231.2307692308, 231.2307692308, 227.2692307692);
  padding: 0.5rem;
  text-align: left;
}
.wp-block-table td {
  border: 1px solid #f3f3f1;
  font-size: 17px;
  padding: 0.5rem;
}
@media (min-width: 320px) {
  .wp-block-table td {
    font-size: calc(17px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .wp-block-table td {
    font-size: 20px;
  }
}
.wp-block-table tfoot td {
  border-top: 2px solid #2F2F2F;
}

.wp-block-image {
  margin: 1rem 0;
}
.wp-block-image figure.alignleft {
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 45%;
}
.wp-block-image figure.alignright {
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 45%;
}
.wp-block-image figcaption {
  border-left: 2px solid #FDBF5B;
  font-size: 1.0625rem;
  margin: 0;
  margin-top: 1rem;
  padding-left: 1rem;
}
.wp-block-image.alignfull {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  border-left: 2px solid #7A1768;
  margin: 1.5rem 0;
  padding-left: 1rem;
}
blockquote.wp-block-quote p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 320px) {
  blockquote.wp-block-quote p {
    font-size: calc(22px + 2 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote p {
    font-size: 24px;
  }
}
blockquote.wp-block-quote.is-style-plain {
  padding: 0;
  border: 0;
}
blockquote.wp-block-quote.is-style-plain p {
  font-size: 22px;
  border: 0;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  position: relative;
  max-width: 45rem;
}
@media (min-width: 320px) {
  blockquote.wp-block-quote.is-style-plain p {
    font-size: calc(22px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote.is-style-plain p {
    font-size: 26px;
  }
}
blockquote.wp-block-quote.is-style-plain p:before {
  font-size: 100px;
  top: -46px;
  left: -16px;
  content: "“";
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  opacity: 0.3;
  position: absolute;
  weight: 700;
}
@media (min-width: 320px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    font-size: calc(100px + 70 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    font-size: 170px;
  }
}
@media (min-width: 320px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    top: calc(-46px + -42 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    top: -88px;
  }
}
@media (min-width: 320px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    left: calc(-16px + -34 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote.is-style-plain p:before {
    left: -50px;
  }
}
blockquote.wp-block-quote.is-style-plain p:after {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 100px;
  content: "”";
  line-height: 0;
  opacity: 0.3;
  position: absolute;
  margin-top: 2rem;
  margin-left: -2rem;
  weight: 700;
}
@media (min-width: 320px) {
  blockquote.wp-block-quote.is-style-plain p:after {
    font-size: calc(100px + 70 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  blockquote.wp-block-quote.is-style-plain p:after {
    font-size: 170px;
  }
}
@media (min-width: 600px) {
  blockquote.wp-block-quote.is-style-plain p:after {
    margin-top: 3rem;
    margin-left: -1.5rem;
  }
}

.wp-block-gallery.is-style-square figure img {
  aspect-ratio: 1/1;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 2rem 1.3rem 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 3rem;
  }
}
.wp-block-media-text .wp-block-media-text__content > h2:first-child, .wp-block-media-text .wp-block-media-text__content > h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .wp-block-media-text.block-media-text-header {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 850px) {
  .wp-block-media-text.block-media-text-header {
    margin-top: 4.75rem;
  }
}
@media (min-width: 1050px) {
  .wp-block-media-text.block-media-text-header.has-media-on-the-right .wp-block-media-text__content {
    grid-template-columns: [full-start] calc(50vw - 743px) [main-start] minmax(0, 1fr) [main-end] 0 [full-end];
    padding-right: 3rem;
  }
  .wp-block-media-text.block-media-text-header:not(.has-media-on-the-right) .wp-block-media-text__content {
    grid-template-columns: [full-start] 0 [main-start] minmax(0, 1fr) [main-end] calc(50vw - 743px) [full-end];
    padding-left: 3rem;
  }
}
.wp-block-media-text.block-media-text-header .wp-block-media-text__content {
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .wp-block-media-text.block-media-text-header .wp-block-media-text__content {
    grid-row: 2 !important;
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .wp-block-media-text.block-media-text-header .wp-block-media-text__content {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1050px) {
  .wp-block-media-text.block-media-text-header .wp-block-media-text__content {
    padding-top: 14rem;
    display: grid;
    padding-bottom: 8rem;
  }
}
.wp-block-media-text.block-media-text-header .wp-block-media-text__content * {
  grid-column: main;
}
.wp-block-media-text.block-media-text-header .wp-block-media-text__content p {
  line-height: 1.1;
}
.wp-block-media-text.block-media-text-header .wp-block-media-text__content p a:hover {
  text-decoration: underline;
  text-decoration-color: #E10044;
}
@media (min-width: 1050px) {
  .wp-block-media-text.block-media-text-header .wp-block-media-text__content p.has-extra-large-font-size {
    font-size: 2.875rem !important;
  }
}
@media (max-width: 767px) {
  .wp-block-media-text.block-media-text-header figure.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.block-media-text-header figure.wp-block-media-text__media picture, .wp-block-media-text.block-media-text-header figure.wp-block-media-text__media img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.standard-grid, #tribe-events-pg-template, .tribe-events {
  display: grid;
  gap: 0 1.5rem;
  grid-template-columns: [full-start] calc(50vw - 720px) [main-start] minmax(0, 1fr) [main-end] calc(50vw - 720px) [full-end];
}
@media (min-width: 1344px) {
  .standard-grid, #tribe-events-pg-template, .tribe-events {
    gap: 0 1.5rem;
  }
}
.standard-grid.tooltipster-base, #tribe-events-pg-template.tooltipster-base, .tribe-events.tooltipster-base {
  display: block !important;
}

.standard-grid > *, #tribe-events-pg-template > *, .tribe-events > * {
  grid-column: main;
}

.alignfull {
  grid-column: full;
}

.r-editor-note {
  display: none;
}

.visually-hidden {
  background-color: #7A1768;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  border-bottom: 1px solid #530041;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
  color: #fff;
}

.visually-hidden:focus + header {
  top: 24px;
}

[data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0);
}
[data-aos=fade-right].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -40px, 0);
}
[data-aos=fade-down].aos-animate {
  transform: translate3d(0, 0, 0);
}

.section-toggle .button-toggle.hide {
  display: none;
}

/**
* Apply custom color palette
**/
.has-white-color {
  color: #ffffff;
}
.has-white-color h1, .has-white-color h2, .has-white-color h3, .has-white-color h4, .has-white-color h5, .has-white-color h6 {
  color: #ffffff;
}

.is-style-outline .has-white-color {
  border-color: #ffffff !important;
}
.is-style-outline .has-white-color:hover {
  background-color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff;
  position: relative;
}
.has-white-background-color.section:after {
  content: " ";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-white-background-color.wp-block-button__link {
  border: 2px solid #ffffff;
}
.has-white-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.has-white-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-white-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-purple-color {
  color: #7A1768;
}
.has-purple-color h1, .has-purple-color h2, .has-purple-color h3, .has-purple-color h4, .has-purple-color h5, .has-purple-color h6 {
  color: #7A1768;
}

.is-style-outline .has-purple-color {
  border-color: #7A1768 !important;
}
.is-style-outline .has-purple-color:hover {
  background-color: #7A1768 !important;
}

.has-purple-background-color {
  background-color: #7A1768;
  position: relative;
}
.has-purple-background-color.section:after {
  content: " ";
  background-color: #7A1768;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-purple-background-color.wp-block-button__link {
  border: 2px solid #7A1768;
}
.has-purple-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #7A1768 !important;
}
.has-purple-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-purple-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-black-color {
  color: #000000;
}
.has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color h6 {
  color: #000000;
}

.is-style-outline .has-black-color {
  border-color: #000000 !important;
}
.is-style-outline .has-black-color:hover {
  background-color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000;
  position: relative;
}
.has-black-background-color.section:after {
  content: " ";
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-black-background-color.wp-block-button__link {
  border: 2px solid #000000;
}
.has-black-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #000000 !important;
}
.has-black-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-black-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-gray-dark-color {
  color: #2F2F2F;
}
.has-gray-dark-color h1, .has-gray-dark-color h2, .has-gray-dark-color h3, .has-gray-dark-color h4, .has-gray-dark-color h5, .has-gray-dark-color h6 {
  color: #2F2F2F;
}

.is-style-outline .has-gray-dark-color {
  border-color: #2F2F2F !important;
}
.is-style-outline .has-gray-dark-color:hover {
  background-color: #2F2F2F !important;
}

.has-gray-dark-background-color {
  background-color: #2F2F2F;
  position: relative;
}
.has-gray-dark-background-color.section:after {
  content: " ";
  background-color: #2F2F2F;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-gray-dark-background-color.wp-block-button__link {
  border: 2px solid #2F2F2F;
}
.has-gray-dark-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.has-gray-dark-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-gray-dark-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-gray-light-color {
  color: #f3f3f1;
}
.has-gray-light-color h1, .has-gray-light-color h2, .has-gray-light-color h3, .has-gray-light-color h4, .has-gray-light-color h5, .has-gray-light-color h6 {
  color: #f3f3f1;
}

.is-style-outline .has-gray-light-color {
  border-color: #f3f3f1 !important;
}
.is-style-outline .has-gray-light-color:hover {
  background-color: #f3f3f1 !important;
}

.has-gray-light-background-color {
  background-color: #f3f3f1;
  position: relative;
}
.has-gray-light-background-color.section:after {
  content: " ";
  background-color: #f3f3f1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-gray-light-background-color.wp-block-button__link {
  border: 2px solid #f3f3f1;
}
.has-gray-light-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #f3f3f1 !important;
}
.has-gray-light-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-gray-light-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-gray-color {
  color: #696969;
}
.has-gray-color h1, .has-gray-color h2, .has-gray-color h3, .has-gray-color h4, .has-gray-color h5, .has-gray-color h6 {
  color: #696969;
}

.is-style-outline .has-gray-color {
  border-color: #696969 !important;
}
.is-style-outline .has-gray-color:hover {
  background-color: #696969 !important;
}

.has-gray-background-color {
  background-color: #696969;
  position: relative;
}
.has-gray-background-color.section:after {
  content: " ";
  background-color: #696969;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-gray-background-color.wp-block-button__link {
  border: 2px solid #696969;
}
.has-gray-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #696969 !important;
}
.has-gray-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-gray-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-red-color {
  color: #AA182C;
}
.has-red-color h1, .has-red-color h2, .has-red-color h3, .has-red-color h4, .has-red-color h5, .has-red-color h6 {
  color: #AA182C;
}

.is-style-outline .has-red-color {
  border-color: #AA182C !important;
}
.is-style-outline .has-red-color:hover {
  background-color: #AA182C !important;
}

.has-red-background-color {
  background-color: #AA182C;
  position: relative;
}
.has-red-background-color.section:after {
  content: " ";
  background-color: #AA182C;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-red-background-color.wp-block-button__link {
  border: 2px solid #AA182C;
}
.has-red-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #AA182C !important;
}
.has-red-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-red-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-purple-dark-color {
  color: #530041;
}
.has-purple-dark-color h1, .has-purple-dark-color h2, .has-purple-dark-color h3, .has-purple-dark-color h4, .has-purple-dark-color h5, .has-purple-dark-color h6 {
  color: #530041;
}

.is-style-outline .has-purple-dark-color {
  border-color: #530041 !important;
}
.is-style-outline .has-purple-dark-color:hover {
  background-color: #530041 !important;
}

.has-purple-dark-background-color {
  background-color: #530041;
  position: relative;
}
.has-purple-dark-background-color.section:after {
  content: " ";
  background-color: #530041;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-purple-dark-background-color.wp-block-button__link {
  border: 2px solid #530041;
}
.has-purple-dark-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #530041 !important;
}
.has-purple-dark-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-purple-dark-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-pink-color {
  color: #E10044;
}
.has-pink-color h1, .has-pink-color h2, .has-pink-color h3, .has-pink-color h4, .has-pink-color h5, .has-pink-color h6 {
  color: #E10044;
}

.is-style-outline .has-pink-color {
  border-color: #E10044 !important;
}
.is-style-outline .has-pink-color:hover {
  background-color: #E10044 !important;
}

.has-pink-background-color {
  background-color: #E10044;
  position: relative;
}
.has-pink-background-color.section:after {
  content: " ";
  background-color: #E10044;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-pink-background-color.wp-block-button__link {
  border: 2px solid #E10044;
}
.has-pink-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #E10044 !important;
}
.has-pink-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-pink-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-gold-color {
  color: #FDBF5B;
}
.has-gold-color h1, .has-gold-color h2, .has-gold-color h3, .has-gold-color h4, .has-gold-color h5, .has-gold-color h6 {
  color: #FDBF5B;
}

.is-style-outline .has-gold-color {
  border-color: #FDBF5B !important;
}
.is-style-outline .has-gold-color:hover {
  background-color: #FDBF5B !important;
}

.has-gold-background-color {
  background-color: #FDBF5B;
  position: relative;
}
.has-gold-background-color.section:after {
  content: " ";
  background-color: #FDBF5B;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-gold-background-color.wp-block-button__link {
  border: 2px solid #FDBF5B;
}
.has-gold-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: #FDBF5B !important;
}
.has-gold-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-gold-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

.has-transparent-color {
  color: transparent;
}
.has-transparent-color h1, .has-transparent-color h2, .has-transparent-color h3, .has-transparent-color h4, .has-transparent-color h5, .has-transparent-color h6 {
  color: transparent;
}

.is-style-outline .has-transparent-color {
  border-color: transparent !important;
}
.is-style-outline .has-transparent-color:hover {
  background-color: transparent !important;
}

.has-transparent-background-color {
  background-color: transparent;
  position: relative;
}
.has-transparent-background-color.section:after {
  content: " ";
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  left: 0;
  top: 0;
}
.has-transparent-background-color.wp-block-button__link {
  border: 2px solid transparent;
}
.has-transparent-background-color.wp-block-button__link:hover {
  background-color: transparent !important;
  color: transparent !important;
}
.has-transparent-background-color a[href^="tel:"] {
  color: #E10044;
}
.has-transparent-background-color:not(.has-gray-light-background-color) .is-style-border-left {
  border-color: #fff;
}

header.body--header {
  position: relative;
  background-color: #530041d9;
  gap: 0 1rem;
  z-index: 100;
  width: 100%;
  z-index: 1000;
}
header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 850px) {
  header.body--header {
    position: absolute;
  }
}
@media (min-width: 1050px) {
  header.body--header {
    gap: 0 1.5rem;
  }
}
header.body--header h6.logo {
  margin: 0;
}
header.body--header .secondary-wrapper {
  padding: 1rem 0 1rem;
  grid-column: full;
}
header.body--header .secondary-wrapper.featured-mobile-bg {
  background-color: #2A0F26;
}
@media (min-width: 850px) {
  header.body--header .secondary-wrapper {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    grid-column: main;
  }
  header.body--header .secondary-wrapper.featured-mobile-bg {
    background-color: transparent;
  }
}
header.body--header nav.nav--secondary {
  display: none;
  background-color: #461B3D;
  grid-column: full;
  z-index: 100;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
@media (min-width: 850px) {
  header.body--header nav.nav--secondary {
    display: flex !important;
    background-color: transparent;
    gap: 2.8rem;
    filter: drop-shadow(0px 0px 0px);
  }
}
header.body--header nav.nav--secondary ul.menu {
  display: grid !important;
  grid-auto-flow: column;
  justify-content: space-between;
  border-top: 1px solid #7A1768;
  padding: 1rem 1.5rem;
  align-items: center;
}
@media (min-width: 850px) {
  header.body--header nav.nav--secondary ul.menu {
    padding: 0;
    border-top: 0;
    gap: 3rem;
  }
}
header.body--header nav.nav--secondary ul.menu li {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.25;
  text-transform: uppercase;
}
header.body--header nav.nav--secondary ul.menu li a {
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center;
  transition: all 0.125s ease-in-out;
}
header.body--header nav.nav--secondary ul.menu li a:before {
  background-color: #f3f3f1;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: 5px 0 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.75s;
  transition: all 0.5s ease-in-out;
  width: 0px;
}
header.body--header nav.nav--secondary ul.menu li a:hover, header.body--header nav.nav--secondary ul.menu li a:active, header.body--header nav.nav--secondary ul.menu li a:focus {
  color: #f3f3f1;
  outline: 0;
}
header.body--header nav.nav--secondary ul.menu li a:hover:before, header.body--header nav.nav--secondary ul.menu li a:active:before, header.body--header nav.nav--secondary ul.menu li a:focus:before {
  opacity: 1;
  width: 100%;
}
header.body--header nav.nav--secondary ul.menu li ul.sub-menu {
  background-color: rgba(166, 67, 148, 0.9);
  display: none;
  gap: 1rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  top: 2.55rem;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
}
header.body--header nav.nav--secondary ul.menu li ul.sub-menu > li a {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
header.body--header nav.nav--secondary ul.menu li.open ul.sub-menu {
  display: grid;
  padding: 1rem;
  max-height: 100px;
}
@media (min-width: 850px) {
  header.body--header nav.nav--secondary ul.menu li.open ul.sub-menu {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
header.body--header nav.nav--secondary ul.menu li.current-menu-item a {
  color: #f3f3f1;
  outline: 0;
}
header.body--header nav.nav--secondary ul.menu li.current-menu-item a:before {
  opacity: 1;
  width: 100%;
}
header.body--header #search-button {
  display: none;
}
@media (min-width: 850px) {
  header.body--header #search-button {
    display: flex !important;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  header.body--header #search-button.search-open a {
    position: revert;
  }
  header.body--header #search-button.search-open .searchform {
    width: 20vw;
    max-width: 20vw !important;
    position: relative;
    right: 0;
    top: -1px;
  }
  header.body--header #search-button.search-open .searchform::-moz-placeholder {
    content: "hi";
  }
  header.body--header #search-button.search-open .searchform::placeholder {
    content: "hi";
  }
  header.body--header #search-button.search-open .searchform .search-input {
    border: 2px solid white;
    padding: 0 0 0 2rem;
  }
  header.body--header #search-button.search-open svg {
    position: absolute;
    top: 14px;
    left: 9px;
  }
  header.body--header #search-button a {
    z-index: 1000;
    position: relative;
  }
}
@media (min-width: 850px) and (min-width: 850px) {
  header.body--header #search-button a:before {
    background-color: #f3f3f1;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    margin: 5px 0 0;
    opacity: 0;
    position: absolute;
    transition-duration: 0.75s;
    transition: all 0.5s ease-in-out;
    width: 0px;
  }
  header.body--header #search-button a:hover, header.body--header #search-button a:active, header.body--header #search-button a:focus {
    outline: 0;
  }
  header.body--header #search-button a:hover:before, header.body--header #search-button a:active:before, header.body--header #search-button a:focus:before {
    opacity: 1;
    width: 100%;
  }
}
header.body--header #search-button svg {
  color: #fff;
  transition: all 0.25s ease;
}
@media (min-width: 850px) and (min-width: 850px) {
  header.body--header .header-button a {
    background-color: rgba(205, 93, 187, 0.5);
    border-radius: 25px;
    border: 2px solid transparent;
    padding: 0.66rem 1.65rem !important;
    transition: all 0.25s ease-in-out;
  }
}
@media (min-width: 850px) {
  header.body--header .header-button a:before {
    display: none;
  }
  header.body--header .header-button a:hover, header.body--header .header-button a:focus {
    background-color: rgba(205, 93, 187, 0.25);
    border: 2px solid #fff;
    color: #fff;
    outline: 0;
  }
}
header.body--header .secondary-links {
  display: grid;
  grid-auto-flow: column;
  gap: 3.75rem;
  border-top: 1px solid #7A1768;
  padding: 1rem 1.5rem;
  justify-content: space-between;
}
@media (min-width: 850px) {
  header.body--header .secondary-links {
    border-top: 0;
    padding: 0;
    align-items: center;
    grid-auto-flow: column;
    align-content: center;
  }
}
header.body--header .secondary-links .social-links {
  display: grid;
  grid-auto-flow: column;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 850px) {
  header.body--header .secondary-links .social-links {
    gap: 0;
  }
}
header.body--header .secondary-links .social-links a {
  color: #fff;
  transition: color 0.25s ease-in-out;
  border-radius: 100%;
  display: grid;
  align-items: center;
  transition: all 0.25s ease;
}
@media (min-width: 850px) {
  header.body--header .secondary-links .social-links a {
    height: 44px;
    width: 44px;
    justify-content: center;
  }
}
@media (min-width: 850px) {
  header.body--header .secondary-links .social-links a:hover, header.body--header .secondary-links .social-links a:focus {
    background-color: rgba(205, 93, 187, 0.8);
    outline: 0;
  }
}
header.body--header .primary-band {
  background-color: rgba(205, 93, 187, 0.5);
  grid-column: full;
  padding: 1rem 0 0;
  gap: 0 1rem;
}
@media (min-width: 1050px) {
  header.body--header .primary-band {
    padding: 1.8rem 0;
    gap: 1.5rem;
  }
}
header.body--header .primary-band .primary-wrapper {
  display: grid;
  justify-content: space-between;
  grid-auto-flow: column;
  align-items: center;
  padding: 0 1.5rem;
}
@media (min-width: 1050px) {
  header.body--header .primary-band .primary-wrapper {
    padding: 0;
  }
}
header.body--header .primary-band .primary-inner {
  grid-column: full;
}
@media (min-width: 1050px) {
  header.body--header .primary-band .primary-inner {
    grid-column: main;
    display: flex;
    justify-content: space-between;
  }
}
header.body--header .primary-band nav.nav--primary {
  background-color: #7A1768;
  grid-column: full;
  display: none;
}
@media (min-width: 1050px) {
  header.body--header .primary-band nav.nav--primary {
    background-color: transparent;
    padding: 0;
    display: grid !important;
  }
}
header.body--header .primary-band nav.nav--primary ul.menu {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0;
}
@media (min-width: 850px) {
  header.body--header .primary-band nav.nav--primary ul.menu {
    grid-auto-flow: column;
    justify-content: space-between;
    gap: 3.4rem;
  }
}
@media (min-width: 1050px) {
  header.body--header .primary-band nav.nav--primary ul.menu {
    align-items: end;
    padding: 0;
  }
}
header.body--header .primary-band nav.nav--primary ul.menu li, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
}
header.body--header .primary-band nav.nav--primary ul.menu li a, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a {
  padding: 0;
  position: relative;
  color: #fff;
  outline: 0;
  text-align: center;
  transition: all 0.125s ease-in-out;
}
header.body--header .primary-band nav.nav--primary ul.menu li a:before, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:before {
  background-color: #f3f3f1;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: 5px 0 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.75s;
  transition: all 0.5s ease-in-out;
  width: 0px;
}
header.body--header .primary-band nav.nav--primary ul.menu li a:hover, header.body--header .primary-band nav.nav--primary ul.menu li a:active, header.body--header .primary-band nav.nav--primary ul.menu li a:focus-within, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:hover, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:active, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:focus-within {
  color: #f3f3f1;
  outline: 0;
}
header.body--header .primary-band nav.nav--primary ul.menu li a:hover:before, header.body--header .primary-band nav.nav--primary ul.menu li a:active:before, header.body--header .primary-band nav.nav--primary ul.menu li a:focus-within:before, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:hover:before, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:active:before, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within a:focus-within:before {
  opacity: 1;
  width: 100%;
}
header.body--header .primary-band nav.nav--primary ul.menu li ul.sub-menu, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within ul.sub-menu {
  background-color: rgba(166, 67, 148, 0.9);
  display: none;
  gap: 1rem;
  grid-column: full;
  left: 1rem;
  padding: 1rem 1.5rem;
  margin-top: 3px;
  z-index: 1000;
}
@media (min-width: 850px) {
  header.body--header .primary-band nav.nav--primary ul.menu li ul.sub-menu, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within ul.sub-menu {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    top: 1.35rem;
    margin-top: 0.25rem;
  }
}
@media (min-width: 1050px) {
  header.body--header .primary-band nav.nav--primary ul.menu li ul.sub-menu, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within ul.sub-menu {
    right: 0;
    left: auto;
  }
}
header.body--header .primary-band nav.nav--primary ul.menu li ul.sub-menu > li a, header.body--header .primary-band nav.nav--primary ul.menu li:focus-within ul.sub-menu > li a {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
header.body--header .primary-band nav.nav--primary ul.menu > li > a {
  margin: 0 1.5rem;
}
@media (min-width: 1050px) {
  header.body--header .primary-band nav.nav--primary ul.menu > li > a {
    margin: 0;
  }
}
header.body--header .primary-band nav.nav--primary ul.menu > li.current-menu-parent > a, header.body--header .primary-band nav.nav--primary ul.menu > li.current-menu-item > a {
  color: #f3f3f1;
  outline: 0;
}
header.body--header .primary-band nav.nav--primary ul.menu > li.current-menu-parent > a:before, header.body--header .primary-band nav.nav--primary ul.menu > li.current-menu-item > a:before {
  opacity: 1;
  width: 100%;
}
header.body--header .primary-band nav.nav--primary ul.sub-menu > li.current-menu-item a {
  color: #f3f3f1;
  outline: 0;
}
header.body--header .primary-band nav.nav--primary ul.sub-menu > li.current-menu-item a:before {
  opacity: 1;
  width: 100%;
}
header.body--header .nav--featured-work {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-transform: uppercase;
  background-color: #2A0F26;
}
@media (min-width: 850px) {
  header.body--header .nav--featured-work {
    grid-column: full;
    padding: 1rem 0;
  }
}
@media (min-width: 850px) {
  header.body--header .nav--featured-work .nav-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3rem;
  }
}
header.body--header .nav--featured-work .is-style-small-caps {
  color: #E10044;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  header.body--header .nav--featured-work .is-style-small-caps {
    pointer-events: none;
  }
}
header.body--header .nav--featured-work .is-style-small-caps svg {
  margin-left: 0.5rem;
  transition: all 0.25s ease-in-out;
}
header.body--header .nav--featured-work .is-style-small-caps svg.rotate {
  transform: rotate(90deg);
}
header.body--header .nav--featured-work .menu {
  display: none;
}
@media (min-width: 850px) {
  header.body--header .nav--featured-work .menu {
    display: grid;
    gap: 4rem;
    grid-auto-flow: column;
    justify-content: start;
  }
}
header.body--header .nav--featured-work .menu li a {
  color: #fff;
  font-size: 0.9375rem;
  transition: color 0.25s ease-in-out;
}
header.body--header .nav--featured-work .menu li a:hover {
  color: #E10044;
}

body.single header {
  background: rgba(83, 0, 65, 0.8);
}

footer.body--footer {
  background: #2A0F26;
  margin-top: auto;
}
footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer .footer-social {
  border-bottom: 2px solid #7A1768;
  grid-column: full;
  margin-bottom: 2rem;
}
footer.body--footer .footer-social .inner {
  align-items: center;
  display: grid;
  gap: 1rem;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  footer.body--footer .footer-social .inner {
    justify-items: start;
  }
}
@media (min-width: 768px) {
  footer.body--footer .footer-social .inner {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
footer.body--footer .footer-social .inner p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer.body--footer .footer-social .social-links {
  display: flex;
  gap: 1.5rem;
}
footer.body--footer .footer-social .button {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background: #fff;
  border-radius: 2rem;
  color: #530041;
  padding: 0.5rem 1rem;
  margin-right: 0;
  transition: all 0.125s ease;
  border: 2px solid transparent;
}
@media (min-width: 580px) {
  footer.body--footer .footer-social .button {
    width: auto;
  }
}
footer.body--footer .footer-social .button .fa-paper-plane {
  margin-right: 0.25rem;
}
footer.body--footer .footer-social .button:hover, footer.body--footer .footer-social .button:focus {
  background-color: transparent;
  color: #fff;
  border: 2px solid white;
}
footer.body--footer .footer-social .button:hover .fa-paper-plane, footer.body--footer .footer-social .button:focus .fa-paper-plane {
  color: rgb(166, 67, 148);
}
footer.body--footer .footer-social .social-link {
  color: #fff;
  transition: color 0.25s ease-in-out;
  border-radius: 100%;
  display: grid;
  align-items: center;
  transition: all 0.25s ease;
  height: 49px;
  width: 49px;
  justify-content: center;
  font-size: 1.25rem;
}
footer.body--footer .footer-social .social-link:hover, footer.body--footer .footer-social .social-link:focus {
  outline: 0;
  background-color: rgba(205, 93, 187, 0.5);
  outline: 0;
}
@media (min-width: 768px) {
  footer.body--footer .footer-logos {
    display: grid;
    gap: 1.5rem 3.125rem;
    grid-template-columns: 1fr 1fr 2fr;
  }
}
footer.body--footer .footer-logos .footer-iara-logo {
  max-width: 150px;
}
footer.body--footer .footer-ash-logo {
  margin-bottom: 3rem;
}
footer.body--footer .footer-iara-logo {
  margin-bottom: 3rem;
}
footer.body--footer .footer-land-acknowledgement {
  color: #fff;
}
footer.body--footer .footer-land-acknowledgement h2 {
  color: #fff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
footer.body--footer .footer-land-acknowledgement p {
  font-size: 0.9375rem;
}
footer.body--footer .footer-land-acknowledgement a {
  text-decoration-color: #E10044;
}
footer.body--footer .footer-bottom {
  background: #6B255C;
  grid-column: full;
  margin-top: 1rem;
  padding: 1.5rem 0;
}
footer.body--footer .footer-bottom p {
  margin: 0;
}
footer.body--footer .footer-bottom a {
  font-size: 0.8125rem;
  margin: 0;
  text-decoration: underline;
  text-decoration-color: #530041;
}
@media (min-width: 768px) {
  footer.body--footer .footer-bottom .inner {
    display: grid;
    align-items: center;
    align-content: center;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 1.5rem 3.125rem;
  }
  footer.body--footer .footer-bottom .inner nav.body--footer--nav {
    grid-column: 3;
  }
}
@media (min-width: 768px) {
  footer.body--footer .footer-bottom .inner .menu {
    display: flex;
    gap: 1.5rem;
  }
}
footer.body--footer a {
  color: #fff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
footer.body--footer a:hover, footer.body--footer a:focus {
  text-decoration-color: #fff;
  outline: 0;
  text-decoration-thickness: 2px;
}
footer.body--footer .copyright {
  grid-column: span 2;
  color: #fff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
}

body.error404 .error-404-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.error404 .error-404-background::before {
  background: rgba(83, 0, 65, 0.9);
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.error404 .error-404-background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.error404 .error-404-intro {
  background: #530041;
  padding: 2rem;
  margin-bottom: 8rem;
  margin-top: 16rem;
  max-width: 58rem;
}
body.error404 .error-404-intro h1 {
  color: #fff;
  margin-bottom: 3rem;
}
body.error404 .error-404-intro p {
  color: #fff;
}
body.error404 .error-404-intro .search-page-search-form label {
  position: relative;
  z-index: 0;
}
body.error404 .error-404-intro .search-page-search-form .fa-search {
  color: #fff;
  left: 1rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0.125rem;
  z-index: 1;
}
body.error404 .error-404-intro .search-page-search-form input {
  background: #7A1768;
  border: 2px solid #7A1768;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25rem 0.75rem 0.35rem 2.75rem;
  width: 100%;
}
body.error404 .error-404-intro .search-page-search-form input:focus {
  border: 2px solid #fff;
  outline: none;
}

.category .wp-block-cover__inner-container {
  padding-bottom: 3rem !important;
}
.category .current-cat a {
  text-decoration: underline;
}
.category .wp-block-query .wp-block-post-template {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 4rem 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .category .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
    margin: 5rem 0;
  }
}
.category .wp-block-query .wp-block-post:first-child .is-style-border-left {
  border-top: 0;
}
.category .wp-block-query .wp-block-post a {
  text-decoration: none;
}
.category .wp-block-query .wp-block-post h2 {
  font-size: 26px;
  color: #7A1768;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 0;
  transition: all 0.25s ease;
}
@media (min-width: 320px) {
  .category .wp-block-query .wp-block-post h2 {
    font-size: calc(26px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .category .wp-block-query .wp-block-post h2 {
    font-size: 30px;
  }
}
.category .wp-block-query .wp-block-post h2:hover {
  color: #E10044;
}
.category .wp-block-query .wp-block-post .wp-block-post-date {
  margin-bottom: 1.5rem;
}
.category .wp-block-query .wp-block-post .wp-block-post-excerpt p {
  font-size: 1.125rem;
}
.category .wp-block-query .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.category .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 1rem;
}
.category .wp-block-query .wp-block-query-pagination .page-numbers {
  background: #f3f3f1;
  border: 2px solid #f3f3f1;
  font-weight: 700;
  min-width: 36px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  transition: all 0.25s ease-out;
}
.category .wp-block-query .wp-block-query-pagination .page-numbers:hover {
  border: 2px solid #7A1768;
}
.category .wp-block-query .wp-block-query-pagination .current {
  background: #7A1768;
  border: 2px solid #7A1768;
  color: #fff;
}
.category .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next, .category .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-weight: 700;
  text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container, .post-type-archive-tribe_events .tribe-events-pg-template {
  margin: 0 auto;
  max-width: calc(1440px - 2rem);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1344px) {
  .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container, .post-type-archive-tribe_events .tribe-events-pg-template {
    max-width: calc(1440px - 3rem);
  }
}

.blog .wp-block-cover__inner-container {
  padding-bottom: 3rem !important;
}
.blog .wp-block-query {
  margin: 1.5rem 0;
}
@media (min-width: 600px) {
  .blog .wp-block-query ul {
    display: grid;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .blog .wp-block-query ul {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
.blog .wp-block-query .wp-block-post {
  transition: all 0.25s ease;
  border-top: 2px solid #FDBF5B;
  padding-top: 1.5rem;
}
.blog .wp-block-query .wp-block-post:hover, .blog .wp-block-query .wp-block-post:focus-within {
  border-color: #E10044;
}
@media (min-width: 768px) {
  .blog .wp-block-query .wp-block-post:hover, .blog .wp-block-query .wp-block-post:focus-within {
    padding-left: 0.95rem;
  }
}
@media (min-width: 600px) {
  .blog .wp-block-query .wp-block-post {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .blog .wp-block-query .wp-block-post {
    border: 0;
    border-left: 2px solid #FDBF5B;
    padding: 0 0 0 1rem;
  }
}
.blog .wp-block-query .wp-block-post h4 {
  color: #7A1768;
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .blog .wp-block-query .wp-block-post h4 {
    margin-top: -8px;
  }
}
.blog .wp-block-query .wp-block-post h4 a:hover, .blog .wp-block-query .wp-block-post h4 a:focus {
  outline: 0;
  color: #E10044;
}
.blog .wp-block-query .wp-block-post .wp-block-post-date {
  margin-bottom: 1.5rem;
}
.blog .wp-block-query .wp-block-post .wp-block-post-excerpt p {
  font-size: 1.125rem;
}
.blog .wp-block-query .wp-block-post .wp-block-post-excerpt p:last-child {
  margin-bottom: 0;
}
.blog .wp-block-query .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.blog .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 1rem;
}
.blog .wp-block-query .wp-block-query-pagination .page-numbers {
  background: #f3f3f1;
  border: 2px solid #f3f3f1;
  font-weight: 700;
  min-width: 36px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  transition: all 0.25s ease-out;
}
.blog .wp-block-query .wp-block-query-pagination .page-numbers:hover {
  border: 2px solid #7A1768;
}
.blog .wp-block-query .wp-block-query-pagination .current {
  background: #7A1768;
  border: 2px solid #7A1768;
  color: #fff;
}
.blog .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next, .blog .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-weight: 700;
  text-transform: uppercase;
}

.single-conference .video-resources {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .single-conference .video-resources {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-conference .conference-speakers {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
}
@media (min-width: 580px) {
  .single-conference .conference-speakers {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .single-conference .conference-speakers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .single-conference .conference-speakers {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-conference .conference-speakers .speaker.toggle-speaker {
  display: none;
}
.single-conference .conference-speakers .speaker .wp-block-post-title {
  margin-bottom: 0.125rem;
}
.single-conference .conference-speakers .speaker .title {
  font-weight: 700;
  letter-spacing: 0.33px;
}
.single-conference .conference-speakers .speaker img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 580px) {
  .single-conference .conference-speakers .speaker img {
    max-height: 310px;
  }
}
.single-conference .conference-speakers .see-all-speakers {
  grid-column: 1/-1;
  margin: 1rem 0 2rem;
}
.single-conference .conference-speakers .see-all-speakers .hide {
  display: none;
}
.single-conference .news-posts {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .single-conference .news-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-conference .news-posts .is-style-border-left {
  border-top: 2px solid #FDBF5B;
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .single-conference .news-posts .is-style-border-left {
    border-left: 2px solid #FDBF5B;
    border-top: 0;
    padding-left: 1.25rem;
  }
}
.single-conference .news-posts .is-style-border-left h3 a {
  color: #7A1768;
  text-decoration: none;
}
.single-conference .news-posts .is-style-border-left .has-x-small-font-size {
  font-size: 0.9375rem;
}
.single-conference .news-posts .is-style-border-left .news-excerpt {
  font-size: 1.0625rem;
}
.single-conference .past-section {
  background-color: #ffft;
}
.single-conference .past-section h3 a {
  background-color: #fff;
}
.single-conference .conference-speakers-container + .past-section {
  background-color: #f3f3f1 !important;
}
.single-conference .conference-speakers-container + .past-section h3 a {
  background-color: #f3f3f1 !important;
}
.single-conference .past-conferences {
  grid-column: full;
}
.single-conference .past-conferences .wp-block-post-template {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 768px) {
  .single-conference .past-conferences .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .single-conference .past-conferences .wp-block-post-template {
    grid-template-columns: repeat(2, 40%);
    margin: 2.5rem 0 0;
  }
}
.single-conference .past-conferences .past-conference img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-conference .past-conferences .past-conference h3 a {
  font-size: 24px;
}
@media (min-width: 320px) {
  .single-conference .past-conferences .past-conference h3 a {
    font-size: calc(24px + 2 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .single-conference .past-conferences .past-conference h3 a {
    font-size: 26px;
  }
}
.single-conference .section-news + .past-section {
  background-color: white;
}

.single-tribe_events {
  grid-column: full !important;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.single-tribe_events .event-header {
  background: #f3f3f1;
  grid-column: full !important;
  height: 400px;
  overflow: hidden;
}
.single-tribe_events .event-header img {
  grid-column: full;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 0;
}
.single-tribe_events .post-container {
  display: grid;
  gap: 3rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .single-tribe_events .post-container {
    grid-template-columns: 2fr 1fr;
  }
}
.single-tribe_events .event-return {
  display: block;
  margin-bottom: 0.25rem;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.single-tribe_events .event-return svg {
  transition: all 0.25s ease-in-out;
}
.single-tribe_events .event-return:hover, .single-tribe_events .event-return:focus {
  outline: 0;
}
.single-tribe_events .event-return:hover svg, .single-tribe_events .event-return:focus svg {
  margin-left: -0.25rem;
}
.single-tribe_events h1 {
  color: #7A1768;
  margin-bottom: 1rem;
}
.single-tribe_events .event-date {
  margin-bottom: 0;
}
.single-tribe_events .event-date + div {
  margin-top: 2rem;
}
.single-tribe_events .tribe-events-schedule__datetime {
  margin-top: 0 !important;
}
.single-tribe_events .tribe-events-schedule__datetime p {
  color: #7E7E7E;
}
.single-tribe_events article {
  background: #fff;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .single-tribe_events article {
    margin-top: -5.4rem;
    padding: 2rem;
  }
}
.single-tribe_events article img {
  height: auto;
}
.single-tribe_events sidebar {
  margin-top: 3rem;
}
.single-tribe_events sidebar h2 {
  color: #333;
  font-size: 1rem;
}
.single-tribe_events .event-cta {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background-color: #7A1768;
  border-radius: 2rem;
  border: 2px solid transparent;
  color: #fff;
  margin: 1rem 0;
  padding: 0.55rem 2rem;
  display: inline-block;
}
.single-tribe_events .event-cta:hover {
  border-color: #7A1768;
  color: #7A1768;
  background-color: transparent;
}
.single-tribe_events .event-insights {
  background-color: #f3f3f1;
  padding: 1.5rem 1.5rem 1rem;
  margin: 2rem 0;
}
.single-tribe_events .event-insights h2 {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #7A1768;
}
@media (min-width: 320px) {
  .single-tribe_events .event-insights h2 {
    font-size: calc(20px + 6 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .single-tribe_events .event-insights h2 {
    font-size: 26px;
  }
}
.single-tribe_events .event-insights p {
  font-size: 1rem;
}

.single-tribe_events {
  grid-column: full !important;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.single-tribe_events .event-header {
  background: #f3f3f1;
  grid-column: full !important;
  height: 400px;
  overflow: hidden;
}
.single-tribe_events .event-header img {
  grid-column: full;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 0;
}
.single-tribe_events .post-container {
  display: grid;
  gap: 3rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .single-tribe_events .post-container {
    grid-template-columns: 2fr 1fr;
  }
}
.single-tribe_events .event-return {
  display: block;
  margin-bottom: 0.25rem;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.single-tribe_events .event-return svg {
  transition: all 0.25s ease-in-out;
}
.single-tribe_events .event-return:hover, .single-tribe_events .event-return:focus {
  outline: 0;
}
.single-tribe_events .event-return:hover svg, .single-tribe_events .event-return:focus svg {
  margin-left: -0.25rem;
}
.single-tribe_events h1 {
  color: #7A1768;
  margin-bottom: 1rem;
}
.single-tribe_events .event-date {
  margin-bottom: 0;
}
.single-tribe_events .event-date + div {
  margin-top: 2rem;
}
.single-tribe_events .tribe-events-schedule__datetime {
  margin-top: 0 !important;
}
.single-tribe_events .tribe-events-schedule__datetime p {
  color: #7E7E7E;
}
.single-tribe_events article {
  background: #fff;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .single-tribe_events article {
    margin-top: -5.4rem;
    padding: 2rem;
  }
}
.single-tribe_events article img {
  height: auto;
}
.single-tribe_events sidebar {
  margin-top: 3rem;
}
.single-tribe_events sidebar h2 {
  color: #333;
  font-size: 1rem;
}
.single-tribe_events .event-cta {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  background-color: #7A1768;
  border-radius: 2rem;
  border: 2px solid transparent;
  color: #fff;
  margin: 1rem 0;
  padding: 0.55rem 2rem;
  display: inline-block;
}
.single-tribe_events .event-cta:hover {
  border-color: #7A1768;
  color: #7A1768;
  background-color: transparent;
}
.single-tribe_events .event-insights {
  background-color: #f3f3f1;
  padding: 1.5rem 1.5rem 1rem;
  margin: 2rem 0;
}
.single-tribe_events .event-insights h2 {
  font-family: "freight-text-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #7A1768;
}
@media (min-width: 320px) {
  .single-tribe_events .event-insights h2 {
    font-size: calc(20px + 6 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .single-tribe_events .event-insights h2 {
    font-size: 26px;
  }
}
.single-tribe_events .event-insights p {
  font-size: 1rem;
}

.single-post .news-header {
  background: #530041;
  grid-column: full;
  min-height: 560px;
  height: 30vh;
}
.single-post .news-header img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.single-post .post-container {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .single-post .post-container {
    grid-template-columns: 2fr 1fr;
  }
}
.single-post .news-return {
  align-items: center;
  color: #333;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
}
.single-post .news-return svg {
  transform: all 0.25s ease-in-out;
}
.single-post .news-return:hover svg {
  transform: scale(1.1);
}
.single-post h1 {
  color: #7A1768;
  margin-bottom: 1rem;
}
.single-post .news-date {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.single-post article {
  background: #fff;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .single-post article {
    margin-top: -16rem;
    padding: 2rem;
  }
}
.single-post sidebar {
  margin-top: 3rem;
}
.single-post sidebar h6 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .single-work .wp-block-cover {
    min-height: 525px;
  }
}
.single-work h1 {
  color: #E10044;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-work h1 {
    margin-bottom: 3.33rem;
  }
}
.single-work .wp-block-columns .wp-block-column:first-child {
  margin-top: -7.5rem;
}
@media (min-width: 768px) {
  .single-work .wp-block-columns .wp-block-column:first-child {
    margin-top: -9.75rem;
  }
}
@media (min-width: 1024px) {
  .single-work .wp-block-columns .wp-block-column:first-child {
    margin-top: -10.125rem;
  }
}
@media (min-width: 768px) {
  .single-work .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: 2.75rem;
  }
}
.single-work .project-related-resources {
  background: #f3f3f1;
  gap: 0 1rem;
  padding: 3rem 0;
}
@media (min-width: 1344px) {
  .single-work .project-related-resources {
    gap: 0 1.5rem;
  }
}
.single-work .project-related-resources h2 {
  color: #7A1768;
  margin-bottom: 0.5rem;
}
.single-work .project-related-resources .view-all {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
}
.single-work .project-related-resources .resource-list {
  display: grid;
  gap: 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .single-work .project-related-resources .resource-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.search .search-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.search .search-background::before {
  background: rgba(83, 0, 65, 0.9);
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.search .search-background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.search .search-intro {
  background: #530041;
  padding: 2rem;
  margin-bottom: 3rem;
  margin-top: 16rem;
  max-width: 58rem;
}
body.search .search-intro h1 {
  color: #fff;
}
body.search .search-intro p {
  color: #fff;
}
body.search .search-intro .search-page-search-form label {
  position: relative;
  z-index: 0;
}
body.search .search-intro .search-page-search-form .fa-search {
  color: #fff;
  left: 1rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 0.125rem;
  z-index: 1;
}
body.search .search-intro .search-page-search-form input {
  background: #7A1768;
  border: 2px solid #7A1768;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25rem 0.75rem 0.35rem 2.75rem;
  width: 100%;
}
body.search .search-intro .search-page-search-form input:focus {
  border: 2px solid #fff;
  outline: none;
}
body.search .search-results {
  margin-bottom: 5rem;
}
body.search .search-result {
  background: #fff;
  margin-bottom: 2rem;
  max-width: 58rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
body.search .search-result .post-type {
  color: #E10044;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.search .search-result .searchwp-highlight {
  background: #530041;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  padding: 0 0.25rem;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result a:hover h2 {
  color: #E10044;
}
body.search .search-result a:hover h2 .searchwp-highlight {
  color: #E10044;
}
body.search .search-result h2 {
  margin-bottom: 1rem;
  margin-top: 0;
  transition: all 0.25s ease-out;
}
body.search .search-result h2 .searchwp-highlight {
  background: transparent;
  color: #7A1768;
  padding: 0;
  transition: all 0.25s ease-out;
}
body.search .search-result .excerpt {
  font-size: 1.25rem;
}

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