/*!
Theme Name: Greentown Labs
Theme URI: http://underscores.me/
Author: Marin Carroll for Image Conscious Studios
Author URI: https://www.icscreative.com/
Description: A custom theme for Greentown Labs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greentown
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Variables
Mixins
Setup
	Normalize
	Accessibility
Utilities
	Layout Utilities
	Style Utilities
Elements
	Typography
	Forms
Components
Layout
	Structure
	Header
	Footer
Blocks
Posts
Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
 Variables
--------------------------------------------------------------*/
/* Colors/Styles */
/*Typography*/
/* Layout */
/*--------------------------------------------------------------
 Mixins
--------------------------------------------------------------*/
/*Typography*/
/*--------------------------------------------------------------
 Setup
--------------------------------------------------------------*/
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a, .wfPagePreviousButton {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
*,
*::before,
*::after {
  box-sizing: inherit;
}

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

html {
  box-sizing: border-box;
  font-size: 17px;
}

body {
  font-family: rubik, sans-serif;
  font-weight: 400;
  line-height: 1.765;
  color: #5C5858;
  background-color: #f5f5f5;
}

#page {
  overflow-x: hidden;
}

.has-purple-background-color {
  background-color: #3F2F59;
}

.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: white;
}

.has-white-color .is-style-arrow .wp-block-button__link {
  color: white;
}
.has-white-color .is-style-arrow .wp-block-button__link:after {
  background-image: url(img/rarr-white.svg);
}

