@charset "UTF-8";
/*!
Theme Name: mario
Theme URI: http://underscores.me/
Author: Allen Coombs
Description: Mario for the National Videogame Museum
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mario
Tags:

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.

Mario is based on Monty which is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# QA
# Mixins
# Normalize
# Grid
# Media queries
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Blocks
# Infinite scroll
# Media
	## Captions
	## Galleries
# Plugins
	## Metaslider
	## Post Grids
	## Ultimate Addons for Gutenberg

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*
see gutenberg-config
if custom fonts used, define it here
*/
/* see gutenberg-config */
/* not in gutenber-config */
/* SET CONTENT WIDTHS */
/* SET IMAGES SIZES */
/* Z-INDEX */
/* $z-index__graphic-display: 1;
$z-index__navigation: 100;
$z-index__screen-reader: 1000; */
/*
Z-INDEX FUNCTION
use example
z-index: z("modal");
*/
/* Colors */
/* COLOR FUNCTIONS */
/* -------------------- */
/* Use Example
/* palette(black,pure);
*/
/* GENERATE BACKGROUND COLOR CLASSES */
.background-color-white {
  background-color: #f5f5f5 !important;
}

.background-color-white-pure {
  background-color: #ffffff !important;
}

.background-color-black {
  background-color: #343434 !important;
}

.background-color-black-pure {
  background-color: #000000 !important;
}

.background-color-grey {
  background-color: #7e7e7e !important;
}

.background-color-grey-xxx-light {
  background-color: white !important;
}

.background-color-grey-xx-light {
  background-color: #e4e4e4 !important;
}

.background-color-grey-x-light {
  background-color: #b1b1b1 !important;
}

.background-color-grey-light {
  background-color: #989898 !important;
}

.background-color-grey-dark {
  background-color: #656565 !important;
}

.background-color-grey-x-dark {
  background-color: #4b4b4b !important;
}

.background-color-grey-xx-dark {
  background-color: #181818 !important;
}

.background-color-grey-xxx-dark {
  background-color: black !important;
}

.background-color-brand-pink {
  background-color: #ff14d3 !important;
}

.background-color-brand-pink-light {
  background-color: #ff47dd !important;
}

.background-color-brand-pink-dark {
  background-color: #e000b6 !important;
}

.background-color-brand-blue {
  background-color: #0055fe !important;
}

.background-color-brand-blue-light {
  background-color: #3277ff !important;
}

.background-color-brand-blue-dark {
  background-color: #0044cb !important;
}

.background-color-brand-yellow {
  background-color: #fff10a !important;
}

.background-color-brand-yellow-light {
  background-color: #fff43d !important;
}

.background-color-brand-yellow-dark {
  background-color: #d6ca00 !important;
}

.background-color-brand-turquoise {
  background-color: #00dadb !important;
}

.background-color-brand-turquoise-light {
  background-color: #0ffeff !important;
}

.background-color-brand-turquoise-dark {
  background-color: #00a7a8 !important;
}

.background-color-brand-green {
  background-color: #87fc70 !important;
}

.background-color-brand-green-light {
  background-color: #b1fda2 !important;
}

.background-color-brand-green-dark {
  background-color: #5dfb3e !important;
}

/* GENERATE TEXT COLOR CLASSES */
.font-color-white {
  color: #f5f5f5 !important;
}

.font-color-white-pure {
  color: #ffffff !important;
}

.font-color-black {
  color: #343434 !important;
}

.font-color-black-pure {
  color: #000000 !important;
}

.font-color-grey {
  color: #7e7e7e !important;
}

.font-color-grey-xxx-light {
  color: white !important;
}

.font-color-grey-xx-light {
  color: #e4e4e4 !important;
}

.font-color-grey-x-light {
  color: #b1b1b1 !important;
}

.font-color-grey-light {
  color: #989898 !important;
}

.font-color-grey-dark {
  color: #656565 !important;
}

.font-color-grey-x-dark {
  color: #4b4b4b !important;
}

.font-color-grey-xx-dark {
  color: #181818 !important;
}

.font-color-grey-xxx-dark {
  color: black !important;
}

.font-color-brand-pink {
  color: #ff14d3 !important;
}

.font-color-brand-pink-light {
  color: #ff47dd !important;
}

.font-color-brand-pink-dark {
  color: #e000b6 !important;
}

.font-color-brand-blue {
  color: #0055fe !important;
}

.font-color-brand-blue-light {
  color: #3277ff !important;
}

.font-color-brand-blue-dark {
  color: #0044cb !important;
}

.font-color-brand-yellow {
  color: #fff10a !important;
}

.font-color-brand-yellow-light {
  color: #fff43d !important;
}

.font-color-brand-yellow-dark {
  color: #d6ca00 !important;
}

.font-color-brand-turquoise {
  color: #00dadb !important;
}

.font-color-brand-turquoise-light {
  color: #0ffeff !important;
}

.font-color-brand-turquoise-dark {
  color: #00a7a8 !important;
}

.font-color-brand-green {
  color: #87fc70 !important;
}

.font-color-brand-green-light {
  color: #b1fda2 !important;
}

.font-color-brand-green-dark {
  color: #5dfb3e !important;
}

/* function to test lightness of color */
/* GENERATE WORDPRESS COLOR CLASSES */
.has-white-color {
  color: #f5f5f5;
}

[class*="has-white-background-color"] {
  background-color: #f5f5f5;
  background-size: cover;
  color: #343434;
}

[class*="has-white-background-color"] h1,
[class*="has-white-background-color"] h2,
[class*="has-white-background-color"] h3,
[class*="has-white-background-color"] h4,
[class*="has-white-background-color"] h5,
[class*="has-white-background-color"] h6,
[class*="has-white-background-color"] p,
[class*="has-white-background-color"] a {
  color: #343434;
}

[class*="has-white-background-color"] .tablet-landscape-and-up-quote {
  color: #343434;
}

hr.wp-block-separator.has-white-background-color {
  border-color: #f5f5f5;
}

.wp-block-cover.has-white-background-color {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
}

.wp-block-group.has-white-background-color {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
}

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

[class*="has-black-background-color"] {
  background-color: #343434;
  background-size: cover;
  color: #e4e4e4;
}

[class*="has-black-background-color"] h1,
[class*="has-black-background-color"] h2,
[class*="has-black-background-color"] h3,
[class*="has-black-background-color"] h4,
[class*="has-black-background-color"] h5,
[class*="has-black-background-color"] h6,
[class*="has-black-background-color"] p,
[class*="has-black-background-color"] a {
  color: white;
}

[class*="has-black-background-color"] .tablet-landscape-and-up-quote {
  color: #b1b1b1;
}

hr.wp-block-separator.has-black-background-color {
  border-color: #343434;
}

.wp-block-cover.has-black-background-color {
  background-color: #343434;
  background-repeat: no-repeat;
}

.wp-block-group.has-black-background-color {
  background-color: #343434;
  background-repeat: no-repeat;
}

.has-grey-color {
  color: #7e7e7e;
}

[class*="has-grey-background-color"] {
  background-color: #7e7e7e;
  background-size: cover;
  color: #e4e4e4;
}

[class*="has-grey-background-color"] h1,
[class*="has-grey-background-color"] h2,
[class*="has-grey-background-color"] h3,
[class*="has-grey-background-color"] h4,
[class*="has-grey-background-color"] h5,
[class*="has-grey-background-color"] h6,
[class*="has-grey-background-color"] p,
[class*="has-grey-background-color"] a {
  color: white;
}

[class*="has-grey-background-color"] .tablet-landscape-and-up-quote {
  color: #b1b1b1;
}

hr.wp-block-separator.has-grey-background-color {
  border-color: #7e7e7e;
}

.wp-block-cover.has-grey-background-color {
  background-color: #7e7e7e;
  background-repeat: no-repeat;
}

.wp-block-group.has-grey-background-color {
  background-color: #7e7e7e;
  background-repeat: no-repeat;
}

.has-brand-pink-color {
  color: #ff14d3;
}

[class*="has-brand-pink-background-color"] {
  background-color: #ff14d3;
  background-size: cover;
  color: #343434;
}

[class*="has-brand-pink-background-color"] h1,
[class*="has-brand-pink-background-color"] h2,
[class*="has-brand-pink-background-color"] h3,
[class*="has-brand-pink-background-color"] h4,
[class*="has-brand-pink-background-color"] h5,
[class*="has-brand-pink-background-color"] h6,
[class*="has-brand-pink-background-color"] p,
[class*="has-brand-pink-background-color"] a {
  color: #343434;
}

[class*="has-brand-pink-background-color"] .tablet-landscape-and-up-quote {
  color: #343434;
}

hr.wp-block-separator.has-brand-pink-background-color {
  border-color: #ff14d3;
}

.wp-block-cover.has-brand-pink-background-color {
  background-color: #ff14d3;
  background-repeat: no-repeat;
}

.wp-block-group.has-brand-pink-background-color {
  background-color: #ff14d3;
  background-repeat: no-repeat;
}

.has-brand-blue-color {
  color: #0055fe;
}

[class*="has-brand-blue-background-color"] {
  background-color: #0055fe;
  background-size: cover;
  color: #e4e4e4;
}

[class*="has-brand-blue-background-color"] h1,
[class*="has-brand-blue-background-color"] h2,
[class*="has-brand-blue-background-color"] h3,
[class*="has-brand-blue-background-color"] h4,
[class*="has-brand-blue-background-color"] h5,
[class*="has-brand-blue-background-color"] h6,
[class*="has-brand-blue-background-color"] p,
[class*="has-brand-blue-background-color"] a {
  color: white;
}

[class*="has-brand-blue-background-color"] .tablet-landscape-and-up-quote {
  color: #b1b1b1;
}

hr.wp-block-separator.has-brand-blue-background-color {
  border-color: #0055fe;
}

.wp-block-cover.has-brand-blue-background-color {
  background-color: #0055fe;
  background-repeat: no-repeat;
}

.wp-block-group.has-brand-blue-background-color {
  background-color: #0055fe;
  background-repeat: no-repeat;
}

.has-brand-yellow-color {
  color: #fff10a;
}

[class*="has-brand-yellow-background-color"] {
  background-color: #fff10a;
  background-size: cover;
  color: #343434;
}

[class*="has-brand-yellow-background-color"] h1,
[class*="has-brand-yellow-background-color"] h2,
[class*="has-brand-yellow-background-color"] h3,
[class*="has-brand-yellow-background-color"] h4,
[class*="has-brand-yellow-background-color"] h5,
[class*="has-brand-yellow-background-color"] h6,
[class*="has-brand-yellow-background-color"] p,
[class*="has-brand-yellow-background-color"] a {
  color: #343434;
}

[class*="has-brand-yellow-background-color"] .tablet-landscape-and-up-quote {
  color: #343434;
}

hr.wp-block-separator.has-brand-yellow-background-color {
  border-color: #fff10a;
}

