@charset "UTF-8";
/* Author Dependencies */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 *
 */
body,
p,
select,
textarea,
input {
  color: #093d3d;
  font-family: "Platform Web", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.75px;
  height: auto;
  min-height: auto;
}

.wp-block-button__link, a.wd-button,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
.claim-search button,
button#reset-pass-submit,
body .edd-submit,
body [type=submit].edd-submit,
body #edd-purchase-button,
button[id*=eventbrite],
body .edd-submit.button.blue {
  background: #ffbbaf;
  color: #093d3d;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 30px;
  display: inline-block;
  height: auto;
  border-radius: 0;
  border: none;
}
.wp-block-button__link:hover, a.wd-button:hover,
input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
.claim-search button:hover,
button#reset-pass-submit:hover,
body .edd-submit:hover,
body #edd-purchase-button:hover,
button[id*=eventbrite]:hover,
body .edd-submit.button.blue:hover, .wp-block-button__link:focus, a.wd-button:focus,
input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
.claim-search button:focus,
button#reset-pass-submit:focus,
body .edd-submit:focus,
body #edd-purchase-button:focus,
button[id*=eventbrite]:focus,
body .edd-submit.button.blue:focus {
  background: rgb(255, 143.65, 124);
  text-decoration: none;
}

.history-slides__slide::before, .baskets-block .baskets-individual .baskets-block__back-to-list i, .staff-bios__item:hover > .staff-bios__headshot, .block-faq__toggle-question-icon::before, .block-faq__toggle-question-icon::after, .wp-block-video.is-style-overlay-button::before, input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
form .gform_fields .gfield.select-li,
form#edd_purchase_form p.staff-state-checkout,
form#edd_purchase_form p.card-expiration,
form#edd_purchase_form p#edd-card-country-wrap,
form#edd_purchase_form p#edd-card-state-wrap,
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap textarea, #calendar.fc .fc-daygrid-event, .mobile-navigation ul .menu-item.menu-item-has-children::after, .mobile-navigation, .mobile-navigation__icon span, .mobile-navigation__icon, .sub-navigation__list li a::after, .sub-navigation::after, .nav-primary .menu-item a span::after,
.mobile-navigation .menu-item a span::after, a, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

.memberships__description p, .staff-bios__bio p, .rentals-block ul.rentals-block__specs-list li, .rentals-block__description p, ul.is-style-list-font-alt-large, ul.is-style-list-font-alt-small, ul.is-style-list-font-alt, ul.is-style-no-bullet li, p.is-style-alternate-bodystyle,
p.is-style-max-500-body-2,
p.is-style-max-750-body-2,
p.is-style-max-900-body-2,
p.is-style-negative-top-margin-body-style-2, .ab-block-post-grid .is-list .ab-block-post-grid-excerpt p,
.ab-block-post-grid .is-list .gb-block-post-grid-excerpt p,
.gb-block-post-grid .is-list .ab-block-post-grid-excerpt p,
.gb-block-post-grid .is-list .gb-block-post-grid-excerpt p, .volunteer-events__excerpt p, .tabbed-content__event-content p, .tabbed-content__event-content a, .past-events-archive-wrapper > article .entry-content p, .wd-events-archive .site-inner .content .posts-wrapper > article .entry-content p,
.wd-news-archive .site-inner .content .posts-wrapper > article .entry-content p,
.past-events-archive .site-inner .content .posts-wrapper > article .entry-content p, a.back-to-news-link, a.readmore-link {
  font-family: "Tiempos", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4d4d4d;
  letter-spacing: 0;
}

/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Site Wide Settings
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 * - Lists
 *
 */
/* ----- Universal ---------------------- */
svg:not(:root) {
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ----- Common Classes -------------------- */
img.alignleft,
.wp-caption.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

img.alignright,
.wp-caption.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption.alignnone {
  max-width: 100%;
}

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

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

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

.bbva-ad-mobile {
  display: none;
}

@media (max-width: 600px) {
  .bbva-ad-mobile {
    display: block;
  }
  .bbva-ad-desktop {
    display: none;
  }
}
a.readmore-link {
  color: #007591;
  text-decoration: underline;
}

a.show-all-link {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3px;
}
a.show-all-link:hover {
  text-decoration: none;
  border-color: #093d3d;
}

a.back-to-news-link {
  text-decoration: underline;
  display: block;
  margin: 75px 0 -75px;
}

.center-header h1.entry-title {
  text-align: center;
}

.hide-title h1.entry-title {
  display: none;
}

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

:focus {
  color: #333;
  outline: none;
}

/* ----- Lists ---------------------- */
.entry-content ul,
.entry-content ol {
  padding-left: 40px;
}
.entry-content ul li,
.entry-content ol li {
  padding-bottom: 10px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 0;
}

/* ----- Social Icons -------------------- */
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
  margin-right: 5px;
  border: 2px solid #093d3d;
  border-radius: 32px;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #093d3d;
}

/* ----- Pagination -------------------- */
.pagination {
  width: 100%;
}
.pagination ul li {
  display: none;
}
.pagination ul li.pagination-next {
  display: block;
  width: 100%;
  text-align: center;
}
.pagination ul li.pagination-next a {
  display: block;
  font-size: 14px;
  background-color: #ded2c3;
  width: 100%;
  padding: 15px;
}
.pagination ul li.pagination-next a:hover {
  background-color: rgb(203.9032258065, 185.3225806452, 162.0967741935);
}

/* ----- IE Fixes -------------------- */
body .ab-layout-columns-3 > .ab-layout-column-wrap,
body .gb-layout-columns-3 > .gb-layout-column-wrap {
  -ms-grid-columns: 1fr 1fr 1fr;
}

body .ab-layout-columns-2 > .ab-layout-column-wrap,
body .gb-layout-columns-2 > .gb-layout-column-wrap {
  -ms-grid-columns: 1fr 1fr;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .ab-layout-columns-3 > .ab-layout-column-wrap .ab-block-layout-column, body .ab-layout-columns-2 > .ab-layout-column-wrap .ab-block-layout-column,
  body .gb-layout-columns-3 > .gb-layout-column-wrap .gb-block-layout-column, body .gb-layout-columns-2 > .gb-layout-column-wrap .gb-block-layout-column {
    padding-left: 50px;
  }
  body .ab-layout-columns-3 > .ab-layout-column-wrap .ab-block-layout-column:first-child, body .ab-layout-columns-2 > .ab-layout-column-wrap .ab-block-layout-column:first-child,
  body .gb-layout-columns-3 > .gb-layout-column-wrap .gb-block-layout-column:first-child, body .gb-layout-columns-2 > .gb-layout-column-wrap .gb-block-layout-column:first-child {
    padding-left: 0;
  }
  .entry-content .hero-block > .wrap, .hero-block > .wrap {
    padding-top: 100px;
  }
}
/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 *
 */
