@charset "UTF-8";
/*!
Theme Name: Fragrance
Theme URI: http://underscores.me/
Author: Gene Hua
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fragrance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fragrance is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "fleischmann";
  src: url("assets/fonts/67c0205d-2b9e-4c74-9e53-fe8a8baef632.woff2") format("woff2"), url("assets/fonts/7f1a697a-4fe8-4902-bb2a-2d9727e8d210.woff") format("woff"), url("assets/fonts/fe6e9879-44a9-496c-96d6-bc847aed829f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "maria";
  src: url("assets/fonts/Maria.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/Maria.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Maria.woff2") format("woff2"), url("assets/fonts/Maria.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html {
  box-sizing: border-box;
}

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

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

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

p {
  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,
em {
  font-weight: normal;
  font-style: normal;
}

/**
 * 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;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.header-1, .award-year, .hero-video h1, .entry-content h2, .entry-title,
.page-title {
  font: 85px/85px "maria", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1919px) {
  .header-1, .award-year, .hero-video h1, .entry-content h2, .entry-title,
.page-title {
    font: 4.4vw/1 "maria", Helvetica, sans-serif;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 1023px) {
  .header-1, .award-year, .hero-video h1, .entry-content h2, .entry-title,
.page-title {
    font: 40px/40px "maria", Helvetica, sans-serif;
    letter-spacing: 0px;
  }
}

.header-2, .newsletter-iframe h4, .entry-content .block-link.full-width, .error-404 h4, .search-results .search-result .entry-title, .press-module .publication, .event-category-item .event-title, .honoree-module .honoree-title, .award-module .award-title, .search-result-award .award-title, .entry-content h3, .entry-content h4 {
  font: 32px/35px "maria", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1919px) {
  .header-2, .newsletter-iframe h4, .entry-content .block-link.full-width, .error-404 h4, .search-results .search-result .entry-title, .press-module .publication, .event-category-item .event-title, .honoree-module .honoree-title, .award-module .award-title, .search-result-award .award-title, .entry-content h3, .entry-content h4 {
    font: 1.67vw/1.1 "maria", Helvetica, sans-serif;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 1023px) {
  .header-2, .newsletter-iframe h4, .entry-content .block-link.full-width, .error-404 h4, .search-results .search-result .entry-title, .press-module .publication, .event-category-item .event-title, .honoree-module .honoree-title, .award-module .award-title, .search-result-award .award-title, .entry-content h3, .entry-content h4 {
    font: 23px/25px "maria", Helvetica, sans-serif;
  }
}

.header-3, .international-map-container .firstHeading, .entry-content .block-timeline .timeline-description, .entry-content .block-upcoming-events .no-future-events, .entry-content .wp-block-pb-accordion-item .c-accordion__title, .entry-content .wp-block-quote p, .search-results .search-result .entry-category, .entry-share a, .entry-share label, .entry-author .author-name, .event-date, .no-award p, .award-module .award-category, .search-result-award .award-category, .post-recirculation .small-header, .entry-content h5, .entry-content h6 {
  font: 24px/30px "maria", Helvetica, sans-serif;
  letter-spacing: 0.55px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1919px) {
  .header-3, .international-map-container .firstHeading, .entry-content .block-timeline .timeline-description, .entry-content .block-upcoming-events .no-future-events, .entry-content .wp-block-pb-accordion-item .c-accordion__title, .entry-content .wp-block-quote p, .search-results .search-result .entry-category, .entry-share a, .entry-share label, .entry-author .author-name, .event-date, .no-award p, .award-module .award-category, .search-result-award .award-category, .post-recirculation .small-header, .entry-content h5, .entry-content h6 {
    font: 1.22vw/1.28 "maria", Helvetica, sans-serif;
    letter-spacing: 0.55px;
  }
}
@media screen and (max-width: 1023px) {
  .header-3, .international-map-container .firstHeading, .entry-content .block-timeline .timeline-description, .entry-content .block-upcoming-events .no-future-events, .entry-content .wp-block-pb-accordion-item .c-accordion__title, .entry-content .wp-block-quote p, .search-results .search-result .entry-category, .entry-share a, .entry-share label, .entry-author .author-name, .event-date, .no-award p, .award-module .award-category, .search-result-award .award-category, .post-recirculation .small-header, .entry-content h5, .entry-content h6 {
    font: 16px/20px "maria", Helvetica, sans-serif;
  }
}

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
.body-1, .honoree-module .honoree-name, body {
  font: 23px/33px "fleischmann", "Times New Roman", serif;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1919px) {
  .body-1, .honoree-module .honoree-name, body {
    font: 1.25vw/1.43 "fleischmann", "Times New Roman", serif;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 1023px) {
  .body-1, .honoree-module .honoree-name, body {
    font: 18px/23px "fleischmann", "Times New Roman", serif;
    letter-spacing: 0.2px;
  }
}

.body-2 {
  font: 19px/21px "fleischmann", "Times New Roman", serif;
  letter-spacing: 0.33px;
}
@media screen and (max-width: 1919px) {
  .body-2 {
    font: 1vw/1.23 "fleischmann", "Times New Roman", serif;
    letter-spacing: 0.33px;
  }
}
@media screen and (max-width: 1023px) {
  .body-2 {
    font: 18px/23px "fleischmann", "Times New Roman", serif;
    letter-spacing: 0.2px;
  }
}

.text-link, .newsletter-iframe input.email, .entry-content .block-upcoming-events .event-date, .entry-content .block-link.download, .entry-content .block-link.small, .entry-content .block-link.with-arrow, div.wpcf7-response-output, .press-module .press-date, .archive-link, .entry-header .eyebrow,
.page-header .eyebrow, .announcement-ticker, .navigation-bar, .button, .entry-content .block-custom-event .event-links a, .entry-content .block-upcoming-events .event-links a, .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-squared .wp-block-button__link, .entry-content .wp-block-button .wp-block-button__link, .swpm-login-submit .swpm-login-form-submit, .wpcf7-submit, .beautiful-taxonomy-filters-button {
  font: 19px/21px "maria", Helvetica, sans-serif;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1919px) {
  .text-link, .newsletter-iframe input.email, .entry-content .block-upcoming-events .event-date, .entry-content .block-link.download, .entry-content .block-link.small, .entry-content .block-link.with-arrow, div.wpcf7-response-output, .press-module .press-date, .archive-link, .entry-header .eyebrow,
.page-header .eyebrow, .announcement-ticker, .navigation-bar, .button, .entry-content .block-custom-event .event-links a, .entry-content .block-upcoming-events .event-links a, .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-squared .wp-block-button__link, .entry-content .wp-block-button .wp-block-button__link, .swpm-login-submit .swpm-login-form-submit, .wpcf7-submit, .beautiful-taxonomy-filters-button {
    font: 1vw/1.1 "maria", Helvetica, sans-serif;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 1023px) {
  .text-link, .newsletter-iframe input.email, .entry-content .block-upcoming-events .event-date, .entry-content .block-link.download, .entry-content .block-link.small, .entry-content .block-link.with-arrow, div.wpcf7-response-output, .press-module .press-date, .archive-link, .entry-header .eyebrow,
.page-header .eyebrow, .announcement-ticker, .navigation-bar, .button, .entry-content .block-custom-event .event-links a, .entry-content .block-upcoming-events .event-links a, .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-squared .wp-block-button__link, .entry-content .wp-block-button .wp-block-button__link, .swpm-login-submit .swpm-login-form-submit, .wpcf7-submit, .beautiful-taxonomy-filters-button {
    font: 11px/17px "maria", Helvetica, sans-serif;
    letter-spacing: 0.75px;
  }
}

.caption, .newsletter-iframe #mce-responses, .international-map-container .info-window p, .entry-content .wp-block-gallery.columns-1 .carousel-count,
.entry-content .wp-block-gallery.columns-2 .carousel-count,
.entry-content .wp-block-gallery.columns-3 .carousel-count,
.entry-content .wp-block-gallery.columns-4 .carousel-count,
.entry-content .wp-block-gallery.columns-5 .carousel-count, .entry-content .wp-block-gallery figcaption, .entry-content .wp-block-image figcaption, .search-results .search-result .eyebrow, .swpm-label, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .form-summary, .wpcf7-form label, .file-download, .add-to-calendar .calendar-options a, .add-to-calendar, .beautiful-taxonomy-filters-clear-all, .site-footer #mc_embed_signup input.email, .site-footer, .back-to-top, .search-form .search-field, .secondary-navigation, .main-navigation .sub-menu, .form-select, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax select, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: 14px/27px "maria", Helvetica, sans-serif;
  letter-spacing: 0.55px;
}
@media screen and (max-width: 1919px) {
  .caption, .newsletter-iframe #mce-responses, .international-map-container .info-window p, .entry-content .wp-block-gallery.columns-1 .carousel-count,
.entry-content .wp-block-gallery.columns-2 .carousel-count,
.entry-content .wp-block-gallery.columns-3 .carousel-count,
.entry-content .wp-block-gallery.columns-4 .carousel-count,
.entry-content .wp-block-gallery.columns-5 .carousel-count, .entry-content .wp-block-gallery figcaption, .entry-content .wp-block-image figcaption, .search-results .search-result .eyebrow, .swpm-label, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .form-summary, .wpcf7-form label, .file-download, .add-to-calendar .calendar-options a, .add-to-calendar, .beautiful-taxonomy-filters-clear-all, .site-footer #mc_embed_signup input.email, .site-footer, .back-to-top, .search-form .search-field, .secondary-navigation, .main-navigation .sub-menu, .form-select, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax select, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    font: 0.8vw/1.92 "maria", Helvetica, sans-serif;
    letter-spacing: 0.55px;
  }
}
@media screen and (max-width: 1023px) {
  .caption, .newsletter-iframe #mce-responses, .international-map-container .info-window p, .entry-content .wp-block-gallery.columns-1 .carousel-count,
.entry-content .wp-block-gallery.columns-2 .carousel-count,
.entry-content .wp-block-gallery.columns-3 .carousel-count,
.entry-content .wp-block-gallery.columns-4 .carousel-count,
.entry-content .wp-block-gallery.columns-5 .carousel-count, .entry-content .wp-block-gallery figcaption, .entry-content .wp-block-image figcaption, .search-results .search-result .eyebrow, .swpm-label, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .form-summary, .wpcf7-form label, .file-download, .add-to-calendar .calendar-options a, .add-to-calendar, .beautiful-taxonomy-filters-clear-all, .site-footer #mc_embed_signup input.email, .site-footer, .back-to-top, .search-form .search-field, .secondary-navigation, .main-navigation .sub-menu, .form-select, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax select, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    font: 11px/17px "maria", Helvetica, sans-serif;
    letter-spacing: 0.75px;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:hover, a:active {
  outline: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
}

body {
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.site {
  min-height: 100vh;
  margin: 0 30px 0 17.74vw;
}
@media screen and (max-width: 1023px) {
  .site {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .site {
    margin: 0 20px;
  }
}

.site-content:before {
  content: " ";
  display: table;
}

.standard-content-grid, .entry-content .block-video-gallery, .entry-content .block-custom-press, .entry-content .block-fragrance-day-archive, .entry-content .block-latest-press.featured .press-module:first-child, .entry-content .block-latest-press, .entry-content .block-timeline, .entry-content .block-upcoming-events, .entry-content .c-accordion__content, .events-categories, .entry-content .block-event-categories, .entry-content .latest-honorees, .beautiful-taxonomy-filters #beautiful-taxonomy-filters-form, .hero-video .hero-content, .load-more-content, .accordion-content, .entry-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 1.82vw;
}
@media screen and (max-width: 767px) {
  .standard-content-grid, .entry-content .block-video-gallery, .entry-content .block-custom-press, .entry-content .block-fragrance-day-archive, .entry-content .block-latest-press.featured .press-module:first-child, .entry-content .block-latest-press, .entry-content .block-timeline, .entry-content .block-upcoming-events, .entry-content .c-accordion__content, .events-categories, .entry-content .block-event-categories, .entry-content .latest-honorees, .beautiful-taxonomy-filters #beautiful-taxonomy-filters-form, .hero-video .hero-content, .load-more-content, .accordion-content, .entry-content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, .entry-content .block-custom-event .event-links a, .entry-content .block-upcoming-events .event-links a, .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-squared .wp-block-button__link, .entry-content .wp-block-button .wp-block-button__link, .swpm-login-submit .swpm-login-form-submit, .wpcf7-submit, .beautiful-taxonomy-filters-button {
  display: block;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  padding: 6px 15px;
  background-color: transparent;
}
.button:hover, .entry-content .block-custom-event .event-links a:hover, .entry-content .block-upcoming-events .event-links a:hover, .entry-content .wp-block-button .wp-block-button__link:hover, .swpm-login-submit .swpm-login-form-submit:hover, .wpcf7-submit:hover, .beautiful-taxonomy-filters-button:hover {
  cursor: pointer;
  border: 1px solid #000;
}
.button.read-more, .entry-content .block-custom-event .event-links a.read-more, .entry-content .block-upcoming-events .event-links a.read-more, .entry-content .wp-block-button .read-more.wp-block-button__link, .swpm-login-submit .read-more.swpm-login-form-submit, .read-more.wpcf7-submit, .read-more.beautiful-taxonomy-filters-button {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .button.read-more, .entry-content .block-custom-event .event-links a.read-more, .entry-content .block-upcoming-events .event-links a.read-more, .entry-content .wp-block-button .read-more.wp-block-button__link, .swpm-login-submit .read-more.swpm-login-form-submit, .read-more.wpcf7-submit, .read-more.beautiful-taxonomy-filters-button {
    width: 100%;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: transparent;
  border: 1px solid #000;
  box-shadow: 0 0 0 0 transparent;
  padding: 7px 15px 5px;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.form-select, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax select {
  background-image: url(assets/icons/arrow-down.png);
  background-position: right 10px center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
.form-select::-ms-expand, .beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span:before, input[type=checkbox] + label:before {
  content: "";
  background-image: url(assets/icons/checkbox-unchecked.png);
  background-position: bottom 1px center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
input[type=checkbox]:checked + span:before, input[type=checkbox]:checked:before, input[type=checkbox] label:before {
  background-image: url(assets/icons/checkbox-checked.png);
  background-position: bottom 1px center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.form-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 transparent;
  border: 0;
  margin: 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .site-title {
    background: #FFF;
  }
  body.nav-open .navigation-bar {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  body.nav-open .menu-toggle {
    background-image: url(assets/icons/x.png);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
.navigation-bar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  transition: padding-top 0.3s ease;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  top: 0;
  width: 15.92vw;
  height: calc(100% - 66px);
  padding: 40px 1.82vw;
  margin-top: 66px;
  border-right: 1px solid #000;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .navigation-bar {
    display: none;
    background: #FFF;
    font: 23px/25px "maria", Helvetica, sans-serif;
    width: 100%;
    padding: 0 30px;
    z-index: 999;
    border-right: 0;
  }
  .navigation-bar .search-form {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation-bar {
    height: calc(100% - 47px);
    margin-top: 47px;
    padding: 0 20px 20px;
  }
}

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-navigation {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  padding: 0.25em 0;
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
  content: "—";
}
@media screen and (max-width: 1023px) {
  .main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
    content: "";
  }
}
.main-navigation .sub-menu {
  display: none;
  line-height: 1.25;
}
.main-navigation .current-menu-item.menu-item-has-children .sub-menu {
  display: block;
  margin: 0.5em 0 0.5em 1.25em;
}
@media screen and (max-width: 1023px) {
  .main-navigation .current-menu-item.menu-item-has-children .sub-menu {
    display: none;
  }
}

.search-form .search-field {
  width: 100%;
}

.secondary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .secondary-navigation {
    line-height: 2;
  }
}

/* Small menu. */
.menu-toggle {
  background-image: url(assets/icons/menu.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: transparent;
  box-sizing: content-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .menu-toggle {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    padding: 0 20px;
  }
}

.search-toggle {
  background-image: url(assets/icons/search.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: transparent;
  box-sizing: content-box;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  width: 15px;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .search-toggle {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-toggle {
    padding: 0 20px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  body.search-open .mobile-search {
    display: block;
  }
}
.search-form {
  position: relative;
}
.search-form .search-field {
  display: block;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid black;
  background: transparent;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 1.25;
  outline: 0;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #000;
}
.search-form .search-field::placeholder {
  color: #000;
}
.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  color: transparent;
  background: transparent;
  border: 0;
  outline: 0;
  background-image: url(assets/icons/search.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50%;
}

.mobile-search {
  display: none;
  background: #FFF;
  position: absolute;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .mobile-search .search-form {
    margin-top: 0;
  }
  .mobile-search .search-form .search-field {
    padding: 10px 30px;
  }
  .mobile-search .search-form .search-submit {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-search .search-form .search-field {
    padding: 10px 20px;
  }
  .mobile-search .search-form .search-submit {
    margin-right: 20px;
  }
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 998;
  left: 0;
  top: 0;
}

.site-branding {
  border-bottom: 1px solid #000;
  z-index: 999;
}

.site-title {
  color: transparent;
  font-size: 1px;
  text-indent: -9999px;
  padding: 25px 0;
  margin: 0;
  background: transparent;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .site-title {
    padding: 8px 0;
  }
}
.site-title .logo {
  display: block;
  height: 16px;
  width: 100%;
  background-image: url(assets/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media screen and (max-width: 767px) {
  .site-title .logo {
    height: 30px;
    background-image: url(assets/logo-mobile.png);
  }
}

.announcement-ticker {
  display: none;
  width: 100%;
  color: #FFF;
  background-color: #000;
  padding: 5px 0;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
}
.announcement-ticker.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .announcement-ticker {
    padding: 4px 0;
  }
}
.announcement-ticker .ticker-text-link {
  display: block;
  white-space: nowrap;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: opacity 0.3s ease;
}
.announcement-ticker .ticker-text-link.hidden {
  opacity: 0;
}
.announcement-ticker .ticker-text {
  margin-right: 8px;
}
.announcement-ticker .close-ticker {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 1.5em;
  background-image: url(assets/icons/x-white.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-color: #000;
}

.show-announcement-ticker .announcement-ticker {
  display: block;
}

.show-announcement-ticker ~ .navigation-bar {
  padding-top: 60px;
}

body:not(.home) .show-announcement-ticker ~ #content .content-area {
  padding-top: 20px;
}

/*--------------------------------------------------------------
## Back to Top
--------------------------------------------------------------*/
.back-to-top {
  background-image: url(assets/icons/back-to-top.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  text-transform: uppercase;
  position: fixed;
  bottom: 20px;
  right: 1.82vw;
  width: 60px;
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease opacity;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top.hidden {
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
body.footer-in-view .site-header {
  position: absolute;
}
body.footer-in-view .navigation-bar {
  position: absolute;
}

.site-footer {
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.82vw;
  padding: 40px 30px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .site-footer {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
    padding: 30px 20px;
  }
}
.site-footer #mc_embed_signup {
  margin-bottom: 4em;
}
.site-footer #mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
}
.site-footer #mc_embed_signup .mc-field-group {
  position: relative;
}
.site-footer #mc_embed_signup input.email {
  width: 100%;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #000;
  background: transparent;
  outline: 0;
}
.site-footer #mc_embed_signup input.email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.site-footer #mc_embed_signup input.email::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.site-footer #mc_embed_signup input.email:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.site-footer #mc_embed_signup input.email:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.site-footer #mc_embed_signup #mc-embedded-subscribe {
  background-image: url(assets/icons/mail.png);
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: 0;
  color: transparent;
  outline: 0;
}
.site-footer #mc_embed_signup div.mce_inline_error[for=mce-EMAIL],
.site-footer #mc_embed_signup #mce-responses {
  position: absolute;
  background-color: transparent;
  margin: 0;
  font-weight: normal;
  color: #f00;
  line-height: 1.2;
  text-transform: none;
}
.site-footer #mc_embed_signup div.mce_inline_error[for=mce-EMAIL] {
  top: -2em;
  height: 2em;
  padding: 0;
}
.site-footer #mc_embed_signup #mce-responses {
  bottom: -4em;
  padding: 10px 0;
  height: 4em;
}
.site-footer #mc_embed_signup .response a {
  text-decoration: underline;
}
.site-footer #mc_embed_signup .response#mce-success-response {
  color: #000;
}
.site-footer .footer-newsletter {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-newsletter {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.site-footer .footer-menu {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 8px;
  }
}
.site-footer .social-menu {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .site-footer .social-menu {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 8px;
  }
}
.site-footer .menu-item {
  list-style-type: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .site-footer .menu-item {
    padding: 5px 0;
  }
}
.site-footer .footer-contact {
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-column: 10/12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-contact {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    padding: 16px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 1px 0;
  }
}
.site-footer .copyright {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    align-self: end;
  }
}
.site-footer .logo-icon {
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
  grid-column: 12/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  background: url(assets/logo-icon.svg) no-repeat top right;
  background-size: 60%;
}
@media screen and (max-width: 767px) {
  .site-footer .logo-icon {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    background: url(assets/logo-icon.svg) no-repeat bottom right;
    background-size: 60%;
    margin-top: 16px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
body.home {
  transition: background-color 0.6s ease;
}

body.pink {
  background-color: #FBF0F5;
}
body.pink .site-title {
  background-color: rgba(251, 240, 245, 0.9);
}
@media screen and (max-width: 1023px) {
  body.pink .navigation-bar {
    background-color: #FBF0F5;
  }
}
body.pink .mobile-search {
  background-color: #FBF0F5;
}

body.orange {
  background-color: #FFEDD8;
}
body.orange .site-title {
  background-color: rgba(255, 237, 216, 0.9);
}
@media screen and (max-width: 1023px) {
  body.orange .navigation-bar {
    background-color: #FFEDD8;
  }
}
body.orange .mobile-search {
  background-color: #FFEDD8;
}

body.yellow {
  background-color: #FEFCEE;
}
body.yellow .site-title {
  background-color: rgba(254, 252, 238, 0.9);
}
@media screen and (max-width: 1023px) {
  body.yellow .navigation-bar {
    background-color: #FEFCEE;
  }
}
body.yellow .mobile-search {
  background-color: #FEFCEE;
}

body.green {
  background-color: #E9FFF0;
}
body.green .site-title {
  background-color: rgba(233, 255, 240, 0.9);
}
@media screen and (max-width: 1023px) {
  body.green .navigation-bar {
    background-color: #E9FFF0;
  }
}
body.green .mobile-search {
  background-color: #E9FFF0;
}

body.blue {
  background-color: #EEFDFF;
}
body.blue .site-title {
  background-color: rgba(238, 253, 255, 0.9);
}
@media screen and (max-width: 1023px) {
  body.blue .navigation-bar {
    background-color: #EEFDFF;
  }
}
body.blue .mobile-search {
  background-color: #EEFDFF;
}

body.indigo {
  background-color: #E6EEF9;
}
body.indigo .site-title {
  background-color: rgba(230, 238, 249, 0.9);
}
@media screen and (max-width: 1023px) {
  body.indigo .navigation-bar {
    background-color: #E6EEF9;
  }
}
body.indigo .mobile-search {
  background-color: #E6EEF9;
}

body.purple {
  background-color: #FBF5FF;
}
body.purple .site-title {
  background-color: rgba(251, 245, 255, 0.9);
}
@media screen and (max-width: 1023px) {
  body.purple .navigation-bar {
    background-color: #FBF5FF;
  }
}
body.purple .mobile-search {
  background-color: #FBF5FF;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.edit-link {
  display: none;
}

.sticky {
  display: block;
}

.site-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
  margin-top: 66px;
}
@media screen and (max-width: 1023px) {
  .site-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 0;
    grid-column: 1/1;
    margin-top: 48px;
  }
}