.wp-block-cover.has-brand-yellow-background-color {
  background-color: #fff10a;
  background-repeat: no-repeat;
}

.wp-block-group.has-brand-yellow-background-color {
  background-color: #fff10a;
  background-repeat: no-repeat;
}

.has-brand-turquoise-color {
  color: #00dadb;
}

[class*="has-brand-turquoise-background-color"] {
  background-color: #00dadb;
  background-size: cover;
  color: #343434;
}

[class*="has-brand-turquoise-background-color"] h1,
[class*="has-brand-turquoise-background-color"] h2,
[class*="has-brand-turquoise-background-color"] h3,
[class*="has-brand-turquoise-background-color"] h4,
[class*="has-brand-turquoise-background-color"] h5,
[class*="has-brand-turquoise-background-color"] h6,
[class*="has-brand-turquoise-background-color"] p,
[class*="has-brand-turquoise-background-color"] a {
  color: #343434;
}

[class*="has-brand-turquoise-background-color"] .tablet-landscape-and-up-quote {
  color: #343434;
}

hr.wp-block-separator.has-brand-turquoise-background-color {
  border-color: #00dadb;
}

.wp-block-cover.has-brand-turquoise-background-color {
  background-color: #00dadb;
  background-repeat: no-repeat;
}

.wp-block-group.has-brand-turquoise-background-color {
  background-color: #00dadb;
  background-repeat: no-repeat;
}

.has-brand-green-color {
  color: #87fc70;
}

[class*="has-brand-green-background-color"] {
  background-color: #87fc70;
  background-size: cover;
  color: #343434;
}

[class*="has-brand-green-background-color"] h1,
[class*="has-brand-green-background-color"] h2,
[class*="has-brand-green-background-color"] h3,
[class*="has-brand-green-background-color"] h4,
[class*="has-brand-green-background-color"] h5,
[class*="has-brand-green-background-color"] h6,
[class*="has-brand-green-background-color"] p,
[class*="has-brand-green-background-color"] a {
  color: #343434;
}

[class*="has-brand-green-background-color"] .tablet-landscape-and-up-quote {
  color: #343434;
}

hr.wp-block-separator.has-brand-green-background-color {
  border-color: #87fc70;
}

.wp-block-cover.has-brand-green-background-color {
  background-color: #87fc70;
  background-repeat: no-repeat;
}