p {
  margin: 0 0 20px;
  padding: 0;
}
p.larger, p.has-larger-font-size {
  font-size: 30px;
}
p.large, p.has-large-font-size {
  font-size: 24px;
}
p.has-regular-font-size {
  font-size: 18px;
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

a {
  color: #007591;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgb(0, 75.8482758621, 94);
  text-decoration: underline;
}
a[href^=tel], a[href^=tel]:hover {
  color: #093d3d;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 0 0 0 35px;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 20px;
}
blockquote cite {
  color: #1a1a1a;
  display: block;
  font-size: 18px;
  line-height: 1.75;
  font-style: normal;
  margin-top: 3px;
}
blockquote cite:before,
blockquote small:before {
  content: "— ";
}

code {
  background-color: #e0e0e0;
  padding: 0.125em 0.25em;
}

mark, ins {
  background: #eee;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

pre {
  border: 1px solid #e0e0e0;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 *
 */
button[id*=eventbrite] {
  background-color: #093d3d;
  border: none;
  color: #fff;
}
button[id*=eventbrite]:hover {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571);
}

.widget_search input[type=submit] {
  display: none;
}

/* for block button coloring see /scss/partials/blocks/_blocks-base.scss */
/**
 * /assets/scss/partials/base/tables.scss
 *
 * Let's define our table styles
 *
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
table.striped tr:nth-of-type(odd) {
  background-color: #fafafa;
}
table th {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  text-align: left;
}
table td {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
}

/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 * We'll port this to the main stylesheet and the editor stylesheet for use in the block editor
 *
 */
h1,
h2,
h3,
h4,
h5,
h6,
.editor-post-title__block .editor-post-title__input {
  color: #093d3d;
  font-family: "Platform Web", sans-serif;
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.editor-post-title__block .editor-post-title__input a {
  color: #093d3d;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.editor-post-title__block .editor-post-title__input a:hover {
  color: #093d3d;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
.editor-post-title__block .editor-post-title__input:focus {
  outline: none;
}
h1.is-style-max-500,
h2.is-style-max-500,
h3.is-style-max-500,
h4.is-style-max-500,
h5.is-style-max-500,
h6.is-style-max-500,
.editor-post-title__block .editor-post-title__input.is-style-max-500 {
  max-width: 500px;
}

h1,
.editor-post-title__block .editor-post-title__input,
h2.is-style-largeh2 {
  font-size: 60px;
  margin-bottom: 45px;
  line-height: 1;
}
@media (max-width: 600px) {
  h1,
  .editor-post-title__block .editor-post-title__input,
  h2.is-style-largeh2 {
    font-size: 50px;
  }
}

h2 {
  font-size: 35px;
}
h2.is-style-large-thin-h2 {
  font-size: 40px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

/**
 * /assets/scss/partials/base/fonts.scss
 *
 * Let's set up our default fonts
 *
 */
@font-face {
  font-family: "Platform Web";
  src: url("../fonts/Platform-Medium-Web.woff2") format("woff2"), url("../fonts/Platform-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Platform Web";
  src: url("../fonts/Platform-RegularItalic-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Platform Web";
  src: url("../fonts/Platform-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/TiemposTextWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/TiemposTextWeb-MediumItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
/* Layouts */
/**
 * /assets/scss/partials/layouts/interios.scss
 *
 * Let's define our interior wrapper styles
 *
 *
 */
.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.site-inner .content {
  float: left;
  padding: 0;
  width: 67%;
}
.site-inner .sidebar {
  float: right;
  padding: 75px 0;
  width: 30%;
}
.site-inner .entry-header h1 {
  margin-top: 90px;
}

.sidebar-content .site-inner .wrap .content {
  float: right;
}

.sidebar-content .site-inner .wrap .sidebar-primary {
  float: left;
}

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

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/**
 * /assets/scss/partials/layouts/widgets.scss
 *
 * Let's define our base widget styles
 *
 *
 */
.widget,
.widget {
  margin-bottom: 40px;
}
.widget ul,
.widget ol,
.widget ul,
.widget ol {
  list-style-type: none;
}

/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Secondary Navigation
 * - Mobile Navigation Icon
 * - Mobile Navigation
 *
 */
/* ----- Primary Navigation -------------------- */
.nav-primary,
.mobile-navigation {
  /* no sub navigation needed withing primary navigation - only for mobile nav
  .sub-menu {
  	background: $grey-medium;
  	left: -9999px;
  	opacity: 0;
  	padding: 10px 0;
  	position: absolute;
  	width: auto;
  	z-index: 99;

           .menu-item {
                width: 100%;
                display: block;
                clear: both;
           }

  	a {
                width: 100%;
  		background: transparent;
  		color: $base-color;
  		padding: 8px 30px 8px 20px;
  		position: relative;
                white-space: nowrap;
  	}

  	.menu-item:hover > a,
  	.current-menu-item > a {
  		color: $grey-dark;
  	}

  	.sub-menu {
  		margin: -54px 0 0 199px;
  	}
  }
      */
}
@media (max-width: 1050px) {
  .nav-primary,
  .mobile-navigation {
    display: none;
  }
}
.nav-primary .wrap,
.mobile-navigation .wrap {
  max-width: 100%;
  margin: 0;
}
.nav-primary ul,
.mobile-navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-primary .menu-item,
.mobile-navigation .menu-item {
  list-style: none;
  margin-left: 40px;
  height: 60px;
  display: flex;
  align-items: center;
}
.nav-primary .menu-item a,
.mobile-navigation .menu-item a {
  border: none;
  color: #fff;
  display: block;
  font-size: 22px;
  position: relative;
  letter-spacing: 1.2px;
}
.nav-primary .menu-item a span::after,
.mobile-navigation .menu-item a span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.nav-primary .menu-item:hover > a, .nav-primary .menu-item.current-menu-item > a, .nav-primary .menu-item.current-menu-ancestor > a,
.mobile-navigation .menu-item:hover > a,
.mobile-navigation .menu-item.current-menu-item > a,
.mobile-navigation .menu-item.current-menu-ancestor > a {
  color: #fff;
  text-decoration: none;
}
.nav-primary .menu-item:hover > a span::after, .nav-primary .menu-item.current-menu-item > a span::after, .nav-primary .menu-item.current-menu-ancestor > a span::after,
.mobile-navigation .menu-item:hover > a span::after,
.mobile-navigation .menu-item.current-menu-item > a span::after,
.mobile-navigation .menu-item.current-menu-ancestor > a span::after {
  background-color: #fff;
}
.nav-primary .menu-item:hover,
.mobile-navigation .menu-item:hover {
  position: static;
}
.nav-primary .menu-item:hover > .sub-menu,
.mobile-navigation .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.nav-primary .menu-item.nav-button a,
.mobile-navigation .menu-item.nav-button a {
  background-color: #ffbbaf;
  color: #093d3d;
  line-height: 60px;
  padding: 0 35px;
}
.nav-primary .menu-item.nav-button a:hover,
.mobile-navigation .menu-item.nav-button a:hover {
  background-color: rgb(255, 143.65, 124);
}
.nav-primary .menu-item.nav-button:hover > a span::after, .nav-primary .menu-item.nav-button.current-menu-item > a span::after, .nav-primary .menu-item.nav-button.current-menu-ancestor > a span::after,
.mobile-navigation .menu-item.nav-button:hover > a span::after,
.mobile-navigation .menu-item.nav-button.current-menu-item > a span::after,
.mobile-navigation .menu-item.nav-button.current-menu-ancestor > a span::after {
  background-color: transparent;
}

/* ----- Secondary Navigation -------------------- */
.sub-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ded2c3;
  height: 76px;
  padding: 0 30px;
}
.sub-navigation::after {
  content: " ";
}
@media (max-width: 800px) {
  .sub-navigation {
    background-color: #781b3a;
    min-height: 76px;
    padding-top: 76px;
    height: auto;
    position: relative;
    border-bottom: 2px solid rgb(78.3673469388, 17.6326530612, 37.8775510204);
  }
  .sub-navigation::after {
    content: "\f078";
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    right: 44px;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .sub-navigation {
    min-height: 50px;
    padding-top: 50px;
  }
  .sub-navigation::after {
    top: 4px;
  }
}
.sub-navigation.active::after {
  transform: rotate(180deg);
}
.sub-navigation__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .sub-navigation__list {
    display: none;
    flex-direction: column;
  }
}
.sub-navigation__list li {
  margin-right: 30px;
}
@media (max-width: 800px) {
  .sub-navigation__list li {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.sub-navigation__list li:last-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .sub-navigation__list li:last-child {
    margin-bottom: 10px;
  }
}
.sub-navigation__list li a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: #093d3d;
  display: block;
}
@media (max-width: 800px) {
  .sub-navigation__list li a {
    padding: 15px 0;
    color: #fff;
    width: calc(100% - 75px);
  }
}
.sub-navigation__list li a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}
.sub-navigation__list li:hover > a, .sub-navigation__list li.current-menu-item > a {
  text-decoration: none;
}
.sub-navigation__list li:hover > a::after, .sub-navigation__list li.current-menu-item > a::after {
  background-color: #781b3a;
  text-decoration: none;
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation__icon {
  display: none;
  position: absolute;
  top: 47px;
  left: 50px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-navigation__icon span {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.mobile-navigation__icon span:nth-child(2) {
  top: 10px;
}
.mobile-navigation__icon span:nth-child(3) {
  top: 20px;
}
.mobile-navigation__icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  width: 33.94px;
  left: 0;
}
.mobile-navigation__icon.open span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
  width: 33.94px;
  left: 0;
}
@media (max-width: 1050px) {
  .mobile-navigation__icon {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-navigation__icon {
    left: 20px;
    top: 43px;
  }
}

/*----- Mobile Navigation -------------------- */
.mobile-navigation {
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  background-color: #093d3d;
  left: -375px;
  width: 375px;
  max-width: 90%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.mobile-navigation.open {
  left: 0;
}
.mobile-navigation ul .menu-item {
  margin-left: 0;
  height: auto;
  width: 100%;
  position: relative !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-navigation ul .menu-item.nav-button {
  border-bottom: none;
}
.mobile-navigation ul .menu-item.nav-button a {
  background-color: #ffbbaf;
  color: #093d3d;
  line-height: 60px;
  padding: 0 35px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.mobile-navigation ul .menu-item.nav-button a:hover {
  background-color: rgb(255, 143.65, 124);
}
.mobile-navigation ul .menu-item.nav-button:hover > a span::after, .mobile-navigation ul .menu-item.nav-button.current-menu-item > a span::after, .mobile-navigation ul .menu-item.nav-button.current-menu-ancestor > a span::after {
  background-color: transparent;
}
.mobile-navigation ul .menu-item.menu-item-has-children::after {
  content: "\f078";
  color: #ffbbaf;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 26px;
  transform: rotate(180deg);
}
.mobile-navigation ul .menu-item.menu-item-has-children.open-sub-menu::after {
  transform: rotate(0);
}
.mobile-navigation ul .menu-item a {
  width: 100%;
  padding: 12px 0;
  z-index: 2;
}
.mobile-navigation ul.sub-menu {
  padding-left: 30px;
  display: none;
}
.mobile-navigation ul.sub-menu li {
  border-bottom: none;
}
.mobile-navigation ul.sub-menu li:last-child {
  margin-bottom: 15px;
}
.mobile-navigation ul.sub-menu li a {
  font-weight: 400;
  font-size: 18px;
  padding: 7px 0;
}

/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 *
 * - Main Footer Area
 * - Footer Widgets
 *
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: 50px 30px;
  background-color: #093d3d;
  color: #fff;
}
.site-footer > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-footer p, .site-footer a, .site-footer i {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.site-footer strong {
  letter-spacing: 1.35px;
}
.site-footer__address {
  width: 250px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 40px;
}
@media (max-width: 600px) {
  .site-footer__address {
    width: 100%;
    margin-bottom: 50px;
    border-right: none;
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.site-footer__links {
  padding: 0 0 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1050px) {
  .site-footer__links {
    border-right: none;
  }
}
@media (max-width: 850px) {
  .site-footer__links {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .site-footer__links {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 25px 25px;
    margin-top: -25px;
  }
}
.site-footer__links-column {
  padding-right: 40px;
  width: 250px;
}
.site-footer__links-column:last-child {
  padding-right: 40px;
}
@media (max-width: 1050px) {
  .site-footer__links-column:last-child {
    padding-right: 0;
  }
}
@media (max-width: 850px) {
  .site-footer__links-column:last-child {
    margin-top: 7px;
  }
}
@media (max-width: 600px) {
  .site-footer__links-column {
    padding: 0;
    width: 100%;
  }
}
.site-footer__links-link {
  width: 100%;
  display: block;
  margin-bottom: 7px;
  position: relative;
}
.site-footer__links-link a {
  white-space: nowrap;
}
.site-footer__links-link:last-child {
  margin-bottom: 0;
}
.site-footer__social {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .site-footer__social {
    width: 100%;
    margin-top: -40px;
    justify-content: flex-end;
  }
}
@media (max-width: 850px) {
  .site-footer__social {
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .site-footer__social {
    margin-top: 50px;
    padding-left: 25px;
  }
}
.site-footer__social a {
  margin-right: 20px;
}
.site-footer__social a i {
  font-size: 50px;
  font-size: 32px;
}
.site-footer__social a:last-child {
  margin-right: 0;
}
.site-footer__social a:hover {
  opacity: 0.8;
}
.site-footer__edd-cart-icon {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 35px;
  margin-left: 20px;
}

/* ----- Footer Widgets -------------------- */
.footer-widgets {
  width: 100%;
  padding: 75px 0;
}
.footer-widgets .wrap {
  display: flex;
}
.footer-widgets .wrap .widget-area {
  width: 33.33%;
}

/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 *
 *
 */
.site-header {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #093d3d;
  color: #fff;
  position: relative;
  z-index: 100;
}
.site-header > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo img {
  width: 230px;
  height: auto;
}
@media (max-width: 600px) {
  .site-header__logo img {
    width: 200px;
  }
}
@media (max-width: 1050px) {
  .site-header__logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .site-header__logo {
    text-align: right;
  }
}
@media (max-width: 1050px) {
  .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
}

.above-header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #007591;
  padding: 8px 30px;
  min-height: 43px;
}
.above-header > .wrap {
  display: flex;
  justify-content: flex-end;
}
.above-header__loginout {
  display: flex;
  align-items: center;
}
.above-header__loginout a {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
}
.above-header__loginout a:first-child {
  margin-left: 0;
}
.above-header__cart-wrap {
  border-left: 1px solid #fff;
  margin-left: 12px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.above-header__cart {
  position: relative;
}
.above-header__cart i {
  position: relative;
  color: white;
  font-size: 22px;
}
.above-header__cart-count {
  position: absolute;
  background-color: #ffbbaf;
  color: #093d3d;
  top: -8px;
  right: -8px;
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px 0 6px;
  border-radius: 100px;
  min-height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .gtranslate_wrapper {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
body .gtranslate_wrapper .gt_option {
  position: absolute !important;
}

/**
 * /assets/scss/partials/layouts/home.scss
 *
 * Let's define our home styles
 *
 *
 */
.home-hero-block .ab-container-inside,
.home-hero-block .gb-container-inside {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.home-hero-block .ab-container-inside .ab-container-content,
.home-hero-block .ab-container-inside .gb-container-content,
.home-hero-block .gb-container-inside .ab-container-content,
.home-hero-block .gb-container-inside .gb-container-content {
  padding-right: 50px;
  margin: 0;
}
.home-hero-block .ab-container-inside .ab-container-image-wrap img,
.home-hero-block .ab-container-inside .gb-container-image-wrap img,
.home-hero-block .gb-container-inside .ab-container-image-wrap img,
.home-hero-block .gb-container-inside .gb-container-image-wrap img {
  object-position: 0 50%;
}
@media (max-width: 1000px) {
  .home-hero-block {
    padding-bottom: 50%;
  }
  .home-hero-block .home-hero-spacer {
    height: 100px !important;
  }
}

.home-giving .ab-container-image-wrap img,
.home-giving .gb-container-image-wrap img {
  object-position: 100% 100%;
}
.home-giving__inner .ab-container-content,
.home-giving__inner .gb-container-content {
  margin: 0;
}

/**
 * /assets/scss/partials/layouts/about.scss
 *
 * Let's define our about pages(s) styles
 *
 *
 */
.twenty20 { /* Styles for before/after sliders -- need to override inline styles added by plugin */
  float: none !important;
  width: 100%;
  margin: 0 !important;
  position: relative;
  z-index: 3; /* used to show in front of zig zag graphic */
}

.tunnel-zig-zag-con {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.tunnel-zig-zag-con .ab-block-layout-column-inner,
.tunnel-zig-zag-con .gb-block-layout-column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tunnel-zig-zag-con .ab-block-layout-column-inner .tunnel-zig-zag,
.tunnel-zig-zag-con .gb-block-layout-column-inner .tunnel-zig-zag {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 391px;
}
@media (max-width: 800px) {
  .tunnel-zig-zag-con .ab-block-layout-column-inner .tunnel-zig-zag,
  .tunnel-zig-zag-con .gb-block-layout-column-inner .tunnel-zig-zag {
    display: none;
  }
}
.tunnel-zig-zag-con .ab-block-layout-column-inner h2,
.tunnel-zig-zag-con .gb-block-layout-column-inner h2 {
  z-index: 2;
}

@media (max-width: 1000px) {
  .ab-layout-columns-2.about-failed-slopes > .ab-layout-column-wrap.ab-is-responsive-column,
  .gb-layout-columns-2.about-failed-slopes > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas: "col1" "col2";
  }
}
@media (max-width: 700px) {
  .entry-content .about-failed-slopes {
    padding-right: 50px !important;
  }
}
.wp-block-image.fix-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

/**
 * /assets/scss/partials/layouts/events-news.scss
 *
 * Let's define our event styles
 *
 * - Archive
 * - Past Events
 * - Single
 * - Calendar
 *
 */
/* ----- Archive ----- */
.hero-block.events-archive-hero {
  min-height: 340px;
  margin-bottom: 100px;
}
.hero-block.events-archive-hero h1 {
  margin: 0;
}
@media (max-width: 600px) {
  .hero-block.events-archive-hero h1 {
    float: left;
    width: 100%;
    margin-top: 100px;
  }
}

.event-above-calendar {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}
.event-above-calendar img {
  display: block;
}

.wd-events-archive .site-inner > .wrap,
.wd-news-archive .site-inner > .wrap,
.past-events-archive .site-inner > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
.wd-events-archive .site-inner aside,
.wd-news-archive .site-inner aside,
.past-events-archive .site-inner aside {
  width: 220px;
  border-right: 1px solid #093d3d;
  padding-right: 40px;
  padding-top: 0;
  float: none;
  order: 1;
}
@media (max-width: 700px) {
  .wd-events-archive .site-inner aside,
  .wd-news-archive .site-inner aside,
  .past-events-archive .site-inner aside {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.wd-events-archive .site-inner aside .waller-sidebar h2,
.wd-news-archive .site-inner aside .waller-sidebar h2,
.past-events-archive .site-inner aside .waller-sidebar h2 {
  margin-top: 35px;
  font-size: 22px;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}
.wd-events-archive .site-inner aside .waller-sidebar__list,
.wd-news-archive .site-inner aside .waller-sidebar__list,
.past-events-archive .site-inner aside .waller-sidebar__list {
  list-style-type: none;
}
.wd-events-archive .site-inner aside .waller-sidebar__list li,
.wd-news-archive .site-inner aside .waller-sidebar__list li,
.past-events-archive .site-inner aside .waller-sidebar__list li {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.wd-events-archive .site-inner aside .waller-sidebar__list li a,
.wd-news-archive .site-inner aside .waller-sidebar__list li a,
.past-events-archive .site-inner aside .waller-sidebar__list li a {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 20px;
}
.wd-events-archive .site-inner aside .waller-sidebar__list li a:hover,
.wd-news-archive .site-inner aside .waller-sidebar__list li a:hover,
.past-events-archive .site-inner aside .waller-sidebar__list li a:hover {
  text-decoration: none;
  color: #781b3a;
}
.wd-events-archive .site-inner aside .waller-sidebar__list li.current-cat a,
.wd-news-archive .site-inner aside .waller-sidebar__list li.current-cat a,
.past-events-archive .site-inner aside .waller-sidebar__list li.current-cat a {
  border-bottom: 3px solid #781b3a;
  float: left;
  padding-bottom: 3px;
}
.wd-events-archive .site-inner .content,
.wd-news-archive .site-inner .content,
.past-events-archive .site-inner .content {
  width: calc(100% - 320px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none;
  order: 2;
}
@media (max-width: 1000px) {
  .wd-events-archive .site-inner .content,
  .wd-news-archive .site-inner .content,
  .past-events-archive .site-inner .content {
    width: calc(100% - 270px);
  }
}
@media (max-width: 700px) {
  .wd-events-archive .site-inner .content,
  .wd-news-archive .site-inner .content,
  .past-events-archive .site-inner .content {
    width: 100%;
  }
}
.wd-events-archive .site-inner .content .entry-date,
.wd-news-archive .site-inner .content .entry-date,
.past-events-archive .site-inner .content .entry-date {
  width: 100%;
  display: block;
  margin: 20px 0 -17px;
  font-size: 16px;
  font-weight: 500;
}
.wd-events-archive .site-inner .content .posts-wrapper,
.wd-news-archive .site-inner .content .posts-wrapper,
.past-events-archive .site-inner .content .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wd-events-archive .site-inner .content .posts-wrapper > article,
.wd-news-archive .site-inner .content .posts-wrapper > article,
.past-events-archive .site-inner .content .posts-wrapper > article {
  width: 49%;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .wd-events-archive .site-inner .content .posts-wrapper > article,
  .wd-news-archive .site-inner .content .posts-wrapper > article,
  .past-events-archive .site-inner .content .posts-wrapper > article {
    width: 100%;
  }
}
.wd-events-archive .site-inner .content .posts-wrapper > article .entry-header img,
.wd-news-archive .site-inner .content .posts-wrapper > article .entry-header img,
.past-events-archive .site-inner .content .posts-wrapper > article .entry-header img {
  width: 100%;
}
.wd-events-archive .site-inner .content .posts-wrapper > article h2.entry-title,
.wd-news-archive .site-inner .content .posts-wrapper > article h2.entry-title,
.past-events-archive .site-inner .content .posts-wrapper > article h2.entry-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 25px;
}
.wd-events-archive .site-inner .content .posts-wrapper > article .entry-content,
.wd-news-archive .site-inner .content .posts-wrapper > article .entry-content,
.past-events-archive .site-inner .content .posts-wrapper > article .entry-content {
  margin-top: 25px;
  padding-right: 25px;
}
/* ----- Past Events -------------------- */
.past-events-archive .site-inner > .wrap {
  max-width: 1000px;
}
.past-events-archive .site-inner .content {
  width: 100%;
}
.past-events-archive .site-inner .content > article {
  width: 100%;
}
@media (max-width: 1000px) {
  .past-events-archive .site-inner .content > article .posts-wrapper > article {
    width: 49%;
  }
}
@media (max-width: 800px) {
  .past-events-archive .site-inner .content > article .posts-wrapper > article {
    width: 100%;
  }
}

.past-events-archive-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
.past-events-archive-wrapper h2 {
  width: 100%;
}
.past-events-archive-wrapper > article {
  width: 49%;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .past-events-archive-wrapper > article {
    width: 100%;
  }
}
.past-events-archive-wrapper > article .entry-header img {
  width: 100%;
}
.past-events-archive-wrapper > article h2.entry-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 25px;
}
.past-events-archive-wrapper > article .entry-content {
  margin-top: 25px;
  padding-right: 25px;
}
.past-events-archive-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-top: 7px solid #ded2c3;
  padding-top: 20px;
}
.past-events-archive-link a {
  color: #093d3d;
  text-decoration: underline;
}

/* ----- Single ----- */
.single-events .event-meta {
  margin: -30px 0 10px 0;
}
.single-events__parent-link-con {
  margin: 0 0 10px;
  font-size: 16px;
}
.single-events__parent-link-con a {
  font-weight: 500;
}

.child-events {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.child-events > article {
  width: 49%;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .child-events > article {
    width: 100%;
  }
}
.child-events > article h2.entry-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 5px;
}
.child-events > article .entry-content {
  margin-top: 25px;
  padding-right: 25px;
}
.child-events > article .entry-content p {
  font-family: "Tiempos", sans-serif;
  font-size: 15px;
  color: #000;
}

.single-events .content {
  margin-top: 90px;
}

.entry-content .event-description-con {
  max-width: 50%;
  display: inline-block;
}
@media (max-width: 700px) {
  .entry-content .event-description-con {
    width: 100%;
    max-width: 100%;
  }
}
.entry-content .event-description-con h1 {
  margin-top: 0;
}

.event-sub-header {
  display: block;
  clear: both;
  margin: -30px 0 45px 0;
  font-size: 22px;
}

.event-sponsors {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.event-sponsors h3 {
  width: 100%;
}
.event-sponsors__item {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .event-sponsors__item:nth-child(5n+6) {
    margin-right: 0;
  }
}
.event-sponsors__item img {
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .event-sponsors__item {
    width: 49%;
    margin-bottom: 20px;
  }
  .event-sponsors__item:nth-child(2n+3) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .event-sponsors__item {
    width: 100%;
    margin-right: 0;
  }
}

.event-series-header.alignfull {
  margin: 50px calc(50% - 50vw) 0;
  max-width: 100vw;
  width: 100vw;
}

.single .content {
  padding-bottom: 100px;
}

.sidebar-filter {
  display: none;
}

@media (max-width: 700px) {
  .sidebar-filter {
    display: block;
    background-color: #781b3a;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: calc(100% + 60px);
    margin-left: -30px;
    font-weight: 500;
  }
  .sidebar-section__mobile-toggle-wrap {
    display: none;
    padding-top: 25px;
  }
  .waller-sidebar {
    border-bottom: 2px solid #e0e0e0;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 30px 30px;
  }
}
/* ----- Calendar -------------------- */
#calendar.fc {
  width: 100%;
  margin-bottom: 32px;
  font-size: 15px;
}
#calendar.fc table {
  margin: 0;
}
#calendar.fc .fc-list-sticky .fc-list-day > * {
  z-index: 1;
}
#calendar.fc .fc-daygrid-event {
  white-space: initial;
}
#calendar.fc .fc-daygrid-event:hover {
  opacity: 0.75;
}
#calendar.fc .fc-h-event .fc-event-time {
  overflow: initial;
}
#calendar.fc .fc-h-event .fc-event-title-container .fc-event-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media (max-width: 600px) {
  #calendar.fc .fc-button {
    padding: 4px 10px;
  }
  #calendar.fc .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    row-gap: 16px;
  }
}

/**
 * /assets/scss/partials/layouts/support.scss
 *
 * Let's define our support pages(s) styles
 *
 * - Tabbed Content
 * - Volunteer Page
 *
 */
/* ----- Tabbed Content -------------------- */
.tabbed-content {
  width: 100%;
}
.tabbed-content__tabs {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tabbed-content__tab {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  color: #093d3d;
  margin-left: 10px;
  text-align: center;
  min-width: 175px;
  font-size: 16px;
}
@media (max-width: 700px) {
  .tabbed-content__tab {
    width: 100%;
    margin-left: 0;
  }
}
.tabbed-content__tab.active, .tabbed-content__tab.active:hover {
  color: #fff;
  background-color: #093d3d;
}
.tabbed-content__tab:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
.tabbed-content__inner {
  width: 100%;
  padding: 50px 100px 50px 0;
  display: none;
}
@media (max-width: 800px) {
  .tabbed-content__inner {
    padding-right: 0;
  }
}
.tabbed-content__inner.active {
  display: block;
}
.tabbed-content__event-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.tabbed-content__event-thumbnail {
  width: 50%;
}
@media (max-width: 700px) {
  .tabbed-content__event-thumbnail {
    width: 100%;
  }
}
.tabbed-content__event-thumbnail img {
  display: block;
  width: 100%;
}
.tabbed-content__event-content {
  width: calc(50% - 50px);
}
@media (max-width: 700px) {
  .tabbed-content__event-content {
    width: 100%;
    margin-top: 25px;
  }
}
.tabbed-content__event-content a {
  text-decoration: underline;
}
.tabbed-content__event-content h3 {
  font-size: 22px;
}

/* ----- Volunteer Page -------------------- */
.volunteer-events__item {
  width: 100%;
  margin-bottom: 75px;
}
.volunteer-events__date {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.volunteer-events__title, .volunteer-events__location {
  font-size: 20px;
  line-height: 26px;
  display: block;
}
.volunteer-events__excerpt {
  margin-top: 30px;
  display: block;
}
.volunteer-events__link {
  margin-top: 20px;
  background-color: #093d3d !important;
  color: #fff !important;
  padding: 15px 40px !important;
}

/* ----- Donations Page -------------------- */
.donations-con__recurring-option, .donations-con__recurring-option form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.donations-con__recurring-option input, .donations-con__recurring-option form input {
  margin-right: 10px;
}
.donations-con__radio-option {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.donations-con__option {
  display: none;
}
.donations-con__option.active {
  display: block;
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li {
  width: calc(33% - 5px);
  margin: 0 5px 5px 0;
  background-color: #ded2c3;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .donations-con__option .edd_download_purchase_form .edd_price_options ul li {
    width: calc(50% - 5px);
  }
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li:hover {
  background-color: rgb(203.9032258065, 185.3225806452, 162.0967741935);
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li.active, .donations-con__option .edd_download_purchase_form .edd_price_options ul li.active:hover {
  background-color: #093d3d;
  color: #fff;
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li .edd_price_option_name, .donations-con__option .edd_download_purchase_form .edd_price_options ul li .edd_price_option_sep {
  display: none;
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li .edd_price_option_price {
  font-size: 35px;
}
@media (max-width: 500px) {
  .donations-con__option .edd_download_purchase_form .edd_price_options ul li .edd_price_option_price {
    font-size: 30px;
  }
}
.donations-con__option .edd_download_purchase_form .edd_price_options ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.donations-con .edd_download_quantity_wrapper {
  display: none;
}
.donations-con p.edd-cp-container {
  padding: 0 15px;
  margin: -15px 0 50px 0;
  background-color: #ded2c3;
  width: 450px;
  max-width: calc(100% - 5px);
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 20px;
  order: 2;
}
.donations-con p.edd-cp-container input {
  width: 225px !important;
  max-width: 100% !important;
  margin-left: 15px;
  padding: 25px 20px;
}
@media (max-width: 500px) {
  .donations-con p.edd-cp-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px;
    height: auto;
  }
  .donations-con p.edd-cp-container input {
    width: 100% !important;
    margin-left: 0;
    margin-top: 7px;
  }
}
.donations-con a.wd-button.has-primary-color-background-color {
  background-color: #093d3d;
  color: #fff;
}
.donations-con a.wd-button.has-primary-color-background-color:hover {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571);
  color: #fff;
}

/**
 * /assets/scss/partials/layouts/flickity.scss
 *
 * Let's define our flickity slideshow styles
 *
 *
 */
/* ----- Flickity Slideshows -------------------- */
.rentals-block__slideshow .flickity-viewport,
.waller-slideshow-block__slideshow .flickity-viewport,
.history-slides__slideshow .flickity-viewport {
  position: absolute;
  width: 100%;
}
.rentals-block__slideshow .gallery-cell,
.waller-slideshow-block__slideshow .gallery-cell,
.history-slides__slideshow .gallery-cell {
  width: 100%;
  height: 100%;
  counter-increment: gallery-cell;
  background-size: cover;
}

.baskets-individual__slideshow-interior .flickity-viewport {
  width: 100%;
}
.baskets-individual__slideshow-interior .flickity-slider {
  height: 330px;
}
.baskets-individual__slideshow-interior .gallery-cell {
  width: 100%;
  height: 100%;
  counter-increment: gallery-cell;
  top: 0;
}
.baskets-individual__slideshow-interior .flickity-prev-next-button {
  width: 65px;
  height: 65px;
  background-color: transparent;
  opacity: 0.85;
  top: 0;
  border: 3px solid #093d3d;
  border-radius: 100px;
}
.baskets-individual__slideshow-interior .flickity-prev-next-button:hover {
  opacity: 1;
  background-color: transparent;
}
.baskets-individual__slideshow-interior .flickity-prev-next-button.previous {
  left: -190px;
}
.baskets-individual__slideshow-interior .flickity-prev-next-button.next {
  left: -110px;
}
@media (max-width: 1050px) and (min-width: 900px), (max-width: 600px) {
  .baskets-individual__slideshow-interior .flickity-prev-next-button {
    transform: translateY(-50%);
  }
}
.baskets-individual__slideshow-interior .flickity-prev-next-button .arrow {
  fill: #093d3d;
}
.baskets-individual__slideshow-interior .flickity-prev-next-button svg {
  height: 25px;
}

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  top: 0;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.flickity-prev-next-button {
  position: absolute;
  top: 46%;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #007591;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/**
 * /assets/scss/partials/layouts/accounts.scss
 *
 * Let's define our account/checkout/login styles
 *
 *
 */
table.edd-table th, table.edd-table td,
table#edd_user_history th,
table#edd_user_history td {
  font-size: 16px;
  line-height: 18px;
  padding: 15px;
}

table#edd_user_history tbody tr td:nth-child(6) {
  color: #fff;
}
table#edd_user_history a.edd_subscription_invoice {
  display: none;
}

body #edd_checkout_form_wrap span.edd-description,
p#edd-card-country-wrap {
  display: none;
}

body .cfm-form .cfm-el {
  position: relative;
}

body .cfm-el.html {
  display: flex;
  width: 100%;
}

body #edd_checkout_form_wrap .wd-extra-field select {
  padding: 28px 20px 20px;
  border: 1px solid #093d3d;
  border-radius: 0;
  height: auto;
}
@media (max-width: 600px) {
  body #edd_checkout_form_wrap .wd-extra-field select {
    padding: 26px 20px 10px;
  }
}
@media (min-width: 601px) {
  body #edd_checkout_form_wrap .wd-extra-field.one-third {
    float: left;
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  body #edd_checkout_form_wrap .wd-extra-field.one-third.one-third-last {
    margin-right: 0;
  }
}

#edd_checkout_form_wrap p#edd-email-wrap,
#edd_checkout_form_wrap p.wd_tribute_checkbox,
#edd_checkout_form_wrap p.wd_phone_number {
  float: left;
  width: 100%;
}

#edd_checkout_form_wrap p,
#edd-card-wrap {
  position: relative;
}

#edd_checkout_form_wrap p#edd-first-name-wrap {
  float: left;
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  #edd_checkout_form_wrap p#edd-first-name-wrap {
    width: 100%;
  }
}

#edd_checkout_form_wrap p#edd-last-name-wrap {
  float: right;
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  #edd_checkout_form_wrap p#edd-last-name-wrap {
    width: 100%;
  }
}

@media (min-width: 500px) {
  p#edd-card-city-wrap {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  p#edd-card-zip-wrap {
    width: 48%;
    float: left;
  }
  body form#edd_purchase_form p#edd-card-state-wrap,
  body #edd_cc_address p#edd-card-state-wrap,
  body form#edd_purchase_form p#edd-card-country-wrap {
    width: 48%;
    float: left;
  }
  body form#edd_purchase_form p#edd-card-country-wrap {
    margin-right: 4%;
  }
  body #edd_cc_address p#edd-card-state-wrap select,
  body form#edd_purchase_form p#edd-card-country-wrap select {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
}
.page-id-6247 .edd-stripe-new-card p.card-expiration {
  padding-top: 25px !important;
}
.page-id-6247 .edd-stripe-new-card p.card-expiration label {
  top: 0 !important;
  left: 0 !important;
}

.edd_form fieldset p {
  position: relative;
}

#lostpasswordform fieldset {
  border: none;
  padding: 0;
}
#lostpasswordform fieldset legend {
  display: none;
}
#lostpasswordform fieldset p.no-margin {
  position: relative;
}