.has-white-color .is-style-orange .wp-block-button__link {
  background-color: #EEE5F9;
  color: #3F2F59;
}
.has-white-color .is-style-orange .wp-block-button__link:hover {
  background-color: white;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
 Utilities
--------------------------------------------------------------*
/* Layout */
.wrapper, .wp-block-group__inner-container {
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.row, .wp-block-columns {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: space-between;
}

.col-1 {
  flex-basis: calc( 1 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-1, .highlight-1 .highlight, .highlight-2 .highlight, .is-style-space-both,
.is-style-space-left,
.is-style-space-left:not(:first-child),
.is-style-space-both:not(:first-child), .gform_wrapper {
  margin-left: calc(( 1 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-1 {
  margin-left: calc((1 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-1, .highlight-1 .highlight, .highlight-2 .highlight, .is-style-space-both,
.is-style-space-left,
.is-style-space-left:not(:first-child),
.is-style-space-both:not(:first-child), .gform_wrapper {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-1, .highlight-1 .highlight, .highlight-2 .highlight, .is-style-space-both,
.is-style-space-left,
.is-style-space-left:not(:first-child),
.is-style-space-both:not(:first-child), .gform_wrapper,
.pull-1 {
    margin-left: 0;
  }
}
.col-2 {
  flex-basis: calc( 2 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-2 {
  margin-left: calc(( 2 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-2 {
  margin-left: calc((2 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-2 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-2,
.pull-2 {
    margin-left: 0;
  }
}
.col-3 {
  flex-basis: calc( 3 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-3 {
  margin-left: calc(( 3 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-3 {
  margin-left: calc((3 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-3 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-3,
.pull-3 {
    margin-left: 0;
  }
}
.col-4, .highlight-3 .highlight {
  flex-basis: calc( 4 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-4 {
  margin-left: calc(( 4 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-4 {
  margin-left: calc((4 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-4 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-4,
.pull-4 {
    margin-left: 0;
  }
}
.col-5, .highlight-2 .highlight, .gform_wrapper {
  flex-basis: calc( 5 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-5 {
  margin-left: calc(( 5 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-5 {
  margin-left: calc((5 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-5 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-5,
.pull-5 {
    margin-left: 0;
  }
}
.col-6 {
  flex-basis: calc( 6 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-6 {
  margin-left: calc(( 6 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-6 {
  margin-left: calc((6 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-6 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-6,
.pull-6 {
    margin-left: 0;
  }
}
.col-7 {
  flex-basis: calc( 7 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-7 {
  margin-left: calc(( 7 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-7 {
  margin-left: calc((7 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-7 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-7,
.pull-7 {
    margin-left: 0;
  }
}
.col-8 {
  flex-basis: calc( 8 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-8 {
  margin-left: calc(( 8 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-8 {
  margin-left: calc((8 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-8 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-8,
.pull-8 {
    margin-left: 0;
  }
}
.col-9 {
  flex-basis: calc( 9 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-9 {
  margin-left: calc(( 9 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-9 {
  margin-left: calc((9 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-9 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-9,
.pull-9 {
    margin-left: 0;
  }
}
.col-10, .highlight-1 .highlight {
  flex-basis: calc( 10 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-10 {
  margin-left: calc(( 10 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-10 {
  margin-left: calc((10 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-10 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-10,
.pull-10 {
    margin-left: 0;
  }
}
.col-11 {
  flex-basis: calc( 11 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-11 {
  margin-left: calc(( 11 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-11 {
  margin-left: calc((11 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-11 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-11,
.pull-11 {
    margin-left: 0;
  }
}
.col-12, p.is-style-full {
  flex-basis: calc( 12 / 12 * 100% - ( 20px * 0.25 ));
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.push-12 {
  margin-left: calc(( 12 / 12 * 100% ) - ( 20px * 1.5 ));
}

.pull-12 {
  margin-left: calc((12 / -12 * 100%) + ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-12 {
    margin-left: 0;
  }

  .col-7, .col-8, .col-9, .col-10, .highlight-1 .highlight, .col-11 {
    flex-basis: 100%;
  }

  .col-3, .col-5, .highlight-2 .highlight, .gform_wrapper, .col-6, .col-4, .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .row, .wp-block-columns {
    flex-wrap: wrap;
  }

  .push-12,
.pull-12 {
    margin-left: 0;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex: 1 1 auto;
}

.x-center {
  justify-content: center;
}

.x-between {
  justify-content: space-between;
}

.x-even {
  justify-content: space-evenly;
}

.x-start {
  justify-content: flex-start;
}

.x-end {
  justify-content: flex-end;
}

.y-start {
  align-items: flex-start;
}

.y-center {
  align-items: center;
}

.y-end {
  align-items: flex-end;
}

.section-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Style */
.text-center {
  text-align: center;
}

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

.gradient, .tribe-events-calendar-month__header, .lg-band, .headerCol, #gform_1 {
  background-image: linear-gradient(97deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
/* Typography */
b, strong {
  font-weight: 500;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .accent, input[type=radio] + label,
input[type=checkbox] + label,
.acf-radio-list label,
.mc4wp-form input[type=radio] + span,
.mc4wp-form input[type=checkbox] + span, p {
  margin-top: 0;
}
h1.nomargin, h2.nomargin, h3.nomargin, h4.nomargin, h5.nomargin, h6.nomargin, .accent.nomargin, input[type=radio] + label.nomargin,
input[type=checkbox] + label.nomargin,
.acf-radio-list label.nomargin,
.mc4wp-form input[type=radio] + span.nomargin,
.mc4wp-form input[type=checkbox] + span.nomargin, p.nomargin {
  margin-bottom: 0;
}

h1, h2, h3, .h1, .h2, .h3, .wForm legend {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #3F2F59;
  line-height: 1.2;
  margin-top: 0;
}

h1, .h1 {
  font-size: 3.294rem;
  margin-bottom: 0.75em;
}

h2, .h2 {
  font-size: 2.588rem;
  margin-bottom: 0.932em;
}

h3, .h3, .wForm legend {
  font-size: 2.059rem;
  margin-bottom: 0.8em;
}

h4, .h4, .wForm fieldset fieldset legend, .subhead, .tribe-events-calendar-month__header-column-title, .single .entry-meta, .site-footer .menu > li > a, .site-footer .menu > li > .wfPagePreviousButton, label, figcaption {
  font-family: interstate-condensed, sans-serif;
  color: #3F2F59;
  font-weight: 500;
  letter-spacing: 0.033em;
  line-height: 1.2;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 1.529rem;
  margin-bottom: 0.654em;
}

h4.has-small-font-size {
  font-size: 1.1764705882em;
}

.color-white {
  color: #fff;
}

.subhead-large {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.subhead-small, .tribe-events-calendar-month__header-column-title, .site-footer .menu > li > a, .site-footer .menu > li > .wfPagePreviousButton, label, figcaption {
  font-size: 0.882rem;
  margin-bottom: 0.267em;
}

h5, .h5, h6, .h6 {
  font-family: rubik, sans-serif;
  font-weight: 400;
  line-height: 1.765;
  color: #5C5858;
}

h5, .h5 {
  font-size: 1.294rem;
  margin-bottom: 0.727em;
}

h6, .h6 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

.accent, input[type=radio] + label,
input[type=checkbox] + label,
.acf-radio-list label,
.mc4wp-form input[type=radio] + span,
.mc4wp-form input[type=checkbox] + span {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
  color: #3F2F59;
}

.accent-small, #primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a, #primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .wfPagePreviousButton, #primary-menu > .menu-item > a, #primary-menu > .menu-item > .wfPagePreviousButton, input[type=radio] + label,
input[type=checkbox] + label,
.acf-radio-list label,
.mc4wp-form input[type=radio] + span,
.mc4wp-form input[type=checkbox] + span, select,
.select2-container--default .select2-selection--single .select2-selection__rendered, .button, .tribe-events-single button, .single-tribe_events .tribe-events-cal-links .tribe-events-button, .tribe-events-c-ical__link, #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, .duplicateSpan,
.wfPageNextButton, input[type=submit],
button[type=submit],
button[type=reset], .is-style-arrow .wp-block-button__link, .is-style-orange .wp-block-button__link {
  letter-spacing: 0.093em;
  font-size: 0.729rem;
  text-transform: uppercase;
  font-weight: 500;
}

p {
  margin-bottom: 1.765em;
}

.body, .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month__multiday-event-bar-title, .site-footer .widgettitle {
  font-family: rubik, sans-serif;
  font-weight: 400;
  line-height: 1.765;
  color: #5C5858;
  color: #5C5858;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1rem;
}

p.is-style-lead {
  font-size: 22px;
  line-height: 1.6363;
}

.hilite {
  display: inline;
  margin-left: -6px;
  margin-right: -6px;
  white-space: break-spaces;
  padding-bottom: 2px;
  margin-bottom: -2px;
}

.hilite > h1, .hilite > h2, .hilite > h3, .hilite > h4, .hilite > h5, .hilite > h6 {
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47%, #C1F08C 47%);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p.is-style-lead strong {
  font-weight: normal;
  padding-left: 6px;
  padding-right: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47%, #C1F08C 47%);
}

@media screen and (max-width: 900px) {
  h1, .h1 {
    font-size: 2.588rem;
    margin-bottom: 0.932em;
  }

  h2, .h2 {
    font-size: 2.059rem;
    margin-bottom: 0.8em;
  }

  h3, .h3, .wForm legend {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h1, .h1 {
    font-size: 2.059rem;
    margin-bottom: 0.8em;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3, .wForm legend {
    font-size: 21px;
  }

  p, .body, .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month__multiday-event-bar-title, .site-footer .widgettitle {
    font-size: 15px;
  }

  p.is-style-lead {
    font-size: 19px;
  }

  h1, .h1 {
    font-size: 2.059rem;
    margin-bottom: 0.8em;
  }

  .subhead-large {
    font-size: 1.529rem;
    margin-bottom: 0.654em;
  }

  .subhead, .tribe-events-calendar-month__header-column-title, .single .entry-meta, .site-footer .menu > li > a, .site-footer .menu > li > .wfPagePreviousButton, label, figcaption {
    font-size: 0.882rem;
    margin-bottom: 0.267em;
  }
}
/* Bits */
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

iframe {
  max-width: 100%;
}

.wp-block-image {
  max-width: 100%;
}

.wp-block-image img {
  display: block;
}

figcaption {
  margin-top: 19px;
}

a, .wfPagePreviousButton {
  color: #FE8307;
  text-decoration: none;
}

.button, .tribe-events-single button, .single-tribe_events .tribe-events-cal-links .tribe-events-button, .tribe-events-c-ical__link, #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, .duplicateSpan,
.wfPageNextButton, input[type=submit],
button[type=submit],
button[type=reset], .is-style-arrow .wp-block-button__link, .is-style-orange .wp-block-button__link {
  display: inline-block;
  transition: 0.3s;
}

.wp-block-buttons .wp-block-button {
  margin-right: 5%;
}
.wp-block-buttons .wp-block-button:last-of-type {
  margin-left: 0;
}

a.button, .single-tribe_events .tribe-events-cal-links a.tribe-events-button, a.tribe-events-c-ical__link, #wpfront-notification-bar a.wpfront-button, a.duplicateSpan,
a.wfPageNextButton, .button.wfPagePreviousButton, .tribe-events-single button.wfPagePreviousButton, .single-tribe_events .tribe-events-cal-links .wfPagePreviousButton.tribe-events-button, .wfPagePreviousButton.tribe-events-c-ical__link, #wpfront-notification-bar .wfPagePreviousButton.wpfront-button, .wfPagePreviousButton.duplicateSpan,
.wfPagePreviousButton.wfPageNextButton, .is-style-arrow a.wp-block-button__link, .is-style-arrow .wp-block-button__link.wfPagePreviousButton, .is-style-orange a.wp-block-button__link, .is-style-orange .wp-block-button__link.wfPagePreviousButton {
  text-decoration: none;
}

.button-orange, .tribe-events-single button, .duplicateSpan,
.wfPageNextButton, input[type=submit],
button[type=submit],
button[type=reset], .is-style-orange .wp-block-button__link,
.button-purple,
.plain-subfooter .button,
.plain-subfooter .tribe-events-single button,
.tribe-events-single .plain-subfooter button,
.plain-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button,
.single-tribe_events .tribe-events-cal-links .plain-subfooter .tribe-events-button,
.plain-subfooter .tribe-events-c-ical__link,
.plain-subfooter .is-style-arrow .wp-block-button__link,
.is-style-arrow .plain-subfooter .wp-block-button__link,
.plain-subfooter input[type=submit],
.plain-subfooter button[type=submit],
.plain-subfooter button[type=reset],
.plain-subfooter .duplicateSpan,
.plain-subfooter .wfPageNextButton,
#gform_submit_button_7,
.button-transparent,
#gform_1 .gform_button,
.acf-file-uploader .button,
.acf-file-uploader .tribe-events-single button,
.tribe-events-single .acf-file-uploader button,
.acf-file-uploader .single-tribe_events .tribe-events-cal-links .tribe-events-button,
.single-tribe_events .tribe-events-cal-links .acf-file-uploader .tribe-events-button,
.acf-file-uploader .tribe-events-c-ical__link,
.acf-file-uploader .duplicateSpan,
.acf-file-uploader .wfPageNextButton,
.acf-file-uploader .is-style-arrow .wp-block-button__link,
.is-style-arrow .acf-file-uploader .wp-block-button__link,
.acf-file-uploader input[type=submit],
.acf-file-uploader button[type=submit],
.acf-file-uploader button[type=reset],
.button-white,
.faces-subfooter .button,
.faces-subfooter .tribe-events-single button,
.tribe-events-single .faces-subfooter button,
.faces-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button,
.single-tribe_events .tribe-events-cal-links .faces-subfooter .tribe-events-button,
.faces-subfooter .tribe-events-c-ical__link,
.faces-subfooter .is-style-arrow .wp-block-button__link,
.is-style-arrow .faces-subfooter .wp-block-button__link,
.faces-subfooter input[type=submit],
.faces-subfooter button[type=submit],
.faces-subfooter button[type=reset],
.faces-subfooter .duplicateSpan,
.faces-subfooter .wfPageNextButton,
#wpfront-notification-bar a.wpfront-button,
#wpfront-notification-bar .wpfront-button.wfPagePreviousButton {
  line-height: 1;
  color: #fff;
  padding: 17px 32px 16px;
  border-radius: 0.565em;
  box-shadow: 0 4px 18px -3px rgba(23, 19, 30, 0.25);
}

.button-orange, .tribe-events-single button, .duplicateSpan,
.wfPageNextButton, input[type=submit],
button[type=submit],
button[type=reset], .is-style-orange .wp-block-button__link {
  background: #FE8307;
}
.button-orange:hover, .tribe-events-single button:hover, .duplicateSpan:hover,
.wfPageNextButton:hover, input[type=submit]:hover,
button[type=submit]:hover,
button[type=reset]:hover, .is-style-orange .wp-block-button__link:hover {
  background: #FCD2A7;
}

.button-transparent, #gform_1 .gform_button, .acf-file-uploader .button, .acf-file-uploader .tribe-events-single button, .tribe-events-single .acf-file-uploader button, .acf-file-uploader .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .acf-file-uploader .tribe-events-button, .acf-file-uploader .tribe-events-c-ical__link, .acf-file-uploader #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .acf-file-uploader a.wpfront-button, .acf-file-uploader #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .acf-file-uploader .wpfront-button.wfPagePreviousButton, .acf-file-uploader .duplicateSpan,
.acf-file-uploader .wfPageNextButton, .acf-file-uploader .is-style-orange .wp-block-button__link, .is-style-orange .acf-file-uploader .wp-block-button__link, .acf-file-uploader .is-style-arrow .wp-block-button__link, .is-style-arrow .acf-file-uploader .wp-block-button__link, .acf-file-uploader input[type=submit],
.acf-file-uploader button[type=submit],
.acf-file-uploader button[type=reset] {
  border: 1px solid #3F2F59;
  color: #3F2F59;
  box-shadow: none;
  background-color: transparent;
}
.button-transparent:hover, #gform_1 .gform_button:hover, .acf-file-uploader .button:hover, .acf-file-uploader .tribe-events-single button:hover, .tribe-events-single .acf-file-uploader button:hover, .acf-file-uploader .single-tribe_events .tribe-events-cal-links .tribe-events-button:hover, .single-tribe_events .tribe-events-cal-links .acf-file-uploader .tribe-events-button:hover, .acf-file-uploader .tribe-events-c-ical__link:hover, .acf-file-uploader #wpfront-notification-bar a.wpfront-button:hover, #wpfront-notification-bar .acf-file-uploader a.wpfront-button:hover, .acf-file-uploader #wpfront-notification-bar .wpfront-button.wfPagePreviousButton:hover, #wpfront-notification-bar .acf-file-uploader .wpfront-button.wfPagePreviousButton:hover, .acf-file-uploader .duplicateSpan:hover,
.acf-file-uploader .wfPageNextButton:hover, .acf-file-uploader .is-style-orange .wp-block-button__link:hover, .is-style-orange .acf-file-uploader .wp-block-button__link:hover, .acf-file-uploader .is-style-arrow .wp-block-button__link:hover, .is-style-arrow .acf-file-uploader .wp-block-button__link:hover, .acf-file-uploader input[type=submit]:hover,
.acf-file-uploader button[type=submit]:hover,
.acf-file-uploader button[type=reset]:hover {
  color: #C1F08C;
  border-color: #C1F08C;
}

.button-purple, .plain-subfooter .button, .plain-subfooter .tribe-events-single button, .tribe-events-single .plain-subfooter button, .plain-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .plain-subfooter .tribe-events-button, .plain-subfooter .tribe-events-c-ical__link, .plain-subfooter .is-style-orange .wp-block-button__link, .is-style-orange .plain-subfooter .wp-block-button__link, .plain-subfooter .is-style-arrow .wp-block-button__link, .is-style-arrow .plain-subfooter .wp-block-button__link, .plain-subfooter input[type=submit],
.plain-subfooter button[type=submit],
.plain-subfooter button[type=reset], .plain-subfooter .duplicateSpan,
.plain-subfooter .wfPageNextButton, .plain-subfooter #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .plain-subfooter a.wpfront-button, .plain-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .plain-subfooter .wpfront-button.wfPagePreviousButton, #gform_submit_button_7 {
  background: #3F2F59;
}
.button-purple:hover, .plain-subfooter .button:hover, .plain-subfooter .tribe-events-single button:hover, .tribe-events-single .plain-subfooter button:hover, .plain-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button:hover, .single-tribe_events .tribe-events-cal-links .plain-subfooter .tribe-events-button:hover, .plain-subfooter .tribe-events-c-ical__link:hover, .plain-subfooter .is-style-orange .wp-block-button__link:hover, .is-style-orange .plain-subfooter .wp-block-button__link:hover, .plain-subfooter .is-style-arrow .wp-block-button__link:hover, .is-style-arrow .plain-subfooter .wp-block-button__link:hover, .plain-subfooter input[type=submit]:hover,
.plain-subfooter button[type=submit]:hover,
.plain-subfooter button[type=reset]:hover, .plain-subfooter .duplicateSpan:hover,
.plain-subfooter .wfPageNextButton:hover, .plain-subfooter #wpfront-notification-bar a.wpfront-button:hover, #wpfront-notification-bar .plain-subfooter a.wpfront-button:hover, .plain-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton:hover, #wpfront-notification-bar .plain-subfooter .wpfront-button.wfPagePreviousButton:hover, #gform_submit_button_7:hover {
  background: #EEE5F9;
}

.button-white, .faces-subfooter .button, .faces-subfooter .tribe-events-single button, .tribe-events-single .faces-subfooter button, .faces-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .faces-subfooter .tribe-events-button, .faces-subfooter .tribe-events-c-ical__link, .faces-subfooter .is-style-orange .wp-block-button__link, .is-style-orange .faces-subfooter .wp-block-button__link, .faces-subfooter .is-style-arrow .wp-block-button__link, .is-style-arrow .faces-subfooter .wp-block-button__link, .faces-subfooter input[type=submit],
.faces-subfooter button[type=submit],
.faces-subfooter button[type=reset], .faces-subfooter .duplicateSpan,
.faces-subfooter .wfPageNextButton, #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .wpfront-button.wfPagePreviousButton {
  background-color: #fff;
  color: #3F2F59;
}
.button-white:hover, .faces-subfooter .button:hover, .faces-subfooter .tribe-events-single button:hover, .tribe-events-single .faces-subfooter button:hover, .faces-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button:hover, .single-tribe_events .tribe-events-cal-links .faces-subfooter .tribe-events-button:hover, .faces-subfooter .tribe-events-c-ical__link:hover, .faces-subfooter .is-style-orange .wp-block-button__link:hover, .is-style-orange .faces-subfooter .wp-block-button__link:hover, .faces-subfooter .is-style-arrow .wp-block-button__link:hover, .is-style-arrow .faces-subfooter .wp-block-button__link:hover, .faces-subfooter input[type=submit]:hover,
.faces-subfooter button[type=submit]:hover,
.faces-subfooter button[type=reset]:hover, .faces-subfooter .duplicateSpan:hover,
.faces-subfooter .wfPageNextButton:hover, #wpfront-notification-bar a.wpfront-button:hover, #wpfront-notification-bar .wpfront-button.wfPagePreviousButton:hover {
  background-color: #C1F08C;
}

.button-arr, .single-tribe_events .tribe-events-cal-links .tribe-events-button, .tribe-events-c-ical__link, .is-style-arrow .wp-block-button__link {
  font-size: 1rem;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #FE8307;
}
.button-arr:hover, .single-tribe_events .tribe-events-cal-links .tribe-events-button:hover, .tribe-events-c-ical__link:hover, .is-style-arrow .wp-block-button__link:hover {
  color: #FCD2A7;
}

.button-arr:before, .single-tribe_events .tribe-events-cal-links .tribe-events-button:before, .tribe-events-c-ical__link:before, .is-style-arrow .wp-block-button__link:before,
.button-arr:after,
.single-tribe_events .tribe-events-cal-links .tribe-events-button:after,
.tribe-events-c-ical__link:after,
.is-style-arrow .wp-block-button__link:after,
.larr:after,
.rarr:after {
  display: inline-block;
  width: 2.125em;
  height: 0.75em;
  transition: inherit;
}

.larr:before,
.button-larr:before {
  content: "";
  margin-right: 1.25em;
  background: url("img/larr.svg") no-repeat center/contain;
}

.larr:hover:before,
.button-larr:hover:before,
.button-larr[disabled]:before {
  background-image: url("img/larr-hover.svg");
}

.rarr:after,
.button-rarr:after,
.single-tribe_events .tribe-events-cal-links .tribe-events-button:after,
.tribe-events-c-ical__link:after,
.is-style-arrow .wp-block-button__link:after {
  content: "";
  margin-left: 1.25em;
  background: url("img/rarr.svg") no-repeat center/contain;
}

.rarr:hover:after,
.button-rarr:hover:after,
.single-tribe_events .tribe-events-cal-links .tribe-events-button:hover:after,
.tribe-events-c-ical__link:hover:after,
.button-rarr[disabled]:after,
.single-tribe_events .tribe-events-cal-links [disabled].tribe-events-button:after,
[disabled].tribe-events-c-ical__link:after,
.is-style-arrow [disabled].wp-block-button__link:after,
.is-style-arrow .wp-block-button__link:hover:after {
  background-image: url("img/rarr-hover.svg");
}

.is-style-arrow .wp-block-button__link {
  text-align: left;
}

.icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-facebook {
  background-image: url("img/facebook.svg");
}

.icon-twitter {
  background-image: url("img/twitter.svg");
}

.icon-email {
  width: 45px;
  background-image: url("img/email.svg");
}

.icon-linkedin {
  background-image: url("img/linkedin.svg");
}

.icon-insta {
  background-image: url("img/insta.svg");
}

.icon-light.icon-linkedin {
  background-image: url("img/linkedin-light.svg");
}

.icon-light.icon-insta {
  background-image: url("img/insta-light.svg");
}

.icon-light.icon-facebook {
  background-image: url("img/facebook-light.svg");
}

.icon-light.icon-twitter {
  background-image: url("img/twitter-light.svg");
}

figure {
  margin: 1em 0;
}

ul,
ol {
  margin: 0 0 45px 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li {
  padding-left: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

blockquote {
  font-size: 19.46px;
  color: #3F2F59;
  font-weight: 100;
  line-height: 1.99;
}

cite {
  font-style: normal;
}

.notch-mask {
  width: 105%;
  margin-left: -2.5%;
}

.blue-photo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

address {
  font-style: normal;
}

abbr[title] {
  text-decoration: none;
}

.wp-has-aspect-ratio {
  position: relative;
  padding-bottom: 52.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.wp-embed-aspect-16-9 {
  padding-bottom: 56.25%;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper,
.wp-has-aspect-ratio iframe,
.wp-has-aspect-ratio object,
.wp-has-aspect-ratio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  blockquote {
    font-size: 1rem;
  }

  ul, ol {
    margin-left: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .button-arr, .single-tribe_events .tribe-events-cal-links .tribe-events-button, .tribe-events-c-ical__link, .is-style-arrow .wp-block-button__link {
    font-size: 15px;
  }
}
/* Forms */
.acf-form {
  max-width: 380px;
  margin-bottom: 117px;
}

.acf-form[data-updated=true] {
  display: none;
}

.acf-fields {
  border-bottom: 2px solid #5C5858;
  margin-bottom: 52px;
}

#message {
  margin-bottom: 60px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  border-radius: 3px;
  padding: 13px;
  height: 44px;
  border: 2px solid #FE8307;
  min-width: 200px;
  color: #3F2F59;
  line-height: 1.4;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
  color: #DFDFDF;
}

input[type=submit] {
  border: none;
}

.acf-field input[type=text] {
  font-size: 0.729rem !important;
  padding: 13px !important;
}

label {
  margin-bottom: 4px;
  display: block;
}

select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  -webkit-appearance: none;
  font-weight: 500;
  -moz-appearance: none;
  padding: 13px 40px 13px 37px;
  border: 2px solid #FE8307;
  background-image: url(img/caret.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 20px auto;
}

fieldset:focus {
  outline: none;
}

.select2-container .select2-selection--single {
  height: 44px !important;
  border: none !important;
}

.acf-fields > .acf-field {
  padding: 0 0 28px !important;
  border-top: 0 !important;
}

.acf-field .acf-label {
  margin-bottom: 4px !important;
}

.acf-field .acf-label label {
  font-weight: 500 !important;
}

.select2-container.-acf .select2-selection {
  border-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 3px;
  padding: 13px 0 13px 37px !important;
  border: 2px solid #FE8307 !important;
  line-height: 1.4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  width: 19.5px;
  height: 19.5px;
  opacity: 0;
}

input[type=radio],
input[type=checkbox],
.acf-input ul.acf-radio-list li input[type=checkbox],
.acf-input ul.acf-radio-list li input[type=radio],
.acf-input ul.acf-checkbox-list li input[type=checkbox],
.acf-input ul.acf-checkbox-list li input[type=radio] {
  margin-right: 10px;
}

fieldset {
  border: none;
  padding: 13px;
  margin: 0;
  min-width: 0px;
}

.radio,
.acf-radio-list label,
.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.ginput_container_consent .gchoice,
.gfield_radio li,
.gfield_checkbox li,
.ginput_container_consent li,
.oneChoice {
  display: flex;
  align-items: center;
  position: relative;
}

.acf-field .acf-input ul.acf-radio-list li {
  padding-top: 15px;
}

.mc4wp-form-fields label + label {
  margin-top: 15px;
  position: relative;
}

.mc4wp-form input[type=radio] + span,
.mc4wp-form input[type=checkbox] + span {
  display: inline-block;
}

input[type=radio] + label,
input[type=checkbox] + label,
.acf-radio-list label,
.mc4wp-form input[type=radio] + span,
.mc4wp-form input[type=checkbox] + span {
  line-height: 1.6;
  color: rgba(92, 88, 88, 0.72);
  margin: 0;
  max-width: 90%;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before,
.acf-radio-list label:before,
.mc4wp-form input[type=radio] + span:before,
.mc4wp-form input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  border: 3px solid #FCD2A7;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 1.5px #FE8307;
}

input[type=radio] + label:before,
.acf-radio-list label:before,
.mc4wp-form input[type=radio] + span:before {
  border-radius: 4px;
  background-color: #FCD2A7;
}

input[type=checkbox] + label:before,
.mc4wp-form input[type=checkbox] + span:before {
  background-color: #FCD2A7;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label,
.acf-radio-list label.selected,
.mc4wp-form input[type=radio]:checked + span,
.mc4wp-form input[type=checkbox]:checked + span {
  color: #3F2F59;
}

input[type=radio]:checked + label:before,
.acf-radio-list label.selected:before,
.mc4wp-form input[type=radio]:checked + span:before {
  background-color: #FE8307;
}

input[type=checkbox]:checked + label:before,
.mc4wp-form input[type=checkbox]:checked + span:before {
  background-image: url(img/check.svg);
  background-size: contain;
}

.acf-field-file {
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-uploader {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}

.file-uploader input {
  opacity: 0;
  line-height: 1.3;
}

.file-uploader .file-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.acf-field.acf-field-file .acf-label label {
  display: none;
}

.acf-file-uploader .hide-if-value p,
.acf-field .description,
.acf-basic-uploader input {
  font-size: 11px;
  letter-spacing: 0.69px;
  color: #5C5858;
}

.acf-field-file .acf-input {
  order: -1;
  max-width: 220px;
}

.acf-file-uploader .hide-if-value p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acf-basic-uploader {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
}

.acf-file-uploader .button, .acf-file-uploader .tribe-events-single button, .tribe-events-single .acf-file-uploader button, .acf-file-uploader .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .acf-file-uploader .tribe-events-button, .acf-file-uploader .tribe-events-c-ical__link, .acf-file-uploader #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .acf-file-uploader a.wpfront-button, .acf-file-uploader #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .acf-file-uploader .wpfront-button.wfPagePreviousButton, .acf-file-uploader .duplicateSpan,
.acf-file-uploader .wfPageNextButton, .acf-file-uploader .is-style-orange .wp-block-button__link, .is-style-orange .acf-file-uploader .wp-block-button__link, .acf-file-uploader .is-style-arrow .wp-block-button__link, .is-style-arrow .acf-file-uploader .wp-block-button__link, .acf-file-uploader input[type=submit],
.acf-file-uploader button[type=submit],
.acf-file-uploader button[type=reset] {
  order: -1;
  cursor: pointer;
}

.show-if-value .file-icon,
.show-if-value .file-info {
  display: none;
}

.acf-field-file {
  flex-wrap: wrap;
}

.acf-field.acf-field-file .acf-label {
  margin-top: 10px;
}

.acf-file-uploader input[type=hidden]:not([value=""]) ~ .show-if-value {
  display: inline-block;
  position: absolute;
  border: none;
  right: -20px;
  top: 5px;
}
.acf-file-uploader input[type=hidden]:not([value=""]) ~ .show-if-value .acf-actions.-hover {
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.acf-basic-uploader input {
  display: none;
}

.acf-basic-uploader input::-webkit-file-upload-button {
  visibility: hidden;
}

.acf-basic-uploader.has-file:after {
  display: none;
}

/*--------------------------------------------------------------
 Components
--------------------------------------------------------------*/
.notch {
  height: 100%;
  width: 100%;
}

.card {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(23, 19, 30, 0.25);
}

.notch-card {
  position: relative;
  margin-bottom: 60px;
}

.notch-wrap {
  position: absolute;
  flex-direction: column;
  bottom: -17px;
  top: 0;
  z-index: -1;
  left: -5%;
  right: -5%;
}

.notch-top, .notch-bottom, .notch-middle {
  background-repeat: no-repeat;
}

.notch-top {
  background-image: url("img/notch-top.svg");
  height: 75px;
  background-position: top center;
  background-size: 100% auto;
}

.notch-middle {
  background-image: url("img/notch-middle.svg");
  flex: 1;
  background-position: center;
  background-size: 100% 100%;
}

.notch-bottom {
  background-image: url("img/notch-bottom.svg");
  height: 55px;
  background-size: 100% 100%;
  background-position: bottom center;
}

.notch-info {
  padding: 60px 17.37% 44px;
}

.notch-info .subhead, .notch-info .tribe-events-calendar-month__header-column-title, .notch-info .single .entry-meta, .single .notch-info .entry-meta, .notch-info .site-footer .menu > li > a, .site-footer .notch-info .menu > li > a, .notch-info .site-footer .menu > li > .wfPagePreviousButton, .site-footer .notch-info .menu > li > .wfPagePreviousButton, .notch-info figcaption, .notch-info label {
  margin-top: 42px;
}

.notch-footer {
  padding: 23px 8.16%;
}

.notch-icons {
  justify-content: space-evenly;
}

.notch-icons a, .notch-icons .wfPagePreviousButton {
  line-height: 0;
  margin: 20px 9px 0;
}

.button-group .button, .button-group .tribe-events-single button, .tribe-events-single .button-group button, .button-group .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .button-group .tribe-events-button, .button-group .tribe-events-c-ical__link, .button-group #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .button-group a.wpfront-button, .button-group #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .button-group .wpfront-button.wfPagePreviousButton, .button-group .duplicateSpan,
.button-group .wfPageNextButton, .button-group .is-style-orange .wp-block-button__link, .is-style-orange .button-group .wp-block-button__link, .button-group .is-style-arrow .wp-block-button__link, .is-style-arrow .button-group .wp-block-button__link, .button-group input[type=submit],
.button-group button[type=submit],
.button-group button[type=reset],
.button-group p {
  width: 100%;
}

.button-group p {
  text-align: right;
  color: #3F2F59;
  font-style: italic;
  font-size: 12px;
  line-height: 3;
}

.contact-card .gradient, .contact-card .tribe-events-calendar-month__header, .contact-card .lg-band, .contact-card .headerCol, .contact-card #gform_1 {
  margin-left: 0;
}

.contact-card {
  margin-bottom: 60px;
  padding: 16px 0 23px 0;
  background: url("img/notch-horizontal.svg") no-repeat center right/100% 100%;
}

.contact-info {
  padding: 20px 60px 20px 10px;
}

.hex {
  max-width: 545px;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .notch-card {
    max-width: 380px;
    margin: 0 auto 35px;
  }

  .notch-card .subhead, .notch-card .tribe-events-calendar-month__header-column-title, .notch-card .single .entry-meta, .single .notch-card .entry-meta, .notch-card .site-footer .menu > li > a, .site-footer .notch-card .menu > li > a, .notch-card .site-footer .menu > li > .wfPagePreviousButton, .site-footer .notch-card .menu > li > .wfPagePreviousButton, .notch-card figcaption, .notch-card label {
    font-size: 1.529rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-info {
    padding-left: 30px;
  }

  .contact-card .gradient, .contact-card .tribe-events-calendar-month__header, .contact-card .lg-band, .contact-card .headerCol, .contact-card #gform_1 {
    margin-left: -15%;
    margin-top: -5%;
    padding: 10px;
  }
}
/* Footer CTA */
.footer-cta {
  position: relative;
  padding: 63px 0;
}
.footer-cta:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  content: "";
  background: url("img/hex-loose-large.svg") no-repeat center left/cover;
}

.footer-cta .wrapper, .footer-cta .wp-block-group__inner-container {
  z-index: 1;
  position: relative;
}

.footer-cta .button, .footer-cta .tribe-events-single button, .tribe-events-single .footer-cta button, .footer-cta .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .footer-cta .tribe-events-button, .footer-cta .tribe-events-c-ical__link, .footer-cta #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .footer-cta a.wpfront-button, .footer-cta #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .footer-cta .wpfront-button.wfPagePreviousButton, .footer-cta .duplicateSpan,
.footer-cta .wfPageNextButton, .footer-cta .is-style-orange .wp-block-button__link, .is-style-orange .footer-cta .wp-block-button__link, .footer-cta .is-style-arrow .wp-block-button__link, .is-style-arrow .footer-cta .wp-block-button__link, .footer-cta input[type=submit],
.footer-cta button[type=submit],
.footer-cta button[type=reset] {
  margin-left: 6%;
  width: 184px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .footer-cta .col-5, .footer-cta .highlight-2 .highlight, .highlight-2 .footer-cta .highlight, .footer-cta .gform_wrapper {
    flex-basis: 100%;
    display: flex;
  }

  .footer-cta .subhead, .footer-cta .tribe-events-calendar-month__header-column-title, .footer-cta .single .entry-meta, .single .footer-cta .entry-meta, .footer-cta .site-footer .menu > li > a, .site-footer .footer-cta .menu > li > a, .footer-cta .site-footer .menu > li > .wfPagePreviousButton, .site-footer .footer-cta .menu > li > .wfPagePreviousButton, .footer-cta figcaption, .footer-cta label {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .footer-cta .button, .footer-cta .tribe-events-single button, .tribe-events-single .footer-cta button, .footer-cta .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .footer-cta .tribe-events-button, .footer-cta .tribe-events-c-ical__link, .footer-cta #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .footer-cta a.wpfront-button, .footer-cta #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .footer-cta .wpfront-button.wfPagePreviousButton, .footer-cta .duplicateSpan,
.footer-cta .wfPageNextButton, .footer-cta .is-style-orange .wp-block-button__link, .is-style-orange .footer-cta .wp-block-button__link, .footer-cta .is-style-arrow .wp-block-button__link, .is-style-arrow .footer-cta .wp-block-button__link, .footer-cta input[type=submit],
.footer-cta button[type=submit],
.footer-cta button[type=reset] {
    margin-left: 0;
  }
}
/* Gravity Forms */
.gform_body {
  max-width: 480px;
}

.gfield {
  padding: 0;
  line-height: 1.1;
  margin-bottom: 35px;
}

.gfield_label {
  display: inline-block;
  margin-bottom: 4px;
}

.gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gfield input {
  width: 100%;
}

.hidden_label .gfield_label {
  display: none;
}

.gfield_checkbox .gchoice, .ginput_container_consent .gchoice,
.gfield_radio .gchoice {
  margin-top: 15px;
}

textarea.large,
.ginput_container_textarea textarea {
  height: 300px;
}

.gfield_description,
.gfield_html {
  font-size: 14px;
  line-height: 1.4;
}

.validation_error {
  padding: 10px;
  border-radius: 3px;
  background-color: #FCD2A7;
  color: #FE8307;
  margin-bottom: 20px;
}

.gfield_description validation_message {
  color: red;
}

.gform_confirmation_message {
  padding: 10px;
  border-radius: 3px;
  background-color: #E6FFFD;
  color: #3763D4;
}

.ginput_container_consent {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gfield_radio input,
.gfield_checkbox input,
.ginput_container_consent input {
  width: auto;
}

#gform_1 {
  max-width: 480px;
  border-radius: 17px;
  margin-top: -17px;
  margin-bottom: -17px;
}

#gform_1 .gfield {
  margin-bottom: 20px;
}

#gform_1 .gform_body {
  padding: 42px 42px 0 42px;
}

#gform_1 .gform_footer {
  text-align: center;
  padding-bottom: 23px;
}

#gform_1 .gform_button {
  color: #fff;
  border-color: #fff;
  min-width: 184px;
}

#gform_wrapper_7 {
  max-width: 591px;
  margin: 147px auto 178px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 15px 0 rgba(23, 19, 30, 0.17);
  padding: 60px 5% 65px;
}

#gform_7 .gform_body {
  margin: auto;
}

#gform_7 .gform_footer {
  text-align: center;
}

#gform_7 .ginput_container_radio {
  background-color: #f1f1f1;
  border-radius: 11px;
  padding: 17px 10px;
}

#gform_7 .gfield_radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gform_7 .gfield_radio li {
  margin: 8px 15px;
  padding: 0;
}

#gform_7 .gfield_radio label {
  font-size: 15px;
  line-height: 28px;
  color: #3F2F59;
}

#gform_7 .gfield_radio input {
  width: 35px;
  height: 35px;
}

#gform_7 .gfield_radio label:before {
  width: 25px;
  height: 25px;
  left: 5px;
}

#gform_submit_button_7 {
  min-width: 184px;
}

@media screen and (max-width: 900px) {
  #gform_wrapper_7 {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  #gform_wrapper_7 {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
/* FormAssembly Forms */
.wFormContainer {
  max-width: 480px;
}

.wForm .hint {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}

.wForm input[type=button] {
  border: none;
  cursor: pointer;
}

.wForm .pageSection:focus,
.wfCurrentPage:focus {
  outline: none;
}

.wForm .errMsg {
  color: red;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}

.wfPagePreviousButton {
  line-height: 2.6;
  padding: 0;
}

.wfPageNextButton {
  float: right;
}

.duplicateSpan {
  margin-bottom: 35px;
}

.duplicateSpan a, .duplicateSpan .wfPagePreviousButton {
  color: inherit;
}

.wForm input[type=text],
.wForm input[type=email],
.wForm input[type=url],
.wForm input[type=tel],
.wForm textarea,
.wForm select {
  width: 100%;
}

.wForm .oneChoice {
  margin-top: 15px;
}

.wForm textarea {
  height: 300px;
}

.wForm select {
  min-width: 0;
}

.wForm .inline {
  width: 100%;
}

.wForm fieldset {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wForm .field-container-D {
  line-height: 1.1;
  margin-bottom: 35px;
  width: 100%;
}

.wFormFooter {
  padding-top: 10px;
  margin-top: 50px;
  border-top: 1px solid #DFDFDF;
}

.wForm fieldset fieldset {
  background-color: #fff;
  padding: 20px 13px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}

.wForm .htmlSection {
  margin-bottom: 20px;
}

.fileWrapper {
  position: relative;
}

.wForm input[type=file] {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.wForm input[type=submit] {
  width: 100%;
  max-width: 200px;
}

.headerCol {
  position: absolute;
  top: -18px;
  left: 2%;
  padding: 10px;
  line-height: 1;
  color: #3F2F59;
}

@media screen and (max-width: 900px) {
  .columnLayout tr,
.columnLayout td {
    display: flex;
    flex-direction: column;
  }
}
/* Popups */
.pum-content .mc4wp-form-fields {
  display: flex;
}

.pum-content .mc4wp-form-fields input[type=email] {
  flex: 1;
}

.pum-content .mc4wp-form-fields input[type=submit] {
  margin-left: 10px;
}

.countdown h2 {
  font-family: interstate-condensed, sans-serif;
  color: #3F2F59;
  font-weight: 500;
  letter-spacing: 0.033em;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #3F2F59;
  color: white;
  display: inline-block;
  padding: 0.2em 0.35em;
  border-radius: 0.2em;
}

.countdown span {
  display: inline-block;
  width: 1.3em;
  text-align: center;
}

.has-purple-background-color .countdown h2 {
  background-color: white;
  color: #3F2F59;
}

.pum-container .pum-content + button.pum-close,
.pum-content + button.pum-close:active,
.pum-content + button.pum-close:focus,
.pum-content + button.pum-close:hover {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
  border-bottom-left-radius: 0.565em;
}

.pum-content .wp-block-group__inner-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
/* Structure */
#page {
  margin-top: 80px;
}

p:empty, .wp-block-column:empty {
  display: none;
}

.wp-block-group__inner-container {
  margin-top: 85px;
  margin-bottom: 85px;
}

.wp-block-group.is-style-white {
  background-color: #fff;
}

.wp-block-group.is-style-white .wp-block-group__inner-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 85px;
  padding-bottom: 85px;
}

.is-style-trunc,
.is-style-trunc-left {
  max-width: 1180px;
  width: 90%;
}

.is-style-trunc,
.is-style-trunc-left {
  margin-left: auto;
  margin-right: auto;
}

.is-style-trunc .wp-block-group__inner-container,
.is-style-trunc-left .wp-block-group__inner-container {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
}

.is-style-trunc-left .wp-block-group__inner-container {
  margin-left: 0;
}

.wp-block-columns {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-column,
.wp-block-column:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
}

.is-style-space-right,
.is-style-space-both {
  margin-right: calc(( 1 / 12 * 100% ) - ( 20px * 1.5 ));
}

@media screen and (max-width: 900px) {
  #page {
    margin-top: 50px;
  }

  .wp-block-group__inner-container {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .wp-block-group.is-style-white .wp-block-group__inner-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .wp-block-column {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 0;
    margin-top: 22px;
  }
}
@media (min-width: 901px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .is-style-space-left:not(:first-child),
.is-style-space-both:not(:first-child) {
    margin-left: calc(8.3333333333% - ( 20px * 1.5 ));
  }
}
/* Header */
.site-header {
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 14px 0 rgba(23, 19, 30, 0.13);
  z-index: 999;
  transition: 0.3s;
}

.wp-admin #wpfront-notification-bar-spacer {
  display: none !important;
}

body.menu-toggled {
  overflow-y: hidden;
}

.site-header.hidden {
  top: -80px;
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .site-header.hidden {
  top: -112px;
}

#wpfront-notification-bar div.wpfront-close {
  padding-top: 16px;
  font-size: 19px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 0;
  }

  .wpfront-button {
    margin-top: 8px;
  }
}
.site-header .wrapper, .site-header .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.site-branding {
  flex-basis: 26%;
  max-width: 247px;
  height: 100%;
}

.site-header .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-height: 100%;
  line-height: 0;
  height: 100%;
}

.main-navigation ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#primary-menu > .menu-item {
  padding: 10px 10px 14px;
  margin-left: 2.4%;
  position: relative;
}
#primary-menu > .menu-item:first-child {
  margin-left: 0;
}

.menu-button {
  margin-left: 2.4%;
}

#primary-menu > .menu-item > a, #primary-menu > .menu-item > .wfPagePreviousButton {
  color: #3F2F59;
  position: relative;
}

.menu-button .button, .menu-button .tribe-events-single button, .tribe-events-single .menu-button button, .menu-button .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .menu-button .tribe-events-button, .menu-button .tribe-events-c-ical__link, .menu-button #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .menu-button a.wpfront-button, .menu-button #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .menu-button .wpfront-button.wfPagePreviousButton, .menu-button .is-style-orange .wp-block-button__link, .is-style-orange .menu-button .wp-block-button__link, .menu-button .is-style-arrow .wp-block-button__link, .is-style-arrow .menu-button .wp-block-button__link, .menu-button input[type=submit],
.menu-button button[type=submit],
.menu-button button[type=reset], .menu-button .duplicateSpan,
.menu-button .wfPageNextButton {
  padding: 10px 30px 9px;
}

.site-header.hidden .menu-toggle {
  top: -50px;
}

.wpfront-message {
  font-size: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

#wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .wpfront-button.wfPagePreviousButton {
  padding: 10px 30px 9px;
  margin-left: 15px;
  text-shadow: none;
}

.menu-toggle {
  background: url("img/hamburger.svg") no-repeat center/contain;
  height: 100%;
  width: 27px;
  position: absolute;
  right: 20px;
  height: 20px;
  top: 14px;
  padding: 0;
  background-color: transparent;
  border: none;
  display: none;
  transition: 0.3s;
}

#primary-menu > .current_page_item > a:before, #primary-menu > .current_page_item > .wfPagePreviousButton:before,
#primary-menu > .current_page_parent > a:before,
#primary-menu > .current_page_parent > .wfPagePreviousButton:before,
#primary-menu > .current_page_ancestor > a:before,
#primary-menu > .current_page_ancestor > .wfPagePreviousButton:before,
#primary-menu > .current-menu-item > a:before,
#primary-menu > .current-menu-item > .wfPagePreviousButton:before,
#primary-menu > .current-menu-parent > a:before,
#primary-menu > .current-menu-parent > .wfPagePreviousButton:before,
#primary-menu > .current-menu-ancestor > a:before,
#primary-menu > .current-menu-ancestor > .wfPagePreviousButton:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 38%;
  right: -9px;
  left: -10px;
  height: 13px;
  background-color: #C1F08C;
  background-size: 100% 10px;
}

.menu-button a:before, .menu-button .wfPagePreviousButton:before {
  display: none;
}

.sub-menu li {
  padding-left: 0;
}

#primary-menu .sub-menu a, #primary-menu .sub-menu .wfPagePreviousButton {
  display: inline-block;
}

#primary-menu li {
  cursor: pointer;
}

#primary-menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  display: none;
  padding: 20px;
  top: 53px;
  width: 100%;
  background-color: #FCD2A7;
}

#primary-menu .sub-menu a, #primary-menu .sub-menu .wfPagePreviousButton {
  color: #3F2F59;
  line-height: 1.765;
  margin-bottom: 6px;
}

#primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a, #primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .wfPagePreviousButton {
  color: #FE8307;
  margin-bottom: 11px;
}

#primary-menu > .menu-item-has-children:hover > .sub-menu,
#primary-menu > .menu-item-has-children.focus > .sub-menu {
  display: table;
}

#primary-menu > .menu-item-has-children > .sub-menu > li {
  flex-basis: 100%;
  display: table-row;
  white-space: nowrap;
}

#primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children {
  white-space: nowrap;
  display: table-cell;
  padding-right: 40px;
  border-top: 1px solid #FE8307;
  padding-top: 25px;
}
#primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:last-of-type {
  padding-right: 0;
}

#primary-menu .sub-menu .sub-menu {
  display: table-row;
}

#primary-menu .sub-menu .sub-menu a, #primary-menu .sub-menu .sub-menu .wfPagePreviousButton {
  margin-bottom: 3px;
}

#primary-menu #menu-item-19018 li:first-of-type:after,
#primary-menu #menu-item-133:after {
  content: "";
  display: block;
  margin: 11px auto 15px 0;
  height: 1px;
  width: 77px;
  background-color: #FE8307;
}

#secondary-menu {
  line-height: 1.1;
  margin-top: 10px;
}

#secondary-menu a, #secondary-menu .wfPagePreviousButton {
  font-weight: 500;
  margin-left: 31px;
  font-size: 0.647rem;
  color: #5C5858;
}

#secondary-menu > .current_page_item a, #secondary-menu > .current_page_item .wfPagePreviousButton,
#secondary-menu > .current-menu-item a,
#secondary-menu > .current-menu-item .wfPagePreviousButton,
#secondary-menu > .current-menu-ancestor a,
#secondary-menu > .current-menu-ancestor .wfPagePreviousButton {
  border-bottom: 3px solid #FE8307;
}

@media screen and (max-width: 900px) {
  .site-branding {
    flex-basis: 60%;
    z-index: 1;
  }

  .site-header {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-header .custom-logo-link {
    justify-content: flex-start;
  }
  .site-header .custom-logo-link img {
    max-height: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .main-navigation > div {
    display: none;
    flex-direction: column;
  }

  .toggled.main-navigation > div {
    display: flex;
  }

  .main-navigation {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
  }

  .toggled.main-navigation {
    min-height: 100vh;
  }

  .menu-main-navigation-container,
.menu-main-subnavigation-container {
    width: 90%;
    margin: 80px auto 0;
  }

  .menu-main-subnavigation-container {
    order: 1;
  }

  #secondary-menu {
    justify-content: center;
  }

  #secondary-menu li {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  #secondary-menu a, #secondary-menu .wfPagePreviousButton {
    margin: 20px 0;
  }

  #primary-menu {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  #primary-menu > .menu-item > a, #primary-menu > .menu-item > .wfPagePreviousButton {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #primary-menu > .menu-item,
.menu-button {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button .button, .menu-button .tribe-events-single button, .tribe-events-single .menu-button button, .menu-button .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .menu-button .tribe-events-button, .menu-button .tribe-events-c-ical__link, .menu-button .is-style-orange .wp-block-button__link, .is-style-orange .menu-button .wp-block-button__link, .menu-button .is-style-arrow .wp-block-button__link, .is-style-arrow .menu-button .wp-block-button__link, .menu-button input[type=submit],
.menu-button button[type=submit],
.menu-button button[type=reset], .menu-button .duplicateSpan,
.menu-button .wfPageNextButton, .menu-button #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .menu-button a.wpfront-button, .menu-button #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .menu-button .wpfront-button.wfPagePreviousButton {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #primary-menu > .menu-item-has-children > .sub-menu {
    position: relative;
    top: 0;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }

  #primary-menu > .menu-item-has-children > a, #primary-menu > .menu-item-has-children > .wfPagePreviousButton {
    position: relative;
  }
  #primary-menu > .menu-item-has-children > a:after, #primary-menu > .menu-item-has-children > .wfPagePreviousButton:after {
    position: absolute;
    top: 10px;
    right: -24px;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #DFDFDF;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  #primary-menu > .menu-item-has-children:hover > a:after, #primary-menu > .menu-item-has-children:hover > .wfPagePreviousButton:after,
#primary-menu > .menu-item-has-children.focus > a:after,
#primary-menu > .menu-item-has-children.focus > .wfPagePreviousButton:after {
    top: 5px;
    right: -30px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #DFDFDF;
  }

  #primary-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children {
    padding-right: 0;
  }

  #primary-menu > .menu-item-has-children:hover > .sub-menu,
#primary-menu > .menu-item-has-children.focus > .sub-menu {
    display: flex;
  }

  #primary-menu > .menu-item-has-children > .sub-menu > li {
    min-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  #primary-menu .sub-menu .sub-menu {
    display: flex;
    justify-content: center;
  }

  #secondary-menu a, #secondary-menu .wfPagePreviousButton {
    font-size: 16px;
  }

  #primary-menu #menu-item-19018 li:first-of-type:after, #primary-menu #menu-item-133:after {
    margin-left: auto;
  }
}
/* Footer */
.site-footer {
  background-color: #3F2F59;
  padding: 50px 0 0;
  color: #fff;
}

.site-footer .row, .site-footer .wp-block-columns {
  display: flex;
  justify-content: space-between;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer li {
  padding: 0;
}

.footer-col {
  margin-bottom: 50px;
  flex: 0 1 auto;
  padding: 0 10px;
  max-width: 280px;
}

.site-footer a, .site-footer .wfPagePreviousButton {
  color: inherit;
  font-size: 12px;
  transition: 0.3s;
}

.site-footer .widgettitle {
  color: inherit;
  margin-bottom: 5px;
}

.site-footer .textwidget,
.site-footer .widgettitle {
  font-size: 12px;
  line-height: 16px;
}

.site-footer .textwidget p,
.site-footer .textwidget a,
.site-footer .textwidget .wfPagePreviousButton {
  margin-bottom: 10px;
  font-size: inherit;
}

.site-footer .menu > li {
  margin-bottom: 20px;
}

.site-footer .menu > li > a, .site-footer .menu > li > .wfPagePreviousButton {
  color: inherit;
}

.site-footer .sub-menu a, .site-footer .sub-menu .wfPagePreviousButton,
.site-footer .textwidget {
  opacity: 0.4;
  display: inline-block;
}
.site-footer .sub-menu a:hover, .site-footer .sub-menu .wfPagePreviousButton:hover,
.site-footer .textwidget:hover {
  opacity: 1;
}

.site-footer .mc4wp-form input[type=email] {
  border-color: #fff;
  background-color: #EEE5F9;
  border-radius: 8px;
  height: 31px;
  font-size: 13px;
  padding: 6px 11px;
  font-family: rubik, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}
.site-footer .mc4wp-form input[type=email]::placeholder {
  color: #5C5858;
  font-style: italic;
  font-weight: 100;
}

.footer-logo .widget {
  max-width: 200px;
}

.site-footer .mc4wp-alert {
  color: #3F2F59;
  border: 2px solid #fff;
  border-radius: 8p;
  padding: 10px;
  font-size: 13px;
  line-height: 1.2;
  background-color: #EEE5F9;
}

.site-footer .mc4wp-alert p {
  margin-bottom: 0;
}

.site-footer .mc4wp-form-fields {
  display: flex;
}

.site-footer .mc4wp-form input[type=submit] {
  cursor: pointer;
  background-color: #EEE5F9;
  color: #3F2F59;
  border: none;
  padding: 11px;
  font-size: 11px;
  margin-left: 11px;
}

.site-footer .icon-light {
  display: inline-block;
  opacity: 0.66;
  width: 21px;
  height: 21px;
  margin-right: 30px;
  transition: 0.3s;
}
.site-footer .icon-light:hover {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .site-footer .row, .site-footer .wp-block-columns {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-col {
    flex-basis: 33%;
  }
  .footer-col:last-of-type {
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .footer-col {
    flex-basis: 50%;
  }

  .footer-logo {
    flex-basis: 100%;
    max-width: none;
  }

  .site-footer .mc4wp-form input[type=submit] {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .footer-col {
    flex-basis: 100%;
  }
}
/*--------------------------------------------------------------
 Blocks
--------------------------------------------------------------*/
/* Hero */
.hero {
  padding: 48px 0;
}

.hero .hex {
  max-width: none;
}

.hero-rect {
  background: url(img/hex.svg) no-repeat top left/cover;
}

.hero-rect .col-7 {
  z-index: 1;
  flex-grow: 1;
}

.hero-rect .page-thumbnail {
  width: 100%;
}

.hero .card {
  padding: 20px 6%;
}

.hero .card .page-title {
  margin-bottom: 0.125em;
}

.hero .card .page-subtitle {
  margin: 0 0 0 10%;
}

.hero-hex {
  position: relative;
  height: 44.5vw;
  max-height: 640px;
  min-height: 227px;
  margin-bottom: 200px;
}

.hero-hex .col-8 {
  z-index: 2;
}

.hero-hex-right .col-8 {
  order: -1;
}

.hero-hex .row, .hero-hex .wp-block-columns {
  height: 100%;
  position: relative;
}

.hero-hex .page-title,
.hero-hex .page-subtitle {
  color: #fff;
  text-shadow: 0 1px 6px rgba(24, 24, 32, 0.18);
}

.hero-hex .button, .hero-hex .tribe-events-single button, .tribe-events-single .hero-hex button, .hero-hex .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .hero-hex .tribe-events-button, .hero-hex .tribe-events-c-ical__link, .hero-hex .is-style-orange .wp-block-button__link, .is-style-orange .hero-hex .wp-block-button__link, .hero-hex .is-style-arrow .wp-block-button__link, .is-style-arrow .hero-hex .wp-block-button__link, .hero-hex input[type=submit],
.hero-hex button[type=submit],
.hero-hex button[type=reset], .hero-hex .duplicateSpan,
.hero-hex .wfPageNextButton, .hero-hex #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .hero-hex a.wpfront-button, .hero-hex #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .hero-hex .wpfront-button.wfPagePreviousButton {
  width: calc(37.5% - ( 20px / 2 ));
  min-width: 230px;
  text-align: center;
}

.hero-hex-left {
  background-image: linear-gradient(97deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-hex-right {
  background-image: linear-gradient(-97deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-hex-img svg {
  position: absolute;
  height: 139%;
  top: -9%;
  z-index: 1;
}

.hero-hex-left .hero-hex-img svg {
  left: -16.5%;
}

.hero-hex-right .hero-hex-img svg {
  right: -16.5%;
}

.hero-hex .page-title {
  font-size: 75px;
  margin: 0;
  line-height: 1.133;
}

.hero-hex .page-subtitle {
  margin-bottom: 0;
  margin-top: 50px;
}

.hero-hex .page-title-super {
  margin: 0;
  font-size: 121px;
  line-height: 0.96;
}

.hero-hex .button, .hero-hex .tribe-events-single button, .tribe-events-single .hero-hex button, .hero-hex .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .hero-hex .tribe-events-button, .hero-hex .tribe-events-c-ical__link, .hero-hex .is-style-orange .wp-block-button__link, .is-style-orange .hero-hex .wp-block-button__link, .hero-hex .is-style-arrow .wp-block-button__link, .is-style-arrow .hero-hex .wp-block-button__link, .hero-hex input[type=submit],
.hero-hex button[type=submit],
.hero-hex button[type=reset], .hero-hex .duplicateSpan,
.hero-hex .wfPageNextButton, .hero-hex #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .hero-hex a.wpfront-button, .hero-hex #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .hero-hex .wpfront-button.wfPagePreviousButton {
  margin-top: 40px;
}

.hero-hex:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 102%;
  bottom: -10%;
  background: url("img/hex-loose-green.svg") no-repeat center/contain;
  opacity: 0.36;
  max-height: 900px;
}

.hero-hex-left:after {
  right: -10%;
}

.hero-hex-right:after {
  left: -10%;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1425px) {
  .hero-hex .page-title-super {
    font-size: 83px;
  }

  .hero-rect .page-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .hero-hex .page-title-super {
    font-size: 55px;
  }

  .hero-hex {
    margin-bottom: 140px;
  }

  .hero .col-8,
.hero .col-7 {
    flex-basis: 85%;
  }

  .hero .col-7 {
    margin-left: 25%;
    margin-top: -10%;
  }

  .hero-rect .page-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 24px 0;
  }

  .hero-rect .page-title {
    font-size: 20px;
  }

  .hero .card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-hex {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 35px;
  }

  .hero-hex .row, .hero-hex .wp-block-columns {
    align-items: flex-end;
  }

  .hero-hex-img svg {
    top: -14%;
    height: 110%;
  }

  .hero-hex-left .hero-hex-img svg {
    left: -7%;
  }

  .hero-hex-right .hero-hex-img svg {
    right: -7%;
  }

  .hero-hex .page-title {
    font-size: 25px;
  }

  .hero-hex .page-subtitle,
.hero-hex .button,
.hero-hex .tribe-events-single button,
.tribe-events-single .hero-hex button,
.hero-hex .single-tribe_events .tribe-events-cal-links .tribe-events-button,
.single-tribe_events .tribe-events-cal-links .hero-hex .tribe-events-button,
.hero-hex .tribe-events-c-ical__link,
.hero-hex .is-style-orange .wp-block-button__link,
.is-style-orange .hero-hex .wp-block-button__link,
.hero-hex .is-style-arrow .wp-block-button__link,
.is-style-arrow .hero-hex .wp-block-button__link,
.hero-hex input[type=submit],
.hero-hex button[type=submit],
.hero-hex button[type=reset],
.hero-hex .duplicateSpan,
.hero-hex .wfPageNextButton,
.hero-hex #wpfront-notification-bar a.wpfront-button,
#wpfront-notification-bar .hero-hex a.wpfront-button,
.hero-hex #wpfront-notification-bar .wpfront-button.wfPagePreviousButton,
#wpfront-notification-bar .hero-hex .wpfront-button.wfPagePreviousButton {
    margin-top: 15px;
  }

  .hero-hex .button, .hero-hex .tribe-events-single button, .tribe-events-single .hero-hex button, .hero-hex .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .hero-hex .tribe-events-button, .hero-hex .tribe-events-c-ical__link, .hero-hex .is-style-orange .wp-block-button__link, .is-style-orange .hero-hex .wp-block-button__link, .hero-hex .is-style-arrow .wp-block-button__link, .is-style-arrow .hero-hex .wp-block-button__link, .hero-hex input[type=submit],
.hero-hex button[type=submit],
.hero-hex button[type=reset], .hero-hex .duplicateSpan,
.hero-hex .wfPageNextButton, .hero-hex #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .hero-hex a.wpfront-button, .hero-hex #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .hero-hex .wpfront-button.wfPagePreviousButton {
    min-width: 0;
    width: auto;
  }

  .hero-hex .page-title-super {
    font-size: 37px;
  }

  .page-title {
    font-size: 25px;
  }

  .page-subtitle {
    font-size: 18px;
  }
}
/* Quote */
.quote-body {
  background-color: #fff;
}

.quote footer {
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 25px;
}

.quote-small blockquote {
  margin: 30px auto;
  max-width: 580px;
}

.quote-body {
  padding-top: 45px;
  padding-bottom: 45px;
}

.quote-small .quote-body,
.quote-small footer {
  padding-right: 8.28%;
  padding-left: 8.28%;
}

.quote-section {
  margin-bottom: 33px;
}

.quote-section .col-10, .quote-section .highlight-1 .highlight, .highlight-1 .quote-section .highlight {
  position: relative;
  margin: 0 auto;
  padding-bottom: 9%;
}

.quote-large {
  margin-bottom: 86px;
}

.quote-large blockquote {
  width: 81%;
  margin: 30px auto 0 0;
}

.quote-large .quote-body,
.quote-large footer {
  padding-left: 6.05%;
}

.quote-large .quote-body {
  padding-right: 7.557%;
}

.quote-large footer {
  padding-right: 15%;
}

.quote-large img {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 600px) {
  .quote-body {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .quote footer {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .quote-section {
    width: 95%;
    margin-left: 5%;
  }

  .quote-section .col-10, .quote-section .highlight-1 .highlight, .highlight-1 .quote-section .highlight {
    padding-bottom: 0;
    padding-top: 28%;
  }

  .quote-large blockquote {
    width: 100%;
  }

  .quote-large .quote-body {
    padding-top: 17%;
  }

  .quote-large .quote-body,
.quote-large footer {
    padding-right: 6.05%;
  }

  .quote-large img {
    top: 0;
    left: 6.05%;
    width: 38%;
  }
}
/* Logo Garden */
.logo-garden .footnote {
  color: #3763D4;
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
}

.lg-cat {
  padding-top: 85px;
  padding-bottom: 35px;
  background-color: #fff;
}

.lg-cat .lg-logos {
  justify-content: center;
}

.lg-cat .logo {
  flex-basis: 18%;
  min-width: 126px;
  max-height: 200px;
  margin: 1.5% 2.5%;
}

.lg-cat .logo {
  flex-basis: 18%;
  min-width: 126px;
  margin: 1.75% 3%;
}

.lg-cat .logo img {
  width: 100%;
  object-fit: contain;
  max-height: 110px;
}

.lg-title {
  margin-bottom: 40px;
}

.lg-heading {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 1rem;
}

.lg-band {
  margin-top: 63px;
  padding: 40px 0 15px;
}

.lg-band::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.lg-band .lg-logos {
  padding-bottom: 18px;
  flex-wrap: nowrap;
}

.lg-band .logo {
  padding-right: 10px;
  padding-left: 10px;
  height: 80px;
  max-width: 140px;
}

.lg-band .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.lg-band .button, .lg-band .tribe-events-single button, .tribe-events-single .lg-band button, .lg-band .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .lg-band .tribe-events-button, .lg-band .tribe-events-c-ical__link, .lg-band .is-style-orange .wp-block-button__link, .is-style-orange .lg-band .wp-block-button__link, .lg-band .is-style-arrow .wp-block-button__link, .is-style-arrow .lg-band .wp-block-button__link, .lg-band input[type=submit],
.lg-band button[type=submit],
.lg-band button[type=reset], .lg-band .duplicateSpan,
.lg-band .wfPageNextButton, .lg-band #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .lg-band a.wpfront-button, .lg-band #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .lg-band .wpfront-button.wfPagePreviousButton {
  padding-top: 0;
}

@media screen and (max-width: 900px) {
  .logo-garden .footnote {
    font-size: 12px;
  }

  .lg-cat .logo img {
    max-height: 70px;
  }

  .lg-cat {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg-cat .logo {
    flex-basis: 27.25%;
  }

  .lg-title div {
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .lg-band .lg-logos {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .lg-band .logo {
    min-width: 120px;
    flex-basis: 25%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .lg-band .logo {
    flex-basis: 33.33%;
  }
}
/* Notch-Highlight */
.highlights {
  margin-top: 72px;
  margin-bottom: 35px;
  background-color: #f5f5f5;
}

.highlights h3 {
  color: #5C5858;
  font-size: 31px;
}

.highlight-2 .row, .highlight-2 .wp-block-columns {
  align-items: flex-start;
}

.highlight {
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 65px;
}

.highlight .gradient, .highlight .tribe-events-calendar-month__header, .highlight #gform_1, .highlight .headerCol, .highlight .lg-band {
  height: 113px;
  align-self: flex-start;
  flex-wrap: nowrap;
  padding: 25px 30px;
  margin-left: 11.55%;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
.highlight .gradient:before, .highlight .tribe-events-calendar-month__header:before, .highlight #gform_1:before, .highlight .headerCol:before, .highlight .lg-band:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 25px solid #f5f5f5;
  border-left: 25px solid transparent;
  width: 0;
}

.highlight p {
  margin-bottom: 40px;
}

.highlight .subhead, .highlight .tribe-events-calendar-month__header-column-title, .highlight .single .entry-meta, .single .highlight .entry-meta, .highlight figcaption, .highlight label, .highlight .site-footer .menu > li > a, .site-footer .highlight .menu > li > a, .highlight .site-footer .menu > li > .wfPagePreviousButton, .site-footer .highlight .menu > li > .wfPagePreviousButton {
  margin-bottom: 10px;
}

.highlight .subhead-large {
  margin-bottom: 16px;
}

.highlight-small img {
  width: auto;
}

.highlight-large img {
  width: 100%;
}

.highlight img {
  max-height: 100%;
  max-width: 181px;
  min-width: 60px;
  object-fit: contain;
}

.highlight span {
  flex-basis: 25%;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  line-height: 1.3;
}

.highlight .plus {
  flex-basis: 12.5%;
  text-align: center;
  margin-right: 1%;
  margin-left: 1%;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  text-shadow: 0 0 7px #FFFFFF;
}

.highlight-content {
  flex: 1;
  padding: 70px 10.33% 53px;
  background-color: #fff;
}

@media screen and (max-width: 1125px) {
  .highlight-3 .highlight {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .highlight-2 .highlight,
.highlight-3 .highlight {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 600px) {
  .highlights {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .highlight:last-of-type {
    margin-bottom: 0;
  }

  .highlight img {
    max-height: 50px;
  }

  .highlight-large .plus {
    display: none;
  }

  .highlight-content {
    padding-top: 55px;
    padding-bottom: 20px;
  }

  .highlight-large .gradient, .highlight-large .tribe-events-calendar-month__header, .highlight-large #gform_1, .highlight-large .headerCol, .highlight-large .lg-band {
    display: block;
  }

  .highlight .gradient, .highlight .tribe-events-calendar-month__header, .highlight #gform_1, .highlight .headerCol, .highlight .lg-band {
    height: auto;
    margin-left: auto;
    margin-right: 10.33%;
    padding: 10px 20px;
  }

  .highlight span {
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
    justify-content: flex-end;
  }
}
/* CTA Stack */
.stack {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 100px;
}

.stack-strip {
  height: 100%;
  width: 224px;
  background-color: green;
  position: absolute;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stack-strip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("img/hex-loose-vert.svg") no-repeat bottom -10% center/contain;
  height: 100%;
}

.stack .row, .stack .wp-block-columns {
  margin-top: 36px;
  margin-bottom: 36px;
}

.stack-text {
  padding-left: 5%;
}

@media screen and (max-width: 900px) {
  .stack .col-5, .stack .gform_wrapper, .stack .highlight-2 .highlight, .highlight-2 .stack .highlight {
    margin-left: 0;
  }

  .stack .row, .stack .wp-block-columns {
    flex-wrap: wrap;
    margin-left: 5%;
  }

  .stack-image {
    max-width: 450px;
  }

  .stack-text,
.stack-image {
    flex-basis: 100%;
  }

  .stack-text {
    margin-left: 20%;
  }
}
/* Stats */
.stats {
  margin-top: 145px;
  margin-bottom: 155px;
}

.stats .col-2:nth-of-type(odd) {
  margin-top: 10%;
}

.stat {
  position: relative;
  min-width: 140px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.stat-svgs {
  z-index: -1;
  width: 100%;
  padding-top: 85%;
}

.stat-svgs svg {
  position: absolute;
}

.stat-bg {
  top: 0;
  left: 0;
}

.stat-shadow {
  top: 9%;
  left: -15%;
}

.stat-text {
  flex-direction: column;
  padding: 13%;
  position: absolute;
}

.stat-text p {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.stat-text .subhead, .stat-text .tribe-events-calendar-month__header-column-title, .stat-text .single .entry-meta, .single .stat-text .entry-meta, .stat-text figcaption, .stat-text label, .stat-text .site-footer .menu > li > a, .site-footer .stat-text .menu > li > a, .stat-text .site-footer .menu > li > .wfPagePreviousButton, .site-footer .stat-text .menu > li > .wfPagePreviousButton {
  line-height: 1.1;
}

@media screen and (max-width: 900px) {
  .stats {
    margin-top: 75px;
    margin-bottom: 50px;
  }

  .stats .row, .stats .wp-block-columns {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats .col-2:nth-of-type(odd) {
    margin-top: 25%;
  }

  .stat {
    padding-bottom: 25%;
  }

  .stats .col-2 {
    flex-basis: 50%;
    max-width: 445px;
  }

  .stats .col-2:nth-of-type(odd):last-of-type {
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .stats .col-2 {
    flex-basis: 49%;
    padding: 0;
  }

  .stat {
    min-width: 0;
  }
}
/* Faces CTA */
.buttons-subfooter {
  text-align: center;
  padding: 75px 0 55px;
}

.buttons-subfooter h3,
.buttons-subfooter h2 {
  color: #fff;
  text-shadow: 0 1px 6px rgba(23, 19, 30, 0.12);
}

.buttons-subfooter .button, .buttons-subfooter .tribe-events-single button, .tribe-events-single .buttons-subfooter button, .buttons-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .buttons-subfooter .tribe-events-button, .buttons-subfooter .tribe-events-c-ical__link, .buttons-subfooter .is-style-orange .wp-block-button__link, .is-style-orange .buttons-subfooter .wp-block-button__link, .buttons-subfooter .is-style-arrow .wp-block-button__link, .is-style-arrow .buttons-subfooter .wp-block-button__link, .buttons-subfooter input[type=submit],
.buttons-subfooter button[type=submit],
.buttons-subfooter button[type=reset], .buttons-subfooter .duplicateSpan,
.buttons-subfooter .wfPageNextButton, .buttons-subfooter #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .buttons-subfooter a.wpfront-button, .buttons-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .buttons-subfooter .wpfront-button.wfPagePreviousButton {
  white-space: nowrap;
  margin-bottom: 20px;
}

.plain-subfooter .button, .plain-subfooter .tribe-events-single button, .tribe-events-single .plain-subfooter button, .plain-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .plain-subfooter .tribe-events-button, .plain-subfooter .tribe-events-c-ical__link, .plain-subfooter .is-style-orange .wp-block-button__link, .is-style-orange .plain-subfooter .wp-block-button__link, .plain-subfooter .is-style-arrow .wp-block-button__link, .is-style-arrow .plain-subfooter .wp-block-button__link, .plain-subfooter input[type=submit],
.plain-subfooter button[type=submit],
.plain-subfooter button[type=reset], .plain-subfooter .duplicateSpan,
.plain-subfooter .wfPageNextButton, .plain-subfooter #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .plain-subfooter a.wpfront-button, .plain-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .plain-subfooter .wpfront-button.wfPagePreviousButton {
  flex-basis: 28%;
}

.plain-subfooter {
  background-image: linear-gradient(180deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faces-subfooter {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.faces-subfooter .wrapper, .faces-subfooter .wp-block-group__inner-container {
  padding: 78px 0 69px;
}

.faces-subfooter h3 {
  font-size: 44px;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}

.faces-subfooter h2 {
  font-size: 76px;
  line-height: 1;
}

.faces-subfooter .button, .faces-subfooter .tribe-events-single button, .tribe-events-single .faces-subfooter button, .faces-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button, .single-tribe_events .tribe-events-cal-links .faces-subfooter .tribe-events-button, .faces-subfooter .tribe-events-c-ical__link, .faces-subfooter .is-style-orange .wp-block-button__link, .is-style-orange .faces-subfooter .wp-block-button__link, .faces-subfooter .is-style-arrow .wp-block-button__link, .is-style-arrow .faces-subfooter .wp-block-button__link, .faces-subfooter input[type=submit],
.faces-subfooter button[type=submit],
.faces-subfooter button[type=reset], .faces-subfooter .duplicateSpan,
.faces-subfooter .wfPageNextButton, .faces-subfooter #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .faces-subfooter a.wpfront-button, .faces-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton, #wpfront-notification-bar .faces-subfooter .wpfront-button.wfPagePreviousButton {
  flex-basis: 16%;
}
.faces-subfooter .button:last-of-type, .faces-subfooter .tribe-events-single button:last-of-type, .tribe-events-single .faces-subfooter button:last-of-type, .faces-subfooter .single-tribe_events .tribe-events-cal-links .tribe-events-button:last-of-type, .single-tribe_events .tribe-events-cal-links .faces-subfooter .tribe-events-button:last-of-type, .faces-subfooter .tribe-events-c-ical__link:last-of-type, .faces-subfooter .is-style-orange .wp-block-button__link:last-of-type, .is-style-orange .faces-subfooter .wp-block-button__link:last-of-type, .faces-subfooter .is-style-arrow .wp-block-button__link:last-of-type, .is-style-arrow .faces-subfooter .wp-block-button__link:last-of-type, .faces-subfooter input[type=submit]:last-of-type,
.faces-subfooter button[type=submit]:last-of-type,
.faces-subfooter button[type=reset]:last-of-type, .faces-subfooter .duplicateSpan:last-of-type,
.faces-subfooter .wfPageNextButton:last-of-type, .faces-subfooter #wpfront-notification-bar a.wpfront-button:last-of-type, #wpfront-notification-bar .faces-subfooter a.wpfront-button:last-of-type, .faces-subfooter #wpfront-notification-bar .wpfront-button.wfPagePreviousButton:last-of-type, #wpfront-notification-bar .faces-subfooter .wpfront-button.wfPagePreviousButton:last-of-type {
  margin-right: 0;
}

.faces-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  flex-direction: column;
  background-color: #fff;
}
.faces-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #62CC7F;
  opacity: 0.63;
}
.faces-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #C9F992 0%, #63E587 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.faces-bg #faces {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 600px) {
  .faces-subfooter .wrapper, .faces-subfooter .wp-block-group__inner-container {
    padding: 0;
  }

  .buttons-subfooter {
    padding: 40px 0 10px;
  }

  .faces-subfooter h2 {
    font-size: 44px;
  }

  .faces-subfooter h3 {
    font-size: 28px;
  }
}
/* Faces CTA */
.accordion {
  list-style-type: none;
  margin: 70px 0;
  padding: 0;
  max-width: 900px;
}

.accordion .content {
  display: none;
  padding: 6px 10px 15px;
}

.accordion > li {
  border-bottom: 1px solid rgba(92, 88, 88, 0.14);
  cursor: pointer;
}

.accordion .title {
  margin: 0;
  padding: 23px 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .title:after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  border-left: 0.32em solid transparent;
  border-right: 0.32em solid transparent;
  border-top: 0.3em solid rgba(92, 88, 88, 0.3);
  transform: rotate(-90deg);
  transition: 0.4s;
}

.accordion .title.expand:after {
  transform: none;
}

@media screen and (max-width: 768px) {
  .accordion .title {
    font-size: 21px;
    padding: 20px 10px;
  }
}
/*--------------------------------------------------------------
 Posts
--------------------------------------------------------------*/
time.updated:not(.published) {
  display: none;
}

.entry-header {
  padding-bottom: 88px;
  padding-top: 50px;
}

.entry-header .col-5, .entry-header .gform_wrapper, .entry-header .highlight-2 .highlight, .highlight-2 .entry-header .highlight {
  flex-grow: 1;
}

.hex-placeholder {
  height: 100%;
  min-height: 310px;
  background: url(img/hex.svg) no-repeat center/cover;
}

.entry-title a, .entry-title .wfPagePreviousButton,
.entry-meta a,
.entry-meta .wfPagePreviousButton {
  color: inherit;
}

.post-thumbnail {
  max-height: 800px;
  overflow: hidden;
}

.post-thumbnail img,
.page-thumbnail {
  display: block;
}

.blog .post-thumbnail {
  background-color: #fff;
  padding: 4%;
}

.blog .post-thumbnail img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.entry-header .card {
  padding: 23px 34px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single .entry-subtitle {
  margin-bottom: 0;
  margin-top: 10px;
}

.single article {
  margin-bottom: 100px;
}

.post-type-archive .posts {
  padding-bottom: 60px;
}

.posts {
  flex-wrap: wrap;
}

.filters {
  padding: 14px;
  margin-bottom: 43px;
}

.filters select {
  max-width: 300px;
}

.filters .radios {
  min-height: 47px;
}

.filters .radios .flex + .flex {
  border-left: 1px solid #5C5858;
}

.filters button {
  background-color: transparent;
  color: #5C5858;
  padding-bottom: 8px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-top: 15px;
  border-bottom: 4px solid transparent;
  margin-bottom: 6px;
}
.filters button:active {
  outline: none;
}

.filters .active {
  color: #3F2F59;
  outline: none;
  border-bottom-color: #FE8307;
}

.blog .entry-title {
  font-size: 26px;
}

.blog .post-thumbnail {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 188px;
  overflow: hidden;
  margin-bottom: 13px;
}

.blog article {
  margin-bottom: 60px;
}

#more-posts {
  text-align: center;
  margin: 45px auto 25px;
}

.pagination {
  margin: 50px auto;
  text-align: center;
}

.page-numbers {
  font-family: interstate-condensed, sans-serif;
  color: #3F2F59;
  font-weight: 500;
  letter-spacing: 0.033em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #5C5858;
  margin: 0 0.75%;
  padding: 0 6px;
  font-size: 1.25rem;
}

.page-numbers.current {
  color: #3F2F59;
  padding-left: 6px;
  padding-right: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47%, #C1F08C 47%);
}

.single .entry-meta {
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: -30px;
}

.single .posted-on,
.single .byline {
  display: block;
}

.blog .single .entry-content .col-11 {
  max-width: 680px;
}

.alignright {
  float: right;
  padding-left: 20px;
}

.alignleft {
  float: right;
  padding-right: 20px;
}

.widget img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .single article {
    margin-bottom: 40px;
  }

  .entry-header .col-6,
.entry-header .col-5,
.entry-header .gform_wrapper,
.entry-header .highlight-2 .highlight,
.highlight-2 .entry-header .highlight {
    flex-basis: 100%;
  }

  .entry-header div[class*=pull-] {
    margin-left: 0;
  }

  .single .entry-meta {
    padding: 10px 0 0 0;
    justify-self: flex-end;
  }

  .entry-header .card {
    margin: 0;
    width: 100%;
  }

  .hex-placeholder {
    min-height: 100px;
  }

  .post-thumbnail {
    max-height: 550px;
  }
}
@media screen and (max-width: 600px) {
  .alignright {
    float: none;
    padding-left: 0;
  }

  .alignleft {
    float: none;
    padding-right: 0;
  }

  .entry-header {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .post-type-archive .posts {
    padding-bottom: 30px;
  }

  .blog article {
    margin-bottom: 30px;
  }

  .blog .posts .col-4, .blog .posts .highlight-3 .highlight, .highlight-3 .blog .posts .highlight {
    flex-basis: 100%;
  }

  .pagination .page-numbers:not(.current):not(.next):not(.prev) {
    display: none;
  }
}
/* Members */
/*Single*/
.notch-card-section {
  margin-top: 32px;
}

.member-links {
  margin-top: 53px;
}

.member-links ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.member-links li {
  margin-bottom: 33px;
}

.single-member .entry-header .is-style-lead {
  margin-top: 15px;
}

/* Archive */
.post-type-archive-member .posts {
  transition: 0.4s;
  position: relative;
  min-height: 500px;
}
.post-type-archive-member .posts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  top: 130px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 97 85" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(92,88,88)" d="M88.277799,38.3195935 L96.371689,50.8551835 L92.246689,53.5192835 L89.590489,49.4020835 C87.859489,59.1280835 82.761889,67.9292835 75.195489,74.2730835 C67.625489,80.6167835 58.062489,84.0933805 48.187489,84.0973158 C38.847489,84.1050865 29.773399,80.9996835 22.394499,75.2730835 C15.1735365,69.6693127 9.97835356,61.8601852 7.60138068,53.040409 L7.454,52.479 L12.211299,51.2651935 C14.2039581,58.9876026 18.6213285,65.867074 24.8040877,70.8972632 L25.238299,71.2451935 C35.582299,79.3740935 49.453299,81.4287935 61.707299,76.6357935 C73.81186,71.905196 82.5511275,61.1941747 84.7729937,48.4111779 L84.852299,47.9367935 L80.391399,51.9055935 L77.125799,48.2336935 L88.277799,38.3195935 Z M74.175109,9.01120353 C81.432909,14.7378035 86.613109,22.6872035 88.921109,31.6402035 L84.163309,32.8550035 C82.124209,24.9448935 77.546109,17.9290935 71.136309,12.8710935 C60.792309,4.74219353 46.921309,2.69109353 34.667299,7.48049353 C22.413299,12.2734935 13.608299,23.1874935 11.522299,36.1794935 L15.983199,32.2106935 L19.244899,35.8825935 L8.093799,45.7961935 L0,33.2571935 L4.125,30.5930935 L6.785106,34.7142035 C9.359309,20.1592035 19.387109,8.02620353 33.195109,2.76120353 C47.004109,-2.50829647 62.566109,-0.133296466 74.175109,9.01120353 Z"></path></svg>');
  animation: spin 2s infinite;
  opacity: 0;
  pointer-events: none;
}

.post-type-archive-member .filters .select {
  margin: 0 10px;
}

.post-type-archive-member .filters select {
  width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.post-type-archive-member .posts.loading .col-4, .post-type-archive-member .posts.loading .highlight-3 .highlight, .highlight-3 .post-type-archive-member .posts.loading .highlight {
  opacity: 0.2;
}
.post-type-archive-member .posts.loading:after {
  opacity: 0.5;
}

.post-type-archive-member .posts .col-4, .post-type-archive-member .posts .highlight-3 .highlight, .highlight-3 .post-type-archive-member .posts .highlight {
  padding-top: 54px;
  transition: inherit;
}

.post-type-archive-member .posts .card {
  display: block;
  padding: 20px 7px 7px;
  flex-basis: 100%;
  height: 100%;
  max-width: 300px;
}

.post-type-archive-member .logo-thumbnail {
  margin-bottom: 22px;
  padding-top: 43%;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.post-type-archive-member .posts .entry-title {
  font-size: 1.059rem;
  margin: 0 0 3px;
}

.post-type-archive-member .posts .entry-subtitle {
  font-size: 0.882rem;
  margin: 0;
}

.post-type-archive-member .entry-content {
  padding-left: 5.9%;
}

.post-type-archive-member .no-results {
  margin: 20px auto 0;
}

.member-details {
  margin-top: 5%;
}

@media screen and (max-width: 900px) {
  .single-member .entry-content .col-4, .single-member .entry-content .highlight-3 .highlight, .highlight-3 .single-member .entry-content .highlight {
    flex-basis: 100%;
  }

  .single-partner .entry-content .col-4, .single-partner .entry-content .highlight-3 .highlight, .highlight-3 .single-partner .entry-content .highlight {
    flex-basis: 100%;
  }

  .post-type-archive-member .filters .select {
    flex: 1 0 100%;
    text-align: center;
  }

  .post-type-archive-member .filters .select + .select {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-member .posts .card {
    margin-top: 20px;
  }

  .post-type-archive-member .posts .col-4:first-of-type, .post-type-archive-member .posts .highlight-3 .highlight:first-of-type, .highlight-3 .post-type-archive-member .posts .highlight:first-of-type,
.post-type-archive-member .posts .col-4:nth-of-type(2),
.post-type-archive-member .posts .highlight-3 .highlight:nth-of-type(2),
.highlight-3 .post-type-archive-member .posts .highlight:nth-of-type(2) {
    padding-top: 0;
  }
}
/* Jobs */
.job-cats {
  padding: 33px 9px;
  margin-bottom: 78px;
}

.job-cats select {
  max-width: 278px;
  margin: 10px;
}

.jobs {
  padding-top: 37px;
  padding-bottom: 37px;
}

.jobs .card {
  border-radius: 8px;
  padding: 14px 25px 11px;
  margin-bottom: 45px;
}

.jobs .card div {
  flex: 1;
}

.jobs h3 {
  line-height: em(18);
}

.jobs p {
  font-style: italic;
  font-size: 88.2353%;
  color: #5C5858;
  font-weight: 100;
}

.jobs .card .body, .jobs .card .tribe-events-calendar-month__calendar-event-title,
.jobs .card .tribe-events-calendar-month__multiday-event-bar-title, .jobs .card .site-footer .widgettitle, .site-footer .jobs .card .widgettitle,
.jobs .card .accent,
.jobs .card input[type=radio] + label,
.jobs .card input[type=checkbox] + label,
.jobs .card .acf-radio-list label,
.acf-radio-list .jobs .card label,
.jobs .card .mc4wp-form input[type=radio] + span,
.mc4wp-form .jobs .card input[type=radio] + span,
.jobs .card .mc4wp-form input[type=checkbox] + span,
.mc4wp-form .jobs .card input[type=checkbox] + span {
  line-height: 1.5;
}

.jobs .rarr {
  flex-basis: 20%;
  max-width: 70px;
}

.jobs .subhead, .jobs .tribe-events-calendar-month__header-column-title, .jobs figcaption, .jobs label, .jobs .site-footer .menu > li > a, .site-footer .jobs .menu > li > a, .jobs .site-footer .menu > li > .wfPagePreviousButton, .site-footer .jobs .menu > li > .wfPagePreviousButton, .jobs .single .entry-meta, .single .jobs .entry-meta {
  border-bottom: 11px solid #DFDFDF;
  margin-bottom: 34px;
}

@media screen and (max-width: 600px) {
  .job-cats {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jobs-cats {
    margin-bottom: 45px;
  }

  .jobs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jobs .col-6 {
    flex-basis: 100%;
  }
}
/* Partners */
.partner-social a, .partner-social .wfPagePreviousButton {
  margin-bottom: 20px;
  margin-right: 20px;
}

/* Events */
/* Events */
.tribe-common .tribe-events-l-container {
  display: flex;
  flex-direction: column;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  border: none;
  padding-top: 17px;
  padding-bottom: 16px;
}

.tribe-events-header__events-bar {
  justify-content: center;
  order: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
  background-color: white;
}

.tribe-common--breakpoint-medium .tribe-events-header__events-bar {
  box-shadow: 0 4px 20px 0 rgba(23, 19, 30, 0.25);
  order: -1;
}

.tribe-events-c-events-bar__search-button,
.tribe-events-c-view-selector__button {
  border: none;
  color: #3F2F59;
  background: none;
}

.tribe-common .tribe-events-c-events-bar {
  margin-top: 20px;
  border-radius: 4px;
}

.tribe-events .tribe-events-c-events-bar__search-container {
  top: calc(100% - 16px);
  background: none;
  padding: 0;
}

.tribe-events .tribe-events-c-view-selector__content {
  transform: none;
  right: -38px;
  border-radius: 4px;
  padding: 10px 28px;
  background: white;
}

.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector {
  width: 53px;
  height: 47px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
  margin-top: 12px;
}

.tribe-events .tribe-events-c-events-bar__search-button {
  margin: 0;
}

.tribe-events .tribe-events-c-events-bar__search-button,
.tribe-events .tribe-events-c-view-selector__button {
  padding: 14px;
  justify-content: center;
}

.tribe-events-c-events-bar__search-button--active,
.tribe-events-c-view-selector__button--active {
  color: #FE8307;
  background: white;
  border-radius: 4px 4px 0 0;
}

.tribe-common .tribe-common-form-control-text__input {
  padding: 12px;
}

.tribe-events .tribe-events-c-view-selector__list-item {
  margin: 10px 0;
}

.tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link {
  color: currentColor;
  padding: 0 2px 0;
  border-bottom: 4px solid transparent;
}

.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
  color: #3F2F59;
  border-color: #FE8307;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  margin-right: 18px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar {
  padding: 0;
}

.tribe-events .tribe-events-c-events-bar__search {
  max-width: 470px;
  margin: auto;
  padding: 20px 25px;
  border-radius: 4px;
  background: white;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search {
  max-width: 700px;
  padding: 17px 24px;
  margin-left: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding: 11px 20px 12px 25px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input::placeholder {
  color: #9C9696;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input:focus {
  border-bottom: 2px solid #FE8307;
}

.tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-text {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
  font-size: 0.85rem;
  color: currentColor;
  margin-top: 1em;
  padding: 0 6px 8px;
  line-height: 1;
}

.tribe-events .tribe-events-header {
  flex-direction: column;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
  flex-direction: row;
  justify-content: center;
}

.tribe-events-c-top-bar__datepicker-container {
  z-index: 2;
}

.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-container {
  left: 0;
  transform: none;
}

.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-wrap {
  margin: 30px auto 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #3F2F59;
  line-height: 1.2;
  font-size: 1.3rem;
  color: rgba(92, 88, 88, 0.5);
  border: none;
  background: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
  content: "";
  display: inline-block;
  border-left: 0.2em solid transparent;
  border-right: 0.2em solid transparent;
  border-top: 0.2em solid currentColor;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-size: 2.059rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
  margin: 40px 0 16px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-time {
  color: #3F2F59;
  display: block;
  margin: 0 0.3em;
}

.tribe-events .tribe-events-c-top-bar__nav {
  width: 100%;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
  display: flex;
  justify-content: space-between;
}

.tribe-common .tribe-events-c-top-bar__nav-list button[disabled],
.tribe-common-b2[disabled] {
  border: none;
  color: #FCD2A7;
}

.tribe-events .tribe-events-c-top-bar__today-button svg {
  width: 1.2em;
  margin-right: 0.5em;
  top: 0.25em;
  position: relative;
  height: auto;
}

.tribe-events .tribe-events-c-messages__message {
  width: auto;
  margin: 0 auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages {
  order: 0;
}

.tribe-events-c-messages__message--notice,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
  background-color: #FCD2A7;
  color: #FE8307;
  border-radius: 4px;
  padding: 18px 40px;
}
.tribe-events-c-messages__message--notice a, .tribe-events-c-messages__message--notice .wfPagePreviousButton,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message a,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message .wfPagePreviousButton {
  text-decoration: underline;
}
.tribe-events-c-messages__message--notice svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message svg {
  margin-right: 13px;
}

.tribe-events .tribe-events-calendar-month__header-column {
  text-align: center;
  padding: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column {
  padding: 17px 10px;
}

.tribe-events .tribe-events-calendar-month__week {
  margin: 0 -1px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
  margin: 0 -2.665px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  padding: 0 2.665px 5.33px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-width: 0;
}

.tribe-events .tribe-events-calendar-month__day-cell {
  background-color: #fff;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
  border: 1px solid #f5f5f5;
  align-items: flex-start;
}

.tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month__multiday-event-bar-title {
  color: #3F2F59;
  font-size: 15px;
  line-height: 21px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #f5f5f5;
}

.tribe-events-month-event-title a, .tribe-events-month-event-title .wfPagePreviousButton,
.tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month__calendar-event-title .wfPagePreviousButton,
.tribe-events-calendar-month-mobile-events__mobile-event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  color: inherit;
}

.tribe-events .tribe-events-calendar-month__calendar-event,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  padding: 8px 13px 8px 18px;
}

.tribe-events .tribe-events-calendar-month__calendar-event:last-child {
  padding-bottom: 12px;
}

.tribe-events-calendar-month__calendar-event-datetime {
  font-size: 11px;
  font-style: italic;
  color: #BCB0B0;
}

.tribe-events .tribe-events-calendar-month__day-date {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
  display: block;
  padding: 4px 5px 2px;
  background-color: transparent;
  color: #3F2F59;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
  width: 52px;
  text-indent: 18px;
  margin-top: 16px;
  height: 18px;
  padding: 0;
  font-size: 12.4px;
  letter-spacing: 1.15px;
}

.tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date,
.tribe-common--breakpoint-medium .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  color: #BCB0B0;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-common--breakpoint-medium .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events-calendar-month__day .tribe-events-calendar-month__day-date a,
.tribe-events-calendar-month__day .tribe-events-calendar-month__day-date .wfPagePreviousButton {
  background-color: #C1F08C;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  position: absolute;
  border-radius: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.tribe-events-calendar-month__day-date-daynum {
  line-height: 1.5;
}

.tribe-events-calendar-month__day-date-daynum a, .tribe-events-calendar-month__day-date-daynum .wfPagePreviousButton {
  display: block;
  color: #3F2F59;
}

.tribe-common .tribe-events-calendar-month-mobile-events {
  display: flex;
  flex-direction: column;
}

.tribe-events .tribe-events-c-ical {
  order: 1;
  margin-top: 15px;
}

.tribe-events-c-ical__link {
  padding: 0;
}
.tribe-events-c-ical__link:before {
  content: "+ ";
  height: 1.9em;
  margin-right: 0.5em;
  transition: none;
  background-color: none;
}

.tribe-block__events-link .tribe-block__btn--link a.button, .tribe-block__events-link .tribe-block__btn--link .single-tribe_events .tribe-events-cal-links a.tribe-events-button, .single-tribe_events .tribe-events-cal-links .tribe-block__events-link .tribe-block__btn--link a.tribe-events-button, .tribe-block__events-link .tribe-block__btn--link .button.wfPagePreviousButton, .tribe-block__events-link .tribe-block__btn--link .tribe-events-single button.wfPagePreviousButton, .tribe-events-single .tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton, .tribe-block__events-link .tribe-block__btn--link .single-tribe_events .tribe-events-cal-links .wfPagePreviousButton.tribe-events-button, .single-tribe_events .tribe-events-cal-links .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.tribe-events-button, .tribe-block__events-link .tribe-block__btn--link .is-style-orange a.wp-block-button__link, .is-style-orange .tribe-block__events-link .tribe-block__btn--link a.wp-block-button__link, .tribe-block__events-link .tribe-block__btn--link .is-style-orange .wfPagePreviousButton.wp-block-button__link, .is-style-orange .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wp-block-button__link, .tribe-block__events-link .tribe-block__btn--link .is-style-arrow a.wp-block-button__link, .is-style-arrow .tribe-block__events-link .tribe-block__btn--link a.wp-block-button__link, .tribe-block__events-link .tribe-block__btn--link .is-style-arrow .wfPagePreviousButton.wp-block-button__link, .is-style-arrow .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wp-block-button__link, .tribe-block__events-link .tribe-block__btn--link input.wfPagePreviousButton[type=submit],
.tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton[type=submit],
.tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton[type=reset], .tribe-block__events-link .tribe-block__btn--link a.duplicateSpan, .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.duplicateSpan,
.tribe-block__events-link .tribe-block__btn--link a.wfPageNextButton,
.tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wfPageNextButton, .tribe-block__events-link .tribe-block__btn--link #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar .tribe-block__events-link .tribe-block__btn--link a.wpfront-button, .tribe-block__events-link .tribe-block__btn--link #wpfront-notification-bar .wfPagePreviousButton.wpfront-button, #wpfront-notification-bar .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wpfront-button, .tribe-block__events-link .tribe-block__btn--link a.tribe-events-c-ical__link, .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.tribe-events-c-ical__link {
  border: none;
  background: none;
  color: #FE8307;
}
.tribe-block__events-link .tribe-block__btn--link a.button:hover, .tribe-block__events-link .tribe-block__btn--link .single-tribe_events .tribe-events-cal-links a.tribe-events-button:hover, .single-tribe_events .tribe-events-cal-links .tribe-block__events-link .tribe-block__btn--link a.tribe-events-button:hover, .tribe-block__events-link .tribe-block__btn--link .button.wfPagePreviousButton:hover, .tribe-block__events-link .tribe-block__btn--link .tribe-events-single button.wfPagePreviousButton:hover, .tribe-events-single .tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton:hover, .tribe-block__events-link .tribe-block__btn--link .single-tribe_events .tribe-events-cal-links .wfPagePreviousButton.tribe-events-button:hover, .single-tribe_events .tribe-events-cal-links .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.tribe-events-button:hover, .tribe-block__events-link .tribe-block__btn--link .is-style-orange a.wp-block-button__link:hover, .is-style-orange .tribe-block__events-link .tribe-block__btn--link a.wp-block-button__link:hover, .tribe-block__events-link .tribe-block__btn--link .is-style-orange .wfPagePreviousButton.wp-block-button__link:hover, .is-style-orange .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wp-block-button__link:hover, .tribe-block__events-link .tribe-block__btn--link .is-style-arrow a.wp-block-button__link:hover, .is-style-arrow .tribe-block__events-link .tribe-block__btn--link a.wp-block-button__link:hover, .tribe-block__events-link .tribe-block__btn--link .is-style-arrow .wfPagePreviousButton.wp-block-button__link:hover, .is-style-arrow .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wp-block-button__link:hover, .tribe-block__events-link .tribe-block__btn--link input.wfPagePreviousButton[type=submit]:hover,
.tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton[type=submit]:hover,
.tribe-block__events-link .tribe-block__btn--link button.wfPagePreviousButton[type=reset]:hover, .tribe-block__events-link .tribe-block__btn--link a.duplicateSpan:hover, .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.duplicateSpan:hover,
.tribe-block__events-link .tribe-block__btn--link a.wfPageNextButton:hover,
.tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wfPageNextButton:hover, .tribe-block__events-link .tribe-block__btn--link #wpfront-notification-bar a.wpfront-button:hover, #wpfront-notification-bar .tribe-block__events-link .tribe-block__btn--link a.wpfront-button:hover, .tribe-block__events-link .tribe-block__btn--link #wpfront-notification-bar .wfPagePreviousButton.wpfront-button:hover, #wpfront-notification-bar .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.wpfront-button:hover, .tribe-block__events-link .tribe-block__btn--link a.tribe-events-c-ical__link:hover, .tribe-block__events-link .tribe-block__btn--link .wfPagePreviousButton.tribe-events-c-ical__link:hover {
  color: #FCD2A7;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  font-family: interstate-condensed, sans-serif;
  color: #3F2F59;
  font-weight: 500;
  letter-spacing: 0.033em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 21px;
  height: auto;
  background: #C1F08C;
  border-radius: 4px;
  padding: 10px 5px;
}

.tribe-events .tribe-events-calendar-list__event-row {
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 20px;
  position: relative;
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
  width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px solid #DFDFDF;
  padding-top: 50px;
  max-width: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding: 0 22px;
}

.tribe-events-calendar-list__event-datetime-wrapper {
  line-height: 1.2;
  font-size: 16px;
}

.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.141em;
  font-weight: 500;
  font-size: 0.882em;
  color: #3F2F59;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
  width: auto;
  top: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
  top: 3px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  flex-direction: row;
  padding: 10px 20px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
  margin: 0 0.15em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  flex-direction: column;
  padding: 10px 5px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
  margin: 0;
}

.tribe-events .tribe-events-calendar-list__event-featured-image,
.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  max-height: 280px;
}
.tribe-events .tribe-events-calendar-list__event-featured-image img,
.tribe-events .tribe-events-calendar-list__event-featured-image-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show,
.tribe-events .tribe-events-header__messages {
  order: 1;
}

.tribe-events .tribe-events-header__messages {
  margin: 15px 0 10px;
  line-height: 1.4;
}

.tribe-events .tribe-events-calendar-month-nav {
  padding: 0 0 5px;
}

.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__today {
  font-size: 0.8rem;
}

.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg {
  display: inline;
  fill: currentColor;
  width: 8px;
}

.tribe-events .tribe-events-c-nav__next-icon-svg {
  margin-left: 10px;
}

.tribe-events .tribe-events-c-nav__prev-icon-svg {
  margin-right: 10px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
  font-style: italic;
  color: rgba(92, 88, 88, 0.5);
  margin-bottom: 12px;
  padding: 35px 0 5px;
  font-size: 15px;
  border-bottom: 1px solid #DFDFDF;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
  padding: 20px 0;
}

/* Single Event */
.tribe-events-notices {
  background-color: #FCD2A7;
  color: #FE8307;
  border: none;
  text-shadow: none;
  padding: 20px 30px;
  border-radius: 4px;
}
.tribe-events-notices ul {
  list-style-type: none;
}

.single-tribe_events h1 {
  max-width: 15em;
  margin-top: 1em;
}

.tribe-events-schedule__time {
  font-style: italic;
}

.single-tribe_events .tribe-events-event-image {
  display: block;
}

.single-tribe_events .tribe-events-meta-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.single-tribe_events .entry-header {
  margin-bottom: 45px;
}

.single-tribe_events .tribe-events-event-meta {
  margin: 0;
  background: transparent;
  border: none;
  font-size: 1rem;
}

.single-tribe_events .tribe-events-content {
  margin-bottom: 45px;
}

.single-tribe_events .tribe-events-cal-links .tribe-events-button {
  color: #FE8307 !important;
  margin: 0 0 0 35px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
}

.tribe-block__events-link {
  justify-content: center;
}

.tribe-block__event-website a, .tribe-block__event-website .wfPagePreviousButton {
  padding: 17px 32px 16px;
  font-size: 0.729rem;
  background: #FE8307;
  margin-bottom: 35px;
}

.tribe-events-single button {
  border: none;
  margin-bottom: 30px;
}

.tribe-events-meta-group dt {
  margin-top: 25px;
}

.tribe-events-calendar .tribe-events-present, .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] .wfPagePreviousButton, .tribe-events-calendar td.tribe-events-present.mobile-active {
  background-color: transparent;
}

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] {
  background-color: transparent;
  color: #3F2F59 !important;
}

#tribe-events-content ul.tribe-events-sub-nav {
  margin: 50px 0 0;
  padding: 20px;
  list-style-type: none;
  background: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-tribe_events #tribe-events-footer li,
.single-tribe_events #tribe-events-header li {
  padding: 0;
  line-height: 1.3;
  text-align: left;
  width: auto;
  max-width: 48%;
}
.single-tribe_events #tribe-events-footer li a, .single-tribe_events #tribe-events-footer li .wfPagePreviousButton,
.single-tribe_events #tribe-events-header li a,
.single-tribe_events #tribe-events-header li .wfPagePreviousButton {
  font-weight: 500;
  text-align: left;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:before,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous:before {
  content: "Previous:";
  display: inline-block;
  margin-right: 10px;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:before,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next:before {
  content: "Next:";
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .events-title {
    margin-bottom: 0;
  }

  .single-tribe_events .entry-header {
    padding-bottom: 35px;
  }

  .single-tribe_events .entry-header .col-6 {
    order: -1;
  }

  .tribe-events-sub-nav li a, .tribe-events-sub-nav li .wfPagePreviousButton {
    background-color: transparent;
    color: #FE8307;
    padding-right: 0;
    padding-left: 0;
  }
  .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li .wfPagePreviousButton:hover, .tribe-events-sub-nav li a:visited, .tribe-events-sub-nav li .wfPagePreviousButton:visited {
    color: #FE8307;
  }

  .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    width: 20px;
    font-size: 12px;
  }

  .tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .type-tribe_events {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0;
    opacity: 0;
    height: 100%;
  }
}
/* Staff */
.staff {
  text-align: center;
}

.staff svg {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  max-width: 220px;
}

.staff h3 {
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.staff-members {
  margin-bottom: 200px;
}

.staff-members .members {
  margin-bottom: -6%;
}

.staff-members .staff:nth-child(even) {
  margin-top: 13%;
}

@media screen and (min-width: 901px) {
  .staff-members .members:not(:first-of-type) .staff:nth-child(3):last-child {
    margin-right: 25%;
  }

  .staff-members .members:not(:first-of-type) .staff:first-child:last-child {
    margin-left: 25%;
  }

  .staff-members .members:not(:first-of-type) .staff:first-child:last-child {
    margin-left: 25%;
  }

  .staff-members .members:not(:first-of-type) .staff:nth-child(2):last-child {
    margin-top: 0;
  }

  .staff-members .members:not(:first-of-type) .staff:first-child:nth-last-child(2) {
    margin-top: 12%;
  }
}
@media screen and (max-width: 900px) {
  .staff-members {
    margin-bottom: 75px;
  }

  .staff-members .members {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .staff-members .staff {
    margin-bottom: -8%;
  }

  .staff-members .staff:nth-child(even) {
    margin-top: 24%;
  }

  .staff-members .staff:nth-child(odd):last-child {
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
 Pages
--------------------------------------------------------------*/
.page header .card {
  width: 100%;
  z-index: 1;
}

.page .entry-header {
  padding-bottom: 0;
}

.page-id-48 .wp-block-group:first-of-type {
  position: relative;
}
.page-id-48 .wp-block-group:first-of-type:after {
  content: "";
  position: absolute;
  right: -55%;
  max-width: 800px;
  bottom: -29%;
  background: url(img/hex-loose.svg) no-repeat center right/contain;
  width: 68%;
  padding-top: 50%;
  transform: scale(1, -1) rotate(54deg);
  z-index: -1;
}

.page-id-98 blockquote {
  display: flex;
  flex-direction: column;
}

.page-id-98 blockquote footer {
  order: -1;
}

.page-id-126 .wp-block-group:nth-of-type(3n) {
  position: relative;
  z-index: 1;
}
.page-id-126 .wp-block-group:nth-of-type(3n):after {
  content: "";
  position: absolute;
  right: -24%;
  max-width: 780px;
  bottom: -30%;
  background: url(img/hex-loose.svg) no-repeat center right/contain;
  width: 62%;
  padding-top: 45%;
  transform: rotate(115deg);
  z-index: -1;
}

.page-id-18304 .hero {
  position: relative;
  z-index: 1;
}

.page-id-18304 .wp-block-group:first-of-type {
  position: relative;
  z-index: 0;
}
.page-id-18304 .wp-block-group:first-of-type:after {
  content: "";
  position: absolute;
  left: -23%;
  max-width: 700px;
  bottom: -80%;
  background: url(img/hex-loose.svg) no-repeat center right/contain;
  width: 42%;
  padding-top: 45%;
  transform: rotate(70deg) scale(1, -1);
  z-index: -1;
}

.page-id-18304 .wp-block-group:first-of-type + div > * {
  position: relative;
  z-index: 1;
}

.page-id-121 .wp-block-group:first-of-type h2 {
  max-width: 680px;
}

/* Home */
#hface-1 {
  transform: translate(20px, 20px);
}

.home .entry-content {
  position: relative;
}

.home #hfaces {
  position: absolute;
  min-width: 270px;
  top: 30%;
  left: -7%;
  width: 39%;
  z-index: -1;
}

.home .wp-block-group:first-of-type h2 {
  max-width: 880px;
}

.home .wp-block-group:nth-of-type(2n) {
  position: relative;
  z-index: 1;
  margin-top: 248px;
}
.home .wp-block-group:nth-of-type(2n) h2 {
  max-width: 784px;
  margin-left: auto;
}
.home .wp-block-group:nth-of-type(2n) .wp-block-image img {
  box-shadow: 0 4px 20px 0 rgba(23, 19, 30, 0.25);
}
.home .wp-block-group:nth-of-type(2n):after {
  content: "";
  position: absolute;
  right: -22%;
  max-width: 800px;
  bottom: -42%;
  background: url(img/hex-loose.svg) no-repeat center right/contain;
  width: 52%;
  padding-top: 39%;
  z-index: -1;
}

.home .wp-block-group:nth-of-type(3n) h2 {
  max-width: 680px;
}
.home .wp-block-group:nth-of-type(3n) .wp-block-column + .wp-block-column {
  position: relative;
}
.home .wp-block-group:nth-of-type(3n) .wp-block-column + .wp-block-column svg {
  position: absolute;
  bottom: -30%;
}

@media screen and (max-width: 900px) {
  .home .wp-block-group.is-style-white .wp-block-column + .wp-block-column svg {
    position: relative;
    bottom: -20%;
  }

  .home .wp-block-group:nth-of-type(2n) {
    position: relative;
    margin-top: 100px;
  }
  .home .wp-block-group:nth-of-type(2n):after {
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #hfaces {
    display: none;
  }

  .home .wp-block-group:nth-of-type(2n) {
    margin-top: 0;
  }
}
/* Startups */
.page-id-46 .wp-block-group {
  position: relative;
}

.page-id-46 .wp-block-group:first-of-type:after {
  content: "";
  position: absolute;
  right: -17%;
  bottom: -17%;
  max-width: 800px;
  background: url(img/hex-loose.svg) no-repeat center right/contain;
  width: 52%;
  padding-top: 39%;
  z-index: -1;
}