.wp-block-group.has-brand-green-background-color {
  background-color: #87fc70;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# QA
--------------------------------------------------------------*/
/* SCSS Document */
[class^="qa-"],
[class*=" qa-"] {
  outline: 1px solid cyan;
}

/*--------------------------------------------------------------
# MIXIMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* SCSS Document */
/* PADDING MIXIM */
/* Example Usage 
	@include padding(1,2,3,4);
*/
/* MARGIN MIXIM */
/* Example Usage 
	@include margin('null','auto','null','auto');
*/
/*--------------------------------------------------------------
# CSS locks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
* {
  critical: this;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography Reset
--------------------------------------------------------------*/
/*! Gutenberg reset — adapted from Normalize */
html {
  critical: this;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
cite,
small {
  critical: this;
  display: block;
}

audio,
canvas,
progress,
video {
  critical: this;
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  critical: this;
  display: none;
  height: 0;
}

[hidden],
template {
  critical: this;
  display: none;
}

/* Links
========================================================================== */
a {
  critical: this;
  background: transparent;
}

a:active,
a:hover {
  critical: this;
  outline: 0;
}

/* Text-level semantics
========================================================================== */
abbr {
  critical: this;
  letter-spacing: 1px;
}

abbr[title] {
  critical: this;
  border-bottom: 1px dotted;
}

b,
strong {
  critical: this;
  font-weight: bold;
}

dfn {
  critical: this;
  font-style: italic;
}

mark {
  critical: this;
  background: #ff0;
  color: #000;
}

small {
  critical: this;
  font-size: 70%;
}

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

sup {
  critical: this;
  top: -8px;
}

sub {
  critical: this;
  bottom: -4px;
}

em,
i {
  critical: this;
  position: relative;
  vertical-align: baseline;
}

/* Embedded content
========================================================================== */
img {
  critical: this;
  border: 0;
}

svg:not(:root) {
  critical: this;
  overflow: hidden;
}

/* Grouping content
========================================================================== */
hr {
  critical: this;
  box-sizing: content-box;
  height: 0;
}

pre {
  critical: this;
  overflow: auto;
}

code,
kbd,
pre,
samp {
  critical: this;
  font-family: monospace, monospace;
}

/* Tables
========================================================================== */
table {
  critical: this;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Images
========================================================================== */
img {
  critical: this;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Config
--------------------------------------------------------------*/
/* Configuration
========================================================================== */
/* Calculations
========================================================================== */
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/* Mixins
========================================================================== */
/*--------------------------------------------------------------
# Document
--------------------------------------------------------------*/
html {
  critical: this;
  critical: this;
  font-size: 14px;
  background: #f5f5f5;
}

@media screen and (min-width: 320px) {
  html {
    critical: this;
    font-size: calc(14px + 2 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  html {
    critical: this;
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Font themes
========================================================================== */
/* Defaults
========================================================================== */
html {
  critical: this;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343434;
}

* {
  critical: this;
  line-height: 26.89655px;
  line-height: 1.68103rem;
}

/* Paragraph
========================================================================== */
p {
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  p {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  p {
    critical: this;
    max-width: 50rem;
  }
}

p + p {
  critical: this;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

/* Headings
========================================================================== */
h1 {
  critical: this;
  critical: this;
  font-size: 4rem;
  critical: this;
  line-height: 4.4rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h1 {
    critical: this;
    font-size: calc(4rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h1 {
    critical: this;
    font-size: 5rem;
  }
}

@media screen and (min-width: 320px) {
  h1 {
    critical: this;
    line-height: calc(4.4rem + 1.6 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h1 {
    critical: this;
    line-height: 6rem;
  }
}

@media screen and (min-width: 320px) {
  h1 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h1 {
    critical: this;
    max-width: 50rem;
  }
}

h2 {
  critical: this;
  critical: this;
  font-size: 3rem;
  critical: this;
  line-height: 3.3rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h2 {
    critical: this;
    font-size: calc(3rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h2 {
    critical: this;
    font-size: 4rem;
  }
}

@media screen and (min-width: 320px) {
  h2 {
    critical: this;
    line-height: calc(3.3rem + 1.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h2 {
    critical: this;
    line-height: 4.8rem;
  }
}

@media screen and (min-width: 320px) {
  h2 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h2 {
    critical: this;
    max-width: 50rem;
  }
}

h3 {
  critical: this;
  critical: this;
  font-size: 1.5rem;
  critical: this;
  line-height: 1.65rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h3 {
    critical: this;
    font-size: calc(1.5rem + 1.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h3 {
    critical: this;
    font-size: 3rem;
  }
}

@media screen and (min-width: 320px) {
  h3 {
    critical: this;
    line-height: calc(1.65rem + 1.95 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h3 {
    critical: this;
    line-height: 3.6rem;
  }
}

@media screen and (min-width: 320px) {
  h3 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h3 {
    critical: this;
    max-width: 50rem;
  }
}

h4 {
  critical: this;
  critical: this;
  font-size: 1rem;
  critical: this;
  line-height: 1.1rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h4 {
    critical: this;
    font-size: calc(1rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h4 {
    critical: this;
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  h4 {
    critical: this;
    line-height: calc(1.1rem + 1.3 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h4 {
    critical: this;
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 320px) {
  h4 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h4 {
    critical: this;
    max-width: 50rem;
  }
}

h5 {
  critical: this;
  critical: this;
  font-size: 1rem;
  critical: this;
  line-height: 1.1rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h5 {
    critical: this;
    font-size: calc(1rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h5 {
    critical: this;
    font-size: 1rem;
  }
}

@media screen and (min-width: 320px) {
  h5 {
    critical: this;
    line-height: calc(1.1rem + 0.1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h5 {
    critical: this;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 320px) {
  h5 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h5 {
    critical: this;
    max-width: 50rem;
  }
}

h6 {
  critical: this;
  critical: this;
  font-size: 1rem;
  critical: this;
  line-height: 1.1rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  critical: this;
  max-width: 50rem;
}

@media screen and (min-width: 320px) {
  h6 {
    critical: this;
    font-size: calc(1rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h6 {
    critical: this;
    font-size: 1rem;
  }
}

@media screen and (min-width: 320px) {
  h6 {
    critical: this;
    line-height: calc(1.1rem + 0.1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h6 {
    critical: this;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 320px) {
  h6 {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  h6 {
    critical: this;
    max-width: 50rem;
  }
}

@media (min-width: 20em) and (max-width: 37.5em) {
  .wp-block-group__inner-container .wp-block-column:first-child h2 {
    margin-top: 0px;
    margin-top: 0rem;
  }
}

h1 + h2 {
  critical: this;
  margin-top: 26px;
  margin-top: 1.625rem;
}

h2 + h3,
h3 + h4,
h4 + h5 {
  critical: this;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

h5 + h6 {
  critical: this;
  margin-top: -13px;
  margin-top: -0.8125rem;
}

h6 {
  critical: this;
  font-style: italic;
  font-weight: normal;
}

/* Links
========================================================================== */
a {
  critical: this;
  color: #343434;
  transition: all 0.3s ease-out;
}

a:hover {
  critical: this;
  color: #676767;
  outline: none;
  text-decoration: none;
}

a:active {
  critical: this;
  color: #676767;
}

/* Figures & other elements
========================================================================== */
blockquote {
  font-style: italic;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding: 0;
  margin: 0;
  critical: this;
  max-width: 50rem;
}

blockquote p {
  critical: this;
  margin: 4px;
}

@media screen and (min-width: 320px) {
  blockquote p {
    critical: this;
    margin: calc(4px + -3 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  blockquote p {
    critical: this;
    margin: 1px;
  }
}

blockquote p::before,
blockquote p::after {
  content: '"';
}

@media screen and (min-width: 320px) {
  blockquote {
    critical: this;
    max-width: calc(50rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  blockquote {
    critical: this;
    max-width: 50rem;
  }
}

cite {
  font-style: normal;
  text-align: right;
}

figure blockquote {
  padding: 26px 0px;
  padding: 1.625rem 0rem;
}

figure blockquote p {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

ul li,
ol li {
  critical: this;
  margin-bottom: 0;
}

hr {
  critical: this;
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  border: 0;
  color: #343434;
  display: block;
  height: 26px;
  height: 1.625rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #343434 11px, #343434 15px, transparent 15px, transparent 26px);
  width: 100px;
}

small {
  line-height: 13px;
  line-height: 0.8125rem;
}

code {
  padding: 2.6px;
  padding: 0.1625rem;
}

.attention-grabber {
  font-size: 19.2px;
  font-size: 1.2rem;
}

/* Grid
========================================================================== */
.grid, .grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
}

.grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px);
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  critical: this;
  clear: both;
  color: #343434;
}

.zero-margin-header,
.is-style-zero-margin-header {
  margin-top: 0px;
}

h1 {
  font-family: "IBM Plex Mono", "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  max-width: 100%;
  overflow: auto;
}

pre {
  critical: this;
  white-space: pre-wrap;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.strapline,
.is-style-strapline {
  critical: this;
  font-size: 2.5rem;
  critical: this;
  line-height: 3.75rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
  .strapline,
  .is-style-strapline {
    critical: this;
    font-size: calc(2.5rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .strapline,
  .is-style-strapline {
    critical: this;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 320px) {
  .strapline,
  .is-style-strapline {
    critical: this;
    line-height: calc(3.75rem + 1.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .strapline,
  .is-style-strapline {
    critical: this;
    line-height: 5.25rem;
  }
}

.lead,
.is-style-lead {
  critical: this;
  font-size: 2.5rem;
  critical: this;
  line-height: 3.75rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
  .lead,
  .is-style-lead {
    critical: this;
    font-size: calc(2.5rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .lead,
  .is-style-lead {
    critical: this;
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 320px) {
  .lead,
  .is-style-lead {
    critical: this;
    line-height: calc(3.75rem + 1.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .lead,
  .is-style-lead {
    critical: this;
    line-height: 5.25rem;
  }
}

.has-large-font-size {
  critical: this;
  font-size: 2rem;
  critical: this;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 320px) {
  .has-large-font-size {
    critical: this;
    font-size: calc(2rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .has-large-font-size {
    critical: this;
    font-size: 3rem;
  }
}

@media screen and (min-width: 320px) {
  .has-large-font-size {
    critical: this;
    line-height: calc(3rem + 1.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .has-large-font-size {
    critical: this;
    line-height: 4.5rem;
  }
}

.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
._header {
  padding: 0px;
  padding: 0rem;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  z-index: 100;
  top: 0;
  background: #f5f5f5;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  height: 3.6rem;
}

._header__branding {
  display: flex;
  margin-right: auto;
}

._header__logo-link {
  display: flex;
}

._header__logo {
  height: 3.1rem;
  critical: this;
  margin: 4px;
}

@media screen and (min-width: 320px) {
  ._header__logo {
    critical: this;
    margin: calc(4px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._header__logo {
    critical: this;
    margin: 4px;
  }
}

._header__logo .svg-icon {
  fill: #343434;
  width: unset;
}

._header__title {
  display: none;
  height: 3.1rem;
  critical: this;
  margin: 4px;
}

@media (min-width: 45em) {
  ._header__title {
    display: inline;
  }
}

@media screen and (min-width: 320px) {
  ._header__title {
    critical: this;
    margin: calc(4px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._header__title {
    critical: this;
    margin: 4px;
  }
}

._header__title .svg-icon {
  fill: #343434;
  width: unset;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  background-color: #343434;
  color: #f5f5f5;
}

._site {
  critical: this;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.admin-bar ._site {
  min-height: calc(100vh - 32px);
}

._content {
  flex: 1 1 auto;
}

._footer__info {
  padding: 4px;
}

@media screen and (min-width: 320px) {
  ._footer__info {
    padding: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._footer__info {
    padding: 8px;
  }
}

.entry-footer {
  padding: 0;
}

/*--------------------------------------------------------------
# Footer widgets
--------------------------------------------------------------*/
/* SCSS Document */
.footer-widgets {
  critical: this;
  padding: 4px;
  display: flex;
  width: 100%;
  background-color: #f5f5f5;
}

@media screen and (min-width: 320px) {
  .footer-widgets {
    critical: this;
    padding: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .footer-widgets {
    critical: this;
    padding: 8px;
  }
}

.footer-widgets__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-widgets__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.footer-widgets__widget {
  display: flex;
  flex: 1 1 auto;
}

@media (min-width: 45em) {
  .footer-widgets__widget {
    flex: 1 1 25%;
  }
}

.widget-title {
  color: #343434;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.2rem;
}

.widget_nav_menu {
  margin: auto;
  text-align: center;
}

@media (min-width: 48.75em) {
  .widget_nav_menu {
    text-align: left;
  }
}

._widget__menu-item {
  list-style-type: none;
}

._widget__menu-link {
  color: #343434;
  font-weight: 500;
  text-decoration: none;
}

._widget__menu-link:hover {
  text-decoration: underline;
}

.footer-logos {
  display: flex;
  justify-content: center;
  gap: 8px;
  background-color: #ffffff;
}

@supports not (display: grid) {
  .footer-logos .widget_media_image {
    margin: 8px;
  }
}

.footer-logos h2 {
  display: none;
}

/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
/*
1. Header Navigation
1.1 Individual items in header
2. Post Previous - Next Navigation
*/
._header__navigation {
  critical: this;
  position: relative;
}

._header__navigation-checkbox,
._header__navigation-toggler {
  critical: this;
  display: none;
}

@media (max-width: 48.74em) {
  ._header__navigation-checkbox,
  ._header__navigation-toggler {
    critical: this;
    display: inline-block;
  }
}

._header__navigation-checkbox {
  critical: this;
  position: absolute;
  left: -9999px;
}

._header__navigation-checkbox ~ ._header__menu {
  critical: this;
  display: none;
}

@media (min-width: 48.75em) {
  ._header__navigation-checkbox ~ ._header__menu {
    critical: this;
    display: block;
  }
}

._header__navigation-checkbox:checked ~ ._header__menu {
  critical: this;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

._header__menu {
  height: 3.6rem;
}

._header__menu-list,
._header__submenu-list {
  critical: this;
  background-color: #fff;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0px 0px;
  margin: 0rem 0rem;
  font-size: 17.6px;
  font-size: 1.1rem;
  height: 100%;
  font-weight: 500;
}

._header__submenu-list {
  critical: this;
  flex-direction: column;
}

@media (min-width: 48.75em) {
  ._header__submenu-list {
    critical: this;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

._header__menu-item,
._header__submenu-item {
  critical: this;
  flex: 1 1 auto;
  position: relative;
  height: 100%;
  background: #f5f5f5;
  transition: all 0.5s ease;
}

._header__menu-item a::before,
._header__submenu-item a::before {
  content: '';
  background: #343434;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transition: transform 200ms ease-in;
}

._header__menu-item a:hover,
._header__submenu-item a:hover {
  text-decoration: none;
}

._header__menu-item a:hover::before,
._header__submenu-item a:hover::before {
  transform: scaleX(1);
}

._header__menu-item {
  display: none;
}

@media (min-width: 48.75em) {
  ._header__menu-item {
    display: flex;
  }
}

._header__menu-item a:focus {
  outline-offset: -3px;
}

._header__menu-item.current-menu-item, ._header__menu-item.current-page-ancestor, ._header__menu-item.current_page_item {
  background: #656565;
  color: #f5f5f5;
}

._header__menu-item.current-menu-item a, ._header__menu-item.current-page-ancestor a, ._header__menu-item.current_page_item a {
  color: #f5f5f5;
}

._header__menu-item.current-menu-item svg, ._header__menu-item.current-page-ancestor svg, ._header__menu-item.current_page_item svg {
  fill: #f5f5f5;
}

._header__menu-link,
._header__submenu-link {
  display: inline-flex;
  text-decoration: none;
  critical: this;
  padding-left: 8px;
  critical: this;
  padding-right: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 320px) {
  ._header__menu-link,
  ._header__submenu-link {
    critical: this;
    padding-left: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._header__menu-link,
  ._header__submenu-link {
    critical: this;
    padding-left: 16px;
  }
}

@media screen and (min-width: 320px) {
  ._header__menu-link,
  ._header__submenu-link {
    critical: this;
    padding-right: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._header__menu-link,
  ._header__submenu-link {
    critical: this;
    padding-right: 16px;
  }
}

._header__menu-link,
._header__submenu-link {
  critical: this;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

._header__menu-link {
  critical: this;
  flex-direction: column;
}

._header__menu-item:hover > ._header__submenu-list {
  critical: this;
  display: block;
}

/* 1.2 INDIVIDUAL MENU ITEMS */
._header__menu-book-now {
  background-color: #ff14d3;
  color: #f5f5f5;
  display: flex;
  order: 10;
}

._header__menu-book-now a:hover {
  color: #f5f5f5;
}

._header__menu-book-now a:focus {
  color: #f5f5f5;
}

._header__menu-link-book-now {
  color: #f5f5f5;
}

.menu-hierachy__zero {
  display: flex;
}

@media (min-width: 37.5em) {
  .menu-hierachy__one {
    display: flex;
  }
}

@media (min-width: 48.75em) {
  .menu-hierachy__two {
    display: flex;
  }
}

/*  2. POST PREVIOUS - NEXT NAVIGATION */
._post-navigation {
  list-style: none;
  margin-left: 0;
}

._post-navigation__header::after {
  content: ':';
}

._post-navigation__item {
  display: inline-block;
}

/* COLOR THEME */
/* 
SOCIAL MENU
 */
.social-icon-bar ul {
  list-style: none;
  margin-left: 0;
}

.social-icon-bar li {
  display: inline-block;
}

.social-icon-bar a {
  text-decoration: none;
}

.social-icon-bar--vert {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 0 4px 4px 0;
}

.social-icon-bar--vert .jetpack-social-navigation ul {
  margin: 0;
}

.social-icon-bar--vert .jetpack-social-navigation li {
  display: block;
}

.social-icon-bar--horz {
  margin: auto;
  background: #f5f5f5;
}

.social-icon-bar--horz li {
  height: 2rem;
  width: 2rem;
}

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.admin-bar .menu-modal {
  top: 32px;
}

.menu-modal {
  display: none;
  flex-shrink: 0;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  background-color: #f5f5f5;
  left: 0;
  opacity: 1;
  right: 0;
}

@media (min-width: 48.75em) {
  .menu-modal.active {
    background-color: rgba(126, 126, 126, 0.8);
    justify-content: flex-end;
  }
}

.menu-modal-inner {
  display: inline-flex;
  justify-content: stretch;
  overflow: hidden;
  -ms-overflow-style: auto;
}

@media (min-width: 61.25em) {
  .menu-modal-inner {
    width: 30rem;
    background-color: whitesmoke;
  }
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.menu-modal-inner .menu-wrapper.section-inner {
  width: 100%;
}

.menu-top {
  flex-shrink: 0;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  critical: this;
  padding: 4px;
  width: 100%;
  height: 3.6rem;
}

@media screen and (min-width: 320px) {
  button.close-nav-toggle {
    critical: this;
    padding: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  button.close-nav-toggle {
    critical: this;
    padding: 8px;
  }
}

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}

/* Modal Menu --------------------------------- */
.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

@media (min-width: 48.75em) {
  .modal-menu {
    width: 100%;
    left: auto;
  }
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  display: block;
  critical: this;
  padding: 8px;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .modal-menu a {
    critical: this;
    padding: calc(8px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .modal-menu a {
    critical: this;
    padding: 8px;
  }
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li a {
  font-weight: 500;
}

.modal-menu .current-menu-item > .ancestor-wrapper,
.modal-menu .current_page_ancestor > .ancestor-wrapper,
.modal-menu .current_page_item > .ancestor-wrapper {
  background-color: #343434;
}

.modal-menu .current-menu-item > .ancestor-wrapper a,
.modal-menu .current_page_ancestor > .ancestor-wrapper a,
.modal-menu .current_page_item > .ancestor-wrapper a {
  color: #f5f5f5;
}

.modal-menu .current-menu-item > .ancestor-wrapper svg,
.modal-menu .current_page_ancestor > .ancestor-wrapper svg,
.modal-menu .current_page_item > .ancestor-wrapper svg {
  fill: #f5f5f5;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: none;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}

.toggle-wrapper {
  height: 100%;
}

.nav-toggle,
.close-nav-toggle {
  white-space: nowrap;
  height: 100%;
  width: 3rem;
}

ul.sub-menu {
  margin-left: 1.5rem;
}

button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 4rem 0 1rem;
}

button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}

button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}

/* Expanded Menu ----------------------------- */
.expanded-menu {
  width: 100%;
}

.mobile-menu {
  display: block;
}

/* =------- = */
body.nobodyscroll {
  overflow-y: hidden;
}

@media (min-width: 61.25em) {
  body.nobodyscroll {
    padding-right: 15px;
  }
}

.modal-css {
  position: absolute;
  text-align: right;
  top: 3.6rem;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 400ms ease-in-out;
  background-color: rgba(245, 245, 245, 0.9);
  display: flex;
  flex-direction: row-reverse;
}

.modal-css__toggle {
  display: none;
}

.modal-css__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

.modal-css__label span {
  display: block;
  position: relative;
  margin: auto;
  background: black;
  height: 4px;
  width: 32px;
  border-radius: 8px;
}

.modal-css__label span::before,
.modal-css__label span::after {
  content: '';
  background: black;
  position: absolute;
  height: 4px;
  width: 32px;
  border-radius: 8px;
  transition: all .5s ease-in-out;
}

.modal-css__label span::before {
  transform: translateY(-8px);
}

.modal-css__label span::after {
  transform: translateY(8px);
}

.modal-css ul {
  critical: this;
  padding-top: 8px;
  margin: 0;
  text-align: left;
  list-style: none;
  background: whitesmoke;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .modal-css ul {
    critical: this;
    padding-top: calc(8px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .modal-css ul {
    critical: this;
    padding-top: 8px;
  }
}

@media (min-width: 45em) {
  .modal-css ul {
    width: 20rem;
  }
}

.modal-css > ul:first-child {
  padding-top: 0;
}

.modal-css > ul:first-child > li:first-child {
  border-top: 8px solid #343434;
}

.modal-css li {
  margin-left: 1rem;
  critical: this;
  padding: 8px;
  critical: this;
  padding-left: 16px;
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .modal-css li {
    critical: this;
    padding: calc(8px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .modal-css li {
    critical: this;
    padding: 8px;
  }
}

@media screen and (min-width: 320px) {
  .modal-css li {
    critical: this;
    padding-left: calc(16px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .modal-css li {
    critical: this;
    padding-left: 16px;
  }
}

.modal-css li :last-child {
  padding-bottom: 0;
}

.modal-css a {
  text-decoration: none;
  width: 100%;
}

.modal-css__toggle:checked ~ .modal-css {
  transform: scale(1, 1);
}

.modal-css__toggle ~ .modal-css a {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

.modal-css__toggle:checked ~ .modal-css a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 0.3s;
}

.modal-css__toggle ~ .modal-css__label span {
  transition: background 250ms ease-in-out 250ms;
  background: #343434;
}

.modal-css__toggle:checked ~ .modal-css__label span {
  transition: background 0.2s ease-in-out;
  background: transparent;
}

.modal-css__toggle:checked ~ .modal-css__label span::before {
  transform: rotate(-45deg);
}

.modal-css__toggle:checked ~ .modal-css__label span::after {
  transform: rotate(45deg);
}

/* 
## Links
## Taxonomies
 */
/* 
## Links
*/
/* a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
    text-decoration: none;
}

a[href^="mailto:"]:before {
    content: "\0040";
    margin-right: 0.5em;
    text-decoration: none;
} */
/* 
## Taxonomies
*/
/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
._content {
  critical: this;
  padding-left: 32px;
  critical: this;
  padding-right: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
}

@media screen and (min-width: 320px) {
  ._content {
    critical: this;
    padding-left: calc(32px + 0 * (100vw - 320px) / 880);
    critical: this;
    padding-right: calc(32px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._content {
    critical: this;
    padding-left: 32px;
    critical: this;
    padding-right: 32px;
  }
}

._content img {
  critical: this;
}

_ ._content__footer {
  critical: this;
  margin-top: 4px;
}

@media screen and (min-width: 320px) {
  _ ._content__footer {
    critical: this;
    margin-top: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  _ ._content__footer {
    critical: this;
    margin-top: 8px;
  }
}

._post-navigation__item:empty {
  critical: this;
  display: none;
}

._content__edit-link {
  critical: this;
  clear: both;
  display: inline-block;
}

._content__meta-time + ._content__meta-time {
  critical: this;
  margin-left: 4px;
}

@media screen and (min-width: 320px) {
  ._content__meta-time + ._content__meta-time {
    critical: this;
    margin-left: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._content__meta-time + ._content__meta-time {
    critical: this;
    margin-left: 8px;
  }
}

._content__title--category,
._content__title--tag {
  critical: this;
  padding-left: 16px;
  critical: this;
  padding-right: 16px;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
}

@media screen and (min-width: 320px) {
  ._content__title--category,
  ._content__title--tag {
    critical: this;
    padding-left: calc(16px + 0 * (100vw - 320px) / 880);
    critical: this;
    padding-right: calc(16px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._content__title--category,
  ._content__title--tag {
    critical: this;
    padding-left: 16px;
    critical: this;
    padding-right: 16px;
  }
}

._content__description--category,
._content__description--tag {
  critical: this;
  padding-left: 16px;
  critical: this;
  padding-right: 16px;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
}

@media screen and (min-width: 320px) {
  ._content__description--category,
  ._content__description--tag {
    critical: this;
    padding-left: calc(16px + 0 * (100vw - 320px) / 880);
    critical: this;
    padding-right: calc(16px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._content__description--category,
  ._content__description--tag {
    critical: this;
    padding-left: 16px;
    critical: this;
    padding-right: 16px;
  }
}

._content__description--category p,
._content__description--tag p {
  critical: this;
  font-size: 2rem;
  critical: this;
  line-height: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
  ._content__description--category p,
  ._content__description--tag p {
    critical: this;
    font-size: calc(2rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  ._content__description--category p,
  ._content__description--tag p {
    critical: this;
    font-size: 3rem;
  }
}

@media screen and (min-width: 320px) {
  ._content__description--category p,
  ._content__description--tag p {
    critical: this;
    line-height: calc(2.2rem + 1.4 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  ._content__description--category p,
  ._content__description--tag p {
    critical: this;
    line-height: 3.6rem;
  }
}

._content__description--category h1,
._content__description--tag h1 {
  text-transform: capitalize;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0px;
  padding: 0rem;
}

._content__main--single {
  margin: auto;
}

/* Archive pages */
._content__main--category {
  margin: auto;
}

.alignleft,
.alignright {
  display: inline-flex;
  max-width: 50%;
  white-space: nowrap;
}

.svg-icon {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
._content__wrapper {
  position: relative;
  padding: 0px;
  padding: 0rem;
  max-width: 50rem;
  margin: auto;
}

[class*="format-aside"] ._content {
  critical: this;
  display: flex;
  flex-wrap: wrap;
}

[class*="format-aside"] ._content__wrapper,
[class*="format-aside"] ._sidebar {
  critical: this;
  display: flex;
  flex: 1 1 auto;
  flex-grow: 0;
}

[class*="format-aside"] ._sidebar {
  critical: this;
  flex-direction: column;
}

@media (min-width: 48.75em) {
  [class*="format-aside"] ._content__wrapper {
    critical: this;
    width: calc(66.66667 * 1% - 5.33333px);
    flex-basis: auto;
  }
  [class*="format-aside"] ._sidebar {
    critical: this;
    width: calc(33.33333 * 1% - 10.66667px);
    flex-basis: auto;
  }
}

@media (min-width: 61.25em) {
  [class*="format-aside"] ._content__wrapper {
    critical: this;
    width: calc(75 * 1% - 4px);
    flex-basis: auto;
  }
  [class*="format-aside"] ._sidebar {
    critical: this;
    width: calc(25 * 1% - 12px);
    flex-basis: auto;
  }
}

@media (min-width: 75em) {
  [class*="format-aside"] ._content__wrapper {
    critical: this;
    width: calc(83.33333 * 1% - 2.66667px);
    flex-basis: auto;
  }
  [class*="format-aside"] ._sidebar {
    critical: this;
    width: calc(16.66667 * 1% - 13.33333px);
    flex-basis: auto;
  }
}

@media (min-width: 48.75em) {
  .mobile-only {
    display: none;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
._sidebar {
  border: 1px solid green;
  flex: 1 1 10rem;
  min-width: 20rem;
}

@media (min-width: 48.75em) {
  ._sidebar {
    critical: this;
    padding-left: 8px;
  }
}

@media screen and (min-width: 48.75em) and (min-width: 320px) {
  ._sidebar {
    critical: this;
    padding-left: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 48.75em) and (min-width: 1200px) {
  ._sidebar {
    critical: this;
    padding-left: 16px;
  }
}

.top-notice-banner {
  background-color: #f5f5f5;
  color: #343434;
  overflow: hidden;
}

.top-notice-banner__content {
  padding: 4px;
  white-space: pre-wrap;
}

.top-notice-banner__header {
  color: #343434;
  display: inline-block;
}

/*--------------------------------------------------------------
# BLOCKS
--------------------------------------------------------------*/
.wp-block-cover .wp-block-cover__inner-container {
  width: unset;
  z-index: 1;
  color: unset;
}

.wp-block-cover {
  height: 400px;
  min-height: 300px;
  max-height: 400px;
  padding: 32px;
  background-size: cover;
}

.cover-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  critical: this;
  padding: 8px;
  padding-top: 2rem;
  text-decoration: none;
  color: #f5f5f5;
  background-color: rgba(25, 25, 25, 0.7);
}

@media screen and (min-width: 320px) {
  .cover-link a {
    critical: this;
    padding: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cover-link a {
    critical: this;
    padding: 16px;
  }
}

.cover-link a:hover {
  background-color: rgba(25, 25, 25, 0.6);
}

.cover-link a .cover-link__copy,
.cover-link a p,
.cover-link a h2 {
  opacity: 1;
  position: relative;
  margin: auto;
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  critical: this;
  margin-top: 32px;
  critical: this;
  margin-bottom: 32px;
}

@media screen and (min-width: 320px) {
  .wp-block-buttons .wp-block-button {
    critical: this;
    margin-top: calc(32px + 0 * (100vw - 320px) / 880);
    critical: this;
    margin-bottom: calc(32px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-buttons .wp-block-button {
    critical: this;
    margin-top: 32px;
    critical: this;
    margin-bottom: 32px;
  }
}

.wp-block-button__link:hover {
  background-color: #b1b1b1;
  color: #343434;
  text-decoration: none;
}

.btn__book-now,
.is-style-btn__book-now {
  width: 100%;
}

.btn__book-now .wp-block-button__link,
.is-style-btn__book-now .wp-block-button__link {
  width: 100%;
}

/* SCSS Document */
.wp-block-group {
  display: flex;
}

.wp-block-group {
  max-width: 50rem;
  margin: auto;
}

.wp-block-group.alignwide {
  max-width: 100%;
  margin: auto;
}

.wp-block-group.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0px;
  padding: 0rem;
  critical: this;
  padding-left: 16px;
  critical: this;
  padding-right: 16px;
  critical: this;
  padding-top: 16px;
  critical: this;
  padding-bottom: 16px;
}

@media screen and (min-width: 320px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-left: calc(16px + 0 * (100vw - 320px) / 660);
    critical: this;
    padding-right: calc(16px + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-left: 16px;
    critical: this;
    padding-right: 16px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-top: calc(16px + 16 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-top: 32px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-bottom: calc(16px + 32 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .wp-block-group.alignfull {
    critical: this;
    padding-bottom: 48px;
  }
}

.wp-block-group.zero-padding-group {
  padding: 0;
}

.wide-side-widgets {
  display: none;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.wp-block-group__inner-container {
  width: 100%;
  max-width: 73rem;
}

.wp-block-latest-posts__list {
  margin-left: 0;
}

.wp-block-latest-posts li a {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 550;
  color: #343434;
}

.wp-block-latest-posts__featured-image {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.wp-block-latest-posts__featured-image img {
  margin: auto;
}

.wp-block-latest-posts.is-grid li {
  flex: 1 1 auto;
  critical: this;
  padding: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  critical: this;
  margin-bottom: 8px;
  background: #e4e4e4;
  min-width: 15rem;
  color: #343434;
}

@media screen and (min-width: 320px) {
  .wp-block-latest-posts.is-grid li {
    critical: this;
    padding: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-latest-posts.is-grid li {
    critical: this;
    padding: 16px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-latest-posts.is-grid li {
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-latest-posts.is-grid li {
    critical: this;
    margin-bottom: 16px;
  }
}

@media (min-width: 45em) {
  .wp-block-latest-posts.is-grid li {
    margin-right: 16px;
  }
}

.wp-block-latest-posts__post-excerpt {
  critical: this;
  margin-top: 8px;
  margin-bottom: 0px;
}

@media screen and (min-width: 320px) {
  .wp-block-latest-posts__post-excerpt {
    critical: this;
    margin-top: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-latest-posts__post-excerpt {
    critical: this;
    margin-top: 16px;
  }
}

.alignfull.section-break {
  padding: 0;
}

.alignfull.section-break .wp-block-group__inner-container {
  max-width: unset;
}

.wp-block-image.section-break__image {
  justify-content: flex-end;
  critical: this;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__image {
    critical: this;
    height: calc(100px + 100 * (100vw - 780px) / 0);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__image {
    critical: this;
    height: 200px;
  }
}

.wp-block-image.section-break__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  margin: auto;
}

.wp-block-image.section-break__image.is-style-default {
  justify-content: flex-end;
}

.wp-block-image.section-break__image.is-style-section-break-image-left {
  justify-content: flex-start;
}

.wp-block-image.section-break__image.is-style-section-break-image-center {
  justify-content: center;
}

.wp-block-image.section-break__graphic {
  display: flex;
  justify-content: flex-end;
  critical: this;
  padding-left: 8px;
  critical: this;
  padding-right: 8px;
  critical: this;
  margin-top: 8px;
  critical: this;
  height: 100px;
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    padding-left: calc(8px + 8 * (100vw - 320px) / 460);
    critical: this;
    padding-right: calc(8px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    padding-left: 16px;
    critical: this;
    padding-right: 16px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    margin-top: calc(8px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    margin-top: 16px;
  }
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    height: calc(100px + 100 * (100vw - 780px) / 0);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-image.section-break__graphic {
    critical: this;
    height: 200px;
  }
}

.wp-block-image.section-break__graphic img {
  height: 100%;
  width: auto;
  position: absolute;
  margin: auto;
  bottom: 0px;
}

.wp-block-image.section-break__graphic.is-style-default {
  justify-content: flex-end;
}

.wp-block-image.section-break__graphic.is-style-section-break-image-left {
  justify-content: flex-start;
}

.wp-block-image.section-break__graphic.is-style-section-break-image-center {
  justify-content: center;
}

/* SCSS Document */
.wp-block-columns {
  margin-bottom: 0;
  critical: this;
  margin-top: 16px;
  display: flex;
}

@media screen and (min-width: 320px) {
  .wp-block-columns {
    critical: this;
    margin-top: calc(16px + 0 * (100vw - 320px) / 280);
  }
}

@media screen and (min-width: 600px) {
  .wp-block-columns {
    critical: this;
    margin-top: 16px;
  }
}

.wp-block-column {
  flex: 1 0 21%;
}

.wp-block-column:not(:first-child) {
  critical: this;
  margin-top: 16px;
  margin-left: 0px;
}

@media screen and (min-width: 320px) {
  .wp-block-column:not(:first-child) {
    critical: this;
    margin-top: calc(16px + -16 * (100vw - 320px) / 280);
  }
}

@media screen and (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    critical: this;
    margin-top: 0;
  }
}

.wp-block-column:not(:last-child) {
  critical: this;
  margin-top: 16px;
  critical: this;
  margin-right: 0;
}

@media screen and (min-width: 320px) {
  .wp-block-column:not(:last-child) {
    critical: this;
    margin-top: calc(16px + -16 * (100vw - 320px) / 280);
  }
}

@media screen and (min-width: 600px) {
  .wp-block-column:not(:last-child) {
    critical: this;
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-column:not(:last-child) {
    critical: this;
    margin-right: calc(0 + 16 * (100vw - 320px) / 280);
  }
}

@media screen and (min-width: 600px) {
  .wp-block-column:not(:last-child) {
    critical: this;
    margin-right: 16px;
  }
}

.u-display-only-on-tablet-landscape-and-up,
.is-style-u-display-only-on-tablet-landscape-and-up {
  display: none;
}

@media (min-width: 48.75em) {
  .u-display-only-on-tablet-landscape-and-up,
  .is-style-u-display-only-on-tablet-landscape-and-up {
    display: flex;
    flex-direction: column;
  }
}

.tablet-landscape-and-up-quote {
  display: none;
}

@media (min-width: 48.75em) {
  .tablet-landscape-and-up-quote {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 700;
    color: #343434;
    display: flex;
    flex-direction: column;
    critical: this;
    padding-right: 16px;
  }
}

@media screen and (min-width: 48.75em) and (min-width: 320px) {
  .tablet-landscape-and-up-quote {
    critical: this;
    padding-right: calc(16px + 16 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 48.75em) and (min-width: 980px) {
  .tablet-landscape-and-up-quote {
    critical: this;
    padding-right: 32px;
  }
}

@media (min-width: 48.75em) {
  .tablet-landscape-and-up-quote p {
    line-height: 52px;
    line-height: 3.25rem;
  }
}

.column-header {
  critical: this;
  font-size: 3rem;
  margin-top: 0px;
}

@media screen and (min-width: 320px) {
  .column-header {
    critical: this;
    font-size: calc(3rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .column-header {
    critical: this;
    font-size: 4rem;
  }
}

@media (min-width: 20em) and (max-width: 37.5em) {
  .flip-to-first {
    order: -1;
  }
}

.covid-policies .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@supports (display: grid) {
  .covid-policies .wp-block-columns {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 16px;
  }
  @media (min-width: 37.5em) {
    .covid-policies .wp-block-columns {
      grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr) minmax(13rem, 1fr));
    }
  }
}

.covid-policy {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 12rem;
  background-color: #0055fe;
  color: #f5f5f5;
  padding-left: 16px;
  padding-right: 16px;
  critical: this;
  padding-top: 0;
  critical: this;
  padding-bottom: 0;
}

@media (min-width: 37.5em) {
  .covid-policy {
    flex-basis: 23%;
  }
}

@media screen and (min-width: 320px) {
  .covid-policy {
    critical: this;
    padding-top: calc(0 + 16 * (100vw - 320px) / 280);
    critical: this;
    padding-bottom: calc(0 + 16 * (100vw - 320px) / 280);
  }
}

@media screen and (min-width: 600px) {
  .covid-policy {
    critical: this;
    padding-top: 16px;
    critical: this;
    padding-bottom: 16px;
  }
}

.covid-policy h1,
.covid-policy h2,
.covid-policy h3,
.covid-policy h4,
.covid-policy h5,
.covid-policy h6,
.covid-policy ul {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
}

.covid-policy figure {
  critical: this;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 320px) {
  .covid-policy figure {
    critical: this;
    width: calc(100px + 50 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .covid-policy figure {
    critical: this;
    width: 150px;
  }
}

.covid-policy.wp-block-column:not(:last-child) {
  margin-right: unset;
}

.covid-notice {
  padding-bottom: 16px;
}

.covid-title {
  background-color: #0055fe;
  color: #f5f5f5;
  padding-bottom: 0.5rem;
}

.wp-block-gallery {
  critical: this;
  margin-top: 16px;
  critical: this;
  margin-bottom: 16px;
}

@media screen and (min-width: 320px) {
  .wp-block-gallery {
    critical: this;
    margin-top: calc(16px + 16 * (100vw - 320px) / 660);
    critical: this;
    margin-bottom: calc(16px + 16 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .wp-block-gallery {
    critical: this;
    margin-top: 32px;
    critical: this;
    margin-bottom: 32px;
  }
}

.blocks-gallery-item__caption {
  margin: 0;
}

.wp-block-quote {
  critical: this;
  padding-top: 24px;
  critical: this;
  padding-bottom: 24px;
  critical: this;
  padding-right: 24px;
  padding-left: 0;
}

@media screen and (min-width: 320px) {
  .wp-block-quote {
    critical: this;
    padding-top: calc(24px + 8 * (100vw - 320px) / 460);
    critical: this;
    padding-bottom: calc(24px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote {
    critical: this;
    padding-top: 32px;
    critical: this;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-quote {
    critical: this;
    padding-right: calc(24px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote {
    critical: this;
    padding-right: 32px;
  }
}

.wp-block-quote:first-child {
  padding-top: 0;
}

.wp-block-quote.is-style-large {
  margin: auto;
  critical: this;
  padding-top: 24px;
  critical: this;
  padding-bottom: 24px;
  critical: this;
  padding-right: 24px;
  padding-left: 0;
}

@media screen and (min-width: 320px) {
  .wp-block-quote.is-style-large {
    critical: this;
    padding-top: calc(24px + 8 * (100vw - 320px) / 460);
    critical: this;
    padding-bottom: calc(24px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote.is-style-large {
    critical: this;
    padding-top: 32px;
    critical: this;
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-quote.is-style-large {
    critical: this;
    padding-right: calc(24px + 8 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote.is-style-large {
    critical: this;
    padding-right: 32px;
  }
}

.wp-block-quote.is-style-large p {
  critical: this;
  font-size: 1.4rem;
  critical: this;
  line-height: 2.4rem;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 320px) {
  .wp-block-quote.is-style-large p {
    critical: this;
    font-size: calc(1.4rem + 0.6 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote.is-style-large p {
    critical: this;
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-quote.is-style-large p {
    critical: this;
    line-height: calc(2.4rem + 1.2 * (100vw - 320px) / 460);
  }
}

@media screen and (min-width: 780px) {
  .wp-block-quote.is-style-large p {
    critical: this;
    line-height: 3.6rem;
  }
}

.wp-block-quote.is-style-large cite {
  critical: this;
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .wp-block-quote.is-style-large cite {
    critical: this;
    font-size: calc(14px + 2 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-quote.is-style-large cite {
    critical: this;
    font-size: 16px;
  }
}

.large-quote-display-only-on-tablet-landscape-and-up,
.is-style-large-quote-display-only-on-tablet-landscape-and-up {
  display: none;
}

@media (min-width: 48.75em) {
  .large-quote-display-only-on-tablet-landscape-and-up,
  .is-style-large-quote-display-only-on-tablet-landscape-and-up {
    display: flex;
    flex-direction: column;
  }
}

.large-quote-display-only-on-tablet-landscape-and-up p,
.is-style-large-quote-display-only-on-tablet-landscape-and-up p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 52px;
  line-height: 3.25rem;
}

.default-quote-display-only-on-tablet-landscape-and-up,
.is-style-default-quote-display-only-on-tablet-landscape-and-up {
  display: none;
}

@media (min-width: 48.75em) {
  .default-quote-display-only-on-tablet-landscape-and-up,
  .is-style-default-quote-display-only-on-tablet-landscape-and-up {
    display: flex;
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
._comments__list {
  padding: 0;
  list-style: none;
}

._comments__list-item > ._comments__list-item {
  padding-left: 8px;
}

@media screen and (min-width: 320px) {
  ._comments__list-item > ._comments__list-item {
    padding-left: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__list-item > ._comments__list-item {
    padding-left: 16px;
  }
}

._comments__article {
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  ._comments__article {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__article {
    margin-bottom: 16px;
  }
}

._comments__avatar {
  display: inline-block;
  border-radius: 8px;
}

@media screen and (min-width: 320px) {
  ._comments__avatar {
    border-radius: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__avatar {
    border-radius: 16px;
  }
}

._comments__author {
  display: flex;
  align-items: center;
}

._comments__author-name {
  margin-left: 1px;
  margin-right: 1px;
}

@media screen and (min-width: 320px) {
  ._comments__author-name {
    margin-left: calc(1px + 3 * (100vw - 320px) / 880);
    margin-right: calc(1px + 3 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__author-name {
    margin-left: 4px;
    margin-right: 4px;
  }
}

._comments__author-text {
  margin-left: 4px;
}

@media screen and (min-width: 320px) {
  ._comments__author-text {
    margin-left: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__author-text {
    margin-left: 8px;
  }
}

._comments__content {
  padding-left: 8px;
  margin-top: 8px;
}

@media screen and (min-width: 320px) {
  ._comments__content {
    padding-left: calc(8px + 8 * (100vw - 320px) / 880);
    margin-top: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__content {
    padding-left: 16px;
    margin-top: 16px;
  }
}

._comments__reply-item {
  padding-left: 8px;
}

@media screen and (min-width: 320px) {
  ._comments__reply-item {
    padding-left: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._comments__reply-item {
    padding-left: 16px;
  }
}

._comments__content,
._comments__reply-item {
  border-left: 1px dotted #ccc;
}

._comments__awaiting-moderation {
  color: Gold;
}

.comment-respond {
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  .comment-respond {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .comment-respond {
    margin-bottom: 16px;
  }
}

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  critical: this;
  padding: 4px;
  line-height: 1;
  border: 1px solid;
  height: auto;
  border-color: transparent;
  background: transparent;
  color: #111;
}

@media screen and (min-width: 320px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    critical: this;
    padding: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    critical: this;
    padding: 8px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
label {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  critical: this;
  padding: 4px;
  line-height: 1.3;
  color: #656565;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
    critical: this;
    padding: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
    critical: this;
    padding: 8px;
  }
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:hover {
  critical: this;
  color: #151515;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  critical: this;
  color: #111;
}

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"],
select {
  critical: this;
  height: 30px;
}

textarea {
  height: 60px;
}

/*
Mailchimp
*/
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0px !important;
}

.home #mc_embed_signup {
  background: transparent;
  clear: left;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home #mc_embed_signup .mc-field-group {
  margin-bottom: 8px;
  float: left;
  clear: none;
  width: 100%;
  padding-bottom: 0;
}

@media (min-width: 37.5em) {
  .home #mc_embed_signup .mc-field-group:nth-child(3) {
    width: 48%;
    float: left;
  }
}

@media (min-width: 37.5em) {
  .home #mc_embed_signup .mc-field-group:nth-child(4) {
    width: 48%;
    float: right;
  }
}

.home #mc_embed_signup .mc-field-group:nth-child(6) {
  width: 48%;
}

.home #mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
  text-align: center;
  width: 100%;
}

.home #mc_embed_signup .datefield input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

.home #mc_embed_signup .clear {
  text-align: center;
}

.home #mc_embed_signup .button {
  clear: both;
  background-color: #343434;
  border: 0 none;
  border-radius: 28px;
  transition: all 0.23s ease-in-out 0s;
  color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  margin: 16px 0;
  critical: this;
  font-size: 14px;
  line-height: 26.89655px;
  line-height: 1.68103rem;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 320px) {
  .home #mc_embed_signup .button {
    critical: this;
    font-size: calc(14px + 2 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .home #mc_embed_signup .button {
    critical: this;
    font-size: 16px;
  }
}

.home #mc_embed_signup .button:hover {
  color: #343434;
  background-color: #b1b1b1;
}

/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

[src*=".jpg"],
[src*=".jpeg"],
[src*=".png"],
[src*=".gif"] {
  critical: this;
  display: block;
  max-width: 100%;
}

figure {
  critical: this;
  margin: 0;
}

figure.alignfull img {
  critical: this;
  margin: 0 auto;
}

figure.alignwide {
  critical: this;
  margin-top: 8px;
  critical: this;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 320px) {
  figure.alignwide {
    critical: this;
    margin-top: calc(8px + 0 * (100vw - 320px) / 880);
    critical: this;
    margin-bottom: calc(8px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  figure.alignwide {
    critical: this;
    margin-top: 8px;
    critical: this;
    margin-bottom: 8px;
  }
}

figure.aligncenter img {
  critical: this;
  margin: 0 auto;
}

figure.alignleft img {
  critical: this;
  margin-right: auto;
}

figure.alignright img {
  critical: this;
  margin-left: auto;
}

figure a {
  critical: this;
  display: block;
}

img {
  critical: this;
  margin-top: 4px;
  critical: this;
  margin-bottom: 4px;
}

@media screen and (min-width: 320px) {
  img {
    critical: this;
    margin-top: calc(4px + 4 * (100vw - 320px) / 880);
    critical: this;
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  img {
    critical: this;
    margin-top: 8px;
    critical: this;
    margin-bottom: 8px;
  }
}

img.aligncenter {
  critical: this;
  margin-top: 4px;
  critical: this;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 320px) {
  img.aligncenter {
    critical: this;
    margin-top: calc(4px + 0 * (100vw - 320px) / 880);
    critical: this;
    margin-bottom: calc(4px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  img.aligncenter {
    critical: this;
    margin-top: 4px;
    critical: this;
    margin-bottom: 4px;
  }
}

img.alignleft {
  critical: this;
  margin-right: auto;
}

img.alignright {
  critical: this;
  margin-left: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
}

@media screen and (min-width: 320px) {
  .wp-caption {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-caption {
    margin-bottom: 16px;
  }
}

.wp-caption-text {
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .wp-caption-text {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-caption-text {
    margin-bottom: 16px;
  }
}

figcaption {
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 2rem;
  text-align: right;
}

figure.alignfull figcaption {
  display: none;
}

figure.caption-over-image figcaption {
  display: block;
  position: absolute;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
._gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

@media screen and (min-width: 320px) {
  ._gallery {
    margin-top: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._gallery {
    margin-top: 8px;
  }
}

._gallery__item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
  width: 100%;
  flex-basis: auto;
  margin-bottom: 4px;
}

@media screen and (min-width: 320px) {
  ._gallery__item {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  ._gallery__item {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--2 {
    width: calc(50 * 1% - 4px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--2 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--2 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--2:nth-of-type(2n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--2:nth-of-type(2n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--2:nth-of-type(2n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--3 {
    width: calc(33.33333 * 1% - 5.33333px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--3 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--3 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--3:nth-of-type(3n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--3:nth-of-type(3n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--3:nth-of-type(3n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--3:nth-of-type(3n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--3:nth-of-type(3n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--3:nth-of-type(3n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--4 {
    width: calc(25 * 1% - 6px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--4 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--4 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--4:nth-of-type(4n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--4:nth-of-type(4n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--4:nth-of-type(4n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--4:nth-of-type(4n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--4:nth-of-type(4n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--4:nth-of-type(4n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--4:nth-of-type(4n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--4:nth-of-type(4n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--4:nth-of-type(4n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--5 {
    width: calc(20 * 1% - 6.4px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--5 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--5 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--5:nth-of-type(5n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--5:nth-of-type(5n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--5:nth-of-type(5n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--5:nth-of-type(5n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--5:nth-of-type(5n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--5:nth-of-type(5n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--5:nth-of-type(5n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--5:nth-of-type(5n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--5:nth-of-type(5n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--5:nth-of-type(5n+4) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--5:nth-of-type(5n+4) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--5:nth-of-type(5n+4) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6 {
    width: calc(16.66667 * 1% - 6.66667px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6:nth-of-type(6n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6:nth-of-type(6n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6:nth-of-type(6n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6:nth-of-type(6n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6:nth-of-type(6n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6:nth-of-type(6n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6:nth-of-type(6n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6:nth-of-type(6n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6:nth-of-type(6n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6:nth-of-type(6n+4) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6:nth-of-type(6n+4) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6:nth-of-type(6n+4) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--6:nth-of-type(6n+5) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--6:nth-of-type(6n+5) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--6:nth-of-type(6n+5) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7 {
    width: calc(14.28571 * 1% - 6.85714px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+4) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+4) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+4) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+5) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+5) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+5) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--7:nth-of-type(7n+6) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--7:nth-of-type(7n+6) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--7:nth-of-type(7n+6) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8 {
    width: calc(12.5 * 1% - 7px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+4) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+4) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+4) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+5) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+5) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+5) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+6) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+6) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+6) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--8:nth-of-type(8n+7) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--8:nth-of-type(8n+7) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--8:nth-of-type(8n+7) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9 {
    width: calc(11.11111 * 1% - 7.11111px);
    flex-basis: auto;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9 {
    margin-bottom: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9 {
    margin-bottom: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+1) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+1) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+1) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+2) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+2) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+2) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+3) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+3) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+3) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+4) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+4) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+4) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+5) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+5) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+5) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+6) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+6) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+6) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+7) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+7) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+7) {
    padding-right: 8px;
  }
}

@media (min-width: 61.25em) {
  ._gallery__item--9:nth-of-type(9n+8) {
    padding-right: 4px;
  }
}

@media screen and (min-width: 61.25em) and (min-width: 320px) {
  ._gallery__item--9:nth-of-type(9n+8) {
    padding-right: calc(4px + 4 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 61.25em) and (min-width: 1200px) {
  ._gallery__item--9:nth-of-type(9n+8) {
    padding-right: 8px;
  }
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin-bottom: 16px;
  margin-left: 16px;
  margin-top: 0;
  margin-right: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  critical: this;
  margin-bottom: 8px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 8px;
}

@media screen and (min-width: 320px) {
  li > ul,
  li > ol {
    margin-left: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  li > ul,
  li > ol {
    margin-left: 16px;
  }
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 8px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 320px) {
  dd {
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  dd {
    margin-bottom: 16px;
  }
}

.patron-list .wp-block-group__inner-container {
  max-width: unset;
}

.patron-list__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.patron-list__ul:after {
  content: "";
  flex: auto;
  width: 300px;
  max-width: 300px;
  height: 100px;
  min-height: 100px;
  margin: 0.5rem;
}

.patron-list__ul li {
  font-weight: bold;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5f5f5;
  background-color: #343434;
  width: 300px;
  max-width: 300px;
  height: 100px;
  min-height: 100px;
  flex: 1 0 auto;
  margin: 0.5rem;
}

.patron-list__ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  color: #f5f5f5;
  background-color: #343434;
}

.patron-list__ul a:hover {
  color: #343434;
  background-color: #7e7e7e;
}

@supports (display: grid) {
  .patron-list__ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 300px));
    grid-auto-rows: minmax(100px, auto);
    list-style: none;
    justify-content: center;
    gap: 1rem;
  }
  .patron-list__ul:after,
  .patron-list__ul li {
    margin: 0px;
  }
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 320px) {
  table {
    margin-top: calc(8px + 8 * (100vw - 320px) / 880);
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  table {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/*--------------------------------------------------------------
# A11y
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  critical: this;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  critical: this;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #343434;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 1000;
}

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

/*--------------------------------------------------------------
# THEME
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PLUGINS
--------------------------------------------------------------*/
.metaslider {
  display: none;
}

@media (min-width: 48.75em) {
  .metaslider {
    display: block;
  }
}

.entry-content .metaslider .flexslider {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  margin: 0px;
  max-width: none;
  max-height: none;
  background-color: #343434;
}

.entry-content .metaslider .flex-control-nav {
  border: 0;
  margin: auto;
  list-style-type: none;
  list-style: none;
  padding: 0;
  bottom: 0px;
  line-height: 11px;
  z-index: 100;
}

.entry-content .metaslider .caption-wrap {
  position: absolute;
  critical: this;
  top: 16px;
  critical: this;
  padding-right: 16px;
  critical: this;
  left: 8px;
  critical: this;
  padding-left: 8px;
  background: transparent;
  color: #f5f5f5;
  opacity: 0.8;
  display: block;
  line-height: unset;
  line-height: 1.3;
  bottom: unset;
}

@media screen and (min-width: 320px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    top: calc(16px + 16 * (100vw - 320px) / 400);
    critical: this;
    padding-right: calc(16px + 16 * (100vw - 320px) / 400);
  }
}

@media screen and (min-width: 720px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    top: 32px;
    critical: this;
    padding-right: 32px;
  }
}

@media screen and (min-width: 320px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    left: calc(8px + 8 * (100vw - 320px) / 400);
  }
}

@media screen and (min-width: 720px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    left: 16px;
  }
}

@media screen and (min-width: 320px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    padding-left: calc(8px + 8 * (100vw - 320px) / 400);
  }
}

@media screen and (min-width: 720px) {
  .entry-content .metaslider .caption-wrap {
    critical: this;
    padding-left: 16px;
  }
}

.entry-content .metaslider .caption {
  critical: this;
  font-size: 2rem;
  line-height: 4rem;
  padding: 1rem;
  color: #fff;
}

@media screen and (min-width: 320px) {
  .entry-content .metaslider .caption {
    critical: this;
    font-size: calc(2rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .entry-content .metaslider .caption {
    critical: this;
    font-size: 2rem;
  }
}

.banner__caption-header {
  critical: this;
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (min-width: 320px) {
  .banner__caption-header {
    critical: this;
    font-size: calc(2.5rem + 0 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .banner__caption-header {
    critical: this;
    font-size: 2.5rem;
  }
}

.entry-content .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: #f5f5f5;
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.entry-content .flex-control-paging li a:hover {
  background: #7e7e7e;
}

.entry-content .flex-control-paging li a.flex-active {
  background: #343434;
  cursor: default;
}

.entry-content .metaslider .flexslider .slides li {
  position: relative;
  height: auto;
  min-height: 300px;
  max-height: 400px;
}

.entry-content .metaslider .slides img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: right;
  height: 100%;
  min-height: 300px;
  max-height: 400px;
  opacity: 0.4;
}

/* 
Enable box decoration for browsers that support it.
 */
@supports (box-decoration-break: clone) or (-webkit-box-decoration-break: clone) {
  .metaslider {
    background-color: unset;
  }
  .entry-content .metaslider .slides img {
    opacity: unset;
  }
  .entry-content .metaslider .caption {
    /* Needs prefixing */
    background: #343434;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}

.grid, .grid-double {
  background-image: none;
}

.post-grid .grid-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.post-grid .grid-items .item {
  flex: 1 1 auto;
  critical: this;
  padding: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  critical: this;
  margin-bottom: 8px;
  background: #e4e4e4;
  min-width: 15rem;
  color: #343434;
  width: calc(33.33333% - 16px);
}

@media screen and (min-width: 320px) {
  .post-grid .grid-items .item {
    critical: this;
    padding: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .post-grid .grid-items .item {
    critical: this;
    padding: 16px;
  }
}

@media screen and (min-width: 320px) {
  .post-grid .grid-items .item {
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .post-grid .grid-items .item {
    critical: this;
    margin-bottom: 16px;
  }
}

@media (min-width: 45em) {
  .post-grid .grid-items .item {
    margin-right: 16px;
  }
}

.grid-items .element.excerpt {
  critical: this;
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  .grid-items .element.excerpt {
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .grid-items .element.excerpt {
    critical: this;
    margin-bottom: 16px;
  }
}

.grid-items .element.read_more {
  critical: this;
  padding: 8px;
  critical: this;
  margin: 8px;
  background: #ff14d3;
}

@media screen and (min-width: 320px) {
  .grid-items .element.read_more {
    critical: this;
    padding: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .grid-items .element.read_more {
    critical: this;
    padding: 16px;
  }
}

@media screen and (min-width: 320px) {
  .grid-items .element.read_more {
    critical: this;
    margin: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .grid-items .element.read_more {
    critical: this;
    margin: 16px;
  }
}

.uagb-post-grid {
  critical: this;
  margin-top: 16px;
  critical: this;
  margin-bottom: 16px;
  display: flex;
}

@media screen and (min-width: 320px) {
  .uagb-post-grid {
    critical: this;
    margin-top: calc(16px + 32 * (100vw - 320px) / 660);
    critical: this;
    margin-bottom: calc(16px + 32 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .uagb-post-grid {
    critical: this;
    margin-top: 48px;
    critical: this;
    margin-bottom: 48px;
  }
}

.wp-block-group__inner-container .uagb-post-grid .uagb-post__items {
  margin-left: auto;
  margin-right: auto;
}

.uagb-post-grid .uagb-post__items {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.uagb-post-grid .uagb-post__items .uagb-post__inner-wrap {
  display: flex;
  flex-flow: column;
  background-color: #f5f5f5;
}

.uagb-post-grid .uagb-post__image img {
  width: 100%;
  height: unset;
  margin-top: 0;
}

.wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
  flex: 1 1 auto;
  critical: this;
  padding-bottom: 16px;
  critical: this;
  padding-right: 0px;
  critical: this;
  padding-left: 0px;
  critical: this;
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    padding-bottom: calc(16px + -15 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    padding-bottom: 1px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    padding-right: calc(0px + 8 * (100vw - 320px) / 880);
    critical: this;
    padding-left: calc(0px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    padding-right: 8px;
    critical: this;
    padding-left: 8px;
  }
}

@media screen and (min-width: 320px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article {
    critical: this;
    margin-bottom: 16px;
  }
}

@media (min-width: 37.5em) {
  .wp-block-group__inner-container .uagb-post-grid .uagb-post__items article:nth-child(-n+2) {
    flex-basis: 50%;
  }
}

.wp-block-group__inner-container .uagb-post-grid .uagb-post__items article:only-child {
  margin-bottom: 0;
}

.uagb-post__title {
  critical: this;
  font-size: 2rem;
}

@media screen and (min-width: 320px) {
  .uagb-post__title {
    critical: this;
    font-size: calc(2rem + 0.5 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .uagb-post__title {
    critical: this;
    font-size: 2.5rem;
  }
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
  critical: this;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #343434;
}

@media screen and (min-width: 320px) {
  .uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
    critical: this;
    padding: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .uagb-post-grid .uagb-post__inner-wrap .uagb-post__text {
    critical: this;
    padding: 16px;
  }
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__title a {
  color: #343434;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__cta {
  background-color: transparent;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__cta a {
  color: #343434;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__cta a::after {
  content: "...";
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__cta a:hover {
  text-decoration: underline;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text .uagb-post__cta a:hover::after {
  content: ". .";
}

.uagb-post__excerpt {
  flex-grow: 1;
}

.uagb-post__cta {
  align-self: flex-end;
  color: #343434;
}

a.uagb-post__link {
  flex-grow: 1;
}

/**
Style for Custom Query Shortcode Lenses

1. cqs post-grid
2. cqs full content listing

**/
.cqs__card a {
  color: #343434;
}

/* CQS POST-GRID */
.cqs__post-grid,
.archive-grid {
  critical: this;
  margin-top: 16px;
  critical: this;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .cqs__post-grid,
  .archive-grid {
    critical: this;
    margin-top: calc(16px + 32 * (100vw - 320px) / 660);
    critical: this;
    margin-bottom: calc(16px + 32 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__post-grid,
  .archive-grid {
    critical: this;
    margin-top: 48px;
    critical: this;
    margin-bottom: 48px;
  }
}

@supports (display: grid) {
  .cqs__post-grid,
  .archive-grid {
    display: grid;
    align-items: stretch;
    grid-template-rows: 1fr auto;
    justify-items: stretch;
    gap: 16px;
  }
  @media (min-width: 37.5em) {
    .cqs__post-grid,
    .archive-grid {
      grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr) minmax(13rem, 1fr));
    }
  }
}

.cqs__card,
.cqs__big-card,
.archive-grid__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 20%;
  min-width: 15rem;
  critical: this;
  margin-left: 8px;
  critical: this;
  margin-right: 8px;
  critical: this;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  color: #343434;
}

@media screen and (min-width: 320px) {
  .cqs__card,
  .cqs__big-card,
  .archive-grid__card {
    critical: this;
    margin-left: calc(8px + 0 * (100vw - 320px) / 880);
    critical: this;
    margin-right: calc(8px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cqs__card,
  .cqs__big-card,
  .archive-grid__card {
    critical: this;
    margin-left: 8px;
    critical: this;
    margin-right: 8px;
  }
}

@media screen and (min-width: 320px) {
  .cqs__card,
  .cqs__big-card,
  .archive-grid__card {
    critical: this;
    margin-bottom: calc(16px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cqs__card,
  .cqs__big-card,
  .archive-grid__card {
    critical: this;
    margin-bottom: 16px;
  }
}

@media (min-width: 37.5em) {
  .cqs__card:nth-child(-n+2),
  .cqs__big-card:nth-child(-n+2),
  .archive-grid__card:nth-child(-n+2) {
    flex-basis: 40%;
  }
  .cqs__card:nth-child(-n+2) .cqs__card-excerpt,
  .cqs__big-card:nth-child(-n+2) .cqs__card-excerpt,
  .archive-grid__card:nth-child(-n+2) .cqs__card-excerpt {
    display: flex;
  }
}

.cqs__card:only-child,
.cqs__big-card:only-child,
.archive-grid__card:only-child {
  margin-bottom: 0;
}

.cqs__card p,
.cqs__big-card p,
.archive-grid__card p {
  color: #343434;
}

@supports (display: grid) {
  .cqs__card,
  .cqs__big-card,
  .archive-grid__card {
    margin: 0;
  }
}

@media (min-width: 61.25em) {
  .cqs__card:nth-child(-n+2) {
    grid-column: span 2;
  }
}

.cqs__card:nth-child(-n+2) .cqs__card-title {
  critical: this;
  font-size: 1.5rem;
  critical: this;
  line-height: 1.3rem;
}

@media screen and (min-width: 320px) {
  .cqs__card:nth-child(-n+2) .cqs__card-title {
    critical: this;
    font-size: calc(1.5rem + 1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card:nth-child(-n+2) .cqs__card-title {
    critical: this;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 320px) {
  .cqs__card:nth-child(-n+2) .cqs__card-title {
    critical: this;
    line-height: calc(1.3rem + 1.2 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card:nth-child(-n+2) .cqs__card-title {
    critical: this;
    line-height: 2.5rem;
  }
}

.cqs__card-post-thumbnail,
.archive-grid__post-thumbnail {
  overflow: hidden;
}

.cqs__card-post-thumbnail img,
.archive-grid__post-thumbnail img {
  margin: 0;
  width: 100%;
}

.cqs__card-content,
.archive-grid__card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  critical: this;
  margin: 8px;
}

@media screen and (min-width: 320px) {
  .cqs__card-content,
  .archive-grid__card-content {
    critical: this;
    margin: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cqs__card-content,
  .archive-grid__card-content {
    critical: this;
    margin: 16px;
  }
}

.cqs__card-excerpt {
  flex-grow: 1;
}

.cqs__card-title,
.archive-grid__card-title {
  critical: this;
  font-size: 1.5rem;
  critical: this;
  margin-top: 8px;
  critical: this;
  margin-bottom: 8px;
  critical: this;
  line-height: 1.3rem;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
  color: #343434;
}

@media screen and (min-width: 320px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    font-size: calc(1.5rem + 0.1 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    margin-top: calc(8px + -8 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    margin-top: 0px;
  }
}

@media screen and (min-width: 320px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 320px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    line-height: calc(1.3rem + 1.2 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__card-title,
  .archive-grid__card-title {
    critical: this;
    line-height: 2.5rem;
  }
}

.cqs__card-title a,
.archive-grid__card-title a {
  text-decoration: underline;
  color: #343434;
}

.cqs__card-title a:hover,
.archive-grid__card-title a:hover {
  text-decoration: none;
}

.cqs__card-read-more,
.archive-grid__card-read-more {
  display: flex;
  align-self: flex-end;
  font-weight: 600;
  critical: this;
  margin-left: 8px;
  critical: this;
  margin-right: 8px;
  critical: this;
  margin-bottom: 8px;
}

@media screen and (min-width: 320px) {
  .cqs__card-read-more,
  .archive-grid__card-read-more {
    critical: this;
    margin-left: calc(8px + 8 * (100vw - 320px) / 880);
    critical: this;
    margin-right: calc(8px + 8 * (100vw - 320px) / 880);
    critical: this;
    margin-bottom: calc(8px + 8 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cqs__card-read-more,
  .archive-grid__card-read-more {
    critical: this;
    margin-left: 16px;
    critical: this;
    margin-right: 16px;
    critical: this;
    margin-bottom: 16px;
  }
}

.cqs__card-read-more a,
.archive-grid__card-read-more a {
  text-decoration: none;
}

.cqs__card-read-more a:hover,
.archive-grid__card-read-more a:hover {
  text-decoration: underline;
}

/* CQS POST-GRID BIG CARDS */
.cqs__post-grid_big-cards {
  critical: this;
  margin-top: 16px;
  critical: this;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 320px) {
  .cqs__post-grid_big-cards {
    critical: this;
    margin-top: calc(16px + 32 * (100vw - 320px) / 660);
    critical: this;
    margin-bottom: calc(16px + 32 * (100vw - 320px) / 660);
  }
}

@media screen and (min-width: 980px) {
  .cqs__post-grid_big-cards {
    critical: this;
    margin-top: 48px;
    critical: this;
    margin-bottom: 48px;
  }
}

@supports (display: grid) {
  .cqs__post-grid_big-cards {
    display: grid;
    align-items: stretch;
    grid-template-rows: 1fr auto;
    justify-items: stretch;
    gap: 16px;
  }
  @media (min-width: 37.5em) {
    .cqs__post-grid_big-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

/* CQS FULL CONTENT LISTING */
.cqs__lab-exhibits .wp-block-cover {
  height: unset;
  background-color: transparent;
}

.cqs__lab-exhibits .wp-block-group.alignfull {
  width: unset;
}

.cqs__lab-exhibit,
.cqs__bundle-exhibit {
  display: flex;
  flex-direction: column;
  width: unset;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 32px;
}

.cqs__lab-exhibit .alignfull,
.cqs__bundle-exhibit .alignfull {
  width: unset;
  max-width: 100vw;
  position: relative;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}

.cqs__lab-exhibit .wp-block-group.alignfull,
.cqs__bundle-exhibit .wp-block-group.alignfull {
  critical: this;
  padding-left: 32px;
  critical: this;
  padding-right: 32px;
}

@media screen and (min-width: 320px) {
  .cqs__lab-exhibit .wp-block-group.alignfull,
  .cqs__bundle-exhibit .wp-block-group.alignfull {
    critical: this;
    padding-left: calc(32px + 0 * (100vw - 320px) / 880);
    critical: this;
    padding-right: calc(32px + 0 * (100vw - 320px) / 880);
  }
}

@media screen and (min-width: 1200px) {
  .cqs__lab-exhibit .wp-block-group.alignfull,
  .cqs__bundle-exhibit .wp-block-group.alignfull {
    critical: this;
    padding-left: 32px;
    critical: this;
    padding-right: 32px;
  }
}

.cqs__lab-exhibit [class*="brand"],
.cqs__bundle-exhibit [class*="brand"] {
  background-color: transparent;
}

.cqs__lab-exhibit .has-background-dim,
.cqs__bundle-exhibit .has-background-dim {
  background-color: transparent;
}

.cqs__lab-exhibit:nth-child(even),
.cqs__bundle-exhibit:nth-child(even) {
  background-color: #f5f5f5;
  color: #343434;
}

.cqs__lab-exhibit:nth-child(even) .has-white-background-color,
.cqs__bundle-exhibit:nth-child(even) .has-white-background-color {
  background-color: #f5f5f5;
  color: #343434;
}

.cqs__lab-exhibit:nth-child(even) h1,
.cqs__lab-exhibit:nth-child(even) h2,
.cqs__lab-exhibit:nth-child(even) h3,
.cqs__bundle-exhibit:nth-child(even) h1,
.cqs__bundle-exhibit:nth-child(even) h2,
.cqs__bundle-exhibit:nth-child(even) h3 {
  color: #343434;
}

.cqs__lab-exhibit:nth-child(even) a,
.cqs__bundle-exhibit:nth-child(even) a {
  color: #343434;
}

.cqs__lab-exhibit:nth-child(even) p,
.cqs__bundle-exhibit:nth-child(even) p {
  color: #343434;
}

.cqs__lab-exhibit:nth-child(odd),
.cqs__bundle-exhibit:nth-child(odd) {
  background-color: #343434;
  color: #e4e4e4;
}

.cqs__lab-exhibit:nth-child(odd) .has-white-background-color,
.cqs__bundle-exhibit:nth-child(odd) .has-white-background-color {
  background-color: #343434;
  color: #e4e4e4;
}

.cqs__lab-exhibit:nth-child(odd) h1,
.cqs__lab-exhibit:nth-child(odd) h2,
.cqs__lab-exhibit:nth-child(odd) h3,
.cqs__bundle-exhibit:nth-child(odd) h1,
.cqs__bundle-exhibit:nth-child(odd) h2,
.cqs__bundle-exhibit:nth-child(odd) h3 {
  color: white;
}

.cqs__lab-exhibit:nth-child(odd) a,
.cqs__bundle-exhibit:nth-child(odd) a {
  color: #e4e4e4;
}

.cqs__lab-exhibit:nth-child(odd) p,
.cqs__bundle-exhibit:nth-child(odd) p {
  color: #e4e4e4;
}

/*--------------------------------------------------------------
# ATOMS - usefull little snippets
--------------------------------------------------------------*/
.display-none {
  display: none;
}
/*# sourceMappingURL=style.css.map */