.logged-in #edd_checkout_form_wrap fieldset#edd_cc_fields,
.logged-in #edd_checkout_form_wrap fieldset#edd_cc_address {
  padding-top: 0;
}

#edd_checkout_form_wrap .edd-card-selector-radio label {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
}

#edd_checkout_form_wrap select.edd-select {
  padding: 10px !important;
}

p.edd-stripe-update-billing-address-wrapper label,
.edd-alert p label {
  opacity: 1 !important;
  top: 6px !important;
  white-space: inherit !important;
}

.edd-alert p {
  position: relative;
}

p.wd_tribute_checkbox label,
.conditional_field.show-label label {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
}

body #edd_checkout_form_wrap .conditional_field {
  border: 1px solid #eee;
  padding: 1.387em;
  margin: 0 0 21px;
  position: relative;
}
body #edd_checkout_form_wrap .conditional_field .edd-description {
  display: block;
  color: #093d3d;
}
body #edd_checkout_form_wrap .conditional_field input.edd-input[type=checkbox] {
  width: auto;
}
body #edd_checkout_form_wrap .conditional_field input[type=radio] {
  margin-left: 15px;
}
body #edd_checkout_form_wrap .conditional_field input[type=radio]:first-of-type {
  margin-left: 0;
}

ul.cfm-checkbox-checklist {
  float: left;
  width: 100%;
  padding-left: 0;
}