.content-area,
.type-post,
.type-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 1.82vw;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .content-area,
.type-post,
.type-page {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .content-area,
.type-post,
.type-page {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
  }
}

.type-post,
.type-page {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/11;
}
@media screen and (max-width: 1023px) {
  .type-post,
.type-page {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10;
  }
}
@media screen and (max-width: 767px) {
  .type-post,
.type-page {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}

.content-area {
  transition: padding-top 0.3s ease;
  margin: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  .content-area {
    margin: 20px 0 50px;
  }
}

.entry-header,
.page-header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}
@media screen and (max-width: 1023px) {
  .entry-header,
.page-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.entry-header .eyebrow,
.page-header .eyebrow {
  line-height: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

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

.breadcrumbs span, .breadcrumbs a {
  display: inline;
}
.breadcrumbs > *:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background-image: url(assets/icons/arrow-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.entry-title,
.page-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.entry-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}
@media screen and (max-width: 767px) {
  .entry-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.entry-content > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}
@media screen and (max-width: 767px) {
  .entry-content > * {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.entry-content h2 {
  margin-bottom: 15px;
}
.entry-content h2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .entry-content h2:not(:first-child) {
    margin-top: 40px;
  }
}
.entry-content h3, .entry-content h4 {
  margin-top: 1em;
}
.entry-content h3 {
  margin-bottom: 0.25em;
}
.entry-content h5, .entry-content h6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.entry-content h2:not(:first-child) + h2:not(:first-child),
.entry-content h3 + h2:not(:first-child),
.entry-content h4 + h2:not(:first-child),
.entry-content h5 + h2:not(:first-child),
.entry-content h6 + h2:not(:first-child) {
  margin-top: 0px;
}
.entry-content p {
  margin-bottom: 1em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
.entry-content ul, .entry-content ol {
  margin-left: 1.25em;
  margin-bottom: 1em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
.entry-content ul {
  margin-left: 0;
  list-style: none;
}
.entry-content ul li:before {
  content: "— ";
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.latest-awards {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .latest-awards {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.latest-awards li:before {
  content: "";
  display: none;
}
.latest-awards .remove {
  margin-top: 0;
}

.entry-content .latest-awards {
  margin: 0;
}

.accordion {
  border-bottom: 1px solid #000;
}
.accordion.closed .accordion-toggle {
  background-image: url(assets/icons/arrow-down.png);
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
}
.accordion.closed .accordion-content {
  height: 0;
}

.accordion-toggle {
  background-image: url(assets/icons/arrow-up.png);
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 25px 0;
  cursor: pointer;
  height: auto;
}

.accordion-content {
  overflow: hidden;
  height: auto;
  transition: height 0.5s ease;
}

.wp-block-column {
  margin-bottom: 0;
}

.load-more-link {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  margin: 40px 0 0;
}
.load-more-link + .load-more-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .load-more-link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}

.load-more-content {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .load-more-content {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.post-recirculation {
  -ms-grid-column-span: 10;
  grid-column: span 10;
  border-top: 1px solid #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 1.82vw;
}
@media screen and (max-width: 1023px) {
  .post-recirculation {
    -ms-grid-column-span: 9;
    grid-column: span 9;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .post-recirculation {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
  }
}
.post-recirculation .small-header {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .post-recirculation .small-header {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.entry-footer {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .entry-footer {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.home .content-area {
  /* margin-top: 100vh; */
  margin-top: calc(50vh - 60px + 12px); 
}

.hero-video {
  position: absolute;
  width: calc(100% - 30px - 30px);
  /* height: calc(100vh - 66px); */
  height: 0;
  /* padding-top: 53.61%; */
  padding-top: calc(21.45% + 30px);
  top: 66px;
  left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.5s ease opacity;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-video {
     top: 47px;
	  height: 0;
	  padding-top: 53.61%;
	  width: calc(100% - 20px - 20px);
	  left: 20px;
	  margin-bottom: 20px;
      /* height: calc(100vh - 47px); */
  }
}
.hero-video.hidden {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .hero-video .video-mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hero-video .video-desktop {
      display: none; } 
    .hero-video .video-mobile {
      display: block; } 
}
.hero-video:before {
  content: "";
  /* display: block; */
	display: none;
  position: absolute;
  width: 100%;
  height: 20vh;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #fbf0f5, rgba(251, 240, 245, 0) 100%, transparent);
  background-image: -o-linear-gradient(bottom, #fbf0f5, rgba(251, 240, 245, 0) 100%, transparent);
  background-image: linear-gradient(to top, #fbf0f5, rgba(251, 240, 245, 0) 100%, transparent);
}
.hero-video video {
  /* height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw; */
	min-width: 100%; 
	  min-height: 100%; 
	  width: 100%; 
	  height: auto;
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  z-index: -1000;
}
@media screen and (max-width: 1023px) {
  .hero-video video {
    /* width: 75vh;
        min-height: 133.333333vw; */
		-webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
		width: 100%; 
		min-height: 100%;
  }
}
.hero-video .hero-content {
  margin: 70vh 30px 0 17.74vw;
}
@media screen and (max-width: 1023px) {
  .hero-video .hero-content {
    margin: 70vh 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-video .hero-content {
    margin: 70vh 20px 0;
  }
}
.hero-video .hero-content .about-us {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hero-video .hero-content .about-us {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
  }
}
.hero-video .hero-content .remove {
  margin-top: 0;
}
.international-map-container {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .international-map-container {
    height: 400px;
  }
}

#map {
  width: 100%;
  height: 100%;
}

.text-flower:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(assets/icons/flower-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: 3px;
  vertical-align: middle;
}

.archive-link {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .archive-link {
    font: 13px/20px "maria", Helvetica, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .archive-link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.archive-link:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(assets/icons/arrow-forward.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-left: 5px;
  vertical-align: -5%;
}

.award-year {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.award-year-content {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .award-year-content {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.award-year-content.latest-year .accordion-toggle {
  background-image: none;
}

.award-module, .search-result-award {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .award-module, .search-result-award {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    padding-top: 5px;
    border-top: 1px solid #000;
    padding-bottom: 40px;
  }
}
.award-module .award-category, .search-result-award .award-category {
  text-transform: none;
  margin-top: 0;
}
.award-module .award-title, .search-result-award .award-title {
  margin-top: 0;
}
.award-module .award-image, .search-result-award .award-image {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 40% center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease opacity;
}
@media screen and (max-width: 767px) {
  .award-module .award-image, .search-result-award .award-image {
    left: 0;
    width: 100%;
    background-position: center;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .award-module:hover .award-image, .search-result-award:hover .award-image {
    opacity: 1;
  }
}
.award-module.touchdown .award-image, .touchdown.search-result-award .award-image {
  opacity: 1;
}

.latest-awards {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 9;
  grid-column: span 9;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 1.82vw;
}
@media screen and (max-width: 767px) {
  .latest-awards {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
  }
}

.beautiful-taxonomy-filters {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .beautiful-taxonomy-filters {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin: 20px 0 0;
  }
}
.beautiful-taxonomy-filters #beautiful-taxonomy-filters-form {
  align-items: center;
}

.beautiful-taxonomy-filters-select-wrap {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.82vw;
}
@media screen and (max-width: 767px) {
  .beautiful-taxonomy-filters-select-wrap {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin-bottom: 12px;
  }
}
.beautiful-taxonomy-filters-select-wrap .beautiful-taxonomy-filters-tax {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
}
.beautiful-taxonomy-filters-button {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .beautiful-taxonomy-filters-button {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.beautiful-taxonomy-filters-button.visible {
  display: block;
}

.beautiful-taxonomy-filters-clear-all {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 1023px) {
  .beautiful-taxonomy-filters-clear-all {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    text-align: center;
    margin: 20px 0;
  }
}

.beautiful-taxonomy-filters-label {
  display: none;
}

.no-award {
  margin-top: 60px;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.no-award .button, .no-award .entry-content .block-custom-event .event-links a, .entry-content .block-custom-event .event-links .no-award a, .no-award .entry-content .block-upcoming-events .event-links a, .entry-content .block-upcoming-events .event-links .no-award a, .no-award .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button .no-award .wp-block-button__link, .no-award .swpm-login-submit .swpm-login-form-submit, .swpm-login-submit .no-award .swpm-login-form-submit, .no-award .wpcf7-submit, .no-award .beautiful-taxonomy-filters-button {
  display: inline-block;
  margin-top: 30px;
}

.honoree-module {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  position: relative;
  margin-bottom: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .honoree-module {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    padding-top: 5px;
  }
}
.honoree-module:before {
  content: "";
  display: none;
}
.honoree-module img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.honoree-module .honoree-title {
  margin-top: 0;
}
.honoree-module .honoree-name {
  display: block;
  margin-bottom: 15px;
}
.honoree-module .thumbnail-link {
  display: block;
  vertical-align: bottom;
}

.entry-content .latest-honorees {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .latest-honorees {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.events-categories, .entry-content .block-event-categories {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .events-categories, .entry-content .block-event-categories {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.event-category-item {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  margin-bottom: 30px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .event-category-item {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.event-category-item:before {
  content: "";
  display: none;
}
.event-category-item > a {
  display: block;
}
.event-category-item img {
  width: 100%;
  margin-bottom: 10px;
}
.event-category-item .event-image {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px;
}
.event-category-item .event-excerpt {
  margin-bottom: 10px;
}

.event-date {
  display: block;
}

h4.event-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.add-to-calendar {
  display: block;
  line-height: 1.5;
  vertical-align: bottom;
}
.add-to-calendar .calendar-options-toggle {
  display: inline-block;
}
.add-to-calendar .calendar-options {
  height: auto;
  overflow: hidden;
  max-height: 6em;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
.add-to-calendar .calendar-options a {
  display: inline-block;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}
.add-to-calendar .calendar-options.hidden {
  max-height: 0;
  opacity: 0;
}

.event-condensed .add-to-calendar .calendar-options {
  max-height: none;
  height: auto;
}
.event-condensed .add-to-calendar .calendar-options.hidden {
  pointer-events: none;
}
.event-condensed .add-to-calendar .calendar-options a {
  margin-bottom: 0;
}

.file-download {
  display: block;
  line-height: 1.5;
  vertical-align: bottom;
}

.file-download:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(assets/icons/download-file.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-left: 5px;
  vertical-align: middle;
}

.press-module {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .press-module {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin-bottom: 40px;
  }
}
.press-module .press-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgba(255, 255, 255, 0.25);
}
.press-module .press-image {
  padding-bottom: 100%;
}
.press-module .publication {
  margin-top: 0;
}
.press-module .article-title {
  margin-bottom: 10px;
}

.wpcf7-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.82vw;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    column-gap: 12px;
  }
}
.wpcf7-form label {
  line-height: 1.2;
  display: block;
  width: 100%;
}
.wpcf7-form label.half {
  width: calc(50% - 1.82vw / 2);
  float: left;
}
.wpcf7-form label.half:not(:first-of-type) {
  margin-left: 1.82vw;
}
.wpcf7-form > p, .wpcf7-form > h5, .wpcf7-form > hr, .wpcf7-form > div {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
@media screen and (max-width: 767px) {
  .wpcf7-form > p, .wpcf7-form > h5, .wpcf7-form > hr, .wpcf7-form > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.wpcf7-form > div {
  margin-bottom: 1em;
}
.wpcf7-form h5 {
  margin: 20px 0 10px;
}
.wpcf7-form .form-summary {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .form-summary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: auto;
    -ms-grid-row-span: auto;
    grid-row: auto;
  }
}

.wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.82vw;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    column-gap: 12px;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  white-space: nowrap;
  margin-left: 0;
}

.wpcf7-submit {
  height: 45px;
  margin-top: 4em;
  width: calc(50% - 1.82vw / 2);
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

div.wpcf7-response-output {
  margin: 0 0 2em;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 0;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 0;
}

div.wpcf7-spam-blocked {
  border: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
}

.single .content-area > article.honoree, .single .content-area > article.event, .single .content-area > article.award {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single .content-area > article.honoree, .single .content-area > article.event, .single .content-area > article.award {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.entry-meta {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entry-author {
  margin-bottom: 0;
}
.entry-share {
  text-align: right;
  position: relative;
}
.entry-share a, .entry-share label {
  cursor: pointer;
}
.entry-share #share-overlay {
  display: none;
}
.entry-share .share-platforms {
  position: absolute;
  left: 0;
  text-align: left;
  padding: 10px 0;
  background: #FFF;
  z-index: 2;
  margin-top: 5px;
  opacity: 0;
  pointer-events: none;
  transform-origin: top right;
  transition: all 0.3s ease;
}
.entry-share .share-platforms .email,
.entry-share .share-platforms .fb-share-button,
.entry-share .share-platforms .twitter-share-button {
  display: block;
  padding: 5px 15px;
  box-sizing: content-box;
}
.entry-share #share-overlay:checked + .share-platforms {
  opacity: 1;
  pointer-events: auto;
}

.entry-author + .entry-share .share-platforms {
  left: auto;
  right: 0;
}

.post-navigation {
  border-top: 1px solid #000;
  padding-top: 40px;
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}

.swpm-login-widget-form {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.swpm-forgot-pass-link {
  display: none;
}

.swpm-join-us-link {
  display: none;
}

.swpm-remember-me {
  display: none;
}

.swpm-login-submit {
  width: 50%;
  margin-top: 30px;
}
.swpm-login-submit .swpm-login-form-submit {
  width: 100%;
}

.search-results .search-result {
  margin-bottom: 40px;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.search-results .search-result.type-post, .search-results .search-result.type-page {
  display: block;
}
.search-results .search-result .eyebrow {
  margin-bottom: 0;
}
.search-results .search-result .entry-summary {
  margin-bottom: 1em;
}

.error-404 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3/9;
  margin-top: 20vh;
}
.error-404 .page-title {
  margin-bottom: 10px;
}
.error-404 h4 {
  margin-bottom: 20px;
}
.error-404 .button, .error-404 .entry-content .block-custom-event .event-links a, .entry-content .block-custom-event .event-links .error-404 a, .error-404 .entry-content .block-upcoming-events .event-links a, .entry-content .block-upcoming-events .event-links .error-404 a, .error-404 .entry-content .wp-block-button .wp-block-button__link, .entry-content .wp-block-button .error-404 .wp-block-button__link, .error-404 .beautiful-taxonomy-filters-button, .error-404 .wpcf7-submit, .error-404 .swpm-login-submit .swpm-login-form-submit, .swpm-login-submit .error-404 .swpm-login-form-submit {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .error-404 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/8;
  }
}
@media screen and (max-width: 767px) {
  .error-404 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.entry-content .wp-block-columns.col-2-1 .wp-block-column {
  flex-basis: 0;
}
.entry-content .wp-block-columns.col-2-1 .wp-block-column:nth-child(1) {
  flex-grow: 2;
}
.entry-content .wp-block-columns.col-2-1 .wp-block-column:nth-child(2) {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns.col-2-1 .wp-block-column {
    flex-basis: 100%;
  }
  .entry-content .wp-block-columns.col-2-1 .wp-block-column:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns.two-col-mobile .wp-block-column {
    width: calc(50% - 6px);
    flex-basis: auto;
    margin-bottom: 30px;
  }
  .entry-content .wp-block-columns.two-col-mobile .wp-block-column p {
    margin-bottom: 5px;
  }
  .entry-content .wp-block-columns.two-col-mobile .wp-block-column:nth-child(2n) {
    margin-left: 12px;
  }
}
.entry-content .wp-block-columns.has-bottom-margin .wp-block-column {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns.arrow-block .wp-block-column {
    padding: 5px 0;
    border-top: 1px solid #000;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    background-image: url(assets/icons/arrow-forward.png);
    background-position: right center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns.arrow-block .wp-block-column .wp-block-image {
    order: 1;
    margin-bottom: 0;
    width: calc(33% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns.arrow-block .wp-block-column h4 {
    margin-top: 0;
    font: 16px/20px "maria", Helvetica, sans-serif;
    order: 2;
    width: 66%;
    margin-left: 12px;
    box-sizing: border-box;
    padding-right: 15px;
  }
}
.entry-content .wp-block-button {
  max-width: 200px;
  margin-bottom: 0;
}
.entry-content .wp-block-button .wp-block-button__link {
  width: 100%;
  color: #000;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-squared .wp-block-button__link {
  width: 100%;
  color: #000;
}
.entry-content .wp-block-button.full-width {
  max-width: none;
}
.entry-content .wp-block-image {
  margin: 0;
  margin-bottom: 10px;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.entry-content .wp-block-image.image-small {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.entry-content .wp-block-image img {
  display: block;
}
.entry-content .wp-block-image figcaption {
  color: #000;
}
.entry-content .wp-block-image + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-image.center-on-mobile {
    margin: auto;
  }
  .entry-content .wp-block-image.center-on-mobile * {
    margin: auto;
  }
  .entry-content .wp-block-image.center-on-mobile .alignright,
.entry-content .wp-block-image.center-on-mobile .alignleft {
    float: none;
    margin: auto;
  }
}
.entry-content .wp-block-image.width-1-col > * {
  width: 33%;
}
.entry-content .wp-block-image.width-2-col > * {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-image.our-history-image {
    width: 80%;
    margin: auto;
  }
}
.entry-content .wp-block-video {
  margin: 0;
  margin-bottom: 10px;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.entry-content .wp-block-quote {
  margin: 1em 0;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.entry-content .wp-block-quote cite {
  font-style: normal;
}
.entry-content .wp-block-columns h3 {
  margin-top: 10px;
}
.entry-content .wp-block-separator {
  border-top: 1px solid #000;
  width: 100%;
}
.entry-content .block-link {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  padding: 3px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-content .block-link {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-link.full-width {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 13px 0 10px;
  background-image: url(assets/icons/arrow-forward.png);
  background-position: right center;
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.entry-content .block-link.full-width a {
  display: block;
}
.entry-content .block-link.full-width + .full-width {
  border-top: 0;
}
.entry-content .block-link.download a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(assets/icons/download-file.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: -5%;
}
@media screen and (max-width: 1023px) {
  .entry-content .block-link.with-arrow {
    font: 13px/20px "maria", Helvetica, sans-serif;
  }
}
.entry-content .block-link.with-arrow a:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(assets/icons/arrow-forward.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  vertical-align: -5%;
}
.entry-content .wp-block-pb-accordion-item {
  padding: 12px 0 12px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.entry-content .wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
  border-top: 0;
}
.entry-content .wp-block-pb-accordion-item .c-accordion__title {
  margin-top: 0;
  outline: 0;
}
.entry-content .wp-block-pb-accordion-item .c-accordion__title:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(assets/icons/arrow-down.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.entry-content .wp-block-pb-accordion-item.is-open h4.c-accordion__title:after {
  background-image: url(assets/icons/arrow-up.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.entry-content .wp-block-pb-accordion-item.is-open .c-accordion__content {
  opacity: 1;
}
.entry-content .c-accordion__content {
  margin-top: 0;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.entry-content .c-accordion__content > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}
@media screen and (max-width: 767px) {
  .entry-content .c-accordion__content > * {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.entry-content .block-upcoming-events h2 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .entry-content .block-upcoming-events h2 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-upcoming-events .main-event-section {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
@media screen and (max-width: 767px) {
  .entry-content .block-upcoming-events .main-event-section {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-upcoming-events .sidebar-event-section {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .entry-content .block-upcoming-events .sidebar-event-section {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin: 20px 0;
  }
}
.entry-content .block-upcoming-events .event-expanded.hidden {
  display: none;
}
.entry-content .block-upcoming-events .event-expanded .event-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.entry-content .block-upcoming-events .event-condensed {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.entry-content .block-upcoming-events .event-condensed.slick-current, .entry-content .block-upcoming-events .event-condensed.slick-active {
  opacity: 1;
}
.entry-content .block-upcoming-events .toggle-event {
  display: block;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease opacity;
  outline: 0;
}
.entry-content .block-upcoming-events .toggle-event.next-event {
  background-image: url(assets/icons/arrow-down.png);
  margin-top: 10px;
}
.entry-content .block-upcoming-events .toggle-event.prev-event {
  background-image: url(assets/icons/arrow-up.png);
  margin-bottom: 10px;
}
.entry-content .block-upcoming-events .toggle-event.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.entry-content .block-upcoming-events .event-excerpt {
  margin-bottom: 20px;
}
.entry-content .block-upcoming-events .event-links {
  margin-top: 20px;
}
.entry-content .block-upcoming-events .event-links a {
  text-transform: none;
  display: inline-block;
}
.entry-content .block-upcoming-events .no-future-events {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  color: rgba(0, 0, 0, 0.5);
  padding: 50px 0;
}
.entry-content .block-event-categories .event-category-item {
  align-self: end;
}
@media screen and (max-width: 767px) {
  .entry-content .block-event-categories .event-category-item {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .block-event-categories .event-category-item .event-title {
    font: 16px/20px "maria", Helvetica, sans-serif;
    order: 2;
    box-sizing: border-box;
    width: calc(67% - 12px);
    margin-left: 12px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .block-event-categories .event-category-item .event-link {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #000;
    flex-wrap: nowrap;
    background-image: url(assets/icons/arrow-forward.png);
    background-position: right center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-color: transparent;
  }
}
.entry-content .block-event-categories .event-category-item .latest-event-image {
  overflow: hidden;
  height: 0;
  padding-top: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .entry-content .block-event-categories .event-category-item .latest-event-image {
    order: 1;
    width: 33%;
    padding-top: 26.4%;
    margin-bottom: 0;
  }
}
.entry-content .block-custom-event {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.entry-content .block-custom-event .event-image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.entry-content .block-custom-event .event-excerpt {
  margin-bottom: 10px;
}
.entry-content .block-custom-event .event-links {
  margin-top: 20px;
}
.entry-content .block-custom-event .event-links a {
  display: inline-block;
  min-width: 120px;
}
.entry-content .block-accords {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.entry-content .accords-article {
  border-top: 1px solid #000;
}
.entry-content .accords-article:last-of-type {
  border-bottom: 1px solid #000;
}
.entry-content .accords-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1.82vw;
  padding: 5px 0;
}
.entry-content .accords-thumbnail {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .entry-content .accords-thumbnail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.entry-content .accords-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/7;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .accords-text {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/7;
  }
}
.entry-content .accords-title {
  margin-top: 0;
}
.entry-content .accords-excerpt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry-content .accords-excerpt {
    display: none;
  }
}
.entry-content .block-timeline {
  background: url(assets/icons/flower-divider.png) center bottom no-repeat;
  background-size: 100px 20px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.entry-content .block-timeline .timeline-year {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .entry-content .block-timeline .timeline-year {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-timeline .timeline-description {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
@media screen and (max-width: 767px) {
  .entry-content .block-timeline .timeline-description {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-latest-press.featured .press-module {
  margin-bottom: 1.82vw;
}
@media screen and (max-width: 767px) {
  .entry-content .block-latest-press.featured .press-module {
    margin-bottom: 40px;
  }
}
.entry-content .block-latest-press.featured .press-module:first-child {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .entry-content .block-latest-press.featured .press-module:first-child {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-latest-press.featured .press-module:first-child .press-image {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 767px) {
  .entry-content .block-latest-press.featured .press-module:first-child .press-image {
    padding-bottom: 100%;
  }
}
.entry-content .block-latest-press.featured .press-module:first-child .press-info {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .entry-content .block-latest-press.featured .press-module:first-child .press-info {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-custom-press {
  -ms-grid-column-span: 9;
  grid-column: span 9;
  list-style: none;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .entry-content .block-custom-press {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.entry-content .block-custom-press li:before {
  display: none;
}
.entry-content .block-video-gallery {
  list-style: none;
  margin: 0 0 1em 0;
}
.entry-content .block-video-gallery li:before {
  display: none;
}
.entry-content .block-video-gallery .video-item {
  display: block;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  margin-bottom: 1em;
}
.entry-content .block-video-gallery .video-item video {
  outline: 0;
}
.entry-content .wp-block-gallery.columns-1,
.entry-content .wp-block-gallery.columns-2,
.entry-content .wp-block-gallery.columns-3,
.entry-content .wp-block-gallery.columns-4,
.entry-content .wp-block-gallery.columns-5 {
  margin: 0 0 1.5em;
  position: relative;
  width: 82.25vw;
  opacity: 0;
  transition: 0.3s ease opacity;
}

.entry-content .wp-block-gallery.columns-1 .blocks-gallery-grid,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-grid,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-grid,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-grid,
.entry-content .wp-block-gallery.columns-5 .blocks-gallery-grid {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .entry-content .wp-block-gallery.columns-1,
.entry-content .wp-block-gallery.columns-2,
.entry-content .wp-block-gallery.columns-3,
.entry-content .wp-block-gallery.columns-4,
.entry-content .wp-block-gallery.columns-5 {
    width: 100vw;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-gallery.columns-1,
.entry-content .wp-block-gallery.columns-2,
.entry-content .wp-block-gallery.columns-3,
.entry-content .wp-block-gallery.columns-4,
.entry-content .wp-block-gallery.columns-5 {
    width: 100%;
    left: 0;
  }
}
.entry-content .wp-block-gallery.columns-1.visible,
.entry-content .wp-block-gallery.columns-2.visible,
.entry-content .wp-block-gallery.columns-3.visible,
.entry-content .wp-block-gallery.columns-4.visible,
.entry-content .wp-block-gallery.columns-5.visible {
  opacity: 1;
}
.entry-content .wp-block-gallery.columns-1 .slick-list,
.entry-content .wp-block-gallery.columns-2 .slick-list,
.entry-content .wp-block-gallery.columns-3 .slick-list,
.entry-content .wp-block-gallery.columns-4 .slick-list,
.entry-content .wp-block-gallery.columns-5 .slick-list {
  height: 100%;
}
.entry-content .wp-block-gallery.columns-1 .slick-track,
.entry-content .wp-block-gallery.columns-2 .slick-track,
.entry-content .wp-block-gallery.columns-3 .slick-track,
.entry-content .wp-block-gallery.columns-4 .slick-track,
.entry-content .wp-block-gallery.columns-5 .slick-track {
  margin-left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.entry-content .wp-block-gallery.columns-1 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-5 .blocks-gallery-item {
  width: auto;
  margin-right: 0.6066666667vw;
  margin-bottom: 0;
  height: auto;
  float: none;
  outline: 0;
}
.entry-content .wp-block-gallery.columns-1 .blocks-gallery-item:before,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:before,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:before,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:before,
.entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:before {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-gallery.columns-1 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
.entry-content .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 0;
  }
}
.entry-content .wp-block-gallery.columns-1 .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery.columns-2 .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery.columns-3 .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery.columns-4 .blocks-gallery-item figcaption,
.entry-content .wp-block-gallery.columns-5 .blocks-gallery-item figcaption {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%, transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%, transparent);
  padding: 60px 10px 9px;
}
.entry-content .wp-block-gallery.columns-1.is-cropped figure,
.entry-content .wp-block-gallery.columns-2.is-cropped figure,
.entry-content .wp-block-gallery.columns-3.is-cropped figure,
.entry-content .wp-block-gallery.columns-4.is-cropped figure,
.entry-content .wp-block-gallery.columns-5.is-cropped figure {
  height: 100%;
}
.entry-content .wp-block-gallery.columns-1.is-cropped .slick-track,
.entry-content .wp-block-gallery.columns-2.is-cropped .slick-track,
.entry-content .wp-block-gallery.columns-3.is-cropped .slick-track,
.entry-content .wp-block-gallery.columns-4.is-cropped .slick-track,
.entry-content .wp-block-gallery.columns-5.is-cropped .slick-track {
  height: 100%;
  align-items: stretch;
}
.entry-content .wp-block-gallery.columns-1 .carousel-controls,
.entry-content .wp-block-gallery.columns-2 .carousel-controls,
.entry-content .wp-block-gallery.columns-3 .carousel-controls,
.entry-content .wp-block-gallery.columns-4 .carousel-controls,
.entry-content .wp-block-gallery.columns-5 .carousel-controls {
  margin-top: 1.5em;
  width: 47.26vw;
  text-align: center;
}
.entry-content .wp-block-gallery.columns-1 .carousel-controls.hidden,
.entry-content .wp-block-gallery.columns-2 .carousel-controls.hidden,
.entry-content .wp-block-gallery.columns-3 .carousel-controls.hidden,
.entry-content .wp-block-gallery.columns-4 .carousel-controls.hidden,
.entry-content .wp-block-gallery.columns-5 .carousel-controls.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-gallery.columns-1 .carousel-controls,
.entry-content .wp-block-gallery.columns-2 .carousel-controls,
.entry-content .wp-block-gallery.columns-3 .carousel-controls,
.entry-content .wp-block-gallery.columns-4 .carousel-controls,
.entry-content .wp-block-gallery.columns-5 .carousel-controls {
    width: 100%;
  }
}
.entry-content .wp-block-gallery.columns-1 .carousel-count,
.entry-content .wp-block-gallery.columns-2 .carousel-count,
.entry-content .wp-block-gallery.columns-3 .carousel-count,
.entry-content .wp-block-gallery.columns-4 .carousel-count,
.entry-content .wp-block-gallery.columns-5 .carousel-count {
  margin: 0 20px;
}

.international-map-container .firstHeading {
  text-transform: uppercase;
}
.international-map-container .info-window p {
  line-height: 1.2;
}

.p-margin-small p {
  margin-bottom: 0.4em;
}

img.image-full-width {
  width: 100%;
}

.image-full-width img {
  width: 100%;
}

/*--------------------------------------------------------------
## Newsletter Popup
--------------------------------------------------------------*/
.newsletter-popup {
  background-color: #000;
  width: 420px;
  height: 350px;
  padding: 40px 40px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: transform 1s cubic-bezier(0.25, 1, 0.25, 1);
}
.newsletter-popup.hidden {
  transform: translateY(120%);
}
@media screen and (max-width: 767px) {
  .newsletter-popup {
    width: 100%;
    height: 360px;
  }
}
.newsletter-popup .close-popup {
  background-image: url(assets/icons/x-white.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
}

.newsletter-iframe {
  background: #000;
  color: #FFF;
}
.newsletter-iframe h4 {
  margin-bottom: 20px;
}
.newsletter-iframe p {
  margin-bottom: 20px;
}
.newsletter-iframe input.email {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  outline: 0;
}
.newsletter-iframe #mc_embed_signup input.mce_inline_error {
  border-color: #ff0000;
}
.newsletter-iframe #mc-embedded-subscribe-form {
  position: relative;
  margin-bottom: 0;
}
.newsletter-iframe .submit-button {
  background-image: url(assets/icons/arrow-forward-white.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 20px;
  height: 100%;
}
.newsletter-iframe #mce-responses {
  margin-top: 10px;
  line-height: 1.2;
}
.newsletter-iframe #mce-responses a {
  text-decoration: underline;
}
.newsletter-iframe #mce-responses .remove {
  margin-top: 0;
}
.newsletter-iframe #mce-error-response a {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*
body.pink:not(.home) .announcement-ticker,
body.green:not(.home) .announcement-ticker,
body.orange:not(.home) .announcement-ticker,
body.blue:not(.home) .announcement-ticker,
body.purple:not(.home) .announcement-ticker {
	display: none !important;
} */

@media screen and (min-width: 1024px) {
	.hero-video {
		left: 17.74vw;
		width: calc(100vw - 15.92vw - 1.82vw - 30px);
		/* height: calc(50vh - 12px); */
		/* margin-bottom: 1.82vw; */
	}

	.hero-video .hero-content {
		margin-left: 30px;
	}
	
	#sb_instagram {
		width: 111.5% !important;
	}
}
/*
@media (max-width: 640px) {
	#sb_instagram.sbi_width_resp {
		width: calc(100% + 20px + 20px) !important;
	}
}

@media screen and (max-width: 475px) {
	#sb_instagram {
		display: flex;
		width: calc(100% + 20px + 20px) !important;
		padding-top: calc(100% + 20px + 20px);
		height: 0;
		position: relative;
		margin-left: -20px;
	}
	
	#sbi_images {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	
	#sbi_images::-webkit-scrollbar {
		width: 5px;
		height: 5px;
    }
	
	#sbi_images::-webkit-scrollbar-thumb {
  		background: black;
  		border-radius: 10px;
	}
	
	#sbi_images::-webkit-scrollbar-track {
  		background: transparent;
	}
	
	.sbi_item {
		scroll-snap-align: start;
		flex-shrink: 0;
		width: 100% !important; 
		position: relative;
	}
}
*/
.featured-links {
	list-style: none;
	-ms-grid-column-span: 10;
    grid-column: span 10;
	margin: 0 0 60px -1.82vw;
	padding: 0;
	display: flex;
}

.featured-links__item {
	margin-left: 1.82vw;
	width: calc(33.33% - 1.82vw);
}

.featured-links__item a {
	text-decoration: none;
}

.featured-links__item--title {
	display: block;
	text-transform: uppercase;
	font: 1vw/1.1 'maria', Helvetica, sans-serif;
    letter-spacing: 1.3px;
}

.featured-links__item--image img {
	display: block;
    width: 100%;
}

.featured-links__item--image {
	padding-top: calc(100% - 1.82vw);
	overflow: hidden;
  	height: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) { 
	.featured-links {
		margin-top: 1.82vw;
	}
	
	.home .content-area {
		margin-top: calc(21.45% + 5.73vw);
	}
	
	.hero-video video { 
		margin: auto;
		height: auto;
		min-height: 100%;
  		min-width: 100%;
	}
	
	.hero-video .hero-content { 
		margin-top: 40vh;
	} 
}


@media screen and (max-width: 767px) {
	.featured-links {
		-ms-grid-column-span: 6;
    	grid-column: span 6;
		flex-wrap: wrap;
		margin-left: 0;
	}
	
	.featured-links__item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	.featured-links__item:last-child {
		margin-bottom: 0;
	}
	
	.featured-links__item--title {
		font: 23px/25px 'maria', Helvetica, sans-serif;
		letter-spacing: 0;
	}
	
	.home .content-area {
		margin-top: calc(53.61% + 40px);
	} 
}


@media screen and (min-width: 768px) and (max-width: 1023px) { 
	.featured-links__item--title {
		font: 23px/25px 'maria', Helvetica, sans-serif;
		letter-spacing: 0;
	}
	
	.hero-video {
		padding-top: 26.54%;
	}
	
	.home .content-area {
		margin-top: calc(26.45% + 1.83vw + 1.83vw + 1.83vw);
	} 
}

@-webkit-keyframes slideshow {
  20% {margin-left: 0px;}
  30% {margin-left: -100%;}
  50% {margin-left: -200%;}
  60% {margin-left: -300%;}
  80% {margin-left: -400%;}
  90% {margin-left: -500%;}
}
@keyframes slideshow {
  20% {margin-left: 0px;}
  30% {margin-left: -100%;}
  50% {margin-left: -200%;}
  60% {margin-left: -300%;}
  80% {margin-left: -400%;}
  90% {margin-left: -500%;}
}