/* stylelint-disable declaration-no-important */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444444;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* stylelint-enable */
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Metropolis-Regular.woff2) format("woff2"), url(../fonts/Metropolis-Regular.woff) format("woff");
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Metropolis-RegularItalic.woff2) format("woff2"), url(../fonts/Metropolis-RegularItalic.woff) format("woff");
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Metropolis-SemiBold.woff2) format("woff2"), url(../fonts/Metropolis-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Metropolis-Bold.woff2) format("woff2"), url(../fonts/Metropolis-Bold.woff) format("woff");
}
html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* [5] */
  -webkit-text-size-adjust: 100%;
  /* [5] */
  color: #383a38;
  overflow-x: hidden;
}

/* stylelint-disable */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* stylelint-enable */
/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 * 3. Set the base elements `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your projects
 *    base font size.
 */
body {
  background: #ffffff;
  color: #383a38;
  font-family: "Metropolis", serif;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 0.32px;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  /* Adhere to container width. */
}

a {
  color: #65326d;
  padding-bottom: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid #1c8e47;
  font-family: "Metropolis", serif;
}
a.no-underline {
  border: none;
  text-decoration: none;
}
a:hover {
  font-style: italic;
}
a:focus {
  background: #f7f1de;
  font-style: italic;
  color: inherit;
}

form input,
form select,
form textarea {
  padding: 0.8em;
  border: 1px solid #65326d;
  border-radius: 0.25rem;
  background: #f7f1de;
}

.comment-subscription-form input[type=checkbox] {
  line-height: 2.1ex;
}
.comment-subscription-form input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.6ex;
  background: transparent;
  top: 0.5ex;
  left: 0.4ex;
  border: 0.1875rem solid #65326d;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.comment-subscription-form input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.comment-subscription-form input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -13%;
  height: 2ex;
  width: 2ex;
  background: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.25rem;
  margin-right: 0.5em;
}
.comment-subscription-form input[type=checkbox], input[type=radio] {
  position: absolute;
  left: -999em;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  border: 1px solid #65326d;
  border-radius: 0.25rem;
  background: #f7f1de;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #65326d;
  border-radius: 0.25rem;
  background: #f7f1de;
  clear: none;
  cursor: pointer;
  display: inline-block;
  /*! line-height: 0; */
  height: 1rem;
  margin: -0.3rem 0.25rem 0 0;
  outline: 0;
  padding: 0 !important;
  /*! text-align: center; */
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0.125rem rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
  position: relative;
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.6ex;
  background: transparent;
  top: 0.6ex;
  left: 0.4ex;
  border: 0.15rem solid #65326d;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
input[type=checkbox]:focus-visible, input[type=radio]:focus-visible {
  outline: #101010 auto 1px;
}

label {
  cursor: pointer;
}

dl {
  margin-top: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 1rem;
}

/**
 * Button Style
 */
.wp-block-team51-donations-block.is-layout-extended .wp-element-button, .apt-newsletter-block-wrap .mailpoet_form input[type=submit], button:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]),
.button:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button),
input[type=submit],
.wp-block-button__link,
.wp-block-file__button,
.comments-area input[type=submit],
.buddypress .buddypress-wrap input[type=submit] {
  color: #fff;
  font-family: "Metropolis", serif;
  padding: 0.9375rem 1.5625rem;
  background-color: #1c8e47;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.375rem;
  font-weight: 700;
  border: none;
  border-radius: 999em;
  cursor: pointer;
}
.wp-block-team51-donations-block.is-layout-extended .wp-element-button:visited, .apt-newsletter-block-wrap .mailpoet_form input[type=submit]:visited, button:visited:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]),
.button:visited:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button),
input[type=submit]:visited,
.wp-block-button__link:visited,
.wp-block-file__button:visited,
.buddypress .buddypress-wrap input[type=submit]:visited {
  color: #fff;
}
.wp-block-team51-donations-block.is-layout-extended .wp-element-button:hover, .apt-newsletter-block-wrap .mailpoet_form input[type=submit]:hover, button:hover:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]),
.button:hover:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button),
input[type=submit]:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
.buddypress .buddypress-wrap input[type=submit]:hover {
  background-color: #ffe287;
  color: #231c4f;
}

/*---------------------------
		Alignments
---------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

/*---------------------------
		Clearing
---------------------------*/
.clear-both {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-none {
  clear: none;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}

/*---------------------------
		Others
---------------------------*/
.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.show {
  display: block;
}

.visible {
  visibility: visible;
}

.radius {
  border-radius: 0.3125rem;
}

.round {
  border-radius: 50%;
}

.no-border {
  border: 0;
}
.no-border:hover, .no-border:focus {
  border: 0;
}

/**
 * Page Layout Styles & Repsonsive Styles
 */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2.5rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}
.show-for-ie {
  display: none;
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.has-primary-background-color {
  background: #0000ff;
}

.has-secondary-background-color {
  background: #ff0000;
}

.has-foreground-background-color {
  background: #444444;
}

.has-background-background-color {
  background: #ffffff;
}

.has-dark-purple-background-color {
  background: #231C4F;
}

.has-medium-purple-background-color {
  background: #65326D;
}

.has-green-background-color {
  background: #187B3E;
}

.has-yellow-background-color {
  background: #FFC100;
}

.has-cream-background-color {
  background: #F7F1DE;
}

.has-text-color.has-primary-color {
  color: #0000ff;
}
.has-text-color.has-secondary-color {
  color: #ff0000;
}
.has-text-color.has-foreground-color {
  color: #444444;
}
.has-text-color.has-background-color {
  color: #ffffff;
}
.has-text-color.has-dark-purple-color {
  color: #231C4F;
}
.has-text-color.has-medium-purple-color {
  color: #65326D;
}
.has-text-color.has-green-color {
  color: #187B3E;
}
.has-text-color.has-yellow-color {
  color: #FFC100;
}
.has-text-color.has-cream-color {
  color: #F7F1DE;
}

/**
 * .aligndefault
 */
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

/* stylelint-disable declaration-no-important */
.margin-left-none {
  /*rtl:ignore*/
  margin-left: 0 !important;
}

.margin-right-none {
  /*rtl:ignore*/
  margin-right: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.has-small-font-size {
  line-height: 1.4em;
}

.align-item-up {
  align-items: flex-start !important;
}

.background-repeat {
  background-repeat: repeat !important;
  background-size: auto;
}

.margin-left-half {
  /*rtl:ignore*/
  margin-left: 3rem !important;
}

.margin-right-half {
  /*rtl:ignore*/
  margin-right: 3rem !important;
}

.margin-top-half {
  margin-top: 3rem !important;
}

.margin-bottom-half {
  margin-bottom: 3rem !important;
}

.remove-top-margin {
  margin-top: -5em !important;
}
.logged-in .is-style-logged-out {
  display: none;
}

.singular .is-style-logged-in {
  display: none;
}
.logged-in .is-style-logged-in {
  display: block;
}

.singular .is-style-preview {
  pointer-events: none !important;
  position: relative;
  overflow: hidden;
}
.logged-in .is-style-preview {
  pointer-events: all !important;
}

.wp-block-group *:first-child, .wp-block-column *:first-child {
  margin-top: 0;
}

p {
  margin: 1rem 0;
  font-family: "Metropolis", serif;
  font-size: 1.125rem;
  line-height: 1.6111111111;
}

.wp-block-americanperimetertrail-menu-item {
  margin-top: 2rem;
}
.wp-block-americanperimetertrail-menu-item h5 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}
.wp-block-americanperimetertrail-menu-item p {
  line-height: 1.3em;
  margin-top: 0.3125rem;
}

.bp-logged-in {
  display: none !important;
}
.logged-in .bp-logged-in {
  display: inline-block !important;
}

.logged-in .bp-not-logged-in {
  display: none !important;
}

.map-toggle {
  border: 0;
  float: right;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: -3.125rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffc100;
          text-decoration-color: #ffc100;
  text-underline-offset: 0.3125rem;
}
.map-toggle:hover, .map-toggle:focus {
  color: #383a38;
  text-decoration: none;
  cursor: pointer;
}
.wp-block-group.has-background .map-toggle {
  color: white;
}

/**
 * Button
 */
button:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]):hover, button:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]):focus, button:not(.components-button):not(.hamburger-menu):not([class*=rt]):not(.ac-reply-cancel):not([id*=search-submit]):not(.text-button):not(.add):not(.invite-button):not([class*=mfp-]).has-focus,
.button:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button):hover,
.button:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button):focus,
.button:not(.wp-color-result):not(.ed_button):not(.add_media):not(.wp-picker-clear):not([class*=bp-]):not(.invite-button).has-focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].has-focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link.has-focus,
.wp-block-file__button:hover,
.wp-block-file__button:focus,
.wp-block-file__button.has-focus,
.comments-area input[type=submit]:hover,
.comments-area input[type=submit]:focus,
.comments-area input[type=submit].has-focus,
.buddypress .buddypress-wrap input[type=submit]:hover,
.buddypress .buddypress-wrap input[type=submit]:focus,
.buddypress .buddypress-wrap input[type=submit].has-focus {
  transition: 250ms;
  color: #231c4f;
}

/**
 * Block Options
 */
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
  background: #1c8e47;
  border: none;
  transition: outline-width 50ms;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  color: #383a38;
  outline: 0.125rem solid currentColor;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button .wp-block-button__link {
  font-weight: 700;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #ffe287;
  color: #65326d;
  font-style: normal;
}

.wp-block-jetpack-button .wp-block-button__link {
  padding: 0.4em 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Metropolis", serif;
  font-weight: 700;
  color: #231c4f;
}

h1 {
  font-size: 3rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.4285714286;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.1818181818;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.widget-title {
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
}

.wp-block-query figure {
  margin-bottom: 1.5rem;
}
.wp-block-query .wp-block-post-title {
  margin-bottom: 0;
}
.wp-block-query .wp-block-post-template + p {
  margin-top: 1.5rem;
}
.wp-block-query__images--landscape .wp-block-post-template.is-flex-container {
  gap: 2.25rem;
}
.wp-block-query__images--landscape .wp-block-post-featured-image {
  aspect-ratio: 365/270;
}
.wp-block-query__images--landscape .wp-block-post-featured-image a {
  width: 100%;
  height: 100%;
}
.wp-block-query__images--landscape .wp-block-post-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.site-header__top, .site-header__bottom {
  padding: 0.8125rem 0;
  width: 100%;
  background: #231c4f;
}
.site-header__bottom {
  padding: 0;
}
.site-header__branding {
  padding: 2.8125rem 0;
}
.site-header__top .row, .site-header__bottom .row, .site-header__branding .row {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  max-width: 100%;
}

header .main-navigation .menu-item.cta > a {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.2222222222;
  background-color: #1c8e47;
  color: #ffffff;
  border-radius: 1.84375rem;
  padding: 1.25rem 1.5625rem;
  font-weight: 700;
  border: none;
  transition: 250ms;
}
header .main-navigation .menu-item.cta > a:hover {
  border-bottom: none !important;
  color: #231c4f;
  font-style: normal;
  background-color: #ffe287;
}
header .main-navigation .menu-item.cta > a:focus {
  font-style: normal;
}

.menu-social-links-container .social-menu {
  margin: 0;
  padding: 0;
}
.menu-social-links-container .social-menu .menu-item {
  display: inline-block;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.menu-social-links-container .social-menu .menu-item::after {
  display: none;
}
.menu-social-links-container .social-menu .menu-item a {
  color: #fff;
  display: block;
  border-bottom: none;
  line-height: 1ch;
  margin-right: 0.625rem;
}
.menu-social-links-container .social-menu .menu-item a svg {
  fill: #fff;
  width: 1.5625rem;
  height: 1.25rem;
}
.menu-social-links-container .social-menu .menu-item a:hover svg {
  fill: #ffe287;
}
.menu-social-links-container .social-menu .menu-item a:focus {
  background: none;
}

.menu-header-container {
  float: right;
}

.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu .menu-item {
  display: inline-block;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.header-menu .menu-item:last-child {
  margin-right: 0;
}
.header-menu .menu-item a {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.1875;
  border: none;
  padding: 0.3125rem;
}
.header-menu .menu-item a:hover {
  font-style: normal;
  color: #231c4f;
  background: #ffe287;
}
.header-menu .menu-item a:focus {
  background: initial;
  color: #fff;
}
.header-menu .menu-item.header-view-cart a::after {
  background-image: url(../img/shopping-cart-empty.png);
  background-repeat: no-repeat;
  display: inline-block;
  content: " ";
}

.site-branding {
  align-self: center;
}

.site-logo {
  width: 100%;
  max-width: 23.125rem;
}
.site-logo .custom-logo-link {
  border: none;
  cursor: pointer;
}
.site-logo .custom-logo-link:hover {
  background: none;
}

.site-title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0a0a0a;
  margin: 0;
  font-family: "Metropolis", serif;
}
.home .site-title {
  cursor: default;
}
.bg-white .site-title {
  color: #0a0a0a;
}
.site-header:hover .site-title {
  color: #0a0a0a;
}

.member-primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-primary-menu .menu-item {
  display: inline-block;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0;
  margin-bottom: 0;
}
.member-primary-menu .menu-item a {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.1875;
  border: none;
  padding: 1.03125rem 0.5rem;
  display: block;
}
.member-primary-menu .menu-item a:hover {
  font-style: normal;
  color: #231c4f;
  background: #ffe287;
}
.member-primary-menu .menu-item a:focus {
  background: initial;
  color: #fff;
}
.member-primary-menu .menu-item.current-menu-item a {
  font-weight: bold;
}

.entry-header-page {
  overflow: hidden;
  min-height: 20rem;
  background-repeat: no-repeat;
  background-position: 50% 43.91%;
  background-color: transparent;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.entry-header-page.no-background {
  min-height: 15.625rem;
  background-color: #231C4F;
  border-top: 1px solid white;
}
.entry-header-page__title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  width: 100%;
  margin: 0;
  z-index: 2;
  font-family: "Metropolis", serif;
  text-shadow: 0 0 1rem #000;
}
.entry-header-page__meta {
  margin-top: 1.125rem;
  z-index: 2;
}
.entry-header-page__meta-category {
  display: inline-block;
}
.entry-header-page__meta-category::after {
  content: "|";
  color: #ffffff;
  margin-left: 0.625rem;
  margin-right: 0.3125rem;
}
.entry-header-page__meta-category .post-categories {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-header-page__meta-category .post-categories a {
  color: #7ac0e5;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 500;
}
.entry-header-page__meta-category .post-categories a:hover {
  background: none;
  color: #7ac0e5;
  font-style: normal;
  opacity: 0.7;
}
.entry-header-page__meta-date {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.single .entry-content,
.page .entry-content {
  margin: 5rem auto;
}
.single .entry-content::after,
.page .entry-content::after {
  content: " ";
  background-color: #231c4f;
  height: 1px;
  width: 100%;
  max-width: 51.875rem;
  margin: 3.125rem auto 0;
}
.single .entry-content > *:not(.alignfull):not(.alignwide):not(.wp-block-spacer),
.page .entry-content > *:not(.alignfull):not(.alignwide):not(.wp-block-spacer) {
  flex: 0 0 51.875rem;
  max-width: 51.875rem;
  margin: 2.5rem auto;
  padding: 0 1.25rem;
}
.single .entry-content *.alignfull,
.page .entry-content *.alignfull {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 2.5rem auto;
}
.single .entry-content *.alignfull:first-child,
.page .entry-content *.alignfull:first-child {
  margin-top: 0;
}
.single .entry-content *.alignwide,
.page .entry-content *.alignwide {
  flex: 0 0 73.75rem;
  max-width: 73.75rem;
  margin: 2.5rem auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.single .entry-content *.alignwide .alignwide,
.page .entry-content *.alignwide .alignwide {
  padding: 0;
}

.home.page .entry-content > *:not(.alignfull):not(.alignwide) {
  flex: 0 0 73.75rem;
  max-width: 73.75rem;
}

.content-area .site-main {
  padding-bottom: 0;
}
.content-area .comment-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.content-area .comment-list .comment {
  padding: 1.25rem 0;
  border-bottom: 1px solid;
}
.content-area .comment-list .comment:first-child {
  border-top: 1px solid;
}
.content-area .comment-list .says {
  display: none;
}
.content-area .comment-list .comment-author,
.content-area .comment-list .comment-metadata {
  display: inline-block;
  vertical-align: middle;
}
.content-area .comment-list .comment-author a,
.content-area .comment-list .comment-metadata a {
  border: none;
}
.content-area .comment-list .comment-metadata::before {
  content: "";
  width: 0.125rem;
  height: 0.9375rem;
  background-color: #231c4f;
  display: inline-block;
  margin-top: 0.1875rem;
  margin-left: 0.625rem;
  margin-right: 0.5rem;
}
.content-area .comment-list .comment-awaiting-moderation {
  display: block;
  margin: 1.25rem 0;
}
.content-area .comments-area {
  border-top: 1px solid #65326d;
  margin-bottom: 4.375rem;
  padding-top: 4rem;
}
.content-area .comments-area .comment-form-author {
  margin-top: 1.25rem;
}
.content-area .comments-area .comment-form-email {
  margin-top: 2rem;
}
.content-area .comments-area .form-submit {
  margin-top: 3.125rem;
}
.content-area .comments-area .submit {
  border: 1px solid #1c8e47;
  border-radius: 6.25rem;
  cursor: pointer;
  width: auto;
}
.content-area .comments-area .submit:hover {
  font-style: italic;
  font-weight: 700;
  background: #ffc100;
}

.stepthrough {
  max-width: 51.875rem;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.blog .stepthrough {
  float: left;
  margin-bottom: 5rem;
  margin-top: 1.875rem;
}
.stepthrough-older {
  float: left;
}
.stepthrough-newer {
  float: right;
}

.site-footer {
  position: relative;
  background: #231c4f;
  margin-top: 3.1rem;
}

.footer-elements {
  min-height: 8.125rem;
  margin-top: 4rem;
}
.footer-elements .footer-logo {
  width: 11.25rem;
  display: inline-block;
  position: absolute;
  top: -1.6875rem;
  left: 5.9375rem;
}
.footer-elements .footer-content {
  display: inline-block;
  margin-left: 20.3125rem;
}
.footer-elements .footer-content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: none;
  margin-top: 0.3125rem;
  margin-bottom: 1.375rem;
  display: inline-block;
}
.footer-elements .footer-content a:hover {
  color: #ffc100;
  background: none;
  font-style: normal;
}
.footer-elements .footer-text p {
  color: #ffc100;
  font-family: "Metropolis", serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  width: 100%;
  margin: 2.5rem 0 0.625rem;
  font-weight: 700;
}

.footer__copyright {
  text-align: center;
  padding: 2.1875rem 1.25rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: 400;
}
.footer__copyright .copyright-link {
  border-bottom: 1px solid #1c8e47;
  font-size: 0.875rem;
  color: #231c4f;
  font-weight: 700;
}
.footer__copyright-separator {
  display: inline-block;
  margin: 0 0.3125rem;
}

.site-info {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 6.25rem;
}
.site-info a {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.site-info .copyright-logo-link {
  border: none;
}
.site-info .copyright-logo {
  max-width: 12.5rem;
}

.footer-menus {
  margin: 2.5rem 0;
}
.footer-menus__title {
  text-transform: uppercase;
  margin: 1.25rem 0;
}
.footer-menus .footer-navigation {
  padding-left: 0;
  margin: 0;
}
.footer-menus .menu-item {
  list-style: none;
}
.footer-menus .menu-item a {
  font-size: 1rem;
  line-height: 1.375;
}

.coi-notice-banner-section {
  padding: 0.3rem;
  width: 100%;
  text-align: center;
  background-color: #111111;
  color: #ffffff;
  display: grid;
  grid-template-columns: auto 0.625rem;
  grid-column-gap: 0.3125rem;
  align-items: center;
  font-family: adobe-garamond-pro, sans-serif;
}
.coi-notice-banner-section__content {
  font-size: 0.625rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  line-height: 1.5em;
}
.coi-notice-banner-section__close {
  font-size: 1.2rem;
}

.membership_msg {
  padding: 0.8rem 0.6rem;
  border: 1px solid #ebccd1;
  background: #f2dede;
  border-radius: 0.25rem;
}
.membership_msg.error_msg {
  color: #a94442;
}

.site-content {
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.main-navigation {
  display: inline-block;
}
.main-navigation .main-navigation__wrapper {
  white-space: nowrap;
}
.main-navigation .menu-primary-menu-container, .main-navigation .main-menu-right {
  display: inline-block;
}
.main-navigation .menu-item {
  display: inline-block;
  margin: 0 0.9375rem;
  font-weight: 700;
  z-index: 3;
  position: relative;
}
.main-navigation .menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation .menu-item.menu-item-has-children > a:after {
  border-style: solid;
  border-width: 0.125rem 0.125rem 0 0;
  content: "";
  display: inline-block;
  height: 0.625rem;
  left: 0;
  position: relative;
  vertical-align: top;
  width: 0.625rem;
  top: -0.1875rem;
  margin-left: 0.625rem;
  transform: rotate(135deg);
}
.main-navigation .menu-item.menu-item-has-children .sub-menu {
  right: 0;
  padding: 0.8rem;
}
.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item-has-children > a:after {
  top: 0.1875rem;
}
.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  margin: 0;
}
.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: inline-block;
  border-bottom: 0.125rem solid transparent;
  background-color: unset;
  transition: 0.2s;
}
.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  border-bottom: 0.125rem solid #231c4f;
  color: #FFC100;
}
.main-navigation .menu-item a {
  border: none;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2222222222;
  color: #231c4f;
  text-decoration: none;
  padding: 0.9375rem 0 0.625rem;
}
.main-navigation .menu-item:not(.current-menu-item) > a:hover {
  font-style: normal;
  background: none;
}
.main-navigation .menu-item:not(.current-menu-item) > a:focus {
  color: #187b3e;
  font-style: normal;
  background: none;
}
.main-navigation .menu-item.current-menu-item:not(.cta) {
  margin-right: 0;
  margin-left: 0;
}
.main-navigation .menu-item.current-menu-item:not(.cta) > a {
  background: #ffe287;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.main-navigation .menu-item.current-menu-item:not(.cta) > a:hover {
  font-style: normal;
}
.main-navigation .menu-item:last-child {
  margin-right: 1.75rem;
}

.instagram-wrap {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  float: right;
  line-height: 1.1;
}

.sub-menu {
  margin: 0;
  padding: 0;
}
.sub-menu > a:first-child,
.sub-menu a:empty {
  padding: 0;
  margin: 0;
  width: unset;
  z-index: -1;
  position: absolute;
}
.sub-menu .menu-item a {
  color: #0a0a0a;
}
.sub-menu .menu-item a.menu-active {
  text-decoration: underline;
}

.header-main-menu {
  align-self: center;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item .sub-menu .menu-item a {
  border: 0;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item .sub-menu {
  color: #fff;
  min-width: 15.625rem;
  padding: 0;
  text-align: left;
  right: auto;
  left: 0;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item .sub-menu a {
  color: inherit;
  width: 100%;
  padding: 1.125rem;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item .sub-menu a:hover {
  border-bottom-width: 0;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item .sub-menu a[aria-expanded=true]:after {
  border-color: #FFC100;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: translateY(-0.3125rem);
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu > li {
  background: #65326d;
  box-shadow: 0 0.625rem 0.5625rem 0px rgba(0, 0, 0, 0.4);
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu .sub-menu {
  display: none;
  background-color: #231C4F;
  font-size: 1rem;
  padding: 1.125rem 0;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu .sub-menu a {
  font-size: inherit;
  padding: 0.5625rem 1.125rem;
  transition: 0.2s;
}
.header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu .sub-menu a:hover {
  color: #FFC100;
  font-weight: 800;
}
.header-main-menu .main-menu > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.apt-cart-button a::after {
  content: " ";
  height: 1.5625rem;
  width: 1.5625rem;
  background-image: url(../img/shopping-cart-empty.png);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.625rem;
}

.mobile-menu-wrapper {
  background: #231c4f;
}

.header-mobile-menu {
  padding: 0 !important;
  background: #231c4f;
  text-align: center;
  position: relative;
}

.hamburger-menu {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin: 0.2rem auto;
  line-height: 1rem;
}
.hamburger-menu:hover, .hamburger-menu:focus {
  opacity: 1;
}
.hamburger-menu:hover .hamburger-menu__text {
  color: #ffc100;
}
.hamburger-menu:hover .hamburger-menu__icon {
  background-color: #ffc100;
}
.hamburger-menu:hover .menu-close::before, .hamburger-menu:hover .menu-close::after {
  background-color: #ffc100;
}
.hamburger-menu__text {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.1875;
  padding: 0.25rem 0;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
}
.hamburger-menu__icons {
  display: inline-block;
}
.hamburger-menu__icon {
  transition: 0.2s;
  width: 1.25rem;
  height: 0.125rem;
  background: #ffffff;
  display: block;
  margin-bottom: 0.375rem;
}

.menu-close {
  position: relative;
  width: 1.25rem;
  height: 1.5rem;
}
.menu-close::before, .menu-close::after {
  position: absolute;
  top: 0;
  content: " ";
  height: 1.25rem;
  width: 0.125rem;
  background-color: #ffffff;
}
.menu-close::before {
  transform: rotate(45deg);
}
.menu-close::after {
  transform: rotate(-45deg);
}
.open .menu-close {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.55, 0, 0.1, 1) 175ms;
}

.mobile-site-navigation {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  background: #231c4f;
  display: none;
}
.mobile-site-navigation.open {
  display: table;
}
.mobile-site-navigation .menu {
  padding: 0;
}
.mobile-site-navigation .main-navigation {
  width: 100%;
}
.mobile-site-navigation .main-navigation .main-menu {
  padding: 1.25rem;
  text-align: left;
}
.mobile-site-navigation .main-navigation .menu-item {
  margin: 0;
  width: 100%;
}
.mobile-site-navigation .main-navigation .menu-item:last-child {
  margin-right: 0;
}
.mobile-site-navigation .main-navigation .menu-item a {
  padding: 0.9375rem 0;
  color: #ffffff;
  font-size: 1.125rem;
}
.mobile-site-navigation .main-navigation .menu-item.cta > a {
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  margin: 1rem 0;
}
.mobile-site-navigation .main-navigation .menu-item.cta > a:hover {
  border-bottom: none !important;
  color: #231c4f;
  font-style: normal;
  background-color: #ffe287;
}
.mobile-site-navigation .main-navigation .menu-item.current-menu-item > a {
  background: unset;
  color: #fff;
}
.mobile-site-navigation .social-links {
  margin: 2rem 0;
}
.mobile-site-navigation .social-links .social-menu {
  display: flex;
  justify-content: space-around;
}

.open .mobile-main-nav {
  transform: translate3d(0, 0, 0);
  transition: transform 350ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.mobile-main-nav .menu-main-navigation-container {
  align-self: center;
}
.mobile-main-nav .menu-header-container {
  float: none;
}
.mobile-main-nav .menu-header-container .menu-item {
  border: 0;
}
.mobile-main-nav a {
  width: 100%;
  display: flex;
}
.mobile-main-nav a:hover .cart-icon svg {
  fill: #fff;
}
.mobile-main-nav .menu-primary-menu-container, .mobile-main-nav .menu-members-primary-container {
  background-color: #65326D;
  width: 100%;
  padding: 0 1.25rem;
  position: relative;
}
.mobile-main-nav .menu-primary-menu-container ul, .mobile-main-nav .menu-members-primary-container ul {
  width: inherit;
}
.mobile-main-nav .menu-primary-menu-container ul > a, .mobile-main-nav .menu-members-primary-container ul > a {
  border: 0;
  padding: 0;
}
.mobile-main-nav .menu-primary-menu-container li, .mobile-main-nav .menu-members-primary-container li {
  text-align: left;
}
.mobile-main-nav .menu-primary-menu-container li:last-child a, .mobile-main-nav .menu-members-primary-container li:last-child a {
  border-bottom: 0;
}
.mobile-main-nav .menu-primary-menu-container .menu-item__back a,
.mobile-main-nav .menu-primary-menu-container li a, .mobile-main-nav .menu-members-primary-container .menu-item__back a,
.mobile-main-nav .menu-members-primary-container li a {
  border-bottom: 1px solid #231C4F;
}
.mobile-main-nav .menu-primary-menu-container .menu-item.menu-item-has-children > a:after, .mobile-main-nav .menu-members-primary-container .menu-item.menu-item-has-children > a:after {
  margin-left: auto;
  transform: rotate(45deg);
  margin-right: 0.375rem;
}
.mobile-main-nav .menu-primary-menu-container .menu-item.menu-item-has-children.menu-item__back, .mobile-main-nav .menu-members-primary-container .menu-item.menu-item-has-children.menu-item__back {
  display: flex;
  height: 3.75rem;
}
.mobile-main-nav .menu-primary-menu-container .menu-item.menu-item-has-children.menu-item__back .menu-item__back__trigger, .mobile-main-nav .menu-members-primary-container .menu-item.menu-item-has-children.menu-item__back .menu-item__back__trigger {
  width: 3.125rem;
}
.mobile-main-nav .menu-primary-menu-container .menu-item.menu-item-has-children.menu-item__back .menu-item__back__trigger:after, .mobile-main-nav .menu-members-primary-container .menu-item.menu-item-has-children.menu-item__back .menu-item__back__trigger:after {
  top: 0px;
  transform: rotate(-135deg);
  margin-right: auto;
}
.mobile-main-nav .menu-primary-menu-container .menu-item.menu-item-has-children.menu-item__back a:not(.menu-item__back__trigger):after, .mobile-main-nav .menu-members-primary-container .menu-item.menu-item-has-children.menu-item__back a:not(.menu-item__back__trigger):after {
  display: none;
}
.mobile-main-nav .menu-header-container a {
  justify-content: center;
}
.mobile-main-nav .menu-header-container > .header-menu > li:first-child {
  background-color: #FFC100;
  margin-bottom: 1rem;
}
.mobile-main-nav .menu-header-container > .header-menu > li:first-child a {
  padding: 1.125rem 0;
  color: #231C4F;
}
.mobile-main-nav .sub-menu {
  display: none;
}
.mobile-main-nav .main-menu {
  transition: 0.2s;
}
.mobile-main-nav .main-menu:not(:only-child) {
  pointer-events: none;
}
.mobile-main-nav .mobile__submenu__level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 3;
  animation: slideLeft 0.2s;
}
.mobile-main-nav .mobile__submenu__level > * {
  padding: 0 1.25rem;
}
.mobile-main-nav .mobile__submenu__level--remove {
  transform: translateX(100%);
  animation: slideRight 0.2s;
  animation-direction: reverse;
}
.mobile-main-nav .mobile__submenu__level > .sub-menu {
  display: block;
  height: calc(100% - 3.75rem);
  overflow: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mobile-main-nav .mobile__submenu__level > .sub-menu a {
  font-size: 1rem;
}
.mobile-main-nav .mobile__submenu__level > .sub-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  min-width: 0.9375rem;
  background: rgba(255, 192, 4, 0.1);
}
.mobile-main-nav .mobile__submenu__level > .sub-menu::-webkit-scrollbar:vertical {
  width: 0.4375rem;
}
.mobile-main-nav .mobile__submenu__level > .sub-menu::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #FFC100;
}
.mobile-main-nav .mobile__submenu__level + .mobile__submenu__level {
  background-color: #231C4F;
}
.mobile-main-nav .mobile__submenu__level + .mobile__submenu__level .menu-item__back {
  background-color: #65326D;
}
.mobile-main-nav .mobile__submenu__level + .mobile__submenu__level .menu-item__back a {
  border: 0;
}
.mobile-main-nav .cart-icon {
  padding-left: 0.3125rem;
}

.menu-mobile-main-menu-container {
  margin-top: 3.125rem;
}

.menu-opened .hamburger-menu__icon:nth-of-type(1) {
  transform: translateY(0.625rem) rotate(45deg);
}
.menu-opened .hamburger-menu__icon:nth-of-type(2) {
  opacity: 0;
}
.menu-opened .hamburger-menu__icon:nth-of-type(3) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

.menu-icon-close {
  display: none;
}

@keyframes slideLeft {
  to {
    transform: translateX(0);
  }
  from {
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.header-search {
  overflow: hidden;
}
.header-search .search-form {
  position: relative;
  margin-right: 0.9375rem;
  overflow: hidden;
}
.header-search .search-form .search-field {
  -webkit-appearance: textfield;
  color: #ffffff;
  display: inline-block;
  margin: 1px 0 0 0;
  width: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  background-image: url(../img/search-white.svg);
  background-position: 100% 0.125rem;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: width 0.5s ease-in-out;
  float: right;
  background-size: 1.125rem;
  cursor: pointer;
  outline: none;
  padding: 0.25rem 0.625rem;
  border-bottom: 1px solid #231c4f;
}
.header-search .search-form .search-field:hover {
  background-image: url(../img/search-hover.svg);
}
.header-search .search-form .search-field:focus, .header-search .search-form .search-field.search-focus {
  width: 100%;
  outline: none;
  border-color: #ffffff;
  cursor: text;
  padding-left: 0;
  margin-left: 0.875rem;
}
.header-search .search-form .search-field::-moz-placeholder {
  color: #ffffff;
}
.header-search .search-form .search-field::placeholder {
  color: #ffffff;
}
.header-search .search-form .search-field::after {
  content: "";
  background-image: url(../img/search-hover.svg);
  display: none;
}
.header-search .search-form .search-blur {
  background-size: 1.125rem;
}
.header-search .search-form .search-submit {
  border-bottom: 1px solid #0a0a0a;
  background-image: url(../img/search-white.svg);
  background-position: 100% 0.125rem;
  background-size: 1.125rem;
  background-repeat: no-repeat;
  transition: width 0.4s ease-in-out;
  font-size: 1rem;
  width: 1.875rem;
  position: absolute;
  right: 0;
  color: transparent;
  cursor: pointer;
  display: none;
  height: 1.625rem;
  border-radius: 0;
  margin: 0;
  outline: none;
}
.header-search .search-form .hidden {
  display: none;
}
.header-search .search-form .visible {
  display: block;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-title {
  font-family: "Metropolis", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.search-page-form {
  margin: 1.875rem 1.25rem;
  overflow: hidden;
}

.search-page-form .search-field,
.error404 .search-field {
  padding: 0.625rem;
  font-size: 1.0625rem;
  border-left: 1px solid #0a0a0a;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  border-right: none;
  float: left;
  width: calc(100% - 3.4375rem);
  background: #ffffff;
  height: 3.75rem;
  outline: none;
}
.search-page-form .search-submit,
.error404 .search-submit {
  float: right;
  width: 3.4375rem;
  padding: 0.625rem;
  color: transparent;
  font-size: 1.125rem;
  border-left: none;
  cursor: pointer;
  background-image: url(../img/search-white.svg);
  background-repeat: no-repeat;
  background-size: 1.875rem;
  background-position: 50% 50%;
  height: 3.75rem;
  border-top: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  outline: none;
}
.search-page-form .search-submit::after,
.error404 .search-submit::after {
  content: " ";
  clear: both;
  display: table;
}

.empty-search {
  height: calc(100vh - 18.75rem);
}

.listing-thumbnail .project-block {
  margin-bottom: 2.5rem;
  padding: 0;
}
.listing-thumbnail .post-thumbnail {
  margin: 0;
}
.listing-thumbnail .post-title-link {
  text-transform: uppercase;
}
.listing-thumbnail .project-number {
  font-weight: 400;
}

.work-video {
  width: 100%;
}

.listing-thumbnail .post-thumbnail img,
.project-block .work-video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-listing-video iframe,
.work-listing-video iframe .player {
  width: 100%;
  min-height: 16rem;
}

.archive-listing-video iframe,
.archive-listing-video iframe .player {
  width: 100%;
  min-height: 11.25rem;
}

.single-content {
  overflow: hidden;
  position: relative;
}
.single-content__pagination {
  background: #ffffff;
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 10.875rem;
  overflow: hidden;
}
.single-content__pagination-link {
  position: relative;
}
.single-content__pagination-prev, .single-content__pagination-next {
  float: left;
  width: 50%;
  display: block;
}
.single-content__pagination-prev a, .single-content__pagination-next a {
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  width: 5.4375rem;
  height: 5.4375rem;
  display: block;
}
.single-content__pagination-next {
  float: right;
}
.single-content__pagination-prev a {
  background-image: url(../img/arrow-left.svg);
  transition: all 0.4s ease-in-out;
}
.single-content__pagination-next a {
  background-image: url(../img/arrow-right.svg);
  float: right;
}
.single-content .menu-order-number {
  position: absolute;
  top: -5.4375rem;
  width: 5.4375rem;
  height: 5.4375rem;
  background: #0a0a0a;
  color: #ffffff;
  z-index: 9;
  text-align: center;
  margin: 0;
  padding: 1.75rem 0;
  font-size: 2.25rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  font-family: "Metropolis", serif;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* clear fix */
.grid::after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left;
  padding: 0.625rem;
  box-sizing: border-box;
}
.grid-item__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.grid-item__image:hover .grid-item__title {
  display: block;
}
.grid-item__title {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  left: 1.5625rem;
  color: white;
  display: none;
  text-transform: uppercase;
}
.grid-item__title span {
  font-weight: 400;
}
.grid-item:hover .grid-item__title {
  display: block;
}
.grid-item a::after {
  content: "\a";
  position: absolute;
  margin: 0.625rem;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.05));
}
.grid-item a:hover::after {
  opacity: 0.6;
}

.work-video {
  max-width: 100%;
}

.is-style-text-overlap-element {
  position: relative;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
}
.is-style-text-overlap-element .wp-block-media-text__content p {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 1.875rem;
}

.single .entry-content blockquote.wp-block-quote,
.wp-block-quote {
  /* stylelint-disable declaration-no-important */
  background-color: #f7f1de;
  border-left: none;
  margin: 3.125rem auto !important;
  padding: 3.125rem !important;
  /* stylelint-enable declaration-no-important */
}
.single .entry-content blockquote.wp-block-quote p,
.wp-block-quote p {
  color: #231c4f !important;
  font-family: "Metropolis", serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem !important;
  margin: 0;
}
.single .entry-content blockquote.wp-block-quote__citation,
.single .entry-content blockquote.wp-block-quote cite,
.wp-block-quote__citation,
.wp-block-quote cite {
  color: #231c4f !important;
  font-family: "Metropolis", serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
  opacity: 1 !important;
  padding-top: 1.5625rem !important;
  display: block !important;
}

.wp-block-image a:hover {
  background: none;
  font-style: normal;
}

.single-content .wp-block-jetpack-tiled-gallery {
  margin: 1.875rem auto;
}
.single-content .tiled-gallery__col + .tiled-gallery__col {
  margin-left: 1.875rem;
}
.single-content .tiled-gallery__item + .tiled-gallery__item {
  margin-top: 1.875rem;
}

.comments-area {
  max-width: 51.875rem;
  margin: 0 auto;
  width: 100%;
}

.comment-reply-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.comment-reply-title small {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

.comment-form label {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.5rem;
}
.comment-form input,
.comment-form select,
.comment-form textarea {
  width: 100%;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.4375rem;
}
.comment-form textarea {
  height: 11.25rem;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form select {
  height: 3.125rem;
}

#sidebar .widget-title {
  font-size: 1.125rem;
}
#sidebar ul {
  list-style: none;
  padding: 0;
}
#sidebar ul li a {
  font-size: 1rem;
  color: #187b3e;
  border-bottom: none;
}
#sidebar .apt-in-media > a {
  display: inline-block;
  margin-bottom: 0.65rem;
}
#sidebar .apt-in-media .sub-menu li {
  list-style-type: disc;
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
}

.category-navigation {
  margin: 3rem 0;
  padding: 0;
  text-align: center;
}
.category-navigation h3 {
  margin-bottom: 0;
}
.category-navigation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
}
.category-navigation ul li {
  font-weight: bold;
}

.apt-newsletter-block-wrap {
  background-color: #65326d;
  color: #fff;
  overflow: hidden;
}
.apt-newsletter-block-wrap .apt-newsletter-block {
  display: flex;
  position: relative;
  flex: 0 0 73.75rem;
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 3.75rem 1.25rem 2.5rem;
  row-gap: 2.25rem;
  align-items: center;
}
.apt-newsletter-block-wrap .apt-newsletter-block__content {
  padding-right: 2rem;
  z-index: 1;
}
.apt-newsletter-block-wrap .apt-newsletter-block__content h2 {
  margin-top: 0;
  color: inherit;
}
.apt-newsletter-block-wrap .apt-newsletter-block__content p {
  margin-bottom: 0;
}
.apt-newsletter-block-wrap .apt-newsletter-block .mailpoet_text {
  border: 0.125rem solid #231c4f;
}
.apt-newsletter-block-wrap .apt-newsletter-block__compass {
  position: absolute;
  right: 0;
  transform: translateX(25%);
}
.apt-newsletter-block-wrap .mailpoet_form {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.125rem;
}
.apt-newsletter-block-wrap .mailpoet_form > * {
  width: 100%;
}
.apt-newsletter-block-wrap .mailpoet_form .mailpoet_form_paragraph {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1;
}
.apt-newsletter-block-wrap .mailpoet_form .mailpoet_paragraph {
  margin: 0 !important;
}
.apt-newsletter-block-wrap .mailpoet_form .mailpoet_paragraph.last {
  margin-left: auto;
}
.apt-newsletter-block-wrap .mailpoet_form input[type=submit]:hover, .apt-newsletter-block-wrap .mailpoet_form input[type=submit]:focus, .apt-newsletter-block-wrap .mailpoet_form input[type=submit].has-focus {
  transition: 250ms;
  color: #231c4f;
}
.apt-newsletter-block-wrap ~ .site-footer {
  margin-top: 0;
}
.apt-newsletter-block-wrap ~ .site-footer .footer-elements {
  margin-top: 0;
}

.error-404 {
  max-width: 73.75rem;
  margin: 5rem auto 3.75rem;
}

.blog .post .post-thumbnail,
.search-results .post .post-thumbnail,
.search-no-results .post .post-thumbnail {
  margin-right: 2.5rem;
}
.blog .blog-page-title h2,
.search-results .blog-page-title h2,
.search-no-results .blog-page-title h2 {
  margin-left: 5%;
  margin-bottom: 2.5rem;
}
.blog article:not(#woocommerce-wrapper),
.search-results article:not(#woocommerce-wrapper),
.search-no-results article:not(#woocommerce-wrapper) {
  overflow: hidden;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.blog article:not(#woocommerce-wrapper):last-of-type,
.search-results article:not(#woocommerce-wrapper):last-of-type,
.search-no-results article:not(#woocommerce-wrapper):last-of-type {
  margin-bottom: 0;
}
.blog .post-thumbnail,
.search-results .post-thumbnail,
.search-no-results .post-thumbnail {
  float: left;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.blog .entry-meta .category a,
.search-results .entry-meta .category a,
.search-no-results .entry-meta .category a {
  color: #187b3e;
  border-bottom: none;
  font-size: 1rem;
}
.blog .entry-meta .category a:hover,
.search-results .entry-meta .category a:hover,
.search-no-results .entry-meta .category a:hover {
  background: transparent;
  font-style: normal;
  opacity: 0.8;
}
.blog .entry-meta .date,
.search-results .entry-meta .date,
.search-no-results .entry-meta .date {
  color: black;
  font-size: 1rem;
}
.blog .entry-meta .divider,
.search-results .entry-meta .divider,
.search-no-results .entry-meta .divider {
  font-size: 1rem;
  color: #187b3e;
}
.blog .entry-title a,
.search-results .entry-title a,
.search-no-results .entry-title a {
  color: #231c4f;
  border-bottom: none;
  font-size: 1.375rem;
}
.blog .category,
.search-results .category,
.search-no-results .category {
  text-transform: uppercase;
  font-weight: 500;
}
.blog .entry-title,
.search-results .entry-title,
.search-no-results .entry-title {
  margin: 1.375rem 0 1.5rem;
}
.blog .entry-content,
.search-results .entry-content,
.search-no-results .entry-content {
  color: #383a38;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
.blog #sidebar-above,
.blog #sidebar-below,
.search-results #sidebar-above,
.search-results #sidebar-below,
.search-no-results #sidebar-above,
.search-no-results #sidebar-below {
  text-align: center;
}
.blog #sidebar-above ul,
.blog #sidebar-below ul,
.search-results #sidebar-above ul,
.search-results #sidebar-below ul,
.search-no-results #sidebar-above ul,
.search-no-results #sidebar-below ul {
  margin: 0;
  padding: 0;
}
.blog #sidebar-above .menu a,
.search-results #sidebar-above .menu a,
.search-no-results #sidebar-above .menu a {
  font-size: 1.35rem;
}
.blog #sidebar-above .sub-menu,
.search-results #sidebar-above .sub-menu,
.search-no-results #sidebar-above .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 1.5rem 2rem;
  list-style: none;
  justify-content: space-around;
}
.blog #sidebar-above .sub-menu a,
.search-results #sidebar-above .sub-menu a,
.search-no-results #sidebar-above .sub-menu a {
  font-size: 1rem;
}
.blog .widget-area #sidebar ul,
.blog .widget-area #sidebar .widget_nav_menu .widget-title,
.search-results .widget-area #sidebar ul,
.search-results .widget-area #sidebar .widget_nav_menu .widget-title,
.search-no-results .widget-area #sidebar ul,
.search-no-results .widget-area #sidebar .widget_nav_menu .widget-title {
  margin-top: 0;
}
.blog .widget-area #sidebar .widget_nav_menu .widget-title,
.search-results .widget-area #sidebar .widget_nav_menu .widget-title,
.search-no-results .widget-area #sidebar .widget_nav_menu .widget-title {
  line-height: 1;
  font-size: 1.375rem;
}
.blog .widget-area #sidebar .menu-media-sidebar-container,
.search-results .widget-area #sidebar .menu-media-sidebar-container,
.search-no-results .widget-area #sidebar .menu-media-sidebar-container {
  margin-bottom: 2.1875rem;
}
.blog .widget-area #sidebar .menu-media-sidebar-container .menu-item,
.search-results .widget-area #sidebar .menu-media-sidebar-container .menu-item,
.search-no-results .widget-area #sidebar .menu-media-sidebar-container .menu-item {
  margin-bottom: 0.625rem;
}
.blog .widget-area #sidebar .menu-media-sidebar-container .menu-item a,
.search-results .widget-area #sidebar .menu-media-sidebar-container .menu-item a,
.search-no-results .widget-area #sidebar .menu-media-sidebar-container .menu-item a {
  color: #231c4f;
  font-size: 1rem;
  letter-spacing: 0.75px;
  line-height: 1.5rem;
  border-bottom: 1px solid #1c8e47;
  font-weight: 700;
}

.entry-content-page {
  max-width: 71.5rem;
  margin: 5rem auto 3.75rem;
}
.archive .entry-content-page {
  overflow: hidden;
}

.woocommerce .site-main {
  max-width: 73.75rem;
  flex: 0 0 73.75rem;
  margin: 0 auto;
}
.woocommerce a.button {
  background-color: #1c8e47;
  border-radius: 1.84375rem;
  color: #fff;
  font-size: 1.125rem;
}
.woocommerce a.button:hover {
  background-color: #ffe287;
  color: #65326d;
  font-style: normal;
}
.woocommerce .woocommerce-ordering select {
  background: #f7f1de;
  color: #231c4f;
}
.woocommerce div.product form.cart .variations select {
  background: #f7f1de;
  color: #231c4f;
}
.woocommerce ul.products li.product .price {
  color: #187b3e;
  font-weight: 700;
  font-size: 1.125rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #187b3e;
  font-weight: 700;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1c8e47;
  color: #fff;
  border-radius: 1.84375rem;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ffe287;
  color: #65326d;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce .woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce .woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce .woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce .woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #1c8e47;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce .woocommerce a.button.alt.disabled:hover:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce .woocommerce a.button.alt:disabled:hover:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce .woocommerce button.button.alt.disabled:hover:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce .woocommerce button.button.alt:disabled:hover:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce .woocommerce input.button.alt.disabled:hover:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce .woocommerce input.button.alt:disabled:hover:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover:hover {
  background-color: #ffc100;
  color: #65326d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #1c8e47;
  color: #fff;
  width: auto;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ffe287;
  color: #65326d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #65326d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f7f1de;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #ffc100;
  border-left: 0.5rem solid #65326d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #231c4f;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  font-style: normal;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-width: 0;
  left: 0;
}
.woocommerce table.cart td.actions .input-text#coupon_code,
.woocommerce .quantity .qty {
  color: #231c4f;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.4375rem;
}
.woocommerce table.cart td.actions .input-text#coupon_code:focus, .woocommerce table.cart td.actions .input-text#coupon_code:focus-visible,
.woocommerce .quantity .qty:focus,
.woocommerce .quantity .qty:focus-visible {
  border-width: 0.1875rem;
  border-color: #65326d;
}
.woocommerce table.shop_table th {
  background-color: #f7f1de;
  color: #231c4f;
}
.woocommerce table.cart td.actions .input-text#coupon_code {
  padding: 0.75rem;
  width: 9.375rem;
}
.woocommerce .shop_table tbody tr:nth-child(2) {
  background-color: #f7f1de;
}
.woocommerce .woocommerce-billing-fields__field-wrapper input {
  color: #231c4f;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.4375rem;
}
.woocommerce .woocommerce-billing-fields__field-wrapper input:focus, .woocommerce .woocommerce-billing-fields__field-wrapper input:focus-visible {
  border-width: 0.1875rem;
  border-color: #65326d;
}
.woocommerce #order_comments,
.woocommerce .input-text {
  color: #231c4f;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.4375rem;
}
.woocommerce #order_comments:focus, .woocommerce #order_comments:focus-visible,
.woocommerce .input-text:focus,
.woocommerce .input-text:focus-visible {
  border-width: 0.1875rem;
  border-color: #65326d;
}
.woocommerce .select2-selection,
.woocommerce .select2-results {
  background-color: #f7f1de;
}
.woocommerce .woocommerce-info {
  border-top-color: #65326d;
}

.archive .site-main {
  max-width: 73.75rem;
  flex: 0 0 73.75rem;
  margin: 0 auto;
}

.bold-link {
  font-weight: 700;
}

.apt-our-team figure {
  margin: 0 auto;
  max-width: 18.8125rem;
  max-height: 18.8125rem;
  position: relative;
  z-index: 2;
}
.apt-our-team h4 {
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}
.apt-our-team h6 {
  color: #187b3e;
  font-size: 1rem;
  font-family: "Metropolis", serif;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0 0.3125rem;
}
.apt-our-team .wp-block-group {
  background: #f7f1de;
  padding: 2.5rem 1.5625rem 0.625rem 1.5625rem;
  position: relative;
  top: -2.25rem;
  z-index: 1;
  min-height: 30rem;
}
.apt-our-team .wp-block-group.sub-group {
  min-height: initial;
  top: initial;
}
.apt-our-team .wp-block-group.sub-group .wp-block-group__inner-container p {
  display: none;
}
.apt-our-team .button-vertical-align--buttom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 2rem;
}

.apt-partner-block h4 {
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}
.apt-partner-block h6 {
  color: #187b3e;
  font-size: 1rem;
  font-family: "Metropolis", serif;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0 0.3125rem;
}
.apt-partner-block .wp-block-group {
  min-height: 17.5rem;
}
.apt-partner-block .wp-block-button__link {
  font-size: 0.9375rem;
  padding: 0.9375rem 1.5625rem;
  border-radius: 999rem;
}
.apt-partner-block .wp-block-column {
  background: #f7f1de;
  padding: 1rem;
  padding-bottom: 5.5rem;
  position: relative;
}
.apt-partner-block .button-vertical-align--buttom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-bottom: 0.3rem;
  padding-bottom: 2rem;
}

.apt-newsletter-form-wrap {
  display: flex;
}
.apt-newsletter-form-wrap h6 {
  font-size: 2.25rem;
  line-height: 4rem;
  flex: 35%;
  margin: 0;
}
.apt-newsletter-form-wrap .apt-newsletter-form {
  flex: 65%;
}
.apt-newsletter-form-wrap label {
  color: #231c4f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.75px;
}
.apt-newsletter-form-wrap input[type=email] {
  font-size: 1.125rem;
  letter-spacing: 0.67px;
  line-height: 1.375rem;
  color: #231c4f;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.4375rem;
  width: 63%;
  padding: 1.0625rem;
  margin: 0 0.9375rem;
}
.apt-newsletter-form-wrap input[type=email]:focus, .apt-newsletter-form-wrap input[type=email]:focus-visible {
  border-width: 0.1875rem;
  border-color: #65326d;
}
.apt-newsletter-form-wrap input[type=submit] {
  padding: 1.0625rem 2.25rem;
  border-radius: 1.84375rem;
}
.apt-newsletter-form-wrap input[type=submit]:hover {
  background-color: #ffe287;
  cursor: pointer;
}

.hero-overlay::after {
  content: "";
  inset: 0;
  position: absolute;
  background: var(--apt-var-hero-overlay-color);
}

.page-template-dashboard .mailpoet_form_below_posts,
.page-template-dashboard .mailpoet_form_popup_overlay {
  display: none;
}

.homepage-cover-image {
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.home .entry-content {
  margin-top: 0;
}
.home .entry-content > .alignfull {
  max-width: 100%;
  flex: 0 0 100%;
}
.home .wc-block-grid__product-title {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}

.home-cover {
  opacity: 0.9;
}
.home-cover h2 {
  font-size: 2.25rem;
}
.home-cover p {
  font-family: "Metropolis", serif;
  font-size: 2.25rem;
  line-height: 3rem;
}
.home-cover .wp-block-button__link {
  background-color: #1c8e47;
  color: #fff;
  font-size: 1rem;
}

.membership-block .wp-block-media-text__content {
  background: #231c4f;
  height: 100%;
  padding-top: 2.8125rem;
}
.membership-block h4 {
  color: white;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.membership-block h6 {
  color: #7ac0e5;
  font-size: 1rem;
}
.membership-block p {
  color: white;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
.membership-block .wp-block-button__link {
  background-color: #ffc100;
  color: #65326d;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

.rue-block h6 {
  color: black;
  font-family: "Metropolis", serif;
  font-size: 1rem;
}
.rue-block h4 {
  font-size: 1.375rem;
}
.rue-block p {
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
.rue-block .wp-block-media-text__content {
  background: #f7f1de;
  height: 100%;
}

.block-heading {
  position: relative;
  font-family: "Metropolis", serif;
}
.block-heading strong {
  margin: 0 1.25rem;
}
.block-heading::before, .block-heading::after {
  content: " ";
  height: 0.4375rem;
  width: 7.0625rem;
  background-image: url(../img/2lines.svg);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.block-heading::before {
  margin-right: 0.75rem;
}
.block-heading::after {
  margin-left: 0.75rem;
}
.block-heading--dark::before, .block-heading--dark::after {
  background-image: url(../img/2lines-dark.svg);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  padding: 0.9375rem 1.5625rem;
}

.apt-archives {
  clear: both;
}
.apt-archives .block-heading {
  text-align: center;
}
.apt-archives .archive__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15ch, 1fr));
  list-style-type: none;
  padding: 0;
}
.apt-archives li {
  margin: 0.5rem 0;
}

.page-id-1636 .entry-content,
.page-id-3800 .entry-content {
  margin-bottom: 0;
}
.page-id-1636 .entry-content .alignfull,
.page-id-3800 .entry-content .alignfull {
  margin: 0;
}

.hp-shop-cols {
  gap: 0;
}

.page-template-yellowish-background .entry-content {
  background: #F7F1DE;
  margin: 0 auto;
}
.page-template-yellowish-background .entry-content .member-container:not(.alignfull):not(.alignwide):not(.wp-block-spacer) {
  margin: 0 auto;
  padding: 2rem 0;
}

.entry-content .login-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.7rem;
}
.entry-content .login-page .apt-login-form-wrap #loginform input[type=text],
.entry-content .login-page .apt-login-form-wrap #loginform input[type=password],
.entry-content .login-page .apt-registration-form-wrap #loginform input[type=text],
.entry-content .login-page .apt-registration-form-wrap #loginform input[type=password] {
  width: 100%;
  max-width: 100%;
}
.entry-content .login-page .apt-login-form-wrap #loginform .login-submit,
.entry-content .login-page .apt-registration-form-wrap #loginform .login-submit {
  text-align: center;
}
.entry-content .login-page .apt-login-form-wrap .apt-login-form-links,
.entry-content .login-page .apt-registration-form-wrap .apt-login-form-links {
  text-align: center;
}
.entry-content .login-page .apt-login-form-wrap .apt-login-form-links__link,
.entry-content .login-page .apt-registration-form-wrap .apt-login-form-links__link {
  margin: 0 0.5rem;
}
.entry-content .login-page .apt-registration-form-wrap__image {
  max-width: 14rem;
  display: block;
  margin: 0 auto;
}

.hide-title-featured-image .entry-content {
  margin-top: 0;
}
.hide-title-featured-image .entry-content .wp-block-cover:first-child, .hide-title-featured-image .entry-content .wp-block-image:first-child {
  margin-top: 0 !important;
}

.woocommerce .availability_date {
  display: block;
}
.woocommerce.single .entry-content > :not(.alignful):not(.alignwide) {
  margin-left: 0;
}
.woocommerce #woocommerce-wrapper {
  max-width: 73.75rem;
  flex: 0 0 73.75rem;
  margin: 0 auto;
}
.woocommerce #woocommerce-wrapper .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce .quantity .qty {
  width: 3.7rem;
}
.woocommerce.tax-product_cat .site-main {
  margin: 0 auto;
}
.woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  -moz-column-gap: 2.9rem;
       column-gap: 2.9rem;
  row-gap: 3.9rem;
}
.woocommerce ul.products.columns-3::before, .woocommerce ul.products.columns-3::after, .woocommerce ul.products.columns-4::before, .woocommerce ul.products.columns-4::after {
  content: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product {
  float: none;
  width: 100%;
  margin: 0;
  padding-bottom: 3rem;
}
.woocommerce ul.products.columns-3 li.product .woocommerce-loop-category__title, .woocommerce ul.products.columns-4 li.product .woocommerce-loop-category__title {
  color: #ffffff;
  background-color: #1c8e47;
  display: inline-block;
  padding: 0.65rem 1.15rem;
  border-radius: 999em;
  line-height: 1.125rem;
  transition: all 0.25s ease;
}
.woocommerce ul.products.columns-3 li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products.columns-4 li.product .woocommerce-loop-category__title:hover {
  background: #ffe287;
  color: #65326d;
}
.woocommerce ul.products.columns-3 li.product a, .woocommerce ul.products.columns-4 li.product a {
  border: none;
}
.woocommerce ul.products.columns-3 li.product a:hover, .woocommerce ul.products.columns-4 li.product a:hover {
  font-style: initial;
}
.woocommerce ul.products.columns-3 .button, .woocommerce ul.products.columns-4 .button {
  text-align: center;
  position: absolute;
  bottom: 0;
}
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.wc-block-grid__product {
  text-align: left;
}
.wc-block-grid__product-link:hover {
  color: inherit;
}

.woocommerce-products-header__title.page-title {
  text-align: center;
}

.woocommerce-shop .site-main {
  max-width: 100%;
}

.menu-item-cart .cart-contents {
  position: relative;
}
.menu-item-cart .cart-count {
  position: absolute;
  right: -0.4rem;
  top: -0.6rem;
  background: #ffe287;
  color: #231c4f;
  border-radius: 999em;
  padding: 0.15rem 0.38rem;
  font-size: 0.8rem;
  display: inline;
}
.menu-item-cart .view-cart-menu,
.menu-item-cart .cart-icon {
  display: inline-block;
}
.menu-item-cart .cart-icon {
  width: 1.5rem;
  vertical-align: middle;
}
.menu-item-cart .cart-icon svg {
  fill: #fff;
}
.menu-item-cart a:hover svg {
  fill: #231c4f;
}
.menu-item-cart a:focus svg {
  fill: #fff;
}

.woocommerce .product .entry-summary .cart fieldset,
.woocommerce table.shop_table .product-name fieldset {
  border: none;
  padding-left: 0;
}

.payment_methods input[type=radio] {
  left: 0;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  clear: left;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}

.woocommerce-checkout fieldset {
  border: none;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods {
  padding-left: 0;
}

/**
 * WooCommerce - Gift Cards
 *
 * https://woocommerce.com/products/gift-cards/
 */
textarea[name=wc_gc_giftcard_message] {
  width: 100%;
  border: 1px solid #65326d;
  background: #f7f1de;
}

.bbpress.forum-archive .site-content {
  background: #F7F1DE;
}
.bbpress.forum-archive .site-main {
  margin: 0 auto;
  max-width: 100%;
}
.bbpress.forum-archive .entry-header-page {
  background-color: #fff;
}
.bbpress.forum-archive .entry-header-page .entry-header-page__description {
  margin-top: 1.25rem;
  color: #fff;
  text-shadow: 0 0 1rem #000;
}
.bbpress.forum-archive .bbp-search-form {
  text-align: center;
  margin-bottom: 2rem;
}
.bbpress.forum-archive .bbp-search-form #bbp_search, .bbpress.forum-archive .bbp-search-form #bbp_search_submit {
  border: none;
  border-radius: 0;
  color: #231C4F;
  font-size: 1.25rem;
  padding: 0.75rem 1.25rem;
}
.bbpress.forum-archive .bbp-search-form #bbp_search {
  background: #F7F1DE;
  border: 1px solid #65326D;
  border-radius: 0.4375rem;
}
.bbpress.forum-archive .bbp-search-form #bbp_search_submit {
  border: none;
  border-radius: 999em;
  color: #fff;
  cursor: pointer;
}
.bbpress.forum-archive .bbp-search-form #bbp_search_submit:hover {
  color: #231c4f;
  background: #ffe287;
}
.bbpress.forum-archive #bbpress-forums ul.bbp-forums {
  border: none;
  font-size: 1.25rem;
}
.bbpress.forum-archive #bbpress-forums li.bbp-body ul.forum {
  border: none;
}
.bbpress.forum-archive #bbpress-forums li.bbp-header {
  background: #fff;
  border: none;
}
.bbpress.forum-archive #bbpress-forums ul.odd {
  background: #fff;
}
.bbpress.forum-archive #bbpress-forums .bbp-forum-title, .bbpress.forum-archive #bbpress-forums .bbp-forum-freshness {
  font-weight: 700;
}
.bbpress.forum-archive #bbpress-forums .bbp-footer {
  background: #fff;
  border: none;
}
.bbpress.forum-archive #bbpress-forums li.bbp-body ul.forum {
  padding: 1.125rem 0.5rem;
}
.bbpress.forum-archive #bbpress-forums li.bbp-header {
  padding: 1.125rem 0.5rem;
}
.bbpress.forum-archive .entry-content {
  flex: 0 0 73.75rem;
  max-width: 73.75rem;
  margin: 2.5rem auto;
  padding: 2rem 1.8rem;
  background: #fff;
}
.bbpress.forum-archive li.bbp-forum-freshness, .bbpress.forum-archive li.bbp-topic-freshness {
  text-align: right;
  float: none;
  width: auto;
}

#bbpress-forums {
  font-size: 1rem;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  background: #fff;
  border: none;
}
#bbpress-forums ul.bbp-topics {
  font-size: 1rem;
  border: none;
  display: inline;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-top: 0.1875rem solid #231c4f;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 999em;
}
#bbpress-forums div.bbp-template-notice img.avatar {
  border: none;
  border-radius: 999em;
}

.pmpro_bbp_membership_msg {
  padding: 0.8rem 0.6rem;
  color: #a94442;
  border: 1px solid #ebccd1;
  background: #f2dede;
  border-radius: 0.25rem;
}

#bbpress-forums #bbp-single-user-details {
  min-width: 10rem;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 999em;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  border: none;
  border-radius: 999em;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 0.625rem 0.9375rem;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  border-radius: 999em;
  margin-bottom: 0.3rem;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  font-weight: 700;
  color: #231c4f;
  background: #FFC100;
}
#bbpress-forums #bbp-your-profile fieldset #password label[for=user_login] {
  line-height: 2.9;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  margin-top: 1.25rem;
}
#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form input[type=password] {
  padding: 0.3125rem;
  min-height: 0;
  height: auto;
}
#bbpress-forums .wp-generate-pw {
  margin-top: 0;
}
#bbpress-forums .bbp-form.avatar img {
  border-radius: 100%;
  margin-bottom: 1rem;
}
#bbpress-forums .bbp-form.avatar #basic-local-avatar {
  margin-bottom: 0.5rem;
}
#bbpress-forums .bbp-form.avatar .description {
  display: block;
}
#bbpress-forums .bbp-form.avatar #basic-local-avatar,
#bbpress-forums .bbp-form.avatar .description {
  width: 76%;
}

.header-user-menu {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
.header-user-menu a {
  border: none;
  color: #231C4F;
  font-weight: 700;
}
.header-user-menu a:hover, .header-user-menu a:focus {
  font-style: italic;
  background: none;
}

.header-profile-menu {
  vertical-align: middle;
}

.header-user-profile-img {
  margin-left: 0.4375rem;
  border-radius: 999em;
}

.member-dashboard-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  align-self: center;
  margin: 0 auto;
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset select {
  font-size: 0.875rem;
  color: #231c4f;
  background-color: #f7f1de;
  border: 1px solid #65326d;
  box-shadow: none;
  border-radius: 0.25rem;
}
#bbpress-forums #bbp-your-profile #member-history-filters li {
  display: inline;
}

#birth-date,
#birth-month {
  max-width: 29.6%;
  padding: 0.3125rem;
  line-height: 1;
}

body.buddypress .site-content {
  padding-top: 0;
}

#buddypress.buddypress-wrap {
  position: relative;
}
#buddypress.buddypress-wrap .wp-block-columns.bp-wrap {
  padding-top: 1.875rem;
}
#buddypress.buddypress-wrap .bp-wrap {
  border-top: 1px solid #f7f1de;
}
#buddypress.buddypress-wrap .bp-pagination {
  border: 0;
  color: #383a38;
}
#buddypress.buddypress-wrap .bp-pagination .page-numbers {
  background: #f7f1de;
  border: 0;
  display: inline-block;
  font-weight: bold;
  padding: 0.3125rem 0.1875rem 0.125rem 0.1875rem;
  text-align: center;
  width: 1.5625rem;
}
#buddypress.buddypress-wrap .bp-pagination .page-numbers.current {
  color: white !important;
  background: #65326d !important;
}
#buddypress.buddypress-wrap .bp-pagination .page-numbers:hover, #buddypress.buddypress-wrap .bp-pagination .page-numbers:focus {
  background: #ffc100;
  color: #65326d;
}
#buddypress.buddypress-wrap .bp-navs {
  border: 0;
  box-shadow: none !important;
}
#buddypress.buddypress-wrap .bp-navs li.current, #buddypress.buddypress-wrap .bp-navs li.selected {
  padding: 0;
  margin-bottom: 0.125rem;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul {
  border-bottom: 0;
  margin-bottom: 0;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li {
  display: inline-block;
  float: none;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.1875rem !important;
  text-transform: uppercase;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li a, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li a {
  background-color: #f7f1de;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li a:hover, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li a:focus, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li a:hover, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li a:focus {
  background-color: #ffc100;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li.current, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li.selected, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li.current, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li.selected {
  border: 0;
  padding: 0;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li.current a, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li.selected a, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li.current a, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li.selected a {
  background-color: #ffc100;
  color: #383a38;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li .count, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li .count {
  background: transparent;
  border: 0;
  font-size: inherit;
  padding: 0;
  margin-top: -0.1875rem;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li .count:before, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li .count:before {
  content: "(";
  display: inline-block;
}
#buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ol li .count:after, #buddypress.buddypress-wrap .bp-navs:not(.bp-subnavs) ul li .count:after {
  content: ")";
  display: inline-block;
}
#buddypress.buddypress-wrap .bp-subnavs, #buddypress.buddypress-wrap .mpp-group-nav {
  border: 0;
}
#buddypress.buddypress-wrap .bp-subnavs ul, #buddypress.buddypress-wrap .mpp-group-nav ul {
  border: 0;
  list-style: none;
  padding: 0;
}
#buddypress.buddypress-wrap .bp-subnavs ul li, #buddypress.buddypress-wrap .mpp-group-nav ul li {
  border: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
}
#buddypress.buddypress-wrap .bp-subnavs ul li.current a, #buddypress.buddypress-wrap .mpp-group-nav ul li.current a {
  border-color: #ffc100;
}
#buddypress.buddypress-wrap .bp-subnavs ul li a, #buddypress.buddypress-wrap .mpp-group-nav ul li a {
  border-bottom: 0.125rem solid #1c8e47;
  margin: 0 1.25rem 0 0;
  padding: 0.125rem 0;
}
#buddypress.buddypress-wrap .bp-subnavs ul li a:hover, #buddypress.buddypress-wrap .bp-subnavs ul li a:focus, #buddypress.buddypress-wrap .mpp-group-nav ul li a:hover, #buddypress.buddypress-wrap .mpp-group-nav ul li a:focus {
  background: transparent;
  border-color: #ffc100;
}
#buddypress.buddypress-wrap .subnav-filters {
  position: absolute;
  top: 2.9375rem;
  right: 0;
}
#buddypress.buddypress-wrap .subnav-filters ul {
  margin: 0;
  padding: 0;
}
#buddypress.buddypress-wrap .subnav-filters .component-filters {
  float: right;
}
#buddypress.buddypress-wrap .subnav-search {
  display: none;
}
#buddypress.buddypress-wrap #item-body {
  padding: 0;
  position: relative;
}
#buddypress.buddypress-wrap .bp-search form {
  background-color: #f7f1de;
  border: 1px solid #65326d;
  border-radius: 0.3125rem !important;
}
#buddypress.buddypress-wrap .activity-update-form {
  border: 0;
  box-shadow: none;
  clear: both;
  padding: 0;
}
#buddypress.buddypress-wrap .activity-update-form #whats-new-content {
  padding-bottom: 0;
}
#buddypress.buddypress-wrap .activity-update-form #whats-new-submit {
  float: right;
  text-align: right;
  margin-top: 0;
}
#buddypress.buddypress-wrap .activity-update-form #whats-new-submit input {
  margin-top: 0;
}
#buddypress.buddypress-wrap .activity-update-form #aw-whats-new-reset {
  margin-right: 0;
  width: 6em;
}
#buddypress.buddypress-wrap #activity-stream, #buddypress.buddypress-wrap #member-list {
  background-color: transparent;
  border-top: 1px solid #f7f1de;
}
#buddypress.buddypress-wrap #activity-stream .activity-avatar, #buddypress.buddypress-wrap #member-list .activity-avatar {
  margin-right: 0.625rem;
  float: left;
}
#buddypress.buddypress-wrap #activity-stream .activity-list, #buddypress.buddypress-wrap #member-list .activity-list {
  background-color: transparent;
  border: 0;
  padding: 0;
}
#buddypress.buddypress-wrap #activity-stream .activity-item, #buddypress.buddypress-wrap #member-list .activity-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f7f1de;
  box-shadow: none;
  padding: 0;
}
#buddypress.buddypress-wrap #activity-stream .activity-header, #buddypress.buddypress-wrap #member-list .activity-header {
  color: #231c4f !important;
  font-weight: bold;
}
#buddypress.buddypress-wrap #activity-stream .activity-header p, #buddypress.buddypress-wrap #member-list .activity-header p {
  line-height: 1.3;
}
#buddypress.buddypress-wrap #activity-stream .activity-header span, #buddypress.buddypress-wrap #member-list .activity-header span {
  color: #767676;
  font-weight: normal;
  display: block;
}
#buddypress.buddypress-wrap #activity-stream .activity-inner, #buddypress.buddypress-wrap #member-list .activity-inner {
  background: transparent;
  overflow: visible !important;
  padding: 0;
  text-align: left;
  margin: 0.625rem 0;
}
#buddypress.buddypress-wrap #activity-stream .activity-meta, #buddypress.buddypress-wrap #member-list .activity-meta {
  background: transparent;
  padding-left: 0;
}
#buddypress.buddypress-wrap .widget #activity-stream {
  border: 0;
  padding: 0;
  margin-top: 1.875rem;
}
#buddypress.buddypress-wrap [class*=short-description] {
  text-align: left;
  position: relative;
}
#buddypress.buddypress-wrap [class*=activity-preview] {
  display: none;
}
#buddypress.buddypress-wrap #member-list {
  border: 0;
  counter-reset: section;
}
#buddypress.buddypress-wrap #member-list li {
  border-color: #f7f1de;
  vertical-align: middle;
}
#buddypress.buddypress-wrap #member-list li .item-avatar {
  display: inline-block;
  float: none;
  margin: 0 0.3125rem;
  max-width: 3.125rem;
  vertical-align: middle;
}
#buddypress.buddypress-wrap #member-list li .activity-header {
  margin-bottom: 0;
}
#buddypress.buddypress-wrap #member-list li .activity-content {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: calc(100% - 5.625rem);
}
#buddypress.buddypress-wrap #member-list li .activity-content p {
  line-height: 1.3;
  margin: 0;
}
#buddypress.buddypress-wrap #member-list li:before {
  color: #767676;
  content: counter(section) ".";
  counter-increment: section;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
#buddypress.buddypress-wrap #member-list li span a {
  color: #767676;
  font-size: 0.875rem;
}
#buddypress.buddypress-wrap .bp-feedback {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #231c4f;
  font-weight: bold;
  pointer-events: none;
}
#buddypress.buddypress-wrap .bp-feedback .bp-icon {
  border-radius: 1.875rem;
  padding: 0.3125rem 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
#buddypress.buddypress-wrap .generic-button {
  vertical-align: middle;
}
#buddypress.buddypress-wrap .generic-button a:before {
  color: #65326d;
}
#buddypress.buddypress-wrap .select-wrap {
  border-color: #231c4f;
  padding: 0.3125rem 0.625rem;
}
#buddypress.buddypress-wrap .select-wrap .select-arrow:before {
  color: #65326d;
}
#buddypress.buddypress-wrap .feed {
  display: none;
}
#buddypress.buddypress-wrap .social-menu {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}
#buddypress.buddypress-wrap .social-menu svg {
  fill: #65326d;
  width: 1.875rem;
}
#buddypress.buddypress-wrap .social-menu:hover svg, #buddypress.buddypress-wrap .social-menu:focus svg {
  fill: #383a38;
}
#buddypress.buddypress-wrap #user_messages_search_submit {
  background-color: transparent;
  color: #65326d;
}
#buddypress.buddypress-wrap .bp-screen-reader-text {
  margin: 0;
}
#buddypress.buddypress-wrap .screen-heading {
  display: none;
}
#buddypress.buddypress-wrap .item-avatar {
  max-width: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
#buddypress.buddypress-wrap .item-avatar a {
  display: block;
}
#buddypress.buddypress-wrap .item-avatar img {
  max-width: 100% !important;
}
#buddypress.buddypress-wrap .item-avatar.activity-avatar, #buddypress.buddypress-wrap .item-avatar.item-avatar {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#buddypress.buddypress-wrap .item-avatar.activity-avatar img.avatar, #buddypress.buddypress-wrap .item-avatar.item-avatar img.avatar {
  border-radius: 0;
}

img.avatar {
  border-radius: 50%;
  max-width: 100%;
}

#item-header-avatar, .item-avatar, .user-list, #whats-new-avatar, .feed, .activity-header, [class*=avatar], [id*=avatar], .mpp-media-entry, .button {
  border-bottom: 0;
}
#item-header-avatar a, .item-avatar a, .user-list a, #whats-new-avatar a, .feed a, .activity-header a, [class*=avatar] a, [id*=avatar] a, .mpp-media-entry a, .button a {
  border-bottom: 0;
}

#mpp-container .mpp-breadcrumbs {
  background: transparent;
  margin-top: 1.25rem;
  padding: 0;
}
#mpp-container .mpp-activity {
  display: none;
}

#mpp-activity-upload-buttons {
  margin-top: -0.625rem;
}
#mpp-activity-upload-buttons img {
  width: 1.5625rem;
  padding: 0.3125rem;
  filter: brightness(0);
}

#mpp-activity-media-upload-container {
  margin-top: 1.25rem;
}
#mpp-activity-media-upload-container .mpp-upload-container-close {
  border: 0;
}
#mpp-activity-media-upload-container .mpp-remote-media-url {
  padding: 0.625rem;
}
#mpp-activity-media-upload-container .mpp-add-remote-media {
  padding: 0.375rem 0.75rem;
  border-radius: 0.1875rem;
}

.mpp-button-select-files, #mpp-aw-whats-new-submit {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

#mpp-whats-new-options {
  overflow: visible;
}

#mpp-activity-stream {
  border-top: 1px solid #f7f1de;
  padding-top: 0.9375rem;
}
#mpp-activity-stream li {
  border: 0;
  border-bottom: 1px solid #f7f1de;
  padding: 0;
}

.mpp-activity-meta {
  text-align: right;
}

#buddypress.buddypress-wrap .bcommerce-payment-methods a.button {
  display: inline-block;
  height: 3rem;
  margin-top: 1.25rem;
}
#buddypress.buddypress-wrap table.subscription_details a.button {
  display: inline-block;
  height: 3rem;
  margin: 0.3125rem;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions {
  min-width: 18.75rem;
  width: 100%;
  border-collapse: collapse;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders tr, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods tr, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions tr {
  height: 3rem;
  min-height: 3rem;
  padding: 0.9375rem;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders th, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods th, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions th, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions td {
  text-align: left;
  padding: 1rem;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders th:first-child, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders td:first-child, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods th:first-child, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods td:first-child, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions th:first-child, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions td:first-child {
  padding-left: 0;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders a.button, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods a.button, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions a.button {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  display: block;
}
#buddypress.buddypress-wrap table.woocommerce-MyAccount-orders .payment-method-actions::before, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods .payment-method-actions::before, #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions .payment-method-actions::before {
  display: none;
}
#buddypress.buddypress-wrap #account-delete-form input[type=submit]:disabled,
#buddypress.buddypress-wrap #account-delete-form input[type=submit][disabled=disabled] {
  background-color: #555;
  color: #ddd;
}
.buddypress.members .subnav-filters, .buddypress.directory .subnav-filters {
  top: 0 !important;
  margin-top: 0;
}
.buddypress.members .members-type-navs, .buddypress.directory .members-type-navs {
  display: none;
}
.buddypress.members .screen-content, .buddypress.directory .screen-content {
  padding-top: 5rem;
}
.buddypress.members .bps-form, .buddypress.directory .bps-form {
  position: absolute;
  top: -1.5rem;
  left: 1.25rem;
}
.buddypress.members .bps-form > div, .buddypress.directory .bps-form > div {
  display: inline-block;
  vertical-align: baseline;
}
.buddypress.members .bps-form > br, .buddypress.directory .bps-form > br {
  display: none;
}
.buddypress.members .bps-form .bps-label, .buddypress.directory .bps-form .bps-label {
  font-size: 0.75rem;
}
.buddypress.members .bps-form .bps-description, .buddypress.members .bps-form .bps-label span, .buddypress.directory .bps-form .bps-description, .buddypress.directory .bps-form .bps-label span {
  display: none;
}
.buddypress.members .bps-form .bps-selectbox select, .buddypress.directory .bps-form .bps-selectbox select {
  background: white;
}
.buddypress.members .bps-form button, .buddypress.directory .bps-form button {
  padding: 0.625rem 0.9375rem !important;
}
.buddypress.members .bps-filters, .buddypress.directory .bps-filters {
  font-size: 0.875rem;
}
.buddypress.members .bps-filters br, .buddypress.directory .bps-filters br {
  display: none;
}
.buddypress.members .bps-filters a, .buddypress.directory .bps-filters a {
  font-weight: bold;
  text-decoration: underline;
}

#buddypress.buddypress-wrap .bp-list {
  border-top: 0;
  padding-top: 0;
}
#buddypress.buddypress-wrap .bp-list.grid .item-avatar {
  max-width: 6.25rem;
}
#buddypress.buddypress-wrap .bp-list.grid .avatar {
  width: 100%;
}
#buddypress.buddypress-wrap .bp-list.grid.widget > li {
  width: 50%;
}
#buddypress.buddypress-wrap .bp-list.grid.widget .list-title {
  font-size: 0.875rem;
}
#buddypress.buddypress-wrap .bp-list.grid.photo-list.widget > li {
  margin-top: 0;
  margin-bottom: 0;
  width: 33.3%;
}
#buddypress.buddypress-wrap .bp-list.grid .groups-meta.action {
  position: initial;
}
#buddypress.buddypress-wrap .bp-list .list-title {
  font-size: 1.25rem;
  padding-bottom: 0;
  word-wrap: break-word;
}
#buddypress.buddypress-wrap .bp-list .list-title a {
  border: 0;
  font-weight: bold;
}
#buddypress.buddypress-wrap .bp-list .last-activity, #buddypress.buddypress-wrap .bp-list .add {
  display: none;
}
#buddypress.buddypress-wrap #members-group-list .bp-list .item-meta {
  display: none;
}
#buddypress.buddypress-wrap #members-group-list .bp-list div.item-avatar {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#buddypress.buddypress-wrap #members-group-list .bp-list div.item-avatar img.avatar {
  border-radius: 0%;
}
#buddypress.buddypress-wrap .list-wrap {
  background: transparent;
  border: 0;
  min-height: auto;
}
#buddypress.buddypress-wrap .list-wrap .item-block {
  min-height: 5rem;
}

.widget_bp_groups_widget ul.item-list li .item-avatar img {
  border-radius: 0;
}

body.directory.members .subnav-filters {
  padding-right: 1.25rem;
}

#buddypress.buddypress-wrap .desc-wrap, #buddypress.buddypress-wrap .group-description {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
#buddypress.buddypress-wrap .groups-header #item-header-content {
  float: none;
  margin-left: 0;
  padding-top: 0;
  width: 80%;
}
#buddypress.buddypress-wrap .groups-header .group-name {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
#buddypress.buddypress-wrap #item-body .subnav-filters {
  clear: both;
  margin-bottom: 1em;
}
#buddypress.buddypress-wrap #groups-list li {
  min-width: 20%;
}
#buddypress.buddypress-wrap #groups-list li .list-wrap {
  border: 1px solid #dcdcde;
  padding: 0;
}
#buddypress.buddypress-wrap #groups-list li .group-desc {
  display: none;
}
#buddypress.buddypress-wrap #groups-list li .avatar {
  border-radius: 0;
}
#buddypress.buddypress-wrap #groups-list li .item {
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}
#buddypress.buddypress-wrap #groups-list li .item .item-block {
  min-height: auto;
  width: 100%;
}
#buddypress.buddypress-wrap #groups-list li .list-title {
  padding: 0;
  text-align: left;
}
#buddypress.buddypress-wrap #groups-list li .item-meta {
  text-align: left;
}
#buddypress.buddypress-wrap .invite-button {
  color: #1c8e47;
}
#buddypress.buddypress-wrap .invite-button.selected {
  color: red;
}

.groups.bp-user #buddypress .subnav-filters {
  top: 0;
}

.single-item.groups #buddypress .subnav-filters {
  position: relative;
  top: 0;
  margin-top: 1.875rem;
}
.single-item.groups #buddypress .bp-screen-title {
  display: none;
}

#buddypress.buddypress-wrap .profile.edit .editfield {
  background: transparent;
  border: 0;
  padding: 0;
}
#buddypress.buddypress-wrap .profile.edit .editfield fieldset {
  padding: 0;
}
#buddypress.buddypress-wrap .profile.edit .editfield .field-visibility-settings-header {
  margin: 0;
}
#buddypress.buddypress-wrap .bp-profile-button a {
  font-size: 0.875rem;
}
#buddypress.buddypress-wrap form.bp-messages-search-form {
  border-color: #231c4f !important;
}
#buddypress.buddypress-wrap .bp-tables-user {
  border: 1px solid #f7f1de;
  border-spacing: 0;
}
#buddypress.buddypress-wrap .bp-tables-user tr {
  background: transparent;
}
#buddypress.buddypress-wrap .bp-tables-user tr:nth-of-type(2n+1) {
  background: #f7f1de;
}
#buddypress.buddypress-wrap .bp-tables-user td {
  background: transparent;
  border: 0;
}

.widget-title {
  border-bottom: 1px solid #f7f1de !important;
  padding-bottom: 0.9375rem;
}

.widget.widget_bp_groups_widget .item-options {
  display: none;
}
.widget.widget_bp_groups_widget ul.item-list {
  padding: 0;
  margin: 0 -0.625rem;
}
.widget.widget_bp_groups_widget ul.item-list li {
  border: 1px solid #dcdcde;
  display: inline-block;
  margin: 0.625rem;
  vertical-align: top;
  width: calc(50% - 1.5625rem);
  float: unset;
}
.widget.widget_bp_groups_widget ul.item-list li .item-avatar {
  float: none;
  max-width: none !important;
  width: 100%;
}
.widget.widget_bp_groups_widget ul.item-list li .item-avatar img {
  width: 100%;
}
.widget.widget_bp_groups_widget ul.item-list li .item {
  margin: 0.625rem;
}
.widget.widget_bp_groups_widget ul.item-list .item-title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.1875rem;
  word-wrap: break-word;
}
.widget.widget_bp_groups_widget ul.item-list .item-title a {
  border: 0;
  font-weight: bold;
}
.widget.widget_bp_groups_widget ul.item-list .item-meta {
  font-size: 0.875rem;
  line-height: 1.3;
}

.widget.wp-block-bp-active-members .avatar-block {
  margin: 0 -0.5em;
}
.widget.wp-block-bp-active-members .item-avatar {
  max-width: 4.0625rem;
}
.widget.wp-block-bp-active-members .item-avatar img {
  border-radius: 50%;
  margin: 0;
}

.tribe-events-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tribe-events-widget h4 {
  margin-bottom: 0;
}
.tribe-events-widget .tribe-events-widget-events-list__event-row {
  border-bottom: 1px solid #f7f1de;
  padding: 0.625rem 0;
}
.tribe-events-widget .event-meta {
  color: #767676;
  font-size: 0.875rem;
}
.tribe-events-widget .event-meta time {
  margin-right: 0.625rem;
}

.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_message {
  max-width: 28.5rem !important;
}

.pmpro_login_wrap,
.pmpro_lost_password_wrap {
  padding: 0 !important;
}
.pmpro_login_wrap form.pmpro_form .input,
.pmpro_login_wrap form.pmpro_form textarea,
.pmpro_login_wrap form.pmpro_form select,
.pmpro_login_wrap #loginform input[type=text],
.pmpro_login_wrap #loginform input[type=password],
.pmpro_lost_password_wrap form.pmpro_form .input,
.pmpro_lost_password_wrap form.pmpro_form textarea,
.pmpro_lost_password_wrap form.pmpro_form select,
.pmpro_lost_password_wrap #loginform input[type=text],
.pmpro_lost_password_wrap #loginform input[type=password] {
  max-width: 100%;
  width: 100%;
}
.pmpro_login_wrap .login-submit,
.pmpro_lost_password_wrap .login-submit {
  text-align: center;
}
.pmpro_login_wrap .login-submit #wp-submit,
.pmpro_lost_password_wrap .login-submit #wp-submit {
  border-radius: 999em;
  cursor: pointer;
}
.pmpro_login_wrap .login-submit #wp-submit:hover,
.pmpro_lost_password_wrap .login-submit #wp-submit:hover {
  background: #ffe287;
}
.pmpro_login_wrap .pmpro_submit,
.pmpro_lost_password_wrap .pmpro_submit {
  text-align: center;
}
.pmpro_login_wrap .pmpro_submit input,
.pmpro_lost_password_wrap .pmpro_submit input {
  border-radius: 999em;
}
.pmpro_login_wrap .pmpro_submit input:hover,
.pmpro_lost_password_wrap .pmpro_submit input:hover {
  background: #ffe287;
}

.pmpro_login_wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pmpro-login .pmpro_message:not(.alignfull):not(.alignwide):not(.wp-block-spacer) {
  margin: 0 auto;
  padding: 0.8rem 0.6rem;
}

.tooltipster-base.tribe-events-tooltip-theme {
  max-width: 17.75rem;
  width: 100%;
  padding: 0;
}

div.tribe-events-calendar-month__calendar-event-tooltip {
  background: #fff;
  color: #231C4F;
  padding: 0 0 var(--tec-spacer-5);
}
div.tribe-events-calendar-month__calendar-event-tooltip a {
  color: #231C4F;
}
div.tribe-events-calendar-month__calendar-event-tooltip .tribe-events-c-small-cta__link {
  color: #fff;
}

.tribe-events-c-top-bar__datepicker .datepicker table tr td span.active {
  background: #1c8e46;
}
.tribe-events-c-top-bar__datepicker .datepicker table tr td span.active.disabled, .tribe-events-c-top-bar__datepicker .datepicker table tr td span.active:hover {
  background: #1c8e46;
}

.tribe-events .datepicker .month,
.tribe-events .tribe-events .datepicker .year {
  line-height: unset;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  width: 17.75rem;
  height: 9.375rem;
  overflow: hidden;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-bottom: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
  margin-bottom: var(--tec-spacer-1);
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
  display: flex;
  align-items: center;
}

.tribe-common .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  color: #187B3E;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: var(--tec-spacer-5);
  margin-bottom: var(--tec-spacer-1);
}

.tribe-events-calendar-month__calendar-event-tooltip > *:not(.tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper) {
  padding-left: var(--tec-spacer-5);
  padding-right: var(--tec-spacer-5);
}

.tooltipster-sidetip .tooltipster-content {
  border-radius: 1.5625rem;
}
.tooltipster-sidetip .tooltipster-box {
  border: 0;
  box-shadow: 0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.5625rem;
}

.tribe-events-c-small-cta__price {
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
}

.tooltipster-base.tribe-events-tooltip-theme {
  animation: events-slide-up 0.2s !important;
}

@keyframes events-slide-up {
  0% {
    opacity: 0;
    transform: translateY(-0.625rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tribe-events-single .tribe_events > *,
.tribe-events-single-event-title,
#tribe-events-footer {
  flex: 0 0 51.875rem;
  max-width: 51.875rem;
  margin: 2.5rem auto;
}

.tribe-events-single .tribe_events .tribe-block__event-price,
.tribe-events-single .tribe_events .tribe-events-schedule {
  max-width: 100%;
  flex: unset;
  margin: 0 auto;
}
.tribe-events-single .tribe_events p,
.tribe-events-single .tribe_events > div.tribe-events-event-image {
  margin: 2.5rem auto;
}
.tribe-events-single .tribe_events .tribe-block__events-link {
  border-top: 1px solid #65326D;
  margin-bottom: 0;
}

.single-tribe_events .tribe-events-schedule,
.single-tribe_events .tribe-block__event-price {
  text-align: center;
  justify-content: center;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule,
.single-tribe_events .tribe-block__event-price {
  background: #F7F1DE;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime {
  padding-top: var(--tec-spacer-2);
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  color: #187B3E;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
  line-height: 1.3;
}
.single-tribe_events .tribe-block__event-price {
  padding-top: var(--tec-spacer-2);
  padding-bottom: var(--tec-spacer-9);
}
.single-tribe_events .tribe-block__event-price .tribe-block__event-price__cost {
  color: #65326D;
  font: inherit;
  font-weight: 400;
}
.single-tribe_events .tribe-events-event-image {
  margin-top: var(--tec-spacer-6);
}
.single-tribe_events .tribe-events-back {
  flex: 0 0 73.75rem;
  max-width: 73.75rem;
  margin: auto;
  padding: var(--tec-spacer-9) 1.25rem 0;
}
.single-tribe_events .tribe-events-back a {
  padding-bottom: 0.4375rem;
}

.tribe-events-single__header {
  background: #F7F1DE;
}

h2.tribe-events-schedule__datetime {
  font: inherit;
  font-size: 1.375rem;
  font-weight: 700;
  color: inherit;
}

.tribe-block__event-price {
  font-family: inherit;
}

.tribe-events-schedule__datetime span {
  font: inherit;
}

.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
  color: inherit;
}

.tribe-events-single-event-title {
  text-align: center;
  margin: 0 auto;
}

.tribe-events-single__header + .tribe_events {
  margin-top: 0;
}
.tribe-events-single__header .tribe-events-notices {
  background: transparent;
  border: 0;
  text-align: center;
  color: black;
  margin: 0;
  padding: 1rem 0;
}

.event-tickets .tribe-tickets__tickets-form,
.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.tribe_events .event-tickets .tribe-tickets__rsvp-wrapper {
  width: 100%;
  max-width: 100%;
}

.tribe-common button.tribe-common-c-btn--small {
  background: #187B3E !important;
  border-radius: 1.75rem;
  font-family: inherit;
  padding: 0.6875rem 1.5rem !important;
}
.tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small {
  background: #187B3E !important;
  border-radius: 1.75rem;
  font-family: inherit;
  padding: 0.6875rem 1.5rem !important;
}
.tribe-common a.tribe-common-c-btn--small {
  background: #187B3E !important;
  border-radius: 1.75rem;
  font-family: inherit;
  padding: 0.6875rem 1.5rem !important;
}

.tribe-events-meta-group-details .tribe-events-single-section-title {
  font-size: 1.75rem;
  color: #231C4F;
}

.tribe-events-meta-group-organizer .tribe-events-single-section-title {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.8125rem;
}

.single-tribe_events #tribe-events-content.tribe-blocks-editor .tribe-events-event-meta {
  padding-bottom: var(--tec-spacer-8);
  border-bottom: 1px solid #65326D;
  margin: 0 auto;
}

#tribe-events-footer {
  border-top: 1px solid #65326D;
  padding-top: var(--tec-spacer-8);
}

.tribe-block__events-link .tribe-block__btn--link {
  margin-right: 2rem;
}
.tribe-block__events-link .tribe-block__btn--link a {
  border-bottom: 1px solid #1C8E47;
}

.tribe-events-single-section dt {
  font-size: 1.125rem;
  margin-top: var(--tec-spacer-4);
}
.tribe-events-single-section dd {
  margin: 0;
  font-size: 1rem;
}

.wp-block-jetpack-eventbrite .wp-block-jetpack-button .wp-block-button__link {
  background: #187B3E;
  padding: 1.3rem 3rem;
  font-size: 1.5rem;
}

.tribe-address {
  display: block;
}

.tribe-block__venue {
  flex-wrap: wrap;
  border: 0;
  padding-top: 0;
}
.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map {
  margin-top: var(--tec-spacer-8);
  width: 100%;
}
.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
  width: 100%;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
  display: inline-flex;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address {
  margin-bottom: var(--tec-spacer-4);
}

.tribe-events-sub-nav li,
.single-tribe_events .tribe-events-back {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
}

.tribe-events-sub-nav {
  padding: 0;
}
.tribe-events-sub-nav li {
  line-height: 2;
}
.tribe-events-sub-nav li span {
  display: none;
}
.tribe-events-sub-nav li a {
  padding-bottom: 0.3125rem;
}

.tribe-events-nav-previous {
  text-align: left;
}

.tribe-events-nav-next {
  text-align: right;
}

.tribe_events .event-tickets .tribe-tickets__rsvp-form-button--cancel {
  color: white;
  padding: 0.6875rem var(--tec-spacer-6);
}

div#tribe-events-search-container button {
  margin-left: 2.1875rem;
}

.tribe-events-calendar-month__calendar-event-title {
  font-size: 1rem;
}

.tribe-common-form-control-text__input {
  color: #231C4F;
  font-size: 1.125rem;
  font-style: italic;
  letter-spacing: 1px;
}
.tribe-common-form-control-text__input::-moz-placeholder {
  color: inherit;
}
.tribe-common-form-control-text__input::placeholder {
  color: inherit;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-6);
}

.tribe-events-c-view-selector__list-item--active {
  font-weight: 700;
}
.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  color: #231C4F;
}

a.tribe-common-cta {
  color: #fff;
  background: #187B3E;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 0.1875rem;
}

.tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-list__event-datetime-wrapper {
  font-size: 0.875rem;
  font-weight: bold;
  color: #187B3E;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}

.tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon {
  background-color: #1c8e47;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 50%;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tribe-events-c-top-bar__nav-list-item button[disabled] {
  opacity: 0.6;
}

.tribe-events-calendar-month__calendar-event-title-link {
  color: #231C4F;
}

.tribe-common button {
  padding: 0.3125rem 0.625rem;
}
.tribe-common .tribe-events-calendar-list {
  margin: 0 auto;
  max-width: 58.125rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  margin: var(--tec-spacer-9) 0 var(--tec-spacer-8);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag {
  width: 9.375rem;
  padding-left: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
  margin-top: var(--tec-spacer-9);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0;
  color: #231C4F;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: 3.4375rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper .tribe-events-calendar-month__multiday-event-bar {
  margin-bottom: 0.3125rem;
}

.tribe-events article {
  overflow: unset;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 1rem !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event:last-child {
  padding: var(--tec-spacer-1) var(--tec-spacer-3) var(--tec-spacer-3);
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-list__event-title {
  margin: 0 0 var(--tec-spacer-0);
}
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
  background: transparent;
  color: #65326D;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom: 1px solid #1C8E47;
  border-radius: 0;
  padding: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event,
.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  background: #F7F1DE;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  padding: var(--tec-spacer-3);
}
.tribe-events .tribe-events-c-small-cta__stock {
  margin-left: var(--tec-spacer-3);
  color: #65326D;
  font-weight: 700;
}
.tribe-events .tribe-events-c-small-cta > * {
  margin-left: var(--tec-spacer-3);
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: #F7F1DE;
  height: 6.25rem;
  width: 6.875rem;
  justify-content: center;
  border-radius: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #231C4F;
}
.tribe-events .tribe-events-calendar-list__event-row {
  border-bottom: 1px solid #65326D;
  padding-bottom: var(--tec-spacer-8);
}
.tribe-events .tribe-events-calendar-list__month-separator {
  justify-content: center;
  margin: var(--tec-spacer-3) 0 var(--tec-spacer-9);
  font-size: 2.25rem;
}
.tribe-events .tribe-events-calendar-list__month-separator::before, .tribe-events .tribe-events-calendar-list__month-separator::after {
  content: " ";
  height: 0.4375rem;
  width: 7.0625rem;
  background-image: url(../img/2lines.svg);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.tribe-events .tribe-events-calendar-list__month-separator time {
  margin: 0 1.25rem;
}

.single-apt-updates .entry-content {
  margin-top: 4.1875rem;
}
.single-apt-updates .apt-update-meta {
  text-align: center;
}
.single-apt-updates .apt-update-meta hr {
  margin-top: 2.25rem;
  margin-bottom: 3.375rem;
}
.single-apt-updates .apt-update-meta p {
  font-size: 1rem;
}
.single-apt-updates .apt-update-meta p span {
  color: #187b3e;
  text-transform: uppercase;
  font-weight: 600;
}

.apt-video {
  position: relative;
  height: 41.5rem;
  margin-bottom: 3.8125rem;
}
.apt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apt-update-loop .rue-updates {
  color: #1c8e47;
  font-size: 1rem;
  font-weight: 900;
}
.apt-update-loop .wp-block-post-date {
  display: inline;
}
.apt-update-loop .wp-block-post-content {
  margin-top: 0;
}
.apt-update-loop .wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: 0;
}
.apt-update-loop .wp-block-post-featured-image a {
  border-bottom: 0;
}
.apt-update-loop .mailpoet_form {
  display: none;
}

.post-type-archive-apt-updates .entry-header-page {
  height: 30.8125rem;
  background-size: cover;
  background-position: center 66%;
  background-color: #231c4f;
}
.post-type-archive-apt-updates .entry-header-page:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #231c4f;
  opacity: 0.6;
}
.post-type-archive-apt-updates .apt-updates-page-title h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  margin-left: 5%;
  margin-right: 5%;
}
.post-type-archive-apt-updates .category span {
  color: #187b3e;
  border-bottom: none;
  font-size: 1rem;
}
.post-type-archive-apt-updates .post-thumbnail {
  position: relative;
}
.post-type-archive-apt-updates .post-thumbnail a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 9.875rem;
  max-height: 6rem;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22158%22%20height%3D%2296%22%20viewBox%3D%220%200%20158%2096%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%22158%22%20height%3D%2296%22%20rx%3D%2213%22%20fill%3D%22black%22%20fill-opacity%3D%220.7%22%2F%3E%0A%3Cpath%20d%3D%22M112.123%2048.2707L62.5166%2074.048L62.73%2022.0869L112.123%2048.2707Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.post-type-archive-apt-updates .widget-area#secondary .widget-title {
  margin-top: 0;
  font-size: 1.125rem;
}
.post-type-archive-apt-updates .stepthrough {
  float: none;
}

.wp-block-team51-donations-block.is-layout-extended .wp-element-button {
  margin-bottom: 0;
  transition: all 250ms ease;
  transition-property: background-color, color;
}
.wp-block-team51-donations-block.is-layout-extended .team51-donations__intervals label .team51-donations-input-group input,
.wp-block-team51-donations-block.is-layout-extended .team51-donations__amounts label .team51-donations-input-group input {
  font-family: "Metropolis", serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.375rem;
  padding-block: 0.9375rem;
  -webkit-padding-end: 1.5625rem;
          padding-inline-end: 1.5625rem;
}
.wp-block-team51-donations-block.is-layout-extended .team51-donations__intervals label > input + .wp-element-button {
  color: #231c4f;
}
.wp-block-team51-donations-block.is-layout-extended .team51-donations__amounts label > input + .wp-element-button {
  background-color: #231c4f;
  border: 1px solid #231c4f;
  color: #ffffff;
}
.wp-block-team51-donations-block.is-layout-extended .team51-donations__pay-for-fees {
  padding-left: 1rem;
}
.wp-block-team51-donations-block.is-layout-extended .team51-donations__pay-for-fees input[type=checkbox] {
  position: relative;
  left: auto;
  top: auto;
}
@media (min-width: 30em) {
  .apt-newsletter-block-wrap .mailpoet_form .mailpoet_paragraph {
    width: calc(100% - 9.375rem - 1.5rem);
  }
  .apt-newsletter-block-wrap .mailpoet_form .mailpoet_paragraph.last {
    width: 9.375rem;
  }
}
@media (min-width: 30.0625em) and (max-width: 77.49em) {
  .apt-newsletter-block-wrap .apt-newsletter-block__compass {
    bottom: -10%;
  }
}
@media only screen and (min-width: 500px) {
  .buddypress.members .bps-filters, .buddypress.directory .bps-filters {
    position: absolute;
    top: -4.375rem;
  }
  .widget.widget_bp_groups_widget ul.item-list li {
    width: calc(33.3% - 1.5625rem);
  }
}
@media (min-width: 600px) {
  .wp-block-query__images--landscape .wp-block-post-template.is-flex-container.columns-3 > li {
    width: calc(33.3333333333% - 2.25rem + 0.75rem);
  }
}
@media screen and (min-width: 696px) and (max-width: 1099px) {
  #buddypress.buddypress-wrap .members.dir-list .bp-list li {
    display: block;
    padding: 1em 0;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item-avatar {
    margin-top: 0.7em;
    margin-bottom: 0;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li.is-current-user .item-avatar {
    margin-top: 1.2em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li.is-current-user .item .item-block {
    margin-top: 2.3em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .user-update + .item-avatar, #buddypress.buddypress-wrap .members.dir-list .bp-list li .user-update + .item {
    margin-top: 0.5em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .list-title {
    margin: 0.5em 0;
    text-align: center;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-meta {
    min-width: auto;
    text-align: center;
    padding-left: 0.75em;
    margin-top: 0.5em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-block {
    display: block;
    align-items: stretch;
    margin-top: 1.75em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-block .member-name {
    min-width: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 46.8em) {
  #buddypress.buddypress-wrap .activity-avatar {
    margin-left: 0;
  }
  #buddypress.buddypress-wrap #whats-new-textarea {
    margin-left: 1.25rem;
  }
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
  }
  .site-info {
    padding-top: 8.75rem;
  }
  .site-info a:hover, .site-info a:focus {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.15);
  }
  .footer-menus {
    margin: 5.625rem 1.875rem 6.25rem;
  }
  .footer-menus__title {
    line-height: 1.1666666667;
  }
  .footer-menus .menu-item a {
    font-size: 1.125rem;
    line-height: 1.3888888889;
  }
  .main-navigation .menu-item:not(.current-menu-item) > a:hover {
    border-bottom: 0.125rem solid #231c4f;
  }
  .main-navigation .menu-item:not(.current-menu-item) > a:focus {
    border-bottom: 0.125rem solid #187b3e;
  }
  .main-navigation .menu-item.current-menu-item:not(.cta) > a {
    border-bottom: 0.125rem solid #231c4f;
  }
  .main-navigation .main-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .search-title {
    font-size: 3rem;
    margin-left: 0.5rem;
  }
  .listing-thumbnail .project-block {
    padding: 0.625rem;
  }
  .listing-thumbnail .post-thumbnail img,
  .project-block .work-video {
    height: 16.875rem;
  }
  .is-style-text-overlap-element {
    grid-template-columns: 60% 60%;
  }
  .is-style-text-overlap-element .wp-block-media-text__content {
    position: absolute;
    z-index: 99;
    left: -10.9375rem;
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    padding-right: 0;
  }
  .blog .mobile-only,
  .search-results .mobile-only,
  .search-no-results .mobile-only {
    display: none;
  }
  .homepage-cover-image {
    -webkit-margin-start: 3rem;
            margin-inline-start: 3rem;
    -webkit-margin-end: 3rem;
            margin-inline-end: 3rem;
  }
  .hp-shop-cols .wp-block-column:first-of-type {
    display: grid;
  }
  .hp-shop-cols .wp-block-column:first-of-type > * {
    width: 100%;
    max-width: 18.75rem;
    justify-self: flex-end;
  }
  .woocommerce-shop .site-main {
    margin: 0;
  }
}
@media (min-width: 48em) and (max-width: 74.365em) {
  .grid-sizer,
  .grid-item {
    width: 33.33%;
  }
}
@media (min-width: 48em) and (orientation: portrait) {
  .is-style-text-overlap-element .wp-block-media-text__content p {
    font-size: 1.125rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 768px) {
  .blog .content-area,
  .search-results .content-area,
  .search-no-results .content-area {
    float: left;
    margin: 0 -26% 0 0;
    width: 100%;
  }
  .blog .site-main,
  .search-results .site-main,
  .search-no-results .site-main {
    margin: 0 26% 0 5%;
    padding-bottom: 0;
  }
  .blog .site-content .widget-area,
  .search-results .site-content .widget-area,
  .search-no-results .site-content .widget-area {
    float: right;
    padding: 0 1.25rem 0 2.625rem;
    overflow: hidden;
    width: 26%;
  }
  .home-cover {
    align-items: flex-start;
  }
  .home-cover p {
    max-width: 52%;
  }
  #buddypress.buddypress-wrap #groups-list {
    display: flex;
    flex-wrap: wrap;
  }
  #buddypress.buddypress-wrap #groups-list li {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
  }
}
@media only screen and (min-width: 780px) {
  .widget.widget_bp_groups_widget ul.item-list li {
    width: calc(16.66% - 1.5625rem);
  }
}
@media only screen and (min-width: 782px) {
  .singular:not(.logged-in) .is-style-preview {
    max-height: 53.125rem;
  }
  .singular:not(.logged-in) .is-style-preview:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 50%);
  }
  #buddypress.buddypress-wrap .wp-block-columns.bp-wrap .wp-block-column {
    border-right: 1px solid #f7f1de;
    margin-right: 1.875rem;
    padding-right: 1.875rem;
  }
  #buddypress.buddypress-wrap .wp-block-columns.bp-wrap .wp-block-column:last-of-type {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #buddypress.buddypress-wrap .bp-aside {
    border-left: 1px solid #f7f1de;
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 782px) and (max-width: 1180px) {
  #buddypress.buddypress-wrap #member-list li .activity-content {
    display: block;
    margin-left: 1.5625rem;
    margin-top: 0.3125rem;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #buddypress.buddypress-wrap .members.dir-list .bp-list li {
    display: flex;
    align-items: center;
    min-height: 10rem;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item-avatar {
    margin-top: 3.125rem;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li.is-current-user .item-avatar {
    margin-top: 0.625rem;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item {
    padding-left: 2em;
    padding-right: 2em;
    margin: 0 auto;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .list-title {
    margin: 0;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-meta {
    min-width: 13em;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-block {
    display: flex;
    align-items: center;
  }
  #buddypress.buddypress-wrap .members.dir-list .bp-list li .item .item-block .member-name {
    min-width: 16em;
  }
}
@media (min-width: 74.375em) {
  .padding-left-half {
    /*rtl:ignore*/
    padding-left: 3rem !important;
  }
  .padding-right-half {
    /*rtl:ignore*/
    padding-right: 3rem !important;
  }
  .padding-top-half {
    padding-top: 3rem !important;
  }
  .padding-bottom-half {
    padding-bottom: 3rem !important;
  }
  .site-title {
    color: #ffffff;
  }
  .footer__copyright {
    padding: 1.875rem;
  }
  .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header-main-menu .main-menu > .menu-item-has-children.menu-item > .sub-menu {
    border-top: var(--submenuBorder, 3.75rem) solid transparent;
  }
  .single-content__pagination-prev a:hover > #prev_menu_order_number {
    top: 0;
  }
  .single-content__pagination-next a:hover > #next_menu_order_number {
    top: 0;
  }
  .apt-newsletter-block-wrap .apt-newsletter-block__content {
    flex-shrink: 0;
    width: 42.6%;
    padding-right: 4rem;
  }
  .apt-newsletter-block-wrap .mailpoet_form {
    padding: 0.625rem 0 0 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  #buddypress.buddypress-wrap #members-group-list .bp-list.grid > li {
    width: 20%;
  }
}
@media (min-width: 77.5em) {
  .listing-thumbnail .post-thumbnail img,
  .project-block .work-video {
    height: 19vw;
  }
  .is-style-text-overlap-element .wp-block-media-text__content p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .apt-newsletter-block-wrap .apt-newsletter-block__compass {
    top: -1px;
    transform: translateX(50%);
  }
}
@media (max-width: 108.125em) {
  .site-header__branding .site-branding {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-header__branding .header-main-menu {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 96.875em) {
  .main-navigation .menu-item {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}
@media (max-width: 90.625em) {
  .main-navigation .menu-item:last-child {
    margin-right: 0.625rem;
  }
}
@media (max-width: 86.25em) {
  header .main-navigation .menu-item.cta > a {
    font-size: 0.9375rem;
  }
  .main-navigation .menu-item a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 77.49em) {
  .footer-elements .footer-text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .woocommerce #woocommerce-wrapper {
    margin: 0.7rem;
  }
  .apt-video {
    height: 0;
    padding-top: 1.875rem;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 74.37375em) {
  .show-for-large {
    display: none !important;
  }
  .show-for-large-only {
    display: none !important;
  }
}
@media (max-width: 74.365em) {
  .site-header__branding {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .site-header__branding .site-branding {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-header__top .row, .site-header__bottom .row, .site-header__branding .row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-logo {
    margin: 0 auto 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  .apt-newsletter-form-wrap {
    display: block;
  }
  .home-cover h2 {
    font-size: 1.85rem;
  }
  .home-cover .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1065px) {
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods, #buddypress.buddypress-wrap table.subscription_details {
    width: 100%;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions .woocommerce-orders-table__cell-order-actions a, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods .woocommerce-orders-table__cell-order-actions a, #buddypress.buddypress-wrap table.subscription_details .woocommerce-orders-table__cell-order-actions a {
    display: inline-block;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions th, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders th, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods th, #buddypress.buddypress-wrap table.subscription_details th {
    display: none;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods td, #buddypress.buddypress-wrap table.subscription_details td {
    display: block;
    text-align: right !important;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions tr, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders tr, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods tr, #buddypress.buddypress-wrap table.subscription_details tr {
    height: auto;
    display: block;
    text-align: right !important;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions tr:nth-child(2n) td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders tr:nth-child(2n) td, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods tr:nth-child(2n) td, #buddypress.buddypress-wrap table.subscription_details tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions tr td::before, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders tr td::before, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods tr td::before, #buddypress.buddypress-wrap table.subscription_details tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  #buddypress.buddypress-wrap table.woocommerce-MyAccount-subscriptions a.button, #buddypress.buddypress-wrap table.woocommerce-MyAccount-orders a.button, #buddypress.buddypress-wrap table.woocommerce-MyAccount-paymentMethods a.button, #buddypress.buddypress-wrap table.subscription_details a.button {
    margin-top: 0.25rem;
    display: inline-block;
  }
  #buddypress.buddypress-wrap .bcommerce-payment-methods a.button {
    height: inherit;
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 781px) {
  .singular:not(.logged-in) .is-style-preview > .wp-block-group, .singular:not(.logged-in) .is-style-preview .member-loop, .singular:not(.logged-in) .is-style-preview .activity-loop, .singular:not(.logged-in) .is-style-preview .event-loop {
    max-height: 23.125rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
    position: relative;
  }
  .singular:not(.logged-in) .is-style-preview > .wp-block-group:after, .singular:not(.logged-in) .is-style-preview .member-loop:after, .singular:not(.logged-in) .is-style-preview .activity-loop:after, .singular:not(.logged-in) .is-style-preview .event-loop:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 50%);
  }
}
@media (max-width: 768px) {
  .blog article:not(#woocommerce-wrapper),
  .search-results article:not(#woocommerce-wrapper),
  .search-no-results article:not(#woocommerce-wrapper) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .content-area .comments-area {
    padding: 0 1.25rem;
  }
  .stepthrough {
    padding: 0 1.25rem;
  }
  .blog .stepthrough {
    padding: 0;
  }
}
@media (max-width: 47.99em) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .site-header__top, .site-header__bottom {
    display: none;
  }
  .site-logo {
    max-width: 17.5rem;
  }
  .entry-header-page {
    min-height: 16.875rem;
  }
  .entry-header-page__title {
    font-size: 1.5rem;
  }
  .entry-header-page__meta {
    display: none;
  }
  .single .entry-content,
  .page .entry-content {
    border-bottom: none;
    padding-bottom: 0;
  }
  .single .entry-content::after,
  .page .entry-content::after {
    display: none;
  }
  .single .entry-content *.alignwide,
  .page .entry-content *.alignwide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-elements {
    min-height: auto;
    top: -2.75rem;
    position: relative;
  }
  .footer-elements .footer-logo {
    display: block;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
  .footer-elements .footer-content {
    display: block;
    margin: 0 1.25rem;
    text-align: center;
  }
  .footer-elements .footer-content a {
    margin-top: 1.25rem;
    margin-bottom: 0;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer-elements .footer-text p {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .footer-menus-wrap {
    margin-bottom: 1.875rem;
  }
  .no-results,
  .not-found {
    margin: 1.25rem;
  }
  .main-navigation .menu-item.menu-item-has-children:not(.current-menu-item) > a:after {
    border-color: #fff;
  }
  .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu {
    position: relative;
    width: 100%;
  }
  .main-navigation .menu-item.menu-item-has-children:hover > .sub-menu .menu-item {
    padding: 0;
  }
  .main-navigation .menu-item {
    display: block;
    list-style: none;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .mobile-site-navigation .main-navigation .main-menu {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .archive-listing-video iframe,
  .archive-listing-video iframe .player {
    min-height: 25rem;
  }
  .single-content__pagination {
    position: relative;
    width: 100%;
  }
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .grid-item {
    padding: 0;
    float: none;
    margin: 1.25rem 0;
    position: relative !important; /* stylelint-disable-line declaration-no-important */
    left: auto !important; /* stylelint-disable-line declaration-no-important */
    top: auto !important; /* stylelint-disable-line declaration-no-important */
  }
  .is-style-text-overlap-element .wp-block-media-text__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
  }
  .single .entry-content blockquote.wp-block-quote,
  .wp-block-quote {
    padding: 0.9375rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .single .entry-content blockquote.wp-block-quote p,
  .wp-block-quote p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .single .entry-content blockquote.wp-block-quote__citation,
  .single .entry-content blockquote.wp-block-quote cite,
  .wp-block-quote__citation,
  .wp-block-quote cite {
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
    padding-top: 0.625rem !important;
  }
  .apt-newsletter-block-wrap .apt-newsletter-block {
    flex-wrap: wrap;
  }
  .apt-newsletter-block-wrap .apt-newsletter-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog .site-main,
  .search-results .site-main,
  .search-no-results .site-main {
    padding: 0 1.25rem;
  }
  .blog .widget-area,
  .search-results .widget-area,
  .search-no-results .widget-area {
    display: none;
  }
  .entry-content-page {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99em) and (orientation: portrait) {
  .listing-thumbnail .post-title {
    margin: 0;
    padding: 0.625rem 1.25rem 0;
  }
}
@media screen and (max-width: 710px) {
  .apt-newsletter-form-wrap input:not([type=submit]) {
    width: 100%;
    margin: 0.65rem 0;
  }
  .apt-newsletter-form-wrap span {
    display: block;
    text-align: center;
  }
  .block-heading:before {
    display: none;
  }
  .block-heading:after {
    display: block;
    position: relative;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .home .entry-content {
    margin-top: 0;
  }
  .home-cover p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .blog .post-thumbnail {
    margin: 0 0 1.25rem 0;
  }
  .blog .site-main {
    padding: 0 1.25rem;
  }
  .apt-newsletter-form-wrap {
    display: block;
  }
  .apt-newsletter-form-wrap h6 {
    font-size: 1.5rem;
    line-height: 4rem;
  }
  .apt-newsletter-form-wrap input[type=email] {
    margin: 0.625rem 0;
  }
  .apt-newsletter-form-wrap span {
    text-align: center;
    display: block;
  }
  .block-heading::before, .block-heading::after {
    display: none;
  }
  .block-heading strong {
    margin: initial;
  }
  .woocommerce .site-main {
    padding: 0.3125rem 1.25rem;
  }
  .footer-text p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .footer-text a {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
  }
}
@media screen and (width: 768px) {
  .apt-latest-posts__article.columns {
    background-color: #f7f1de;
  }
  .apt-rue-updates {
    display: block;
    overflow: hidden;
  }
  .apt-newsletter-form-wrap {
    display: block;
  }
  .apt-newsletter-form-wrap input[type=email] {
    max-width: 23.125rem;
  }
}
@media screen and (width: 1024px) {
  .apt-rue-updates-wrap p {
    font-size: 1rem;
  }
  .apt-newsletter-form-wrap input[type=email] {
    max-width: 23.125rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 74.375em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media only screen and (max-width: 740px) {
  .buddypress.members .screen-content, .buddypress.directory .screen-content {
    padding-top: 0;
  }
  .buddypress.members .subnav-filters, .buddypress.members .bps-form, .buddypress.directory .subnav-filters, .buddypress.directory .bps-form {
    position: relative !important;
    left: 0;
    right: auto;
  }
  .buddypress.members .subnav-filters, .buddypress.directory .subnav-filters {
    margin-bottom: 0.75rem;
    margin-top: -0.375rem;
  }
  .buddypress.members .subnav-filters .component-filters, .buddypress.directory .subnav-filters .component-filters {
    float: left !important;
  }
}
@media (max-width: 600px) {
  .blog .post .post-thumbnail,
  .search-results .post .post-thumbnail,
  .search-no-results .post .post-thumbnail {
    margin-right: 0px;
  }
  .blog .post .post-thumbnail img,
  .search-results .post .post-thumbnail img,
  .search-no-results .post .post-thumbnail img {
    width: 100%;
  }
  .blog article:not(#woocommerce-wrapper),
  .search-results article:not(#woocommerce-wrapper),
  .search-no-results article:not(#woocommerce-wrapper) {
    grid-template-columns: 1fr;
    display: grid;
  }
}
@media (max-width: 35.49em) {
  .archive-listing-video iframe,
  .archive-listing-video iframe .player {
    min-height: 12.5rem;
  }
}
@media (max-width: 30em) {
  .apt-newsletter-block-wrap .apt-newsletter-block__compass {
    top: -1px;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-team51-donations-block.is-layout-extended .team51-donations__intervals label > input + .wp-element-button {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 430px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: grid;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-left-width: 0.8rem;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  .hide-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 74.37375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 74.375em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  .hide-for-large {
    display: none !important;
  }
  .hide-for-large-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 74.375em) and (min-width: 74.375em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

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