p.wd_tribute_name {
  display: none;
}

body #edd_checkout_form_wrap .wd-checkout-commitment label,
body #edd_checkout_form_wrap #edd_mailchimp label {
  opacity: 1 !important;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  white-space: inherit;
  top: auto !important;
  left: auto;
}

body #edd_checkout_form_wrap .wd-checkout-commitment {
  margin: 30px 0 50px;
}

body #edd_checkout_form_wrap #edd_mailchimp {
  margin-bottom: 30px;
}

.edd-alert {
  display: flex;
}

.cfm-el.select.wd_tshirt_size_2022 {
  display: flex;
  width: 100%;
}

/**
 * /assets/scss/partials/layouts/history.scss
 *
 * Let's define our about history styles
 *
 *
 */
.wp-block-group.is-style-history-group .wp-block-group__inner-container {
  max-width: 600px;
  margin: 75px auto;
  position: relative;
  padding-left: 20px;
}
.wp-block-group.is-style-history-group .wp-block-group__inner-container::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #093d3d;
}
.wp-block-group.is-style-history-group .wp-block-group__inner-container h2 {
  line-height: 24px;
  margin-bottom: 25px;
}
.wp-block-group.is-style-history-group .wp-block-group__inner-container p {
  color: #093d3d;
}

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 *
 *
 */
.js-hide-label.js-animated-label label,
.edd_form .js-hide-label label,
body #edd_checkout_form_wrap .js-hide-label label {
  opacity: 0;
  top: 10px;
}

.js-hide-label input[type=date],
.js-hide-label input[type=time],
.js-hide-label input[type=datetime-local],
.js-hide-label input[type=week],
.js-hide-label input[type=month],
.js-hide-label input[type=text],
.js-hide-label input[type=email],
.js-hide-label input[type=url],
.js-hide-label input[type=password],
.js-hide-label input[type=search],
.js-hide-label input[type=tel],
.js-hide-label input[type=number],
.js-hide-label textarea,
.js-hide-label select {
  padding: 25px 20px !important;
}
@media (max-width: 600px) {
  .js-hide-label input[type=date],
  .js-hide-label input[type=time],
  .js-hide-label input[type=datetime-local],
  .js-hide-label input[type=week],
  .js-hide-label input[type=month],
  .js-hide-label input[type=text],
  .js-hide-label input[type=email],
  .js-hide-label input[type=url],
  .js-hide-label input[type=password],
  .js-hide-label input[type=search],
  .js-hide-label input[type=tel],
  .js-hide-label input[type=number],
  .js-hide-label textarea,
  .js-hide-label select {
    padding: 17px 15px !important;
  }
}

form .gform_fields .gfield.select-li,
form#edd_purchase_form p.staff-state-checkout,
form#edd_purchase_form p.card-expiration,
form#edd_purchase_form p#edd-card-country-wrap,
form#edd_purchase_form p#edd-card-state-wrap,
#edd_checkout_form_wrap .js-hide-label input[type=text],
#edd_checkout_form_wrap .js-hide-label input[type=email],
#edd_checkout_form_wrap .js-hide-label input[type=password],
#edd_checkout_form_wrap .js-hide-label input[type=tel],
#edd_checkout_form_wrap .js-hide-label textarea {
  padding: 25px 20px;
}
@media (max-width: 600px) {
  form .gform_fields .gfield.select-li,
  form#edd_purchase_form p.staff-state-checkout,
  form#edd_purchase_form p.card-expiration,
  form#edd_purchase_form p#edd-card-country-wrap,
  form#edd_purchase_form p#edd-card-state-wrap,
  #edd_checkout_form_wrap .js-hide-label input[type=text],
  #edd_checkout_form_wrap .js-hide-label input[type=email],
  #edd_checkout_form_wrap .js-hide-label input[type=password],
  #edd_checkout_form_wrap .js-hide-label input[type=tel],
  #edd_checkout_form_wrap .js-hide-label textarea {
    padding: 17px 15px;
  }
}

input {
  line-height: normal;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
form .gform_fields .gfield.select-li,
form#edd_purchase_form p.staff-state-checkout,
form#edd_purchase_form p.card-expiration,
form#edd_purchase_form p#edd-card-country-wrap,
form#edd_purchase_form p#edd-card-state-wrap,
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap textarea {
  background: #fff;
  border: 1px solid #093d3d;
  color: #093d3d;
  padding: 30px 20px 20px 20px !important;
  width: 100% !important;
  border-radius: 0;
  line-height: 1.15;
}
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus,
form .gform_fields .gfield.select-li:focus,
form#edd_purchase_form p.staff-state-checkout:focus,
form#edd_purchase_form p.card-expiration:focus,
form#edd_purchase_form p#edd-card-country-wrap:focus,
form#edd_purchase_form p#edd-card-state-wrap:focus,
#edd_checkout_form_wrap input[type=text]:focus,
#edd_checkout_form_wrap input[type=email]:focus,
#edd_checkout_form_wrap input[type=password]:focus,
#edd_checkout_form_wrap input[type=tel]:focus,
#edd_checkout_form_wrap textarea:focus {
  background-color: #fff;
  border-color: #007591;
  color: #093d3d;
  outline: 0;
}
@media (max-width: 600px) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=number],
  textarea,
  select,
  form .gform_fields .gfield.select-li,
  form#edd_purchase_form p.staff-state-checkout,
  form#edd_purchase_form p.card-expiration,
  form#edd_purchase_form p#edd-card-country-wrap,
  form#edd_purchase_form p#edd-card-state-wrap,
  #edd_checkout_form_wrap input[type=text],
  #edd_checkout_form_wrap input[type=email],
  #edd_checkout_form_wrap input[type=password],
  #edd_checkout_form_wrap input[type=tel],
  #edd_checkout_form_wrap textarea {
    padding: 22px 15px 12px 15px;
  }
}

body form .gform_fields fieldset.gfield.gfield--type-address {
  padding: 0 !important;
}

.js-animated-label label,
.edd-form label,
body #edd_checkout_form_wrap label {
  font-size: 14px !important;
  line-height: 14px;
  position: absolute;
  top: 13px;
  left: 21px;
  opacity: 1;
  -webkit-transition: 0.333s ease top, 0.333s ease opacity;
  transition: 0.333s ease top, 0.333s ease opacity;
  white-space: nowrap;
  width: 90% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400 !important;
  padding-top: 0 !important;
}
@media (max-width: 600px) {
  .js-animated-label label,
  .edd-form label,
  body #edd_checkout_form_wrap label {
    top: 7px;
    left: 16px;
  }
}

form .gfield,
.ginput_complex > span {
  position: relative;
}

.edd-alert label {
  width: 100% !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

#edd_checkout_form_wrap p.wd_tribute_name {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.conditional_field.donation-tribute-name,
.conditional_field.membership-gift-name,
.conditional_field.membership-gift-email,
.conditional_field.membership-gift-address {
  display: none;
}

/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define styles for Gravity Forms
 *
 *
 */
.gform_fields .ginput_complex label,
.gform_fields .gfield_description {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.gform_wrapper .gform_fields {
  margin: 0;
}
.gform_wrapper .gform_fields .gfield {
  float: left;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
  position: relative;
}
.gform_wrapper .gform_fields .gfield.left-side,
.gform_wrapper .gform_fields .gfield .name_first,
.gform_wrapper .gform_fields .gfield .ginput_left,
.gform_wrapper .gform_fields .gfield .ginput_card_expiration,
.gform_wrapper .gform_fields .gfield .ginput_cardinfo_left {
  float: left;
  width: 48%;
}
@media (max-width: 500px) {
  .gform_wrapper .gform_fields .gfield.left-side,
  .gform_wrapper .gform_fields .gfield .name_first,
  .gform_wrapper .gform_fields .gfield .ginput_left,
  .gform_wrapper .gform_fields .gfield .ginput_card_expiration,
  .gform_wrapper .gform_fields .gfield .ginput_cardinfo_left {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield.right-side,
.gform_wrapper .gform_fields .gfield .name_last,
.gform_wrapper .gform_fields .gfield .ginput_right,
.gform_wrapper .gform_fields .gfield .ginput_cardinfo_right,
.gform_wrapper .gform_fields .gfield .ginput_card_expiration.ginput_card_expiration_year {
  float: right;
  width: 48%;
}
@media (max-width: 500px) {
  .gform_wrapper .gform_fields .gfield.right-side,
  .gform_wrapper .gform_fields .gfield .name_last,
  .gform_wrapper .gform_fields .gfield .ginput_right,
  .gform_wrapper .gform_fields .gfield .ginput_cardinfo_right,
  .gform_wrapper .gform_fields .gfield .ginput_card_expiration.ginput_card_expiration_year {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .gform_wrapper .gform_fields .gfield.left-third {
    width: 30.66%;
    margin-right: 4%;
    float: left;
  }
  .gform_wrapper .gform_fields .gfield.middle-third {
    width: 30.67%;
    margin-right: 4%;
    float: left;
  }
  .gform_wrapper .gform_fields .gfield.right-third {
    width: 30.66%;
    float: left;
  }
}
.gform_wrapper .gform_fields .gfield.gform_hidden {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_fields .gfield.field_admin_only {
  margin: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date {
  float: left;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.gform_wrapper .gform_fields .gfield.gf-show-label label {
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.gform_wrapper .gform_fields .gfield table.gfield_list {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield table.gfield_list td, .gform_wrapper .gform_fields .gfield table.gfield_list th {
  float: none;
}
.gform_wrapper .gform_fields .gfield table.gfield_list td:nth-child(2), .gform_wrapper .gform_fields .gfield table.gfield_list td:first-child, .gform_wrapper .gform_fields .gfield table.gfield_list th:nth-child(2), .gform_wrapper .gform_fields .gfield table.gfield_list th:first-child {
  padding: 5px 10px 5px 0;
  border: none;
  font-size: 16px;
}
.gform_wrapper .gform_fields .gfield table.gfield_list td:nth-child(2) input[type=text], .gform_wrapper .gform_fields .gfield table.gfield_list td:first-child input[type=text], .gform_wrapper .gform_fields .gfield table.gfield_list th:nth-child(2) input[type=text], .gform_wrapper .gform_fields .gfield table.gfield_list th:first-child input[type=text] {
  padding: 20px !important;
}
.gform_wrapper .gform_fields .gfield table.gfield_list td.gfield_list_icons, .gform_wrapper .gform_fields .gfield table.gfield_list th.gfield_list_icons {
  min-width: 16px;
  padding-right: 0;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload {
  margin-bottom: 10px;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .screen-reader-text {
  clip: inherit;
  height: auto;
  position: relative !important;
  width: auto;
  font-size: 14px;
}
.gform_wrapper .gform_fields.gfield_checkbox, .gform_wrapper .gform_fields.gfield_radio {
  padding-left: 0;
}
.gform_wrapper .gform_fields .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px;
}
.gform_wrapper .gform_fields .gform_card_icon_container div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_fields .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_fields .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_fields .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_fields .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_wrapper input.ginput_quantity {
  width: 3rem;
}
.gform_wrapper span.ginput_product_price {
  color: #900;
}
.gform_wrapper span.ginput_total {
  color: #060;
}
.gform_wrapper span.ginput_card_security_code_icon {
  display: none;
}
.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
  float: left;
  width: 100%;
}
.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}

form .gfield_checkbox label,
form .gfield_radio label {
  float: none;
  width: auto;
  margin-left: 2px;
}
form .gfield_radio label {
  margin-left: 5px;
}
form .gfield_checkbox .gchoice,
form .gfield_radio .gchoice {
  margin: 6px 0 0 0;
}
form select {
  background-color: #fff;
}

.validation_message {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.validation_message {
  color: #b54040;
  display: none;
}

.validation_error {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border: 2px solid #b54040;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  background-color: #ffe7e7;
}

.hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gfield_error input[type=email],
.gfield_error input[type=text],
.gfield_error input[type=tel],
.gfield_error input[type=url],
.gfield_error textarea,
.gfield_error select {
  border: 2px solid #b54040;
  background-color: #ffe7e7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.ginput_container_time {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.ginput_container_time i,
.ginput_container_time label {
  display: none;
}

.gfield_time_ampm.ginput_container_time {
  margin-right: 0;
}

.ginput_container_checkbox,
.ginput_container_radio,
.ginput_container_post_image,
.ginput_container_fileupload {
  float: left;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  position: relative;
  word-wrap: break-word;
  padding: 0;
  width: 50%;
  float: left;
  margin-top: 12px;
}
@media (max-width: 650px) {
  .gfield_checkbox .gchoice,
  .gfield_radio .gchoice {
    width: 100%;
  }
}
.gfield_checkbox .gchoice input[type=checkbox],
.gfield_checkbox .gchoice input[type=radio],
.gfield_radio .gchoice input[type=checkbox],
.gfield_radio .gchoice input[type=radio] {
  float: left;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.gfield_checkbox .gchoice span,
.gfield_checkbox .gchoice label,
.gfield_radio .gchoice span,
.gfield_radio .gchoice label {
  float: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  float: left;
}

table.gfield_list td {
  border: none;
  padding: 0 10px 5px 0;
  float: left;
  line-height: 14px;
}

.gfield.normal-label.address-fields > label {
  display: none;
}

.gform_fields .gfield.address-fields.select-li {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_full {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_left,
.gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_right {
  float: left;
  position: relative;
}
@media (min-width: 500px) {
  .gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_left {
    width: 30.66%;
    margin-right: 4%;
    float: left;
  }
  .gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_right {
    width: 30.67%;
    margin-right: 4%;
    float: left;
  }
  .gform_wrapper .gform_fiels .gfield .ginput_complex .ginput_left.address_zip {
    width: 30.66%;
    float: left;
    margin-right: 0;
  }
}
.gform_wrapper .gform_fiels .gfield .ginput_complex select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ----- Progress Bar -------------------- */
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 10px 0;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.gform_wrapper .gf_progressbar {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: -3;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
}

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  border-radius: 20px 4px 4px 20px;
}
.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
  position: relative;
}
.gform_wrapper .gf_progressbar_percentage span::before, .gform_wrapper .gf_progressbar_percentage span::after {
  content: " ";
  position: absolute;
  top: -17px;
  left: -15px;
  width: 58px;
  height: 58px;
  background-color: #093d3d;
  border-radius: 50%;
  z-index: -1;
}
.gform_wrapper .gf_progressbar_percentage span::after {
  width: 68px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
  top: -22px;
  left: -20px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span::before, .gform_wrapper .gf_progressbar_percentage.percentbar_0 span::after {
  background-color: transparent;
}

.gform_footer {
  float: left;
  width: 100%;
  border-top: 1px solid #007591;
  margin-top: 15px;
  padding-top: 25px;
  text-align: center;
}
.gform_footer input[type=submit] {
  background-color: #007591;
  color: #fff;
  padding: 20px 40px;
  text-transform: uppercase;
  border: none;
}
.gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: rgb(0, 75.8482758621, 94);
}

/* ----- Login / Password Reset -------------------- */
#gform_fields_login .ginput_container_checkbox {
  border: none;
  padding: 0;
}

.gf_login_links a {
  font-weight: 600;
  font-size: 13px;
}

.ui-datepicker {
  background-color: #ccc;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker tbody tr, .ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 2px 0 0;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
  border: none;
  padding: 0;
  border-radius: 2px;
  font-size: 12px;
  width: 48%;
}

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0 );
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede", GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.ginput_container_date {
  position: relative;
}

img.ui-datepicker-trigger {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

/* Blocks */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Block layouts
 * - Block Wrappers
 * - Common Block Edits
 * - Buttons
 * - Color Palette
 * - Font sizes
 * - Toggles Block
 *
 */
/* ----- Block Layout Styles -------------------- */
.entry-content > *,
.block-area > * {
  margin: 0 0 30px 0;
  max-width: 100%;
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: auto;
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.content-sidebar .entry-content > *.alignwide, .content-sidebar .entry-content > *.alignfull,
.sidebar-content .entry-content > *.alignwide,
.sidebar-content .entry-content > *.alignfull {
  margin: 30px 0;
  max-width: 100%;
  width: auto;
}

.wp-block {
  max-width: 1200px;
}
.wp-block[data-align=wide] {
  max-width: none;
}
.wp-block[data-align=full] {
  max-width: none;
}

.editor-post-title__block.wp-block {
  max-width: 1200px;
  margin: 0;
}
.editor-post-title__block.wp-block .editor-post-title__input {
  font-family: "Platform Web", sans-serif;
}

.acf-block-component .block-wrapper {
  padding: 100px 43px;
}

/* ----- Block Wrappers (Used with AB Containers & Simple Block Wrapper) -------------------- */
.block-wrapper,
.entry-content .block-wrapper {
  padding: 100px 20px;
}

.block-container {
  padding: 0 calc(50vw - 462.5px);
}
@media (max-width: 985px) {
  .block-container {
    padding: 0 30px;
  }
}

/* ----- Common Block Customizations -------------------- */
.wp-block-spacer,
.entry-content .wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .wp-block-spacer.is-style-mobile-hide-spacer,
  .entry-content .wp-block-spacer.is-style-mobile-hide-spacer {
    display: none;
  }
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}

.wp-block-atomic-blocks-ab-columns,
.wp-block-genesis-blocks-gb-columns {
  position: relative;
}
@media (max-width: 800px) {
  .wp-block-atomic-blocks-ab-columns,
  .wp-block-genesis-blocks-gb-columns {
    padding-right: 0 !important;
  }
}

.wp-block-atomic-blocks-ab-container.alignfull,
.wp-block-genesis-blocks-gb-container.alignfull {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-atomic-blocks-ab-container.alignfull.no-padding,
.wp-block-genesis-blocks-gb-container.alignfull.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-atomic-blocks-ab-container.alignfull .wp-block-atomic-blocks-ab-container,
.wp-block-atomic-blocks-ab-container.alignfull .wp-block-genesis-blocks-gb-container,
.wp-block-genesis-blocks-gb-container.alignfull .wp-block-atomic-blocks-ab-container,
.wp-block-genesis-blocks-gb-container.alignfull .wp-block-genesis-blocks-gb-container {
  padding: 0;
}

.wp-block-atomic-blocks-ab-container.position-relative,
.wp-block-genesis-blocks-gb-container.position-relative {
  position: relative;
}
.wp-block-atomic-blocks-ab-container.position-relative .ab-container-content,
.wp-block-atomic-blocks-ab-container.position-relative .gb-container-content,
.wp-block-genesis-blocks-gb-container.position-relative .ab-container-content,
.wp-block-genesis-blocks-gb-container.position-relative .gb-container-content {
  position: inherit;
}

.wp-block-atomic-blocks-ab-container.bottom-right-background-image .ab-container-image-wrap,
.wp-block-atomic-blocks-ab-container.bottom-right-background-image .gb-container-image-wrap,
.wp-block-genesis-blocks-gb-container.bottom-right-background-image .ab-container-image-wrap,
.wp-block-genesis-blocks-gb-container.bottom-right-background-image .gb-container-image-wrap {
  top: auto;
  left: auto;
  height: auto;
  bottom: 0;
}
.wp-block-atomic-blocks-ab-container.bottom-right-background-image .ab-container-image-wrap img,
.wp-block-atomic-blocks-ab-container.bottom-right-background-image .gb-container-image-wrap img,
.wp-block-genesis-blocks-gb-container.bottom-right-background-image .ab-container-image-wrap img,
.wp-block-genesis-blocks-gb-container.bottom-right-background-image .gb-container-image-wrap img {
  display: block;
}
.wp-block-atomic-blocks-ab-container.bottom-left-background-image .ab-container-image-wrap,
.wp-block-atomic-blocks-ab-container.bottom-left-background-image .gb-container-image-wrap,
.wp-block-genesis-blocks-gb-container.bottom-left-background-image .ab-container-image-wrap,
.wp-block-genesis-blocks-gb-container.bottom-left-background-image .gb-container-image-wrap {
  top: auto;
  left: 0;
  right: auto;
  height: auto;
  bottom: 0;
}
.wp-block-atomic-blocks-ab-container.bottom-left-background-image .ab-container-image-wrap img,
.wp-block-atomic-blocks-ab-container.bottom-left-background-image .gb-container-image-wrap img,
.wp-block-genesis-blocks-gb-container.bottom-left-background-image .ab-container-image-wrap img,
.wp-block-genesis-blocks-gb-container.bottom-left-background-image .gb-container-image-wrap img {
  display: block;
}

body .ab-2-col-wideleft > .ab-layout-column-wrap,
body .gb-2-col-wideleft > .gb-layout-column-wrap {
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 800px) {
  body .ab-2-col-wideleft > .ab-layout-column-wrap,
  body .gb-2-col-wideleft > .gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas: "col1" "col2";
  }
}

@media (max-width: 900px) {
  .ab-layout-columns-3 > .ab-layout-column-wrap,
  .gb-layout-columns-3 > .gb-layout-column-wrap {
    grid-gap: 0 2em;
  }
}
@media (max-width: 800px) {
  .ab-layout-columns-3 > .ab-layout-column-wrap.ab-is-responsive-column,
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas: "col1" "col2" "col3";
  }
  .ab-layout-columns-3 > .ab-layout-column-wrap.ab-is-responsive-column .ab-block-layout-column,
  .ab-layout-columns-3 > .ab-layout-column-wrap.ab-is-responsive-column .gb-block-layout-column,
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .ab-block-layout-column,
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column {
    margin-bottom: 50px;
    max-width: 450px;
  }
  .ab-layout-columns-3 > .ab-layout-column-wrap.ab-is-responsive-column .ab-block-layout-column:last-child,
  .ab-layout-columns-3 > .ab-layout-column-wrap.ab-is-responsive-column .gb-block-layout-column:last-child,
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .ab-block-layout-column:last-child,
  .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-image.alignfull img {
  display: block;
}

.entry-content .wp-block-image:not(.alignfull) {
  margin: 0;
}
.entry-content .wp-block-image:not(.alignfull) .alignright {
  margin-top: 0;
  margin-left: 75px;
}
@media (max-width: 1000px) {
  .entry-content .wp-block-image:not(.alignfull) .alignright {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .entry-content .wp-block-image:not(.alignfull) .alignright {
    max-width: 100%;
    width: 100%;
  }
}

body .ab-block-post-grid .is-grid article,
body .gb-block-post-grid .is-grid article {
  margin-bottom: 0;
  margin-top: 30px;
}

.ab-block-post-grid header .ab-block-post-grid-title a,
.gb-block-post-grid header .gb-block-post-grid-title a {
  font-size: 20px;
}

.entry-content .wp-block-image.is-style-float-right {
  float: right;
  width: 600px;
  max-width: 50%;
  padding-left: 30px;
  margin-bottom: 30px;
}
.entry-content .wp-block-image.is-style-float-right .alignright {
  margin-left: 0 !important;
}
@media (max-width: 1000px) {
  .entry-content .wp-block-image.is-style-float-right .alignright {
    max-width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .entry-content .wp-block-image.is-style-float-right {
    max-width: 100%;
    padding-left: 0;
  }
}

.wp-block-video {
  margin-top: -1px;
}
.wp-block-video video {
  display: block;
}
.wp-block-video.waller-home-video video {
  padding: 0;
}
.wp-block-video.is-style-overlay-button {
  position: relative;
  cursor: pointer;
}
.wp-block-video.is-style-overlay-button::before {
  content: url("/wp-content/uploads/2019/12/home-button.svg");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  z-index: 2;
}
.wp-block-video.is-style-overlay-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.wp-block-video.is-style-overlay-button:hover::before {
  opacity: 1;
}
.wp-block-video.is-style-overlay-button.controls-visible::before, .wp-block-video.is-style-overlay-button.controls-visible::after {
  opacity: 0;
  visibility: hidden;
}
.wp-block-video.alignfull video {
  width: 100%;
}

/* ----- Post List AB Block -------------------- */
.ab-block-post-grid .is-list article:not(:last-child),
.gb-block-post-grid .is-list article:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.ab-block-post-grid .is-list article,
.gb-block-post-grid .is-list article {
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  grid-gap: 75px;
}
@media (max-width: 700px) {
  .ab-block-post-grid .is-list article,
  .gb-block-post-grid .is-list article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.ab-block-post-grid .is-list .ab-block-post-grid-more-link,
.ab-block-post-grid .is-list .gb-block-post-grid-more-link,
.gb-block-post-grid .is-list .ab-block-post-grid-more-link,
.gb-block-post-grid .is-list .gb-block-post-grid-more-link {
  font-weight: normal;
  color: #007591;
}
.ab-block-post-grid .is-list .ab-block-post-grid-excerpt p a,
.ab-block-post-grid .is-list .gb-block-post-grid-excerpt p a,
.gb-block-post-grid .is-list .ab-block-post-grid-excerpt p a,
.gb-block-post-grid .is-list .gb-block-post-grid-excerpt p a {
  text-decoration: underline;
}

/* ----- Buttons -------------------- */
.wp-block-button__link,
a.wd-button {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color),
a.wd-button:not(.has-text-color) {
  color: #093d3d;
}
.wp-block-button__link:not(.has-text-color):hover,
a.wd-button:not(.has-text-color):hover {
  color: #093d3d;
}
.wp-block-button__link:not(.has-background),
a.wd-button:not(.has-background) {
  background-color: #ffbbaf;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus,
a.wd-button:not(.has-background):hover,
a.wd-button:not(.has-background):focus {
  background-color: rgb(255, 143.65, 124);
}
.wp-block-button__link.has-primary-color-color:hover, .wp-block-button__link.has-primary-color-color:focus,
a.wd-button.has-primary-color-color:hover,
a.wd-button.has-primary-color-color:focus {
  color: #093d3d;
}
.wp-block-button__link.has-primary-color-background-color, .wp-block-button__link.has-primary-color-background-color,
a.wd-button.has-primary-color-background-color,
a.wd-button.has-primary-color-background-color {
  background-color: #093d3d;
  border: 2px solid #093d3d;
}
.wp-block-button__link.has-primary-color-background-color:hover, .wp-block-button__link.has-primary-color-background-color:focus, .wp-block-button__link.has-primary-color-background-color:hover, .wp-block-button__link.has-primary-color-background-color:focus,
a.wd-button.has-primary-color-background-color:hover,
a.wd-button.has-primary-color-background-color:focus,
a.wd-button.has-primary-color-background-color:hover,
a.wd-button.has-primary-color-background-color:focus {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571);
  border: 2px solid rgb(2.4428571429, 16.5571428571, 16.5571428571);
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus,
a.wd-button.has-yellow-color:hover,
a.wd-button.has-yellow-color:focus {
  color: #fda600;
}
.wp-block-button__link.has-yellow-background-color, .wp-block-button__link.has-yellow-background-color,
a.wd-button.has-yellow-background-color,
a.wd-button.has-yellow-background-color {
  background-color: #fda600;
  border: 2px solid #fda600;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus, .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus,
a.wd-button.has-yellow-background-color:hover,
a.wd-button.has-yellow-background-color:focus,
a.wd-button.has-yellow-background-color:hover,
a.wd-button.has-yellow-background-color:focus {
  background-color: rgb(202, 132.5375494071, 0);
  border: 2px solid rgb(202, 132.5375494071, 0);
}
.wp-block-button__link.has-maroon-color:hover, .wp-block-button__link.has-maroon-color:focus,
a.wd-button.has-maroon-color:hover,
a.wd-button.has-maroon-color:focus {
  color: #781b3a;
}
.wp-block-button__link.has-maroon-background-color, .wp-block-button__link.has-maroon-background-color,
a.wd-button.has-maroon-background-color,
a.wd-button.has-maroon-background-color {
  background-color: #781b3a;
  border: 2px solid #781b3a;
}
.wp-block-button__link.has-maroon-background-color:hover, .wp-block-button__link.has-maroon-background-color:focus, .wp-block-button__link.has-maroon-background-color:hover, .wp-block-button__link.has-maroon-background-color:focus,
a.wd-button.has-maroon-background-color:hover,
a.wd-button.has-maroon-background-color:focus,
a.wd-button.has-maroon-background-color:hover,
a.wd-button.has-maroon-background-color:focus {
  background-color: rgb(78.3673469388, 17.6326530612, 37.8775510204);
  border: 2px solid rgb(78.3673469388, 17.6326530612, 37.8775510204);
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus,
a.wd-button.has-blue-color:hover,
a.wd-button.has-blue-color:focus {
  color: #007591;
}
.wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-blue-background-color,
a.wd-button.has-blue-background-color,
a.wd-button.has-blue-background-color {
  background-color: #007591;
  border: 2px solid #007591;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus, .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus,
a.wd-button.has-blue-background-color:hover,
a.wd-button.has-blue-background-color:focus,
a.wd-button.has-blue-background-color:hover,
a.wd-button.has-blue-background-color:focus {
  background-color: rgb(0, 75.8482758621, 94);
  border: 2px solid rgb(0, 75.8482758621, 94);
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus,
a.wd-button.has-orange-color:hover,
a.wd-button.has-orange-color:focus {
  color: #f55e20;
}
.wp-block-button__link.has-orange-background-color, .wp-block-button__link.has-orange-background-color,
a.wd-button.has-orange-background-color,
a.wd-button.has-orange-background-color {
  background-color: #f55e20;
  border: 2px solid #f55e20;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus, .wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus,
a.wd-button.has-orange-background-color:hover,
a.wd-button.has-orange-background-color:focus,
a.wd-button.has-orange-background-color:hover,
a.wd-button.has-orange-background-color:focus {
  background-color: rgb(216.3004291845, 69.8369098712, 9.6995708155);
  border: 2px solid rgb(216.3004291845, 69.8369098712, 9.6995708155);
}
.wp-block-button__link.has-pink-color:hover, .wp-block-button__link.has-pink-color:focus,
a.wd-button.has-pink-color:hover,
a.wd-button.has-pink-color:focus {
  color: #ffbbaf;
}
.wp-block-button__link.has-pink-background-color, .wp-block-button__link.has-pink-background-color,
a.wd-button.has-pink-background-color,
a.wd-button.has-pink-background-color {
  background-color: #ffbbaf;
  border: 2px solid #ffbbaf;
}
.wp-block-button__link.has-pink-background-color:hover, .wp-block-button__link.has-pink-background-color:focus, .wp-block-button__link.has-pink-background-color:hover, .wp-block-button__link.has-pink-background-color:focus,
a.wd-button.has-pink-background-color:hover,
a.wd-button.has-pink-background-color:focus,
a.wd-button.has-pink-background-color:hover,
a.wd-button.has-pink-background-color:focus {
  background-color: rgb(255, 143.65, 124);
  border: 2px solid rgb(255, 143.65, 124);
}
.wp-block-button__link.has-tan-color:hover, .wp-block-button__link.has-tan-color:focus,
a.wd-button.has-tan-color:hover,
a.wd-button.has-tan-color:focus {
  color: #ded2c3;
}
.wp-block-button__link.has-tan-background-color, .wp-block-button__link.has-tan-background-color,
a.wd-button.has-tan-background-color,
a.wd-button.has-tan-background-color {
  background-color: #ded2c3;
  border: 2px solid #ded2c3;
}
.wp-block-button__link.has-tan-background-color:hover, .wp-block-button__link.has-tan-background-color:focus, .wp-block-button__link.has-tan-background-color:hover, .wp-block-button__link.has-tan-background-color:focus,
a.wd-button.has-tan-background-color:hover,
a.wd-button.has-tan-background-color:focus,
a.wd-button.has-tan-background-color:hover,
a.wd-button.has-tan-background-color:focus {
  background-color: rgb(203.9032258065, 185.3225806452, 162.0967741935);
  border: 2px solid rgb(203.9032258065, 185.3225806452, 162.0967741935);
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus,
a.wd-button.has-white-color:hover,
a.wd-button.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color,
a.wd-button.has-white-background-color,
a.wd-button.has-white-background-color {
  background-color: #fff;
  border: 2px solid #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus, .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus,
a.wd-button.has-white-background-color:hover,
a.wd-button.has-white-background-color:focus,
a.wd-button.has-white-background-color:hover,
a.wd-button.has-white-background-color:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border: 2px solid rgb(229.5, 229.5, 229.5);
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus,
a.wd-button.has-black-color:hover,
a.wd-button.has-black-color:focus {
  color: #000;
}
.wp-block-button__link.has-black-background-color, .wp-block-button__link.has-black-background-color,
a.wd-button.has-black-background-color,
a.wd-button.has-black-background-color {
  background-color: #000;
  border: 2px solid #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus, .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus,
a.wd-button.has-black-background-color:hover,
a.wd-button.has-black-background-color:focus,
a.wd-button.has-black-background-color:hover,
a.wd-button.has-black-background-color:focus {
  background-color: black;
  border: 2px solid black;
}
.wp-block-button__link.has-white-background-color.has-blue-color:visited,
a.wd-button.has-white-background-color.has-blue-color:visited {
  color: #007591 !important;
}

.wp-block-buttons.aligncenter {
  justify-content: center;
}

/* ----- Front End Colors to Match Color Picker in Block Editor -------------------- */
.has-primary-color-color {
  color: #093d3d;
}

.has-primary-color-background-color {
  background-color: #093d3d;
}

.has-yellow-color {
  color: #fda600;
}

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

.has-maroon-color {
  color: #781b3a;
}

.has-maroon-background-color {
  background-color: #781b3a;
}

.has-blue-color {
  color: #007591;
}

.has-blue-background-color {
  background-color: #007591;
}

.has-orange-color {
  color: #f55e20;
}

.has-orange-background-color {
  background-color: #f55e20;
}

.has-pink-color {
  color: #ffbbaf;
}

.has-pink-background-color {
  background-color: #ffbbaf;
}

.has-tan-color {
  color: #ded2c3;
}

.has-tan-background-color {
  background-color: #ded2c3;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

/* ----- Font Sizes from Gutenberg Blocks (match with /functions/gutenberg.php font sizes) -------------------- */
.has-small-font-size {
  font-size: 14px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-larger-font-size {
  font-size: 30px;
}

/* ----- Custom Styles -------------------- */
p.is-style-alternate-bodystyle.has-white-color,
p.is-style-max-500-body-2.has-white-color,
p.is-style-max-750-body-2.has-white-color,
p.is-style-max-900-body-2.has-white-color,
p.is-style-negative-top-margin-body-style-2.has-white-color {
  color: #fff;
}

@media (min-width: 800px) {
  p.is-style-two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

p.is-style-slide-up {
  margin-top: -15px;
}

p.is-style-max-900,
p.is-style-max-900-body-2 {
  max-width: 900px;
}

p.is-style-max-750,
p.is-style-max-750-body-2 {
  max-width: 750px;
}

p.is-style-max-500,
p.is-style-max-500-body-2 {
  max-width: 500px;
}

p.is-style-negative-top-margin-body-style-2 {
  margin-top: -20px;
}

ul.is-style-no-bullet {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
ul.is-style-no-bullet.has-white-color li {
  color: #fff;
}

ul.is-style-list-font-alt-small {
  font-size: 14px;
}
ul.is-style-list-font-alt-large {
  font-size: 24px;
}

ul.is-style-small-list-font {
  font-size: 14px;
}
ul.is-style-small-list-font.has-white-color li {
  color: #fff;
}

ul.is-style-large-list-font {
  font-size: 24px;
}
ul.is-style-large-list-font.has-white-color li {
  color: #fff;
}

/* ----- Custom Separator Styles ----- */
hr.wp-block-separator {
  border-top: 1px solid #093d3d;
  max-width: 100% !important;
  border-bottom: none;
}
hr.wp-block-separator.is-style-separator-maroon {
  border-top: 1px solid #781b3a;
}
hr.wp-block-separator.is-style-separator-blue {
  border-top: 1px solid #007591;
}
hr.wp-block-separator.is-style-separator-yellow {
  border-top: 1px solid #fda600;
}
hr.wp-block-separator.is-style-separator-tan {
  border-top: 1px solid #ded2c3;
}
hr.wp-block-separator.is-style-separator-orange {
  border-top: 1px solid #f55e20;
}
hr.wp-block-separator.is-style-separator-white {
  border-top: 1px solid #fff;
}
hr.wp-block-separator.is-style-separator-pink {
  border-top: 1px solid #ffbbaf;
}
hr.wp-block-separator.is-style-separator-primary {
  border-top: 1px solid #093d3d;
}

.wp-block-group.alignfull {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.wp-block-group.is-style-max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

/* ----- Toggles Block -------------------- */
.block-faq {
  display: block;
  width: 100%;
}
.block-faq__toggle {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  background-color: #093d3d;
}
.block-faq__toggle-question {
  width: 100%;
  padding: 24px 82px 24px 24px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  color: white;
}
.block-faq__toggle-question:focus {
  outline: none;
}
.block-faq__toggle-question-icon {
  position: absolute;
  right: 14px;
  top: 17px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.block-faq__toggle-question-icon::before, .block-faq__toggle-question-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  top: calc(50% - 2px);
  right: 10px;
  border-radius: 4px;
  background-color: #ffbbaf;
}
.block-faq__toggle-question-icon::after {
  transform: rotate(90deg);
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon::before {
  opacity: 0;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon::after {
  transform: rotate(0);
}
.block-faq__toggle-answer {
  display: none;
  padding: 0 24px 24px 24px;
}
.block-faq__toggle-answer * {
  color: white;
}
.block-faq__toggle-answer p:last-child {
  margin-bottom: 0;
}

/**
 * /assets/scss/partials/blocks/blocks-hero.scss
 *
 * Let's define our hero block styles
 *
 *
 */
.entry-content .hero-block,
.hero-block {
  position: relative;
}
.entry-content .hero-block > .wrap,
.hero-block > .wrap {
  min-height: 500px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .entry-content .hero-block > .wrap,
  .hero-block > .wrap {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .entry-content .hero-block,
  .hero-block {
    min-height: 650px;
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .entry-content .hero-block,
  .hero-block {
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: 100px !important;
  }
  .entry-content .hero-block.disable-responsive-bottom-margin,
  .hero-block.disable-responsive-bottom-margin {
    margin-bottom: 0 !important;
  }
}
.entry-content .hero-block__image,
.hero-block__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  z-index: 1;
}
@media (max-width: 600px) {
  .entry-content .hero-block__image,
  .hero-block__image {
    left: 0;
    position: relative;
    right: auto;
    float: left;
    width: calc(100% + 30px);
    max-width: none;
    margin: -100px 0 -100px -30px;
    bottom: auto !important;
  }
}
.entry-content .hero-block h1, .entry-content .hero-block h2, .entry-content .hero-block h3,
.hero-block h1,
.hero-block h2,
.hero-block h3 {
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .entry-content .hero-block h1, .entry-content .hero-block h2, .entry-content .hero-block h3,
  .hero-block h1,
  .hero-block h2,
  .hero-block h3 {
    float: left;
    width: 100%;
    margin-top: 100px;
  }
}
.entry-content .hero-block.has-full-width-background-image .hero-block__image,
.hero-block.has-full-width-background-image .hero-block__image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  bottom: 0 !important;
  object-fit: cover;
}
@media (max-width: 600px) {
  .entry-content .hero-block.has-full-width-background-image .hero-block__image,
  .hero-block.has-full-width-background-image .hero-block__image {
    position: absolute;
    float: none;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .entry-content .hero-block.has-full-width-background-image .wrap,
  .hero-block.has-full-width-background-image .wrap {
    min-height: 0;
  }
  .entry-content .hero-block.has-full-width-background-image h1,
  .entry-content .hero-block.has-full-width-background-image h2,
  .entry-content .hero-block.has-full-width-background-image h3,
  .hero-block.has-full-width-background-image h1,
  .hero-block.has-full-width-background-image h2,
  .hero-block.has-full-width-background-image h3 {
    margin-bottom: 100px;
  }
}
.entry-content .hero-block__image-overlay,
.hero-block__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

/**
 * /assets/scss/partials/blocks/blocks-letter-list.scss
 *
 * Let's define our letter list block styles
 *
 *
 */
.letter-list {
  display: flex;
  flex-wrap: wrap;
}
.letter-list__item {
  width: 100%;
  padding: 0 0 0 45px;
  position: relative;
}
@media (max-width: 1000px) and (min-width: 700px) {
  .letter-list__item {
    width: 48%;
    padding-right: 2%;
  }
}
.letter-list__letter {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #007591;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.letter-list__header {
  font-weight: 600;
  font-size: 18px;
  color: #093d3d;
}
.letter-list__content {
  font-size: 16px;
}
.letter-list__description {
  font-size: 14px;
}

/**
 * /assets/scss/partials/blocks/blocks-featured-posts.scss
 *
 * Let's define our letter featured posts block styles
 *
 *
 */
.featured-posts-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.featured-posts-block__item {
  width: 32%;
  margin-bottom: 2%;
  background-color: #093d3d;
}
.featured-posts-block__item.news-and-events, .featured-posts-block__item.news-and-updates {
  background-color: #007591;
}
.featured-posts-block__item.fundraising, .featured-posts-block__item.support {
  background-color: #781b3a;
}
.featured-posts-block__item.events {
  background-color: #f55e20;
}
@media (max-width: 900px) {
  .featured-posts-block__item {
    width: 49%;
  }
}
@media (max-width: 700px) {
  .featured-posts-block__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.featured-posts-block__thumbnail {
  width: 100%;
}
.featured-posts-block__thumbnail img {
  display: block;
  width: 100%;
}
.featured-posts-block__content {
  width: 100%;
  padding: 15px;
}
.featured-posts-block__category {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.featured-posts-block__title a {
  color: #fff;
}

/**
 * /assets/scss/partials/blocks/blocks-highlight-block.scss
 *
 * Let's define our highlight block styles
 *
 *
 */
.entry-content .highlight-block,
.highlight-block {
  background-size: cover;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .entry-content .highlight-block,
  .highlight-block {
    padding: 0;
  }
}
.entry-content .highlight-block .wrap,
.highlight-block .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .entry-content .highlight-block .wrap,
  .highlight-block .wrap {
    display: block;
  }
}
.entry-content .highlight-block .wrap.modal-align-left,
.highlight-block .wrap.modal-align-left {
  justify-content: flex-start;
}
.entry-content .highlight-block .wrap.modal-align-center,
.highlight-block .wrap.modal-align-center {
  justify-content: center;
}
.entry-content .highlight-block .wrap.modal-align-right,
.highlight-block .wrap.modal-align-right {
  justify-content: flex-end;
}
.entry-content .highlight-block__modal,
.highlight-block__modal {
  width: 525px;
  max-width: 100%;
  margin: 100px 0;
  padding: 50px;
}
.entry-content .highlight-block__modal p:last-child,
.highlight-block__modal p:last-child {
  margin-bottom: 0;
}
.entry-content .highlight-block__modal-content.has-white-color p,
.highlight-block__modal-content.has-white-color p {
  color: #fff;
}
.entry-content .highlight-block__modal-content.has-primary-color-color p,
.highlight-block__modal-content.has-primary-color-color p {
  color: #093d3d;
}
.entry-content .highlight-block__modal-content.has-yellow-color p,
.highlight-block__modal-content.has-yellow-color p {
  color: #fda600;
}
.entry-content .highlight-block__modal-content.has-maroon-color p,
.highlight-block__modal-content.has-maroon-color p {
  color: #781b3a;
}
.entry-content .highlight-block__modal-content.has-blue-color p,
.highlight-block__modal-content.has-blue-color p {
  color: #007591;
}
.entry-content .highlight-block__modal-content.has-orange-color p,
.highlight-block__modal-content.has-orange-color p {
  color: #f55e20;
}
.entry-content .highlight-block__modal-content.has-pink-color p,
.highlight-block__modal-content.has-pink-color p {
  color: #ffbbaf;
}
.entry-content .highlight-block__modal-content.has-black-color p,
.highlight-block__modal-content.has-black-color p {
  color: #000;
}
@media (max-width: 600px) {
  .entry-content .highlight-block__modal,
  .highlight-block__modal {
    margin: 0;
    width: 100%;
  }
}
.entry-content .highlight-block__image-mobile,
.highlight-block__image-mobile {
  display: none;
}
@media (max-width: 600px) {
  .entry-content .highlight-block__image-mobile,
  .highlight-block__image-mobile {
    display: block;
    width: 100%;
  }
}
.entry-content .highlight-block.about-community,
.highlight-block.about-community {
  margin-top: -53px;
}
.entry-content .highlight-block.about-art,
.highlight-block.about-art {
  margin-top: -79px;
}
@media (max-width: 600px) {
  .entry-content .highlight-block.about-art,
  .highlight-block.about-art {
    background-image: none !important;
  }
}

/**
 * /assets/scss/partials/blocks/blocks-sponsorship-events.scss
 *
 * Let's define our sponsorship events block styles
 *
 * See /partials/layouts/support.scss
 */
/**
 * /assets/scss/partials/blocks/blocks-sponsorship-opportunities.scss
 *
 * Let's define our sponsorship events block styles
 *
 */
.sponsorship-opportunities {
  /*.edd_price_options {
       display: none;
  }*/
}
.sponsorship-opportunities > .wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sponsorship-opportunities__item {
  width: calc(33% - 20px);
  margin-right: 30px;
  border: 1px solid #ded2c3;
  margin-top: 35px;
}
@media (min-width: 1000px) {
  .sponsorship-opportunities__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  .sponsorship-opportunities__item {
    width: calc(50% - 15px);
  }
  .sponsorship-opportunities__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .sponsorship-opportunities__item {
    width: 100%;
    margin-right: 0;
  }
}
.sponsorship-opportunities__item.selected {
  border: 1px solid #093d3d;
}
.sponsorship-opportunities__item.selected .memberships__radio {
  background-color: #093d3d;
  color: #fff;
}
.sponsorship-opportunities__item.selected .sponsorship-opportunities__header {
  background-color: #093d3d;
  color: #fff;
}
.sponsorship-opportunities__header {
  background-color: #ded2c3;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  align-items: center;
}
.sponsorship-opportunities__title {
  max-width: 55%;
  font-size: 20px;
  line-height: 24px;
}
.sponsorship-opportunities__title-sub {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.sponsorship-opportunities__cost {
  font-size: 36px;
}
.sponsorship-opportunities__list-header {
  display: block;
  width: calc(100% - 10px);
  margin: 5px;
  background-color: rgb(240.0967741935, 234.6774193548, 227.9032258065);
  padding: 10px 15px;
  font-size: 14px;
}
.sponsorship-opportunities__list {
  padding: 25px 30px 35px 40px;
}
.sponsorship-opportunities__list li {
  margin-bottom: 10px;
}
.sponsorship-opportunities__list li:last-child {
  margin-bottom: 0;
}
.sponsorship-opportunities .edd_download_purchase_form {
  display: flex;
}
.sponsorship-opportunities .edd_download_purchase_form .edd_download_quantity_wrapper {
  margin: 0;
}
.sponsorship-opportunities .edd_download_purchase_form input.edd-item-quantity {
  padding: 20px;
  width: 65px;
  text-align: center;
  margin-right: 5px;
}
.sponsorship-opportunities .edd_download_purchase_form .edd-add-to-cart,
.sponsorship-opportunities .edd_download_purchase_form .edd-submit.button.blue {
  padding: 17px 35px;
  background-color: #093d3d;
  color: #fff;
  border: none;
}
.sponsorship-opportunities .edd_download_purchase_form .edd-add-to-cart:hover, .sponsorship-opportunities .edd_download_purchase_form .edd-add-to-cart:focus, .sponsorship-opportunities .edd_download_purchase_form .edd-add-to-cart:visited,
.sponsorship-opportunities .edd_download_purchase_form .edd-submit.button.blue:hover,
.sponsorship-opportunities .edd_download_purchase_form .edd-submit.button.blue:focus,
.sponsorship-opportunities .edd_download_purchase_form .edd-submit.button.blue:visited {
  background-color: rgb(15.5571428571, 105.4428571429, 105.4428571429);
}
.sponsorship-opportunities__add-to-cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 5px;
  min-height: 72px;
  align-items: center;
}
.sponsorship-opportunities__sold-out {
  padding-right: 25px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: #781b3a;
}

/* ----- Add active style to Sponsorship Navigation item ----- */
.single-sponsorship-events .sub-navigation__list li.sponsorship-menu-item a::after {
  background-color: #781b3a;
  text-decoration: none;
}

/* ----- Remove spinning icon when adding to cart - removed because it is present when using back button in Safari ----- */
body .edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
  opacity: 1;
}

body .edd-add-to-cart[data-edd-loading] .edd-loading {
  opacity: 0;
}

/**
 * /assets/scss/partials/blocks/blocks-rentals.scss
 *
 * Let's define our rentals block styles
 *
 *
 */
.rentals-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #093d3d;
  padding-top: 50px;
  margin-top: 50px;
}
.rentals-block__content {
  width: 38%;
}
@media (max-width: 700px) {
  .rentals-block__content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.rentals-block__header1, .rentals-block__header2 {
  font-size: 36px;
  line-height: 40px;
  width: 100%;
  display: block;
}
.rentals-block__header2 {
  font-weight: 500;
}
.rentals-block__description {
  margin-top: 30px;
}
.rentals-block__specs-header {
  font-weight: 500;
  margin-bottom: 0;
}
.rentals-block ul.rentals-block__specs-list {
  padding-left: 18px;
  margin: 5px 0 0 0;
}
.rentals-block ul.rentals-block__specs-list li {
  padding: 0 0 5px;
}
.rentals-block a.wd-button.rentals-block__button {
  background-color: #007591;
  color: #fff;
  font-size: 16px;
  padding: 25px 40px;
  margin-top: 30px;
}
.rentals-block a.wd-button.rentals-block__button:hover {
  background-color: rgb(0, 75.8482758621, 94);
  color: #fff;
  text-decoration: none;
}
.rentals-block__slideshow-wrap {
  width: 58%;
  position: relative;
}
@media (max-width: 700px) {
  .rentals-block__slideshow-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.rentals-block__slideshow {
  padding-top: 75%;
}

/**
 * /assets/scss/partials/blocks/blocks-staff-bios.scss
 *
 * Let's define our staff bios block styles
 *
 */
.staff-bios__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.staff-bios__item {
  width: 32%;
  margin-right: 2%;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .staff-bios__item {
    width: 49%;
  }
}
@media (min-width: 900px) {
  .staff-bios__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .staff-bios__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .staff-bios__item {
    width: 100%;
    margin-right: 0;
  }
}
.staff-bios__item:hover {
  cursor: pointer;
}
.staff-bios__item:hover > .staff-bios__headshot {
  opacity: 0.7;
}
.staff-bios__headshot {
  display: block;
  width: 100%;
}
.staff-bios__name {
  display: block;
  width: 100%;
  margin: 15px 0 2px;
  font-size: 20px;
}
.staff-bios__position, .staff-bios__email {
  font-size: 16px;
  display: block;
}
.staff-bios__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.staff-bios__popup-inner {
  width: 800px;
  max-width: 90%;
  background-color: #fff;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  max-height: 90%;
  overflow-y: scroll;
}
.staff-bios__popup-inner::-webkit-scrollbar {
  display: none;
}
.staff-bios__popup-inner.active {
  opacity: 1;
  visibility: visible;
}
.staff-bios__bio {
  margin-top: 15px;
}
.staff-bios__bio p:last-child {
  margin-bottom: 0;
}
.staff-bios__close {
  position: absolute;
  top: 5px;
  right: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 800px) {
  .board-members-columns .ab-block-layout-column,
  .board-members-columns .gb-block-layout-column {
    margin-bottom: 0 !important;
  }
  .board-members-columns .ab-block-layout-column p,
  .board-members-columns .gb-block-layout-column p {
    margin-bottom: 0;
  }
}
/**
 * /assets/scss/partials/blocks/blocks-memberships.scss
 *
 * Let's define our membership block styles
 *
 */
.memberships__radio {
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ded2c3;
}
.memberships__radio input {
  margin-right: 8px;
  margin-top: -3px;
}
.memberships .sponsorship-opportunities {
  display: flex;
  flex-wrap: wrap;
}
.memberships .sponsorship-opportunities__cost .month {
  display: none;
}
.memberships .sponsorship-opportunities__item.month-show .sponsorship-opportunities__cost .month {
  display: block;
}
.memberships .sponsorship-opportunities__item.month-show .sponsorship-opportunities__cost .year {
  display: none;
}
.memberships a.wd-button.has-primary-background-color {
  color: #fff;
  background-color: #093d3d;
}
.memberships a.wd-button.has-primary-background-color:hover {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571);
}
.memberships a.membership-button {
  display: none;
}
.memberships a.membership-button.show-button-item.show-button-duration {
  display: block;
}
.memberships__buttons-con {
  display: flex;
  margin-top: 50px;
}

/**
 * /assets/scss/partials/blocks/blocks-slideshow.scss
 *
 * Let's define our slideshow block styles
 *
 *
 */
.waller-slideshow-block {
  max-width: 100%;
  margin-bottom: 60px;
}
.waller-slideshow-block.aligncenter {
  margin: 0 auto 60px;
}
.waller-slideshow-block__slideshow-wrap {
  width: 100%;
  position: relative;
}
.waller-slideshow-block__slideshow {
  padding-top: 75%;
}
@media (max-width: 700px) {
  .waller-slideshow-block {
    width: 100% !important;
  }
}
@media (min-width: 700px) {
  .waller-slideshow-block.alignright {
    float: right;
    padding-left: 30px;
    max-width: 50%;
  }
  .waller-slideshow-block.alignleft {
    float: right;
    padding-right: 30px;
    max-width: 50%;
  }
}
.waller-slideshow-block.yes-full-width {
  width: 100vw !important;
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow {
  padding-top: 700px;
}
@media (max-width: 900px) {
  .waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow {
    padding-top: 500px;
  }
  .waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow .flickity-prev-next-button {
    display: none;
  }
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow .gallery-cell {
  height: 700px;
  background-position: center;
}
@media (max-width: 900px) {
  .waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow .gallery-cell {
    height: 500px;
  }
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__slideshow .gallery-cell::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__image-content {
  max-width: 800px;
  text-align: center;
  position: relative;
  padding: 0 30px;
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__image-content h2 {
  color: #fff;
}
.waller-slideshow-block.yes-full-width .waller-slideshow-block__image-short-desc {
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.waller-slideshow-block.yes-full-width .flickity-page-dots {
  padding-left: 0;
  bottom: 20px;
}
.waller-slideshow-block.yes-full-width .flickity-page-dots .dot {
  background-color: #fff;
}

/**
 * /assets/scss/partials/blocks/blocks-tabbed-page-tabs.scss
 *
 * Let's define our tabbed page tabs block styles
 *
 */
.tabbed-page-tabs-block__tabs {
  width: 100%;
  background-color: #ded2c3;
}
.tabbed-page-tabs-block__tabs .wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabbed-page-tabs-block__tab {
  display: flex;
}
.tabbed-page-tabs-block__tab a {
  padding: 32px;
  color: #093d3d;
  white-space: nowrap;
  border-right: 2px solid #ded2c3;
}
@media (min-width: 801px) {
  .tabbed-page-tabs-block__tab a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #093d3d;
  }
}
.tabbed-page-tabs-block__tab a.current {
  text-decoration: none;
  color: #fff;
  background-color: #093d3d;
}
@media (max-width: 800px) {
  .tabbed-page-tabs-block__tab {
    width: 100%;
  }
  .tabbed-page-tabs-block__tab a {
    width: 100%;
    border-right: none;
    border-top: 1px solid #093d3d;
    padding: 25px;
  }
  .tabbed-page-tabs-block__tab:first-child > a {
    border-top: none;
  }
}
.tabbed-page-tabs-block__inner-wrap {
  padding: 75px 30px;
}
.tabbed-page-tabs-block .hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/**
 * /assets/scss/partials/blocks/blocks-baskets.scss
 *
 * Let's define our baskets block styles
 *
 */
.baskets-block .edd_download_purchase_form {
  display: flex;
  flex-wrap: wrap;
}
.baskets-block .edd_download_purchase_form .edd_price_options {
  width: 100%;
  margin-bottom: 25px;
}
.baskets-block .edd_download_purchase_form input.edd-item-quantity {
  padding: 20px;
  width: 65px;
  text-align: center;
  margin-right: 7px;
}
.baskets-block .edd_download_purchase_form .edd-add-to-cart {
  padding: 17px 35px;
  background-color: #ded2c3;
  color: #093d3d;
  border: none;
}
.baskets-block .edd_download_purchase_form .edd-add-to-cart:hover, .baskets-block .edd_download_purchase_form .edd-add-to-cart:focus, .baskets-block .edd_download_purchase_form .edd-add-to-cart:visited {
  background-color: rgb(203.9032258065, 185.3225806452, 162.0967741935);
}
.baskets-block .baskets-list,
.baskets-block .related-baskets {
  display: flex;
  flex-wrap: wrap;
}
.baskets-block .baskets-list__item,
.baskets-block .related-baskets__item {
  width: 30%;
  margin: 40px 5% 40px 0;
}
@media (min-width: 1001px) {
  .baskets-block .baskets-list__item:nth-child(3n),
  .baskets-block .related-baskets__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  .baskets-block .baskets-list__item,
  .baskets-block .related-baskets__item {
    width: 47.5%;
  }
  .baskets-block .baskets-list__item:nth-child(2n),
  .baskets-block .related-baskets__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .baskets-block .baskets-list__item,
  .baskets-block .related-baskets__item {
    width: 100%;
    margin-right: 0;
  }
}
.baskets-block .baskets-list__img,
.baskets-block .related-baskets__img {
  width: 100%;
}
.baskets-block .baskets-list__img img,
.baskets-block .related-baskets__img img {
  display: block;
}
.baskets-block .baskets-list__title,
.baskets-block .related-baskets__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 25px 0 7px;
  width: 100%;
}
.baskets-block .baskets-list__price,
.baskets-block .related-baskets__price {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
}
.baskets-block .baskets-list__link,
.baskets-block .related-baskets__link {
  color: #093d3d;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #093d3d;
  margin-bottom: 20px;
  display: inline-block;
}
.baskets-block .baskets-list__link:hover,
.baskets-block .related-baskets__link:hover {
  text-decoration: none;
  color: #000;
}
.baskets-block .baskets-individual {
  display: none;
  border-top: 1px solid #093d3d;
  padding-top: 15px;
}
.baskets-block .baskets-individual .baskets-block__back-to-list {
  display: flex;
  color: #093d3d;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
}
.baskets-block .baskets-individual .baskets-block__back-to-list i {
  background-color: #093d3d;
  color: #fff;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 36px;
  margin-right: 10px;
  cursor: pointer;
}
.baskets-block .baskets-individual .baskets-block__back-to-list:hover {
  color: #000;
}
.baskets-block .baskets-individual .baskets-block__back-to-list:hover i {
  background-color: #000;
}
.baskets-block .baskets-individual__item {
  display: none;
  width: 100%;
  margin: 15px 0 50px;
  flex-wrap: wrap;
}
.baskets-block .baskets-individual__item.active {
  display: flex;
}
.baskets-block .baskets-individual__item-image {
  width: calc(100% - 400px);
}
@media (max-width: 700px) {
  .baskets-block .baskets-individual__item-image {
    width: 100%;
  }
}
.baskets-block .baskets-individual__item-image img {
  width: 100%;
  display: block;
}
.baskets-block .baskets-individual__item-content {
  width: 400px;
  padding-left: 50px;
}
@media (max-width: 700px) {
  .baskets-block .baskets-individual__item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.baskets-block .baskets-individual__item-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 7px;
  width: 100%;
}
.baskets-block .baskets-individual__item-content .edd_download_purchase_form {
  margin-bottom: 25px;
}
.baskets-block .baskets-individual__item-content .edd_download_purchase_form .edd-add-to-cart {
  background-color: #093d3d;
  color: #fff;
}
.baskets-block .baskets-individual__item-content .edd_download_purchase_form .edd-add-to-cart:hover {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571);
}
.baskets-block .baskets-individual__item-price {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
}
.baskets-block .baskets-individual__slides {
  width: 100%;
  display: flex;
  padding: 50px 30px;
  margin: 25px 0;
  position: relative;
  justify-content: space-between;
}
.baskets-block .baskets-individual__slides-left {
  width: calc(100% - 975px);
  padding-top: 100px;
}
.baskets-block .baskets-individual__slides-left h2 {
  font-weight: 400;
  font-size: 28px;
}
.baskets-block .baskets-individual__slides::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 100%;
  background-color: #DED2C3;
  z-index: -1;
  opacity: 0.25;
}
.baskets-block .baskets-individual__slideshow {
  width: 950px;
}
.baskets-block .baskets-individual__slideshow-interior {
  height: 330px;
  width: 100%;
}
.baskets-block .baskets-individual__slideshow-slide {
  width: 32%;
  position: relative;
  margin-left: 2%;
  font-size: 14px;
  line-height: 20px;
}
.baskets-block .baskets-individual__slideshow-slide img {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

.related-baskets {
  margin-top: 75px;
}
.related-baskets__header {
  width: 100%;
  display: flex;
  align-items: center;
}
.related-baskets__header h3 {
  font-weight: 500;
  border-right: 1px solid #d8d8d8;
  margin: 0;
  padding: 15px 20px 15px 0;
  margin-right: 25px;
}
.related-baskets__header .wd-button {
  background-color: #093d3d !important;
  color: #fff !important;
}
.related-baskets__header .wd-button:hover {
  background-color: rgb(2.4428571429, 16.5571428571, 16.5571428571) !important;
}

/**
 * /assets/scss/partials/blocks/blocks-history-slides.scss
 *
 * Let's define our history slides block styles
 *
 */
.history-slides {
  max-height: 525px;
  background-color: #093d3d;
}
.history-slides__slideshow-wrap {
  width: 100%;
  position: relative;
}
.history-slides__slideshow {
  height: 525px;
}
@media (max-width: 900px) {
  .history-slides__slideshow {
    height: 420px;
  }
}
@media (max-width: 700px) {
  .history-slides__slideshow {
    height: 336px;
  }
}
@media (max-width: 500px) {
  .history-slides__slideshow {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
}
.history-slides__slideshow .gallery-cell {
  width: 700px;
  height: 525px;
}
@media (max-width: 900px) {
  .history-slides__slideshow .gallery-cell {
    width: 560px;
    height: 420px;
  }
}
@media (max-width: 700px) {
  .history-slides__slideshow .gallery-cell {
    width: 448px;
    height: 336px;
  }
}
@media (max-width: 500px) {
  .history-slides__slideshow .gallery-cell {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
}
.history-slides__snippet {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 380px;
  padding: 0 30px;
  background-color: #ffbbaf;
  min-height: 40px;
  z-index: 2;
}
@media (max-width: 800px) {
  .history-slides__snippet {
    width: 275px;
  }
}
.history-slides__snippet-content {
  padding: 50px 0;
}
.history-slides__snippet-content p {
  font-size: 16px;
  line-height: 20px;
}
.history-slides__snippet-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .history-slides__snippet-content {
    padding: 30px 0;
  }
  .history-slides__snippet-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.history-slides__snippet-toggle {
  position: absolute;
  top: 7px;
  right: 5px;
  width: calc(100% - 10px);
}
.history-slides__snippet-toggle i {
  position: absolute;
  color: #093d3d;
  top: 0;
  right: 0;
  font-size: 25px;
  cursor: pointer;
}
.history-slides__snippet-toggle i.snippet-expand {
  display: none;
}
.history-slides__snippet-toggle span {
  display: none;
  position: absolute;
  left: 5px;
  line-height: 23px;
  font-weight: 500;
}
.history-slides__slide::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.history-slides__slide.is-selected::before {
  background-color: transparent;
  z-index: 1;
}
.history-slides__slide.state-closed .history-slides__snippet-toggle i.snippet-expand {
  display: block;
}
.history-slides__slide.state-closed .history-slides__snippet-toggle i.snippet-close {
  display: none;
}
.history-slides__slide.state-closed .history-slides__snippet-toggle span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 35px);
}
.history-slides__slide.state-closed .history-slides__snippet-content {
  display: none;
}
