@charset "UTF-8";
/*!
Theme Name: Nextdoor by Lyra
Theme URI: http://underscores.me/
Author: Jonas Goslow, Jose Diaz
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nd_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize & Reset
# Typography
# Atoms
# Site
# Modules
# ND
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables & Mixins
--------------------------------------------------------------*/
/**
 * NOTES:
   * Colors are structured to allow for a great deal of flexibility.
   * Light Theme (cl__) colors and Dark Theme (cd__) colors are provided for.
   * A full spectrum of brand Primary and Secondary colors are provided (cbase__primary, cbase__secondary).
   * High/Medium/Disabled refer to Emphasis and usually correspond with greater/lesser contrast.
 * 
 * TABLE OF CONTENTS
   * Theme Colors
   * Atoms
   * Components
 */
/**
 * Atoms
 */
/**
 * Components
 */
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

body .show-us,
body .show-gb,
body .show-au,
body .show-caen,
body .show-cafr,
body .show-dk,
body .show-de,
body .show-es,
body .show-fr,
body .show-it,
body .show-nl,
body .show-se {
  display: none;
}
body .show-us--inline,
body .show-gb--inline,
body .show-au--inline,
body .show-caen--inline,
body .show-cafr--inline,
body .show-dk--inline,
body .show-de--inline,
body .show-es--inline,
body .show-fr--inline,
body .show-it--inline,
body .show-nl--inline,
body .show-se--inline {
  display: none;
}
body .show-us--inline-block,
body .show-gb--inline-block,
body .show-au--inline-block,
body .show-caen--inline-block,
body .show-cafr--inline-block,
body .show-dk--inline-block,
body .show-de--inline-block,
body .show-es--inline-block,
body .show-fr--inline-block,
body .show-it--inline-block,
body .show-nl--inline-block,
body .show-se--inline-block {
  display: none;
}
body .show-us--li,
body .show-gb--li,
body .show-au--li,
body .show-caen--li,
body .show-cafr--li,
body .show-dk--li,
body .show-de--li,
body .show-es--li,
body .show-fr--li,
body .show-it--li,
body .show-nl--li,
body .show-se--li {
  display: none;
}

html[lang=en-US] .hide-us {
  display: none;
}
html[lang=en-US] .show-us {
  display: block;
}
html[lang=en-US] .show-us--inline {
  display: inline;
}
html[lang=en-US] .show-us--inline-block {
  display: inline-block;
}
html[lang=en-US] .show-us--li {
  display: list-item;
}

html[lang=en-gb] .hide-gb {
  display: none;
}
html[lang=en-gb] .show-gb {
  display: block;
}
html[lang=en-gb] .show-gb--inline {
  display: inline;
}
html[lang=en-gb] .show-gb--inline-block {
  display: inline-block;
}
html[lang=en-gb] .show-gb--li {
  display: list-item;
}

html[lang=en-AU] .hide-au {
  display: none;
}
html[lang=en-AU] .show-au {
  display: block;
}
html[lang=en-AU] .show-au--inline {
  display: inline;
}
html[lang=en-AU] .show-au--inline-block {
  display: inline-block;
}
html[lang=en-AU] .show-au--li {
  display: list-item;
}

html[lang=en-CA] .hide-caen {
  display: none;
}
html[lang=en-CA] .show-caen {
  display: block;
}
html[lang=en-CA] .show-caen--inline {
  display: inline;
}
html[lang=en-CA] .show-caen--inline-block {
  display: inline-block;
}
html[lang=en-CA] .show-caen--li {
  display: list-item;
}

html[lang=fr-CA] .hide-cafr {
  display: none;
}
html[lang=fr-CA] .show-cafr {
  display: block;
}
html[lang=fr-CA] .show-cafr--inline {
  display: inline;
}
html[lang=fr-CA] .show-cafr--inline-block {
  display: inline-block;
}
html[lang=fr-CA] .show-cafr--li {
  display: list-item;
}

html[lang=da_DK] .hide-dk {
  display: none;
}
html[lang=da_DK] .show-dk {
  display: block;
}
html[lang=da_DK] .show-dk--inline {
  display: inline;
}
html[lang=da_DK] .show-dk--inline-block {
  display: inline-block;
}
html[lang=da_DK] .show-dk--li {
  display: list-item;
}

html[lang=de_DE] .hide-de {
  display: none;
}
html[lang=de_DE] .show-de {
  display: block;
}
html[lang=de_DE] .show-de--inline {
  display: inline;
}
html[lang=de_DE] .show-de--inline-block {
  display: inline-block;
}
html[lang=de_DE] .show-de--li {
  display: list-item;
}

html[lang=es-ES] .hide-es {
  display: none;
}
html[lang=es-ES] .show-es {
  display: block;
}
html[lang=es-ES] .show-es--inline {
  display: inline;
}
html[lang=es-ES] .show-es--inline-block {
  display: inline-block;
}
html[lang=es-ES] .show-es--li {
  display: list-item;
}

html[lang=fr_FR] .hide-fr {
  display: none;
}
html[lang=fr_FR] .show-fr {
  display: block;
}
html[lang=fr_FR] .show-fr--inline {
  display: inline;
}
html[lang=fr_FR] .show-fr--inline-block {
  display: inline-block;
}
html[lang=fr_FR] .show-fr--li {
  display: list-item;
}

html[lang=it_IT] .hide-it {
  display: none;
}
html[lang=it_IT] .show-it {
  display: block;
}
html[lang=it_IT] .show-it--inline {
  display: inline;
}
html[lang=it_IT] .show-it--inline-block {
  display: inline-block;
}
html[lang=it_IT] .show-it--li {
  display: list-item;
}

html[lang=nl_NL] .hide-nl {
  display: none;
}
html[lang=nl_NL] .show-nl {
  display: block;
}
html[lang=nl_NL] .show-nl--inline {
  display: inline;
}
html[lang=nl_NL] .show-nl--inline-block {
  display: inline-block;
}
html[lang=nl_NL] .show-nl--li {
  display: list-item;
}

html[lang=es_ES] .hide-se {
  display: none;
}
html[lang=es_ES] .show-se {
  display: block;
}
html[lang=es_ES] .show-se--inline {
  display: inline;
}
html[lang=es_ES] .show-se--inline-block {
  display: inline-block;
}
html[lang=es_ES] .show-se--li {
  display: list-item;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Reset Button styling
 */
button {
  background-color: transparent;
  border: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Included from _Underscores
 */
html {
  box-sizing: border-box;
}

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

/**
 * Included from _Underscores
 */
body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
}

/**
 * Custom
 */
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("assets/fonts/lato/Lato-Regular.woff2") format("woff2"), url("assets/fonts/lato/Lato-Regular.woff") format("woff"), url("assets/fonts/lato/Lato-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("assets/fonts/lato/Lato-Italic.woff2") format("woff2"), url("assets/fonts/lato/Lato-Italic.woff") format("woff"), url("assets/fonts/lato/Lato-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("assets/fonts/lato/Lato-Black.woff2") format("woff2"), url("assets/fonts/lato/Lato-Black.woff") format("woff"), url("assets/fonts/lato/Lato-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  src: url("assets/fonts/lato/Lato-BlackItalic.woff2") format("woff2"), url("assets/fonts/lato/Lato-BlackItalic.woff") format("woff"), url("assets/fonts/lato/Lato-BlackItalic.ttf") format("ttf");
  font-weight: 900;
  font-style: italic;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #0B0E0F;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

::selection {
  background-color: #006142;
  color: white;
}

.theme-dark {
  color: #FFFFFF;
}

.site__content h1, .site__content h2, .site__content h3, .site__content h4, .site__content h5, .site__content h6,
.site__content .title1, .site__content .title2, .site__content .title3, .site__content .title4, .site__content .title5, .site__content .title6,
.site__content .title-display {
  clear: both;
  font-family: "Lato", Helvetica, serif;
  font-weight: 300;
  width: auto;
}
.site__content h1, .site__content .title1 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: #0B0E0F;
}
@media (min-width: 67.5rem) {
  .site__content h1, .site__content .title1 {
    margin-bottom: 2.5rem;
  }
}
.site__content h2, .site__content .title2 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
}
@media (min-width: 67.5rem) {
  .site__content h2, .site__content .title2 {
    margin-bottom: 2rem;
  }
}
.site__content h3, .site__content .title3 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: #006142;
}
@media (min-width: 67.5rem) {
  .site__content h3, .site__content .title3 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
.site__content h4, .site__content .title4 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.25em;
  color: #0B0E0F;
}
@media (min-width: 67.5rem) {
  .site__content h4, .site__content .title4 {
    font-size: 1.25rem;
  }
}
.site__content h5, .site__content .title5 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
}
.site__content .title-display1 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
}
.site__content .title-display2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
}

.site__wrapper {
  font-size: 0.875rem;
}

p {
  margin: 0 0 1.5em;
}
p a {
  display: inline;
  color: #117E89;
  text-decoration: none;
}
p a:visited {
  color: auto;
}
p a.featured {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0.1rem;
  padding: 0;
  color: #455468;
  position: relative;
  font-size: 0.8em;
  text-decoration: none;
}
p a.featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
p a.featured:hover {
  border-bottom: none;
}
p a.featured:hover:after {
  border-bottom-color: #455468;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: #FBFAFA;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

.subcopy {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #0B0E0F;
  opacity: 0.5;
}
.subcopy a {
  text-decoration: underline;
  border-bottom: none !important;
}

/*--------------------------------------------------------------
# Atoms
# - Tags
# - Lists
# - Tables
# - Buttons
# - Forms
--------------------------------------------------------------*/
hr {
  background-color: #E2E3E4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
}
a.no-underline {
  border-bottom: none;
}
a.no-underline:hover {
  border-bottom: none;
}

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

.hidden {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  display: block;
}

.icon__text {
  display: block;
  text-indent: -2000em;
  pointer-events: none;
}

a {
  color: #535A5C;
}
a:hover, a:focus, a:active {
  color: #0B0E0F;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0 0;
  padding: 0;
  color: #535A5C;
}
ul a, ol a {
  color: #117E89;
}
ul a:visited, ul a:hover, ol a:visited, ol a:hover {
  text-decoration: underline;
}
ul a:visited, ol a:visited {
  color: #117E89;
}

ul {
  margin-bottom: 1.5rem;
}
ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5rem;
}

ol {
  margin-bottom: 1.5rem;
}
ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 0.5rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn,
a.btn {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
}
.btn:hover,
a.btn:hover {
  text-decoration: none;
}
.btn a,
a.btn a {
  text-decoration: none;
}
.btn a:hover,
a.btn a:hover {
  text-decoration: none;
}
.btn.disabled,
a.btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.btn-text,
a.btn-text {
  font-size: 0.875rem;
  border-bottom: 2px solid transparent;
  padding: 0.2rem 0;
}
.btn-text:hover,
a.btn-text:hover {
  border-bottom-color: #117E89;
}
.btn-primary, .btn--primary,
a.btn-primary,
a.btn--primary {
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
}
.btn-primary:hover, .btn--primary:hover,
a.btn-primary:hover,
a.btn--primary:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.btn-primary:active, .btn--primary:active,
a.btn-primary:active,
a.btn--primary:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.btn--grey,
a.btn--grey {
  color: #FFFFFF;
  background-color: #787C7D;
  border: 1px solid #787C7D;
  box-sizing: border-box;
  font-style: italic;
}
.btn--grey:hover,
a.btn--grey:hover {
  color: #FFFFFF;
  background-color: #535A5C;
  border: 1px solid #535A5C;
}
.btn--grey:active,
a.btn--grey:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.btn__wrap,
a.btn__wrap {
  text-align: center;
  display: block;
}

input,
textarea,
select {
  color: #0B0E0F;
  border: 1px solid #B8BFC1;
  border-radius: 0.125rem;
}
input:focus,
textarea:focus,
select:focus {
  color: #0B0E0F;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #535A5C;
}

select {
  border: 1px solid #B8BFC1;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Site
# - Layout
# - Templates
# - Components
# - Tiles
# - Blocks
# - Layout
# - Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
body.fixed {
  overflow: hidden;
}
@media (max-width: 47.9375rem) {
  body.fixed-mobile {
    overflow: hidden;
  }
}
body:before {
  content: "";
  height: 4.625rem;
  width: 100%;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #8ED500;
}
@media (min-width: 48rem) {
  body:before {
    height: 5rem;
  }
}
body.bg-alt {
  background-color: #FBFAFA;
}
body.bg-dark {
  background-color: #0B0E0F;
}
body.logged-in:before {
  top: 2.875rem;
}
@media (min-width: 48rem) {
  body.logged-in:before {
    top: 2rem;
  }
}

.site__content {
  padding-top: 3.75rem;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body.no-featured-header .site__content {
  margin-top: 4.625rem;
}
@media (min-width: 48rem) {
  body.no-featured-header .site__content {
    margin-top: 5rem;
  }
  body.no-featured-header .site__nav .nav__primary__items.theme-dark .menu-item > a:hover {
    color: #006142;
  }
  body.no-featured-header .site__nav .nav__primary__items.theme-dark .menu-item.current-menu-item > a {
    color: #006142;
  }
  body.no-featured-header .site__nav .nav__primary__items.theme-dark .menu-item .sub-menu .menu-item a {
    color: #0B0E0F;
  }
  body.no-featured-header .site__nav .nav__primary__items.theme-dark .menu-item .sub-menu .menu-item a:hover {
    color: #8ED500;
  }
  body.no-featured-header .site__nav .nav__primary__items.theme-dark .menu-item .sub-menu .menu-item.current-menu-item > a {
    color: #8ED500;
  }
}
@media (min-width: 48rem) {
  body.no-featured-header.scrolled .site__nav .nav__primary__items.theme-dark .menu-item > a:hover {
    color: #8ED500;
  }
  body.no-featured-header.scrolled .site__nav .nav__primary__items.theme-dark .menu-item .sub-menu .menu-item a:hover {
    color: #8ED500;
  }
}

@media (min-width: 48rem) {
  body.scrolled .site__nav .nav__primary__items {
    height: 3.125rem;
  }
}

.site__header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.625rem;
  margin: 0 auto;
  width: 100%;
  z-index: 5;
  transition: height 0.5s, background-color 0.5s;
}
.site__header > * {
  z-index: 2;
  position: relative;
}
@media (min-width: 48rem) {
  .site__header {
    height: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.site__header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
  display: none;
}
.site__header__overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 4.625rem;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
@media (min-width: 48rem) {
  .site__header__overlay {
    display: none;
  }
}
@media (min-width: 48rem) {
  .site__header__items {
    z-index: 3;
  }
}
.site__hamburger {
  position: absolute;
  height: 2.75rem;
  width: 2.75rem;
  top: 0.75rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site__hamburger:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
}
.site__hamburger:hover {
  border-bottom-color: transparent;
}
.site__hamburger svg line, .site__hamburger svg g {
  stroke: #E2E3E4;
}
@media (min-width: 48rem) {
  .site__hamburger {
    display: none;
  }
}
.site__title {
  position: absolute;
  top: 0.6875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.9375rem;
  margin: 0;
  transition: top 0.5s;
}
.site__title img, .site__title svg {
  height: auto;
  width: 10.5rem;
  display: block;
  transition: width 0.5s;
}
.site__title img g, .site__title svg g {
  transition: fill 0.5s;
}
@media (max-width: 47.9375rem) {
  .site__title {
    left: 1.5rem;
    width: 12.5rem;
  }
}
@media (min-width: 48rem) {
  .site__title {
    left: 1.5rem;
    width: 12.5rem;
    transform: translatex(0);
    justify-content: center;
    top: 1rem;
  }
  .site__title img, .site__title svg {
    width: 8.75rem;
  }
}
@media (min-width: 67.5rem) {
  .site__title {
    left: 2.875rem;
  }
  .site__title img, .site__title svg:not(:root) {
    width: 10.5rem;
  }
}
.site__nav .nav__primary__items {
  transition: height 0.5s;
}
.site__nav .nav__primary__items .menu-item {
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}
.site__nav .nav__primary__items .menu-item a {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0B0E0F;
  padding: 1rem 0;
  border-bottom: none;
  position: relative;
}
.site__nav .nav__primary__items .menu-item:first-of-type > a {
  padding-top: 0;
}
.site__nav .nav__primary__items .menu-item:last-of-type {
  border-bottom: none;
}
.site__nav .nav__primary__items .menu-item:active > a, .site__nav .nav__primary__items .menu-item.current-menu-item > a {
  color: #006142;
}
@media (min-width: 23.4375rem) {
  .site__nav .nav__primary__items .menu-item {
    font-size: 1.625rem;
  }
  .site__nav .nav__primary__items .menu-item a {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .site__nav .nav__primary__items .menu-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .site__nav .nav__primary__items .menu-item a {
    font-size: 4.5vw !important;
    line-height: 1.3 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none !important;
    text-align: center;
  }
  .site__nav .nav__primary__items .menu-item ul.sub-menu {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .site__nav .nav__primary__items .menu-item ul.sub-menu .menu-item a {
    opacity: 0.7;
    margin-bottom: 0;
    font-size: 0.8rem !important;
  }
  .site__nav .nav__primary__items .menu-item ul.sub-menu .menu-item a:hover {
    color: #8ED500;
  }
}
@media (min-width: 48rem) {
  .site__nav .nav__primary__items .menu-item {
    font-family: "Lato", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: none;
    height: 100%;
  }
  .site__nav .nav__primary__items .menu-item a, .site__nav .nav__primary__items .menu-item:first-of-type > a {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .site__nav .nav__primary__items .menu-item:hover > a, .site__nav .nav__primary__items .menu-item.current-menu-item > a {
    color: #006142;
  }
  .site__nav .nav__primary__items .menu-item ul.sub-menu .menu-item a {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 56.25rem) {
  .site__nav .nav__primary__items .menu-item a, .site__nav .nav__primary__items .menu-item:first-of-type > a {
    font-size: 0.8125rem;
    padding: 0.25rem 1rem 0;
  }
}
@media (min-width: 67.5rem) {
  .site__nav .nav__primary__items .menu-item a, .site__nav .nav__primary__items .menu-item:first-of-type > a {
    font-size: 0.875rem;
    padding: 0.25rem 1.25rem 0;
  }
  .site__nav .nav__primary__items .menu-item:after {
    left: -15rem;
  }
}
.site__nav .nav__primary__items .menu-item:hover, .site__nav .nav__primary__items .menu-item:active, .site__nav .nav__primary__items .menu-item:hover a {
  color: #117E89;
}
.site__nav .nav__primary__items .menu-item:active a {
  color: #117E89;
}
.site__nav .nav__primary__items .menu-item.highlight a {
  color: #117E89;
}
.site__nav .nav__primary__items .menu-item.current-menu-parent a {
  color: #117E89;
}
.site__nav .nav__primary__items .menu-item ul.sub-menu {
  transition: padding 0.25s;
}
.site__nav .nav__primary__items .menu-item ul.sub-menu .menu-item a {
  color: #FFFFFF;
  line-height: 1.1;
}
.site__nav .nav__primary__items .menu-item ul.sub-menu .menu-item.current-menu-item a {
  color: #8ED500;
}
.site__nav .nav__primary__items .menu-item ul.sub-menu .back {
  display: none;
}
.site__nav .nav__primary__items.theme-light .menu-item {
  border-bottom-color: #E2E3E4;
  color: #0B0E0F;
}
.site__nav .nav__primary__items.theme-light .menu-item a {
  color: #0B0E0F;
}
.site__nav .nav__primary__items.theme-light .menu-item.highlight a {
  color: #117E89;
}
.site__nav .nav__primary__items.theme-dark .menu-item {
  border-bottom-color: #E2E3E4;
  color: white;
}
.site__nav .nav__primary__items.theme-dark .menu-item a {
  color: white;
}
.site__nav .nav__primary__items.theme-dark .menu-item a:hover {
  color: #8ED500;
}
.site__nav .nav__primary__items.theme-dark .menu-item .sub-menu .menu-item a:hover {
  color: #8ED500;
}
.site__nav .nav__primary__items.theme-dark .menu-item.current-menu-item > a {
  color: #8ED500;
}
.site__nav .nav__primary__items > li.current-menu-item > a {
  pointer-events: none;
}
@media (max-width: 47.9375rem) {
  .site__nav .nav__primary__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .site__nav .nav__primary__items .menu-item {
    width: 100%;
  }
}
@media (max-width: 47.9375rem) {
  .site__nav {
    position: fixed;
    top: 4.625rem;
    left: 0;
    overflow: hidden;
    height: calc(100vh - 4.625rem);
    width: 100vw;
    height: 0;
    padding-bottom: 0;
    transition: height 0.75s cubic-bezier(1, 0.01, 0.01, 1.01), padding 0.75s cubic-bezier(1, 0.01, 0.01, 1.01);
    z-index: 10;
  }
  .site__nav .nav__primary__items {
    background-color: #6f7681;
    padding: 30px;
    width: 100vw;
    min-width: 320px;
    min-height: calc(100vh - 4.625rem);
  }
  .site__nav .nav__primary__items .menu-item {
    opacity: 0;
    transition: opacity 0.25s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(0) {
    transition-delay: 0.4s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(1) {
    transition-delay: 0.45s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(2) {
    transition-delay: 0.5s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(3) {
    transition-delay: 0.55s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(4) {
    transition-delay: 0.6s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(5) {
    transition-delay: 0.65s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(6) {
    transition-delay: 0.7s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(7) {
    transition-delay: 0.75s;
  }
  .site__nav .nav__primary__items .menu-item:nth-child(8) {
    transition-delay: 0.8s;
  }
}
@media (min-width: 48rem) {
  .site__nav {
    position: absolute;
    right: 1rem;
    left: auto;
  }
  .site__nav .nav__primary__items {
    height: 5rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 67.5rem) {
  .site__nav {
    left: auto;
  }
}
.site__nav ul.sub-menu {
  margin: 0;
}
@media (min-width: 48rem) {
  .site__nav ul.sub-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    width: 12.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    overflow: hidden;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    justify-content: right;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }
  .site__nav ul.sub-menu > li.menu-item {
    position: relative;
    white-space: normal;
  }
  .site__nav ul.sub-menu > li.menu-item a {
    justify-content: flex-end;
  }
}
.site__subnav__bg {
  content: "";
  position: absolute;
  left: -11.25rem;
  right: 0;
  width: 100vw;
  top: 4.625rem;
  background-color: #0B0E0F;
  height: 4.625rem;
  display: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 67.5rem) {
  .site__subnav__bg {
    left: -15rem;
  }
}
.site__search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 4.625rem;
  width: 100vw;
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  z-index: 2;
}
.site__search__field {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding-left: 2.25rem;
  width: calc(100vw - 4.625rem);
  border: none;
}
.site__search__field:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.site__search__field:focus {
  outline: none;
}
@media (min-width: 48rem) {
  .site__search__field {
    max-width: 25rem;
    float: right;
  }
}
.site__search__field:focus {
  border: none;
}
.site__search__toggle {
  position: absolute;
  height: 2.75rem;
  width: 2.75rem;
  display: none;
  top: 0.75rem;
  right: 0.375rem;
  z-index: 3;
}
.site__search__toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  pointer-events: none;
}
.site__search__toggle:hover {
  border-bottom-color: transparent;
}
.site__search__toggle:hover {
  color: transparent;
}
.site__search__toggle:after {
  background-image: url(assets/img/icons/search.svg);
}
.site__search__submit {
  display: none !important;
}
.site__shopping-flag {
  position: fixed;
  top: 4.375rem;
  right: 0;
  height: 2rem;
  display: block;
  height: 2rem;
  padding: 1px 1.0625rem 0 0.625rem;
  background-color: #0B0E0F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (min-width: 48rem) {
  .site__shopping-flag {
    top: 5.4375rem;
  }
}
.site__shopping-flag:hover {
  border-bottom-color: transparent;
}
.site__shopping-flag__text {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 0.4375rem;
}
.site__shopping-flag img {
  height: auto;
  width: 3.75rem;
}

body.logged-in .site__header {
  top: 2.875rem;
}
@media (min-width: 48rem) {
  body.logged-in .site__header {
    top: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .site__header.menu-open {
    background-color: white;
  }
  .site__header.menu-open .site__nav.open {
    height: 100vh;
  }
  .site__header.menu-open .site__nav.open .nav__primary__items {
    padding-bottom: 20%;
  }
  .site__header.menu-open .site__nav.open .menu-item {
    opacity: 1;
  }
  .site__header.menu-open .site__nav.open .menu-item:active, .site__header.menu-open .site__nav.open .menu-item.current-menu-item {
    color: #006142;
  }
  .site__header.menu-open .site__hamburger svg {
    display: none;
  }
  .site__header.menu-open .site__hamburger:after {
    background-image: url(assets/img/icons/x-close.svg);
  }
  .site__header.menu-open .site__title svg g {
    fill: #8ED500;
  }
  .site__header.menu-open .site__header__overlay {
    opacity: 1;
    pointer-events: all;
  }
  .site__header.menu-open li.menu-item-has-children.open .sub-menu {
    transform: translateX(0);
  }
}
@media (min-width: 48rem) {
  li.menu-item-has-children {
    position: relative;
  }

  .site__nav li.menu-item-has-children:hover .sub-menu, .site__nav li.menu-item-has-children.open .sub-menu {
    opacity: 1;
    pointer-events: all;
  }

  .site__nav.subnav-open .site__subnav__bg {
    display: block;
  }
}
.site__header.search-open .site__header__overlay {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.site__header.search-open .site__search__toggle:after {
  background-image: url(assets/img/icons/x-close.svg);
}
.site__search.open {
  opacity: 1;
  pointer-events: all;
}

body.logged-in .site__header {
  top: 2.875rem;
  transition: top 0.5s, height 0.5s, background-color 0.5s;
}
@media (min-width: 48rem) {
  body.logged-in .site__header {
    top: 2rem;
  }
}
body.logged-in .site__header__overlay {
  top: calc(4.625rem + 46px);
}
@media (max-width: 47.9375rem) {
  body.logged-in .site__nav {
    top: calc(4.625rem + 46px);
  }
}
body.scrolled .site__header {
  background-color: rgba(255, 255, 255, 0.9);
  height: 3.125rem;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 47.9375rem) {
  body.scrolled .site__nav {
    top: calc(3.125rem);
  }
}
@media (max-width: 47.9375rem) {
  body.scrolled .site__nav .nav__primary__items {
    min-height: calc(100vh - 3.125rem);
  }
}
@media (min-width: 48rem) {
  body.scrolled .site__nav .nav__primary__items .menu-item {
    color: #0B0E0F;
  }
  body.scrolled .site__nav .nav__primary__items .menu-item a {
    color: #0B0E0F;
  }
  body.scrolled .site__nav .nav__primary__items .menu-item ul.sub-menu {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  }
  body.scrolled .site__nav .nav__primary__items .menu-item ul.sub-menu a {
    color: #535A5C;
  }
}
body.scrolled .site__hamburger {
  top: 0.25rem;
}
body.scrolled .site__hamburger svg line, body.scrolled .site__hamburger svg g {
  stroke: #E2E3E4;
  stroke: #535A5C;
}
body.scrolled .site__title {
  top: 0;
}
body.scrolled .site__title svg {
  width: 7.5rem;
}
body.scrolled .site__title svg g {
  fill: #8ED500;
}
body.scrolled.logged-in .site__header {
  top: 2.8125rem;
}
@media (min-width: 48rem) {
  body.scrolled.logged-in .site__header {
    top: 2rem;
  }
}
body.scrolled.logged-in .site__header__overlay {
  top: calc(3.125rem + 45px);
}
@media (max-width: 47.9375rem) {
  body.scrolled.logged-in .site__nav {
    top: calc(3.125rem + 45px);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site__footer {
  background-color: #0B0E0F;
}
.site__footer__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 61.25rem;
  margin: 0 auto;
}
@media (min-width: 23.4375rem) {
  .site__footer__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__footer__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__footer__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 48rem) {
  .site__footer__wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
.site__footer__global-iframe {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #666f7c;
  height: auto;
  width: 100%;
}
.site__footer__global-iframe iframe {
  height: 610px;
}
@media (min-width: 992px) {
  .site__footer__global-iframe iframe {
    height: 380px;
  }
}
.site__footer__signup {
  max-width: 25rem;
  width: 100%;
  margin: 0 auto 1.25rem;
  position: relative;
}
.site__footer__signup .yikes-easy-mc-form {
  display: flex;
}
.site__footer__signup .yikes-easy-mc-form label {
  margin-bottom: 0;
}
.site__footer__signup .yikes-easy-mc-form label input[type=email] {
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding: 0.5625rem 0.5rem;
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-right: 0;
}
.site__footer__signup .yikes-easy-mc-form label input[type=email]:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.site__footer__signup label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.site__footer__signup button[type=submit] {
  height: 2.5rem;
  width: 3.125rem;
  margin: 0;
  position: relative;
  border: 1px solid #FBFAFA;
  border-radius: 8px;
  background-color: "transparent";
  margin-left: -2px;
}
.site__footer__signup button[type=submit]:hover {
  background-color: #F7F7F3;
}
.site__footer__signup button[type=submit]:active {
  background-color: #FFFFFF;
}
.site__footer__signup button[type=submit]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(assets/img/icons/email-signup-btn.svg);
}
.site__footer__signup button[type=submit] span {
  display: block;
  text-indent: -2000em;
}
@media (min-width: 48rem) {
  .site__footer__signup {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    justify-self: right;
  }
}
@media (min-width: 48rem) {
  .site__footer__nav {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    justify-self: left;
  }
}
.site__footer__legal {
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 48rem) {
  .site__footer__legal {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    justify-self: left;
  }
}
.site__footer.theme-dark .site__footer__legal {
  color: #FFFFFF;
}
.site__footer.theme-dark .menu-item {
  color: #FFFFFF;
}
.site__footer.theme-dark .menu-item a {
  color: #FFFFFF;
}

.nav__footer__items {
  text-align: center;
}
.nav__footer__items .menu-item {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  list-style-type: none;
  display: inline-block;
  padding: 1rem;
}
.nav__footer__items .menu-item:first-child {
  padding-left: 0;
}
.nav__footer__items .menu-item a {
  font-size: 0.875rem;
}
.nav__footer__items .menu-item a:hover {
  border-bottom-color: #FFFFFF;
}
@media (min-width: 67.5rem) {
  .nav__footer__items .menu-item {
    padding: 0 1rem;
  }
}

/*--------------------------------------------------------------
# Page Container
--------------------------------------------------------------*/
.theme__wrapper {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media (min-width: 23.4375rem) {
  .theme__wrapper {
    padding: 0 1.25rem;
  }
}
@media (min-width: 25.875rem) {
  .theme__wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 48rem) {
  .theme__wrapper {
    padding: 0 2.25rem;
  }
}
@media (min-width: 90rem) {
  .theme__wrapper {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 23.4375rem) {
  .sidebar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.block__ajax-grid {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .block__ajax-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__ajax-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__ajax-grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__ajax-grid.maxwidth1440 {
  max-width: 90rem;
}
.block__ajax-grid > * {
  max-width: 48.75rem;
}
.block__ajax-grid__heading, .block__ajax-grid h2 {
  margin-bottom: 0.5rem;
}
.block__ajax-grid__heading h2, .block__ajax-grid h2 h2 {
  color: #969B9C;
}
.block__ajax-grid__filters {
  font-size: 1rem;
  display: flex;
  align-items: center;
  row-gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block__ajax-grid__filters-left {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity 0.25s;
}
@media (min-width: 48rem) {
  .block__ajax-grid__filters-left {
    column-gap: 1.25rem;
  }
}
.block__ajax-grid__filters-left:hover {
  opacity: 1;
}
.block__ajax-grid__filters .filter {
  padding: 0 12px;
  height: 36px;
  background-color: #F2F2F2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0B0E0F;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, HelveticaNeue, "Helvetica Neue", Helvetica, Roboto, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.block__ajax-grid__filters .filter:hover {
  background-color: #EDEDED;
}
.block__ajax-grid__filters .filter .si-selection {
  padding-right: 2rem;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-caret.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  white-space: nowrap;
}
.block__ajax-grid__filters .filter .si-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: auto;
  min-width: 11.25rem;
  max-width: 15rem;
  overflow-y: auto;
  border: 1px solid #E2E3E4;
  background-color: #FFFFFF;
}
.block__ajax-grid__filters .filter .si-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block__ajax-grid__filters .filter .si-item {
  position: relative;
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 1.75rem;
}
.block__ajax-grid__filters .filter .si-item:last-child {
  border-bottom: none;
}
.block__ajax-grid__filters .filter .si-item:hover {
  background-color: #F7F7F3;
  color: #0B0E0F;
}
.block__ajax-grid__filters .filter .si-selected {
  color: #0B0E0F;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-dropdown-checked.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.block__ajax-grid__filters .filter.si-off {
  overflow: hidden;
}
.block__ajax-grid__filters.search-focused .block__ajax-grid__filters-left {
  opacity: 0.5;
}
.block__ajax-grid__filters.search-focused .block__ajax-grid__search {
  opacity: 1;
}
@media (min-width: 56.25rem) {
  .block__ajax-grid__filters {
    font-size: 1.125rem;
  }
}
@media (min-width: 25.875rem) {
  .block__ajax-grid__filters {
    font-size: 1.375rem;
  }
}
.block__ajax-grid__filter {
  display: flex;
  align-items: center;
}
.block__ajax-grid__search {
  padding: 0 4px 0 12px;
  height: 36px;
  background-color: #F2F2F2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: opacity 0.25s;
  width: 100%;
}
.block__ajax-grid__search:hover {
  background-color: #EDEDED;
}
.block__ajax-grid__search input[type=search] {
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 20px;
  caret-color: #1197DE;
}
.block__ajax-grid__search input[type=search]:focus {
  outline: none;
}
.block__ajax-grid__search input[type=search]:focus::placeholder {
  color: #757575;
}
.block__ajax-grid__search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/close-filled.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}
.block__ajax-grid__search input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.5;
  pointer-events: all;
}
.block__ajax-grid__search input[type=search]:focus::-webkit-search-cancel-button:hover {
  opacity: 1;
}
.block__ajax-grid__search input[type=submit] {
  width: auto;
  border: none;
  background-color: transparent;
  text-indent: -2000em;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-search.svg);
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}
.block__ajax-grid__search input[type=submit]:hover {
  background-color: transparent;
  border: none;
}
.block__ajax-grid__search form {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: auto 1fr;
  width: 100%;
}
@media (min-width: 48rem) {
  .block__ajax-grid__search {
    width: auto;
  }
}
.block__ajax-grid__header {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
  color: #969B9C;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s, max-height 0.25s;
}
.block__ajax-grid__header p {
  margin-bottom: 0;
}
.block__ajax-grid__header-terms {
  color: #0B0E0F;
}
@media (min-width: 48rem) {
  .block__ajax-grid__header {
    padding-left: 0.75rem;
  }
}
.block__ajax-grid .articles {
  position: relative;
}
.block__ajax-grid .post__grid.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  display: block;
  background-image: url(/wp-content/themes/nextdoor/assets/img/ajax-loader.svg);
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.block__ajax-grid.filters-applied .block__ajax-grid__header-search {
  display: none;
}
.block__ajax-grid.filters-applied .block__ajax-grid__search {
  opacity: 0.5;
}
.block__ajax-grid.filters-applied .block__ajax-grid__search:hover {
  opacity: 1;
}
.block__ajax-grid.filters-applied .block__ajax-grid__header {
  opacity: 1;
  max-height: 100px;
}
.block__ajax-grid.search-applied .block__ajax-grid__header-filters {
  display: none;
}
.block__ajax-grid.search-applied .block__ajax-grid__filters-left {
  opacity: 0.5;
}
.block__ajax-grid.search-applied .block__ajax-grid__filters-left:hover {
  opacity: 1;
}
.block__ajax-grid.search-applied .block__ajax-grid__header {
  opacity: 1;
  max-height: 100px;
}

.post__grid.post__grid__ajax-filter {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 2.5rem;
  align-self: flex-start;
}
@media (min-width: 25.875rem) {
  .post__grid.post__grid__ajax-filter {
    max-width: 31.25rem;
    column-gap: 20px;
    display: grid;
    grid-template-columns: minmax(171px, 240px) minmax(171px, 240px);
    column-gap: 12px;
  }
}
@media (min-width: 650px) {
  .post__grid.post__grid__ajax-filter {
    max-width: 48.75rem;
    grid-template-columns: minmax(171px, 240px) minmax(171px, 240px) minmax(171px, 240px);
    row-gap: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .post__grid.post__grid__ajax-filter {
    row-gap: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 67.5rem) {
  .post__grid.post__grid__ajax-filter {
    column-gap: 30px;
  }
}
@media (max-width: 25.8125rem) {
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-4):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-3):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(6n-1):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-4):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-3):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(6n-1):hover .tile__excerpt {
    color: #0B0E0F;
  }
}
@media (max-width: 649px) and (min-width: 25.875rem) {
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-9):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-8):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-7):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-6):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-3):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-2):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n-1):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(12n):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-9):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-8):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-7):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-6):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-3):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-2):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n-1):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(12n):hover .tile__excerpt {
    color: #0B0E0F;
  }
}
@media (min-width: 650px) {
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-14):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-13):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-12):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-11):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-10):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-9):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-5):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-4):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-3):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1), .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-2):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n-1):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors .tile__press:nth-child(18n):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-14):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-16):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-15):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-13):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-11):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) {
    transition: background-color 0.25s;
    background-color: rgba(104, 208, 217, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.1;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__title {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__title a {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__posted-on {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5) .tile__excerpt {
    color: #3B484D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover {
    background-color: #68D0D9;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover .tile__press-bg svg path {
    fill: #00A3B1;
    opacity: 0.3;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover .tile__title {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover .tile__title a {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-9):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-7):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-5):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4), .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) {
    transition: background-color 0.25s;
    background-color: rgba(249, 214, 36, 0.5);
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__image img, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4) .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover .tile__press-bg svg path, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover .tile__title, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover .tile__title a, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover .tile__posted-on, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-6):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-4):hover .tile__excerpt, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n-2):hover .tile__excerpt {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) {
    transition: background-color 0.25s;
    background-color: #FEF8D7;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__image picture, .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__image img {
    transition: transform 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__press-bg svg path {
    transition: opacity 0.25s, fill 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title a {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__posted-on {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__excerpt {
    transition: color 0.25s;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__press-bg svg path {
    fill: #F9D624;
    opacity: 0.2;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__posted-on {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n) .tile__excerpt {
    color: #006142;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover {
    background-color: #F9D624;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover .tile__press-bg svg path {
    fill: #FEF8D7;
    opacity: 0.5;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover .tile__title {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover .tile__title a {
    color: #00422D;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover .tile__posted-on {
    color: #0B0E0F;
  }
  .post__grid.post__grid__ajax-filter.style-row-colors-cascade .tile__press:nth-child(18n):hover .tile__excerpt {
    color: #0B0E0F;
  }
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive__body__wrapper {
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto;
}
.archive__body__wrapper .page__title {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .archive__body__wrapper .page__title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .archive__body__wrapper .page__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper .page__title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.archive__body__wrapper .archive__press-heading {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: #0B0E0F;
}
@media (min-width: 23.4375rem) {
  .archive__body__wrapper .archive__press-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .archive__body__wrapper .archive__press-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper .archive__press-heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper .archive__press-heading {
    margin-bottom: 2.5rem;
  }
}
.archive__body__wrapper .archive__press-heading + .page__title {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.25em;
  color: #0B0E0F;
  color: #969B9C;
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper .archive__press-heading + .page__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .archive__body__wrapper .archive__press-heading + .page__title {
    margin-top: -1.75rem;
  }
}
@media (min-width: 48rem) {
  .archive__body__wrapper {
    display: grid;
    grid-template-columns: 1fr 2.5rem 13.75rem;
  }
  .archive__body__wrapper .block__ajax-grid {
    grid-column: 1/2;
  }
  .archive__body__wrapper .sidebar {
    align-self: flex-start;
    grid-column: 3/4;
    grid-row: 2/3;
    position: sticky;
    top: calc(5rem + 40px);
    padding-bottom: 6.25rem;
    padding-right: 1.25rem;
  }
  .archive__body__wrapper .post__grid__controls {
    grid-column: 1/2;
  }
}
@media (min-width: 950px) {
  .archive__body__wrapper .post__grid__controls {
    grid-column: 1/3;
  }
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper {
    grid-template-columns: 1fr 3.75rem 13.75rem;
  }
}
@media (min-width: 48rem) {
  .archive__body__wrapper .post__grid.post__grid__ajax-filter {
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: minmax(171px, 240px) minmax(171px, 240px);
    column-gap: 12px;
    row-gap: 1.25rem;
    padding-right: 0;
  }
}
@media (min-width: 950px) {
  .archive__body__wrapper .post__grid.post__grid__ajax-filter {
    grid-template-columns: minmax(171px, 240px) minmax(171px, 240px) minmax(171px, 240px);
    row-gap: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 67.5rem) {
  .archive__body__wrapper .post__grid.post__grid__ajax-filter {
    column-gap: 1.875rem;
    box-sizing: content-box;
    width: auto;
  }
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/
.post__grid, .qa__grid {
  margin-bottom: 2rem;
}
.post__grid__controls, .qa__grid__controls {
  padding-bottom: 2rem;
  width: 100%;
  max-width: 64.5rem;
  margin: 0 auto 1rem;
  text-align: center;
}
.post__grid__loadmore a.hide, .qa__grid__loadmore a.hide {
  display: none;
}
.post__grid__pagination, .qa__grid__pagination {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.post__grid__pagination > *, .qa__grid__pagination > * {
  padding: 0.5rem 0.5rem;
}
.post__grid__pagination a, .qa__grid__pagination a {
  color: #00A3B1;
}
.post__grid__pagination a:hover, .qa__grid__pagination a:hover {
  text-decoration: underline;
  color: #0B0E0F;
}
.post__grid__pagination .prev, .post__grid__pagination .next, .qa__grid__pagination .prev, .qa__grid__pagination .next {
  padding: 0.5rem 0.75rem;
}
.post__grid__pagination.hide, .qa__grid__pagination.hide {
  display: none;
}
.post.featured-video .entry__header, .qa.featured-video .entry__header {
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .post.featured-video .entry__header, .qa.featured-video .entry__header {
    margin-top: 1.875rem;
  }
}
.post .entry__title, .post .page__title, .qa .entry__title, .qa .page__title {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .post .entry__title, .post .page__title, .qa .entry__title, .qa .page__title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .post .entry__title, .post .page__title, .qa .entry__title, .qa .page__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .post .entry__title, .post .page__title, .qa .entry__title, .qa .page__title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.entry__header, .page__header {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .entry__header, .page__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__header, .page__header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__header, .page__header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__header.maxwidth1440, .page__header.maxwidth1440 {
  max-width: 90rem;
}
.entry__header + .site__content, .page__header + .site__content {
  padding-top: 0;
}
.entry__title, .page__title {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: #0B0E0F;
}
@media (min-width: 67.5rem) {
  .entry__title, .page__title {
    margin-bottom: 2.5rem;
  }
}
.entry__title + .pagination-top, .page__title + .pagination-top {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -remy(20px);
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 23.4375rem) {
  .entry__title + .pagination-top, .page__title + .pagination-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__title + .pagination-top, .page__title + .pagination-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__title + .pagination-top, .page__title + .pagination-top {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__title + .pagination-top.maxwidth1440, .page__title + .pagination-top.maxwidth1440 {
  max-width: 90rem;
}
.entry__title + .pagination-top:before, .page__title + .pagination-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
  max-width: 48.75rem;
  border-top: 1px solid #E2E3E4;
}
.entry__posted-on, .page__posted-on {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #8ED500;
  margin-bottom: 0.75rem;
  display: block;
}
@media (min-width: 23.4375rem) {
  .entry__posted-on, .page__posted-on {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__posted-on, .page__posted-on {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__posted-on, .page__posted-on {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 48rem) {
  .entry__posted-on, .page__posted-on {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.entry__metainfo, .page__metainfo {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  margin-bottom: 0.75rem;
}
@media (min-width: 23.4375rem) {
  .entry__metainfo, .page__metainfo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__metainfo, .page__metainfo {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__metainfo, .page__metainfo {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__metainfo:after, .page__metainfo:after {
  content: "";
  display: block;
  border-bottom: 1px solid #E2E3E4;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.entry__metainfo .metainfo__cat, .page__metainfo .metainfo__cat {
  background-color: #969B9C;
  color: #FFFFFF;
}
.entry__metainfo .metainfo__author, .page__metainfo .metainfo__author {
  padding-left: 1.25rem;
  border-left: 1px solid #0B0E0F;
}
@media (min-width: 48rem) {
  .entry__metainfo, .page__metainfo {
    margin-bottom: 1.25rem;
  }
}
.entry__featured-video, .page__featured-video {
  width: 100%;
  max-width: 61.25rem;
  position: relative;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .entry__featured-video, .page__featured-video {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__featured-video, .page__featured-video {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__featured-video, .page__featured-video {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__featured-video, .page__featured-video {
    padding-left: 5.3125rem;
  }
}
.entry__featured-video__wrapper, .page__featured-video__wrapper {
  width: 100%;
  background-color: #000;
  padding-top: 1.5625rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 48rem) {
  .entry__featured-video__wrapper, .page__featured-video__wrapper {
    padding-top: 4.625rem;
    padding-bottom: 3rem;
  }
}
.entry__featured-video__container, .page__featured-video__container {
  padding-top: 50.26%;
  width: 100%;
  position: relative;
  max-width: 52.125rem;
}
@media (min-width: 67.5rem) {
  .entry__featured-video__container, .page__featured-video__container {
    margin-left: 3rem;
  }
}
.entry__featured-video iframe, .page__featured-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.entry__title, .page__title {
  width: 100%;
  margin-bottom: 0.875rem;
}
@media (min-width: 48rem) {
  .entry__title, .page__title {
    margin-bottom: 1.5625rem;
  }
}
.entry__content, .page__content {
  margin-bottom: 2.5rem;
  min-height: 25rem;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
@media (min-width: 48rem) {
  .entry__content, .page__content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.entry__content p > a, .page__content p > a {
  position: relative;
  line-height: 1em;
}
.entry__content p > a:hover, .entry__content p > a:visited:hover, .entry__content p > a:active, .page__content p > a:hover, .page__content p > a:visited:hover, .page__content p > a:active {
  color: #117E89;
}
.entry__content p > a:visited, .page__content p > a:visited {
  color: #117E89;
}
@media (min-width: 48rem) {
  .entry__content, .page__content {
    margin-bottom: 1.875rem;
  }
}
.entry__content > *:first-child(), .page__content > *:first-child() {
  padding-top: 0;
  margin-top: 0;
}
.entry__content > p, .entry__content-p,
.entry__content > h1,
.entry__content > h2,
.entry__content > h3,
.entry__content > h4,
.entry__content > h5, .entry__content__title,
.entry__content > ul,
.entry__content > ol,
.entry__content > figure,
.entry__content > .wp-block-columns, .page__content > p, .page__content-p,
.page__content > h1,
.page__content > h2,
.page__content > h3,
.page__content > h4,
.page__content > h5, .page__content__title,
.page__content > ul,
.page__content > ol,
.page__content > figure,
.page__content > .wp-block-columns {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .entry__content > p, .entry__content-p,
.entry__content > h1,
.entry__content > h2,
.entry__content > h3,
.entry__content > h4,
.entry__content > h5, .entry__content__title,
.entry__content > ul,
.entry__content > ol,
.entry__content > figure,
.entry__content > .wp-block-columns, .page__content > p, .page__content-p,
.page__content > h1,
.page__content > h2,
.page__content > h3,
.page__content > h4,
.page__content > h5, .page__content__title,
.page__content > ul,
.page__content > ol,
.page__content > figure,
.page__content > .wp-block-columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__content > p, .entry__content-p,
.entry__content > h1,
.entry__content > h2,
.entry__content > h3,
.entry__content > h4,
.entry__content > h5, .entry__content__title,
.entry__content > ul,
.entry__content > ol,
.entry__content > figure,
.entry__content > .wp-block-columns, .page__content > p, .page__content-p,
.page__content > h1,
.page__content > h2,
.page__content > h3,
.page__content > h4,
.page__content > h5, .page__content__title,
.page__content > ul,
.page__content > ol,
.page__content > figure,
.page__content > .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__content > p, .entry__content-p,
.entry__content > h1,
.entry__content > h2,
.entry__content > h3,
.entry__content > h4,
.entry__content > h5, .entry__content__title,
.entry__content > ul,
.entry__content > ol,
.entry__content > figure,
.entry__content > .wp-block-columns, .page__content > p, .page__content-p,
.page__content > h1,
.page__content > h2,
.page__content > h3,
.page__content > h4,
.page__content > h5, .page__content__title,
.page__content > ul,
.page__content > ol,
.page__content > figure,
.page__content > .wp-block-columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__content > p.maxwidth1440, .entry__content-p.maxwidth1440,
.entry__content > h1.maxwidth1440,
.entry__content > h2.maxwidth1440,
.entry__content > h3.maxwidth1440,
.entry__content > h4.maxwidth1440,
.entry__content > h5.maxwidth1440, .entry__content__title.maxwidth1440,
.entry__content > ul.maxwidth1440,
.entry__content > ol.maxwidth1440,
.entry__content > figure.maxwidth1440,
.entry__content > .wp-block-columns.maxwidth1440, .page__content > p.maxwidth1440, .page__content-p.maxwidth1440,
.page__content > h1.maxwidth1440,
.page__content > h2.maxwidth1440,
.page__content > h3.maxwidth1440,
.page__content > h4.maxwidth1440,
.page__content > h5.maxwidth1440, .page__content__title.maxwidth1440,
.page__content > ul.maxwidth1440,
.page__content > ol.maxwidth1440,
.page__content > figure.maxwidth1440,
.page__content > .wp-block-columns.maxwidth1440 {
  max-width: 90rem;
}
.entry__content > p a, .entry__content-p a,
.entry__content > h1 a,
.entry__content > h2 a,
.entry__content > h3 a,
.entry__content > h4 a,
.entry__content > h5 a, .entry__content__title a,
.entry__content > ul a,
.entry__content > ol a,
.entry__content > figure a,
.entry__content > .wp-block-columns a, .page__content > p a, .page__content-p a,
.page__content > h1 a,
.page__content > h2 a,
.page__content > h3 a,
.page__content > h4 a,
.page__content > h5 a, .page__content__title a,
.page__content > ul a,
.page__content > ol a,
.page__content > figure a,
.page__content > .wp-block-columns a {
  color: #117E89;
}
.entry__content > p a:visited, .entry__content > p a:hover, .entry__content-p a:visited, .entry__content-p a:hover,
.entry__content > h1 a:visited,
.entry__content > h1 a:hover,
.entry__content > h2 a:visited,
.entry__content > h2 a:hover,
.entry__content > h3 a:visited,
.entry__content > h3 a:hover,
.entry__content > h4 a:visited,
.entry__content > h4 a:hover,
.entry__content > h5 a:visited,
.entry__content > h5 a:hover, .entry__content__title a:visited, .entry__content__title a:hover,
.entry__content > ul a:visited,
.entry__content > ul a:hover,
.entry__content > ol a:visited,
.entry__content > ol a:hover,
.entry__content > figure a:visited,
.entry__content > figure a:hover,
.entry__content > .wp-block-columns a:visited,
.entry__content > .wp-block-columns a:hover, .page__content > p a:visited, .page__content > p a:hover, .page__content-p a:visited, .page__content-p a:hover,
.page__content > h1 a:visited,
.page__content > h1 a:hover,
.page__content > h2 a:visited,
.page__content > h2 a:hover,
.page__content > h3 a:visited,
.page__content > h3 a:hover,
.page__content > h4 a:visited,
.page__content > h4 a:hover,
.page__content > h5 a:visited,
.page__content > h5 a:hover, .page__content__title a:visited, .page__content__title a:hover,
.page__content > ul a:visited,
.page__content > ul a:hover,
.page__content > ol a:visited,
.page__content > ol a:hover,
.page__content > figure a:visited,
.page__content > figure a:hover,
.page__content > .wp-block-columns a:visited,
.page__content > .wp-block-columns a:hover {
  text-decoration: underline;
}
.entry__content > p a:visited, .entry__content-p a:visited,
.entry__content > h1 a:visited,
.entry__content > h2 a:visited,
.entry__content > h3 a:visited,
.entry__content > h4 a:visited,
.entry__content > h5 a:visited, .entry__content__title a:visited,
.entry__content > ul a:visited,
.entry__content > ol a:visited,
.entry__content > figure a:visited,
.entry__content > .wp-block-columns a:visited, .page__content > p a:visited, .page__content-p a:visited,
.page__content > h1 a:visited,
.page__content > h2 a:visited,
.page__content > h3 a:visited,
.page__content > h4 a:visited,
.page__content > h5 a:visited, .page__content__title a:visited,
.page__content > ul a:visited,
.page__content > ol a:visited,
.page__content > figure a:visited,
.page__content > .wp-block-columns a:visited {
  color: #117E89;
}
.entry__content p > a, .page__content p > a {
  position: relative;
  line-height: 1em;
  color: #117E89;
}
.entry__content p > a:hover, .entry__content p > a:visited:hover, .entry__content p > a:active, .page__content p > a:hover, .page__content p > a:visited:hover, .page__content p > a:active {
  color: #117E89;
  text-decoration: underline;
}
.entry__content p > a:visited, .page__content p > a:visited {
  color: #117E89;
}
.entry__content > p, .entry__content-p, .page__content > p, .page__content-p {
  width: auto;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #535A5C;
}
@media (min-width: 48rem) {
  .entry__content > p, .entry__content-p, .page__content > p, .page__content-p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.entry__content > p p > a, .entry__content-p p > a, .page__content > p p > a, .page__content-p p > a {
  position: relative;
  line-height: 1em;
}
.entry__content > p p > a:hover, .entry__content > p p > a:visited:hover, .entry__content > p p > a:active, .entry__content-p p > a:hover, .entry__content-p p > a:visited:hover, .entry__content-p p > a:active, .page__content > p p > a:hover, .page__content > p p > a:visited:hover, .page__content > p p > a:active, .page__content-p p > a:hover, .page__content-p p > a:visited:hover, .page__content-p p > a:active {
  color: #117E89;
}
.entry__content > p p > a:visited, .entry__content-p p > a:visited, .page__content > p p > a:visited, .page__content-p p > a:visited {
  color: #117E89;
}
.entry__content > p + h2,
.entry__content > p + h3,
.entry__content > p + h4,
.entry__content > p + h5, .entry__content-p + h2,
.entry__content-p + h3,
.entry__content-p + h4,
.entry__content-p + h5, .page__content > p + h2,
.page__content > p + h3,
.page__content > p + h4,
.page__content > p + h5, .page__content-p + h2,
.page__content-p + h3,
.page__content-p + h4,
.page__content-p + h5 {
  margin-top: 2rem;
}
.entry__content > img.alignleft,
.entry__content > picture.alignleft,
.entry__content > figure.alignleft, .page__content > img.alignleft,
.page__content > picture.alignleft,
.page__content > figure.alignleft {
  max-width: 30.3125rem;
}
.entry__content > img.alignright,
.entry__content > picture.alignright,
.entry__content > figure.alignright, .page__content > img.alignright,
.page__content > picture.alignright,
.page__content > figure.alignright {
  max-width: 30.3125rem;
}
.entry__content > ul,
.entry__content > ol, .page__content > ul,
.page__content > ol {
  margin-bottom: 1rem;
}
.entry__content > ul > li,
.entry__content > ol > li, .page__content > ul > li,
.page__content > ol > li {
  margin-left: 1rem;
}
.entry__content > ul > li a,
.entry__content > ol > li a, .page__content > ul > li a,
.page__content > ol > li a {
  color: #117E89;
}
.entry__content > ul > li a:hover, .entry__content > ul > li a:visited:hover, .entry__content > ul > li a:active,
.entry__content > ol > li a:hover,
.entry__content > ol > li a:visited:hover,
.entry__content > ol > li a:active, .page__content > ul > li a:hover, .page__content > ul > li a:visited:hover, .page__content > ul > li a:active,
.page__content > ol > li a:hover,
.page__content > ol > li a:visited:hover,
.page__content > ol > li a:active {
  color: #117E89;
  text-decoration: underline;
}
.entry__content > ul > li a:visited,
.entry__content > ol > li a:visited, .page__content > ul > li a:visited,
.page__content > ol > li a:visited {
  color: #117E89;
}
.entry__content > ul + h2,
.entry__content > ul + h3,
.entry__content > ul + h4,
.entry__content > ul + h5,
.entry__content > ol + h2,
.entry__content > ol + h3,
.entry__content > ol + h4,
.entry__content > ol + h5, .page__content > ul + h2,
.page__content > ul + h3,
.page__content > ul + h4,
.page__content > ul + h5,
.page__content > ol + h2,
.page__content > ol + h3,
.page__content > ol + h4,
.page__content > ol + h5 {
  margin-top: 2rem;
}
.entry__content > ul.plus-list,
.entry__content > ol.plus-list, .page__content > ul.plus-list,
.page__content > ol.plus-list {
  list-style: none;
}
.entry__content > ul.plus-list:before,
.entry__content > ol.plus-list:before, .page__content > ul.plus-list:before,
.page__content > ol.plus-list:before {
  content: "+";
  margin-right: 4px;
}
.entry__content > ul li, .page__content > ul li {
  margin-left: 2rem;
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.entry__content > ol li, .page__content > ol li {
  margin-left: 1rem;
  padding-left: 0.15rem;
  list-style-type: decimal;
}
.entry__content ul.li-plus > li, .page__content ul.li-plus > li {
  margin-left: 0.75rem;
  padding-left: 0.25rem;
}
.entry__content ul.li-plus > li::marker, .page__content ul.li-plus > li::marker {
  content: "+";
}
.entry__content .read-more, .entry__content a.read-more, .page__content .read-more, .page__content a.read-more {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
  color: #117E89;
  font-weight: bold;
  border-bottom-color: transparent;
  position: relative;
  float: right;
}
.entry__content .read-more a, .entry__content .read-more a:visited, .entry__content .read-more:visited, .entry__content a.read-more a, .entry__content a.read-more a:visited, .entry__content a.read-more:visited, .page__content .read-more a, .page__content .read-more a:visited, .page__content .read-more:visited, .page__content a.read-more a, .page__content a.read-more a:visited, .page__content a.read-more:visited {
  color: #117E89;
  font-weight: bold;
}
.entry__content .read-more a:hover, .entry__content .read-more:hover, .entry__content a.read-more a:hover, .entry__content a.read-more:hover, .page__content .read-more a:hover, .page__content .read-more:hover, .page__content a.read-more a:hover, .page__content a.read-more:hover {
  border-bottom-color: transparent;
}
.entry__content .read-more:before, .entry__content a.read-more:before, .page__content .read-more:before, .page__content a.read-more:before {
  content: "...";
}
.entry__content.wide > p, .entry__content.wide-p,
.entry__content.wide > h1,
.entry__content.wide > h2,
.entry__content.wide > h3,
.entry__content.wide > h4,
.entry__content.wide > h5, .entry__content.wide__title,
.entry__content.wide > ul,
.entry__content.wide > ol,
.entry__content.wide > figure, .page__content.wide > p, .page__content.wide-p,
.page__content.wide > h1,
.page__content.wide > h2,
.page__content.wide > h3,
.page__content.wide > h4,
.page__content.wide > h5, .page__content.wide__title,
.page__content.wide > ul,
.page__content.wide > ol,
.page__content.wide > figure {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .entry__content.wide > p, .entry__content.wide-p,
.entry__content.wide > h1,
.entry__content.wide > h2,
.entry__content.wide > h3,
.entry__content.wide > h4,
.entry__content.wide > h5, .entry__content.wide__title,
.entry__content.wide > ul,
.entry__content.wide > ol,
.entry__content.wide > figure, .page__content.wide > p, .page__content.wide-p,
.page__content.wide > h1,
.page__content.wide > h2,
.page__content.wide > h3,
.page__content.wide > h4,
.page__content.wide > h5, .page__content.wide__title,
.page__content.wide > ul,
.page__content.wide > ol,
.page__content.wide > figure {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__content.wide > p, .entry__content.wide-p,
.entry__content.wide > h1,
.entry__content.wide > h2,
.entry__content.wide > h3,
.entry__content.wide > h4,
.entry__content.wide > h5, .entry__content.wide__title,
.entry__content.wide > ul,
.entry__content.wide > ol,
.entry__content.wide > figure, .page__content.wide > p, .page__content.wide-p,
.page__content.wide > h1,
.page__content.wide > h2,
.page__content.wide > h3,
.page__content.wide > h4,
.page__content.wide > h5, .page__content.wide__title,
.page__content.wide > ul,
.page__content.wide > ol,
.page__content.wide > figure {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__content.wide > p, .entry__content.wide-p,
.entry__content.wide > h1,
.entry__content.wide > h2,
.entry__content.wide > h3,
.entry__content.wide > h4,
.entry__content.wide > h5, .entry__content.wide__title,
.entry__content.wide > ul,
.entry__content.wide > ol,
.entry__content.wide > figure, .page__content.wide > p, .page__content.wide-p,
.page__content.wide > h1,
.page__content.wide > h2,
.page__content.wide > h3,
.page__content.wide > h4,
.page__content.wide > h5, .page__content.wide__title,
.page__content.wide > ul,
.page__content.wide > ol,
.page__content.wide > figure {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__content.wide > p.maxwidth1440, .entry__content.wide-p.maxwidth1440,
.entry__content.wide > h1.maxwidth1440,
.entry__content.wide > h2.maxwidth1440,
.entry__content.wide > h3.maxwidth1440,
.entry__content.wide > h4.maxwidth1440,
.entry__content.wide > h5.maxwidth1440, .entry__content.wide__title.maxwidth1440,
.entry__content.wide > ul.maxwidth1440,
.entry__content.wide > ol.maxwidth1440,
.entry__content.wide > figure.maxwidth1440, .page__content.wide > p.maxwidth1440, .page__content.wide-p.maxwidth1440,
.page__content.wide > h1.maxwidth1440,
.page__content.wide > h2.maxwidth1440,
.page__content.wide > h3.maxwidth1440,
.page__content.wide > h4.maxwidth1440,
.page__content.wide > h5.maxwidth1440, .page__content.wide__title.maxwidth1440,
.page__content.wide > ul.maxwidth1440,
.page__content.wide > ol.maxwidth1440,
.page__content.wide > figure.maxwidth1440 {
  max-width: 90rem;
}
.entry__content.wide > h1, .page__content.wide > h1 {
  max-width: 61.25rem;
}
.entry__content.wide > figure, .page__content.wide > figure {
  position: relative;
}
.entry__content.wide > figure.alignright img, .entry__content.wide > figure.alignright figcaption, .page__content.wide > figure.alignright img, .page__content.wide > figure.alignright figcaption {
  max-width: 30.3125rem;
}
.entry__content.wide > figure.alignleft img, .page__content.wide > figure.alignleft img {
  max-width: 30.3125rem;
  width: 100%;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .entry__content.wide > figure.alignleft img, .page__content.wide > figure.alignleft img {
    margin-bottom: 3rem;
  }
}
.entry__content.wide > figure.alignleft figcaption, .page__content.wide > figure.alignleft figcaption {
  float: left;
  clear: left;
  position: relative;
  transform: translateY(-1.75rem);
  margin-bottom: 1rem;
  margin-right: 2rem;
  max-width: 30.3125rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 48rem) {
  .entry__content.wide > figure.alignleft figcaption, .page__content.wide > figure.alignleft figcaption {
    transform: translateY(-2.75rem);
    margin-bottom: 1rem;
  }
}

.site__content .entry__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .site__content .entry__title {
    margin-bottom: 1.25rem;
  }
}

.entry__header {
  max-width: 51rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 48rem) {
  .entry__header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 67.5rem) {
  .entry__header {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry__content {
  margin-bottom: 3.75rem;
}
@media (min-width: 48rem) {
  .entry__content {
    margin-bottom: 6.25rem;
  }
}
.entry__featured-image {
  height: auto;
  max-height: none;
  width: 100%;
  max-width: none;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.entry__featured-image__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 51rem;
  box-sizing: border-box;
}
@media (min-width: 23.4375rem) {
  .entry__featured-image__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__featured-image__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__featured-image__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__featured-image picture, .entry__featured-image img {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  display: block;
  height: auto;
}
.entry__featured-image:after {
  display: none;
}
@media (min-width: 48rem) {
  .entry {
    margin-bottom: 1.25rem;
  }
}

.content__body__wrapper.post {
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48rem) {
  .content__body__wrapper.post {
    display: grid;
    grid-template-columns: 1fr 2.5rem 13.75rem;
  }
  .content__body__wrapper.post .entry__wrapper {
    grid-column: 1/2;
  }
  .content__body__wrapper.post .sidebar {
    align-self: flex-start;
    grid-column: 3/4;
    grid-row: 1/3;
    position: sticky;
    top: calc(5rem + 40px);
    margin-top: calc(5rem + 102px);
    padding-bottom: 6.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 67.5rem) {
  .content__body__wrapper.post {
    grid-template-columns: 1fr 3.75rem 13.75rem;
  }
}

.sticky {
  display: block;
}

.page__featured-image {
  height: 75vh;
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page__featured-image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 48rem) {
  .page__featured-image {
    height: 40vh;
    max-height: none;
  }
}
.page__featured-image picture,
.page__featured-image img {
  width: auto;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
}
@media (min-width: 48rem) {
  .page__featured-image picture,
.page__featured-image img {
    width: 100%;
    height: auto;
  }
}
.page__featured-image picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.page__featured-image__heading {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 4.625rem;
  bottom: 0;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 23.4375rem) {
  .page__featured-image__heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__featured-image__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__featured-image__heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 67.5rem) {
  .page__featured-image__heading {
    top: 5rem;
    box-sizing: content-box;
  }
}
.page__featured-image__heading span {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 0 1.5rem;
  line-height: 1.25em;
  color: #FFFFFF;
}
@media (min-width: 67.5rem) {
  .page__featured-image__heading span {
    font-size: 1.875rem;
  }
}
.page__featured-image__wrapper {
  width: 100%;
  position: relative;
}
.page__wide .page__header {
  padding: 0;
}
.page__wide .page__title {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .page__wide .page__title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__wide .page__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__wide .page__title {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

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

@media (min-width: 67.5rem) {
  .single-post .post__header {
    padding-right: 15.9375rem;
  }
}

@media (min-width: 48rem) {
  .qa .entry__header {
    padding-left: 0;
  }
}
@media (min-width: 67.5rem) {
  .qa .entry__header {
    padding-left: 0;
  }
}
.qa .entry__title {
  max-width: 41.5rem;
}
@media (min-width: 48rem) {
  .qa .entry__title {
    box-sizing: content-box;
  }
}
.qa .entry__qa__description {
  margin-bottom: 2.8125rem;
  padding: 1rem 0 0;
  border-top: 1px solid #E2E3E4;
  border-bottom: 1px solid #E2E3E4;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa__description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa__description {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .qa .entry__qa__description {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa__description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa__description {
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 2rem;
  }
}
.qa .entry__qa__longdesc {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3.75rem;
}
@media (min-width: 67.5rem) {
  .qa .entry__qa__longdesc {
    margin-bottom: 2rem;
  }
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa__longdesc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa__longdesc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .qa .entry__qa__longdesc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.qa .entry__qa__longdesc:before {
  font-family: "Lato", Helvetica, serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #0B0E0F;
  position: absolute;
  content: "Q";
  top: 0;
  left: 1rem;
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa__longdesc {
    padding-left: 3.75rem;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa__longdesc {
    margin-bottom: 2rem;
    padding-left: 3.75rem;
  }
  .qa .entry__qa__longdesc:before {
    font-size: 2.75rem;
    left: 0;
  }
}
.qa .entry__qa-answer__author-meta {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 3.75rem;
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa-answer__author-meta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa-answer__author-meta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .qa .entry__qa-answer__author-meta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.qa .entry__qa-answer__author-meta .metainfo__author a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
  color: #117E89;
  font-weight: bold;
  border-bottom-color: transparent;
}
.qa .entry__qa-answer__author-meta .metainfo__author a a, .qa .entry__qa-answer__author-meta .metainfo__author a a:visited, .qa .entry__qa-answer__author-meta .metainfo__author a:visited {
  color: #117E89;
  font-weight: bold;
}
.qa .entry__qa-answer__author-meta .metainfo__author a a:hover, .qa .entry__qa-answer__author-meta .metainfo__author a:hover {
  border-bottom-color: transparent;
}
.qa .entry__qa-answer__author-meta:before {
  content: "A";
  font-family: "Lato", Helvetica, serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #0B0E0F;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa-answer__author-meta {
    padding-left: 3.75rem;
  }
}
@media (min-width: 48rem) {
  .qa .entry__qa-answer__author-meta:before {
    font-size: 2.75rem;
    left: 0;
  }
}
.qa .entry__qa__content-wrapper {
  padding-left: 3.75rem;
  padding-right: 1rem;
}
@media (min-width: 23.4375rem) {
  .qa .entry__qa__content-wrapper {
    padding-right: 1.5rem;
  }
}
.further-reading {
  width: 100%;
  padding: 1.5rem 1rem 0;
  position: relative;
}
@media (min-width: 48rem) {
  .further-reading {
    padding: 2rem 1rem 0;
    display: flex;
  }
}
.further-reading-wrapper {
  border-top: 1px solid #142332;
  padding-left: 1rem;
}
@media (min-width: 98rem) {
  .further-reading-wrapper {
    padding-left: calc((100vw - 97rem) / 2);
  }
}
.further-reading__header {
  text-align: center;
  margin: 0 0 1.5rem;
}
@media (min-width: 48rem) {
  .further-reading__header {
    text-align: left;
    margin: 0 0 2.5rem;
    padding: 0 2rem 0 0;
    display: flex;
    align-items: center;
  }
}
.further-reading .arrow {
  display: none;
}
@media (min-width: 48rem) {
  .further-reading .arrow {
    display: block;
    width: 60px;
    height: 60%;
    top: 45%;
    position: absolute;
    background-image: url(assets/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    opacity: 0.7;
    transition: opacity 0.25s;
  }
  .further-reading .arrow:hover {
    opacity: 1;
  }
  .further-reading .arrow-next {
    right: 1rem;
    transform: translateY(-50%);
  }
  .further-reading .arrow-prev {
    left: 12rem;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: 50% 50%;
  }
  .further-reading .arrow.disabled {
    opacity: 0.1;
    cursor: auto;
  }
}
.post__grid__further-reading {
  padding: 2rem 0.75rem 1rem;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 20rem;
  position: relative;
}
.post__grid__further-reading .tile:nth-child(1n+5) {
  display: none;
}
@media (min-width: 48rem) {
  .post__grid__further-reading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .post__grid__further-reading .tile:nth-child(1n+5) {
    display: block;
  }
}

html.no-touchevents .post__grid__further-reading {
  overflow-x: hidden;
}

/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/
.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 {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

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

.gallery-caption {
  display: block;
}

.author__header {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  width: 100%;
  max-width: 43rem;
  margin: 2.5rem auto 1.875rem;
}
@media (min-width: 23.4375rem) {
  .author__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .author__header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .author__header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 48rem) {
  .author__header {
    margin: 4.6875rem auto 3.125rem;
  }
}
.author__header__photo {
  border: 2px solid #117E89;
  border-radius: 50%;
  width: 100%;
  max-width: 9.625rem;
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
.author__header__photo-wrap {
  border-radius: 50%;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.author__header__photo picture, .author__header__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: auto;
}
.author__header__title {
  text-align: center;
  margin-bottom: 0.9375rem;
}
.author__header__title h1 {
  margin-bottom: 0;
  padding: 0;
}
.author__header__credentials {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: #006142;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (min-width: 67.5rem) {
  .author__header__credentials {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}
.author__header__location {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  color: #535A5C;
  text-align: center;
  margin-bottom: 3.125rem;
}
.author__header__bio {
  border-top: 1.5px solid #E2E3E4;
  border-bottom: 1.5px solid #E2E3E4;
  padding: 1.875rem 0;
  font-size: 1rem;
}
.author__header__bio p {
  margin-bottom: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.page__wide #comments {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 23.4375rem) {
  .page__wide #comments {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__wide #comments {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__wide #comments {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.klaviyo-form > div > form {
  padding: 0 !important;
}
.klaviyo-form input[type=email] {
  border: 1px solid #B8BFC1 !important;
  border-radius: 2px !important;
  height: 2.5rem !important;
}
.klaviyo-form button[type=button] {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
  background-color: #0B0E0F !important;
  background-image: url(assets/img/icons/email-signup-btn.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-indent: -2000em !important;
  width: 3.125rem !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 8px !important;
  margin-left: -2px !important;
}
.klaviyo-form button[type=button]:hover {
  text-decoration: none;
}
.klaviyo-form button[type=button] a {
  text-decoration: none;
}
.klaviyo-form button[type=button] a:hover {
  text-decoration: none;
}
.klaviyo-form button[type=button].disabled {
  opacity: 0.7;
  pointer-events: none;
}
.klaviyo-form button[type=button]:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.klaviyo-form button[type=button]:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.klaviyo-form button[type=button]:hover {
  color: #FFFFFF !important;
  background-color: #006142 !important;
}
.klaviyo-form button[type=button]:active {
  color: #FFFFFF !important;
  background-color: #006142 !important;
}
.klaviyo-form .ql-editor {
  border: 1px solid #B8BFC1 !important;
  padding: 0.75rem !important;
}
.klaviyo-form .ql-editor p, .klaviyo-form .ql-editor p span, .klaviyo-form .ql-editor p strong {
  color: #FFFFFF !important;
  text-align: left !important;
  display: block !important;
  font-family: "Apercu", Helvetica, sans-serif !important;
  font-size: 0.825rem !important;
}
.klaviyo-form .ql-editor p:first-child, .klaviyo-form .ql-editor p:first-child strong {
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  margin-bottom: 0.5rem !important;
}
.klaviyo-form div[class*=FormComponent__StyledFormComponentWrapper] {
  padding: 0 !important;
}

.widget .klaviyo-form .ql-editor {
  border: 1px solid #B8BFC1 !important;
}
.widget .klaviyo-form .ql-editor p, .widget .klaviyo-form .ql-editor p span, .widget .klaviyo-form .ql-editor p strong {
  color: #0B0E0F !important;
}
.widget .klaviyo-form .ql-editor p:first-child, .widget .klaviyo-form .ql-editor p:first-child strong {
  color: #0B0E0F !important;
}

.entry__footer-secondary {
  background-color: #FBFAFA;
}
.entry__footer-secondary .block__wrapper {
  max-width: 61.25rem;
  width: 100%;
  margin: 0 auto;
}
.entry__footer-secondary .block__featured-posts-3 {
  padding-bottom: 0.875rem;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .entry__footer-secondary .block__featured-posts-3 {
    padding-top: 1rem;
  }
}
.entry__footer-secondary .block__featured-posts-3__header {
  border-top: none;
}
@media (max-width: 47.9375rem) {
  .entry__footer-secondary .block__featured-posts-3 .post__grid-featured-3 {
    flex-wrap: nowrap;
    width: calc(100vw - 1rem);
    overflow-x: auto;
  }
  .entry__footer-secondary .block__featured-posts-3 .post__grid-featured-3 .tile-featured-3 {
    margin-right: 0.625rem;
  }
  .entry__footer-secondary .block__featured-posts-3 .post__grid-featured-3 .tile-featured-3 .tile__content {
    display: block;
    width: 14.75rem;
  }
  .entry__footer-secondary .block__featured-posts-3 .post__grid-featured-3 .tile-featured-3 .tile__image {
    width: 100%;
  }
  .entry__footer-secondary .block__featured-posts-3 .post__grid-featured-3 .tile-featured-3 .tile__title {
    width: 95%;
    margin-top: 0.875rem;
  }
}

.block__global-contacts {
  background-color: #FBFAFA;
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 48rem) {
  .block__global-contacts {
    padding: 2.5rem 0 5rem;
  }
}

.global-contacts__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 23.4375rem) {
  .global-contacts__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .global-contacts__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .global-contacts__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.global-contacts__wrapper.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 48rem) {
  .global-contacts__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.global-contacts__content {
  width: 100%;
  max-width: 31.25rem;
}
@media (min-width: 48rem) {
  .global-contacts__quicklinks {
    padding-left: 3.75rem;
    margin-top: 4.3125rem;
    border-left: 1px solid #E2E3E4;
  }
}
@media (min-width: 67.5rem) {
  .global-contacts__quicklinks {
    margin-top: 5.375rem;
  }
}
.global-contacts__quicklinks__heading {
  margin-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .global-contacts__quicklinks__heading {
    margin-bottom: 1rem;
  }
}
.global-contacts__quicklinks__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media (min-width: 48rem) {
  .global-contacts__quicklinks__list {
    row-gap: 1.25rem;
  }
}
.global-contacts__quicklinks__btn {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  white-space: nowrap;
  max-width: 12.5rem;
}
.global-contacts__quicklinks__btn:hover {
  text-decoration: none;
}
.global-contacts__quicklinks__btn a {
  text-decoration: none;
}
.global-contacts__quicklinks__btn a:hover {
  text-decoration: none;
}
.global-contacts__quicklinks__btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.global-contacts__quicklinks__btn.dark-green {
  color: #FFFFFF;
  background-color: #00422D;
  border: 1px solid #00422D;
  box-sizing: border-box;
  font-style: italic;
}
.global-contacts__quicklinks__btn.dark-green:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.global-contacts__quicklinks__btn.dark-green:active {
  color: #FFFFFF;
  background-color: #00422D;
  border: 1px solid #00422D;
}
.global-contacts__quicklinks__btn.lime {
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
}
.global-contacts__quicklinks__btn.lime:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.global-contacts__quicklinks__btn.lime:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.global-contacts__quicklinks__btn.grey {
  color: #FFFFFF;
  background-color: #787C7D;
  border: 1px solid #787C7D;
  box-sizing: border-box;
  font-style: italic;
}
.global-contacts__quicklinks__btn.grey:hover {
  color: #FFFFFF;
  background-color: #535A5C;
  border: 1px solid #535A5C;
}
.global-contacts__quicklinks__btn.grey:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}

#grnhse_app {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  #grnhse_app {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  #grnhse_app {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  #grnhse_app {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#grnhse_app.maxwidth1440 {
  max-width: 90rem;
}

.roles {
  padding: 20px 0;
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .roles {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .roles {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .roles {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.roles ul,
.roles li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.roles-select-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  width: auto;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .roles-select-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .roles-select-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .roles-select-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 48rem) {
  .roles-select-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.roles-select__left {
  display: flex;
}
.roles-select__department {
  padding: 0 12px;
  height: 36px;
  background-color: #F2F2F2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0B0E0F;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, HelveticaNeue, "Helvetica Neue", Helvetica, Roboto, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
  cursor: pointer;
  margin-right: 0.75rem;
}
.roles-select__department:hover {
  background-color: #EDEDED;
}
.roles-select__department .si-selection {
  padding-right: 2rem;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-caret.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  white-space: nowrap;
}
.roles-select__department .si-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: auto;
  min-width: 11.25rem;
  max-width: 15rem;
  overflow-y: auto;
  border: 1px solid #E2E3E4;
  background-color: #FFFFFF;
}
.roles-select__department .si-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.roles-select__department .si-item {
  position: relative;
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 1.75rem;
}
.roles-select__department .si-item:last-child {
  border-bottom: none;
}
.roles-select__department .si-item:hover {
  background-color: #F7F7F3;
  color: #0B0E0F;
}
.roles-select__department .si-selected {
  color: #0B0E0F;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-dropdown-checked.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.roles-select__department.si-off {
  overflow: hidden;
}
@media (min-width: 48rem) {
  .roles-select__department {
    margin-right: 1.25rem;
  }
}
.roles-select__location {
  padding: 0 12px;
  height: 36px;
  background-color: #F2F2F2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0B0E0F;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, HelveticaNeue, "Helvetica Neue", Helvetica, Roboto, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.roles-select__location:hover {
  background-color: #EDEDED;
}
.roles-select__location .si-selection {
  padding-right: 2rem;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-caret.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  white-space: nowrap;
}
.roles-select__location .si-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: auto;
  min-width: 11.25rem;
  max-width: 15rem;
  overflow-y: auto;
  border: 1px solid #E2E3E4;
  background-color: #FFFFFF;
}
.roles-select__location .si-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.roles-select__location .si-item {
  position: relative;
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 1.75rem;
}
.roles-select__location .si-item:last-child {
  border-bottom: none;
}
.roles-select__location .si-item:hover {
  background-color: #F7F7F3;
  color: #0B0E0F;
}
.roles-select__location .si-selected {
  color: #0B0E0F;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/select-dropdown-checked.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.roles-select__location.si-off {
  overflow: hidden;
}
.roles-select__search {
  padding: 0 4px 0 12px;
  height: 36px;
  background-color: #F2F2F2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.roles-select__search:hover {
  background-color: #EDEDED;
}
.roles-select__search input[type=search] {
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 20px;
  caret-color: #1197DE;
}
.roles-select__search input[type=search]:focus {
  outline: none;
}
.roles-select__search input[type=search]:focus::placeholder {
  color: #757575;
}
.roles-select__search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/close-filled.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}
.roles-select__search input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.5;
  pointer-events: all;
}
.roles-select__search input[type=search]:focus::-webkit-search-cancel-button:hover {
  opacity: 1;
}
.roles-select__search input[type=submit] {
  width: auto;
  border: none;
  background-color: transparent;
  text-indent: -2000em;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/nd-search.svg);
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}
.roles-select__search input[type=submit]:hover {
  background-color: transparent;
  border: none;
}
.roles__wrapper {
  background-color: #F7F7F3;
  padding-top: 20px;
}
.roles.location-filter-applied .no-listings,
.roles.location-filter-applied .no-results, .roles.search-filter-applied .no-listings,
.roles.search-filter-applied .no-results {
  display: none;
}
@media (min-width: 768px) {
  .roles__wrapper {
    padding-top: 32px;
  }
}

.roles .roles-department {
  font-family: "SF Pro Text", Arial, sans-serif;
  color: #111;
  display: grid;
  padding: 32px 0 20px;
  border-bottom: 1px solid #54565b;
  grid-template-columns: 1fr;
}
.roles .roles-department.hide {
  display: none;
}
.roles .roles-department.no-results .roles-department__role-wrapper:after {
  content: "no results";
  font-style: italic;
  font-size: 15px;
  display: block;
}
.roles .roles-department.no-listings {
  display: none;
}
.roles .roles-department.no-listings .roles-department__role-wrapper:after {
  content: "no openings";
  font-style: italic;
  font-size: 15px;
  display: block;
}
.roles .roles-department__title {
  font-family: "SF Pro Text", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 20px;
}
.roles .roles-department__heading {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #54565b;
  margin-bottom: 40px;
}
.roles .roles-department__heading label {
  font-family: Replicamonostd, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.roles .roles-department__role {
  display: grid;
  margin-bottom: 32px;
  align-items: center;
  grid-template-columns: 1fr 110px;
}
.roles .roles-department__role.location-filtered {
  display: none;
}
.roles .roles-department__role.search-filtered {
  display: none;
}
.roles .roles-department__role .search-highlight {
  background-color: #F9D624;
}
.roles .roles-department__role-title {
  font-family: "SF Pro Text", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  grid-column: 1/2;
}
.roles .roles-department__role-title a {
  color: #111;
}
.roles .roles-department__role-location {
  font-family: "SF Pro Text", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  grid-column: 1/2;
}
.roles .roles-department__role-apply-btn {
  font-family: "SF Pro Text", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  padding: 6px 16px;
  background-color: #B8EC51;
  color: #006142;
  display: inline-block;
  border-radius: 32px;
  transition: background-color 0.25s, color 0.25s;
  grid-column: 2/3;
  grid-row: 1/3;
}
.roles .roles-department__role-apply-btn:hover {
  color: white;
  background-color: #006142;
  text-decoration: none;
}
.roles .roles-department__role-apply-btn:active {
  background-color: #6087e9;
}
@media (min-width: 768px) {
  .roles .roles-department {
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .roles .roles-department {
    grid-template-columns: 1fr 1fr 1fr 110px;
  }
  .roles .roles-department__heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 110px;
  }
  .roles .roles-department__role {
    grid-template-columns: 1fr 1fr 110px;
    margin-bottom: 16px;
  }
  .roles .roles-department__role-wrapper {
    grid-column: 2/5;
  }
  .roles .roles-department__role-location {
    grid-column: 2/3;
  }
  .roles .roles-department__role-apply-btn {
    grid-column: 3/4;
    grid-rows: 1/2;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.metainfo {
  font-family: "Lato", Helvetica, serif;
  font-size: 0.8125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.metainfo a {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #0B0E0F;
  background-color: #F7F7F3;
}
.metainfo a:hover {
  color: #FFFFFF;
  background-color: #00422D;
}
.metainfo a + a {
  margin-left: 0.5rem;
}
.metainfo__parentcat {
  display: inline-block;
  margin-right: 0.75rem;
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  border: 2px solid #142332;
  padding: 1rem;
  background: white;
  transition: opacity 0.25s;
  width: 100%;
  max-width: 80%;
}
@media (min-width: 48rem) {
  .modal {
    width: auto;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.modal__overlay.transparent {
  background-color: transparent;
}
.modal__overlay.show {
  opacity: 1;
  pointer-events: all;
}
.modal__close {
  overflow: hidden;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-image: url(assets/img/icons/x-close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.modal.show {
  opacity: 1;
  pointer-events: all;
}

iframe.instagram-media {
  min-width: auto !important;
}

#graphcomment {
  position: relative;
}
#graphcomment:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 7rem;
  background-color: white;
}
@media (min-width: 501px) {
  #graphcomment:after {
    height: 3.5rem;
  }
}

.site__wrapper .acf-form {
  margin-bottom: 1rem;
}
.site__wrapper .acf-fields > .acf-field {
  padding: 0;
  margin-bottom: 1rem;
}
.site__wrapper .acf-field .acf-label {
  margin-bottom: 0;
}
.site__wrapper button, .site__wrapper [type=button], .site__wrapper [type=reset], .site__wrapper [type=submit] {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
  width: 100%;
}
.site__wrapper button:hover, .site__wrapper [type=button]:hover, .site__wrapper [type=reset]:hover, .site__wrapper [type=submit]:hover {
  text-decoration: none;
}
.site__wrapper button a, .site__wrapper [type=button] a, .site__wrapper [type=reset] a, .site__wrapper [type=submit] a {
  text-decoration: none;
}
.site__wrapper button a:hover, .site__wrapper [type=button] a:hover, .site__wrapper [type=reset] a:hover, .site__wrapper [type=submit] a:hover {
  text-decoration: none;
}
.site__wrapper button.disabled, .site__wrapper [type=button].disabled, .site__wrapper [type=reset].disabled, .site__wrapper [type=submit].disabled {
  opacity: 0.7;
  pointer-events: none;
}
.site__wrapper button:hover, .site__wrapper [type=button]:hover, .site__wrapper [type=reset]:hover, .site__wrapper [type=submit]:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.site__wrapper button:active, .site__wrapper [type=button]:active, .site__wrapper [type=reset]:active, .site__wrapper [type=submit]:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.site__wrapper .acf-field input[type=text], .site__wrapper .acf-field input[type=password], .site__wrapper .acf-field input[type=date], .site__wrapper .acf-field input[type=datetime], .site__wrapper .acf-field input[type=datetime-local], .site__wrapper .acf-field input[type=email], .site__wrapper .acf-field input[type=month], .site__wrapper .acf-field input[type=number], .site__wrapper .acf-field input[type=search], .site__wrapper .acf-field input[type=tel], .site__wrapper .acf-field input[type=time], .site__wrapper .acf-field input[type=url], .site__wrapper .acf-field input[type=week], .site__wrapper .acf-field textarea, .site__wrapper .acf-field select {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding: 0.5625rem 0.5rem;
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  border: none;
  border-radius: 2px;
}
.site__wrapper .acf-field input[type=text]:focus, .site__wrapper .acf-field input[type=password]:focus, .site__wrapper .acf-field input[type=date]:focus, .site__wrapper .acf-field input[type=datetime]:focus, .site__wrapper .acf-field input[type=datetime-local]:focus, .site__wrapper .acf-field input[type=email]:focus, .site__wrapper .acf-field input[type=month]:focus, .site__wrapper .acf-field input[type=number]:focus, .site__wrapper .acf-field input[type=search]:focus, .site__wrapper .acf-field input[type=tel]:focus, .site__wrapper .acf-field input[type=time]:focus, .site__wrapper .acf-field input[type=url]:focus, .site__wrapper .acf-field input[type=week]:focus, .site__wrapper .acf-field textarea:focus, .site__wrapper .acf-field select:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.site__wrapper .acf-field input[type=text]:focus, .site__wrapper .acf-field input[type=password]:focus, .site__wrapper .acf-field input[type=date]:focus, .site__wrapper .acf-field input[type=datetime]:focus, .site__wrapper .acf-field input[type=datetime-local]:focus, .site__wrapper .acf-field input[type=email]:focus, .site__wrapper .acf-field input[type=month]:focus, .site__wrapper .acf-field input[type=number]:focus, .site__wrapper .acf-field input[type=search]:focus, .site__wrapper .acf-field input[type=tel]:focus, .site__wrapper .acf-field input[type=time]:focus, .site__wrapper .acf-field input[type=url]:focus, .site__wrapper .acf-field input[type=week]:focus, .site__wrapper .acf-field textarea:focus, .site__wrapper .acf-field select:focus {
  border: none;
}
.site__wrapper .select2-container--default .select2-selection--single {
  border-radius: 2px;
  padding: 0.5625rem 0.5rem;
  height: auto;
  border: none;
}
.site__wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.625rem;
  right: 0.5rem;
}

.tcm-separator {
  margin: 0 !important;
}

.tcm-social-accounts a:hover {
  border-bottom: 0;
}

.tcm-create-post-container.comment-id-0 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 23.4375rem) {
  .tcm-create-post-container.comment-id-0 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .tcm-create-post-container.comment-id-0 {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .tcm-create-post-container.comment-id-0 {
    padding-right: 0;
  }
}

.q-and-a__form {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
@media (min-width: 48rem) {
  .q-and-a__form {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.q-and-a__form p > a {
  position: relative;
  line-height: 1em;
}
.q-and-a__form p > a:hover, .q-and-a__form p > a:visited:hover, .q-and-a__form p > a:active {
  color: #117E89;
}
.q-and-a__form p > a:visited {
  color: #117E89;
}
.q-and-a__form label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
  color: #117E89;
  font-weight: bold;
  border-bottom-color: transparent;
}
.q-and-a__form label a, .q-and-a__form label a:visited, .q-and-a__form label:visited {
  color: #117E89;
  font-weight: bold;
}
.q-and-a__form label a:hover, .q-and-a__form label:hover {
  border-bottom-color: transparent;
}
.q-and-a__form select {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding: 0.5625rem 0.5rem;
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 2.75rem;
  background-image: url(assets/img/select-carot.svg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.q-and-a__form select:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
@media (min-height: 550px) and (max-height: 699px) {
  .q-and-a__form {
    padding-top: 1.25rem !important;
  }
  .q-and-a__form .acf-field textarea {
    height: 3.75rem;
  }
  .q-and-a__form .page__title {
    margin-bottom: 0.5rem;
  }
  .q-and-a__form > p {
    margin-bottom: 0.5rem;
  }
}
@media (min-height: 700px) and (max-height: 830px) {
  .q-and-a__form .acf-field textarea {
    max-height: calc(100vh - 650px);
  }
}

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

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

.subnavigation {
  display: none;
}
.subnavigation--active {
  display: block;
}
.subnavigation-content {
  display: block;
}

form.search {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  grid-auto-columns: 1fr max-content;
  grid-auto-flow: column;
  padding: 0.625rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  form.search {
    padding: 0.625rem 2.25rem;
  }
}
@media (min-width: 79.5rem) {
  form.search {
    padding: 0.625rem 0;
    max-width: 75rem;
  }
}

input.search-field {
  font-family: portrait, Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 0.625rem;
  background: none;
  border: 1px solid #969B9C;
  border-radius: 3px;
  color: #0B0E0F;
  transition: background-color 0.3s ease;
}

@media (min-width: 992px) {
  .search-field {
    font-size: 1.25rem;
  }
}
.search-field:focus {
  background-color: #FBFAFA;
  outline: none;
  transition: background-color 0.3s ease;
}

.search-field:-ms-input-placeholder {
  color: #0B0E0F;
  font-style: italic;
}

.search-field::placeholder {
  color: #0B0E0F;
  font-style: italic;
}

.search-submit {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
}
.search-submit:hover {
  text-decoration: none;
}
.search-submit a {
  text-decoration: none;
}
.search-submit a:hover {
  text-decoration: none;
}
.search-submit.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.search-submit:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.search-submit:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}

.search-button-icon {
  width: 1.75rem;
}

.site__header__search__btn {
  text-indent: -1000em;
  overflow: hidden;
  background-image: url("//cdn2.shopify.com/s/files/1/0545/1009/t/179/assets/search.svg?204097");
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1.25rem;
}
.content-area .content__search {
  margin-bottom: 2.5rem;
  max-width: 43.75rem;
}
.content-area .content__search__field {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding-left: 2.25rem;
  width: calc(100vw - 4.625rem);
  border: none;
}
.content-area .content__search__field:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.content-area .content__search__field:focus {
  outline: none;
}
@media (min-width: 48rem) {
  .content-area .content__search__field {
    max-width: 25rem;
    float: right;
  }
}
@media (min-width: 48rem) {
  .content-area .content__search {
    display: grid;
    grid-template-columns: 1fr 12.5rem;
    margin-bottom: 5rem;
    padding-right: 2.5rem;
  }
}
.content-area .content__search__field {
  border: 2px solid #B8BFC1;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 4px;
  max-width: none;
}
@media (min-width: 48rem) {
  .content-area .content__search__field {
    width: auto;
    text-align: left;
  }
}
.content-area .content__search__field:focus {
  border-color: #8ED500;
}
.content-area .content__search__submit {
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
  width: 100%;
  border-radius: 0 4px 4px 0;
  padding: 0.9375rem 1rem;
  height: 100%;
}
.content-area .content__search__submit:hover {
  text-decoration: none;
}
.content-area .content__search__submit a {
  text-decoration: none;
}
.content-area .content__search__submit a:hover {
  text-decoration: none;
}
.content-area .content__search__submit.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.content-area .content__search__submit:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.content-area .content__search__submit:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
@media (min-width: 48rem) {
  .content-area .content__search__submit {
    width: auto;
  }
}

.share__links {
  display: inline-block;
  line-height: 1rem;
  display: flex;
}
.share__links img {
  display: block;
}
.share__link {
  display: inline-block;
  padding: 4px 8px;
  width: 34px;
  box-sizing: content-box;
}
.share__link:hover {
  border-bottom: none;
}
.share__clipboard__successmsg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 140%);
  white-space: nowrap;
  padding: 5px;
  border: 2px solid #142332;
  opacity: 0;
  background-color: white;
  transition: opacity 2s;
  pointer-events: none;
}
.share__clipboard__successmsg.show {
  opacity: 1;
  transition: opacity 0.25s;
}
.share.show-text__link__text {
  display: block;
}

.site__submenu {
  display: none;
}
@media (min-width: 48rem) {
  .site__submenu {
    display: block;
    position: sticky;
    top: 3.0625rem;
    z-index: 2;
    background-color: #FBFAFA;
  }
}
.site__submenu nav > ul {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #F7F7F3;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 23.4375rem) {
  .site__submenu nav > ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__submenu nav > ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__submenu nav > ul {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site__submenu li {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.site__submenu li:before {
  content: "";
}
.site__submenu li + li {
  margin-left: 2rem;
}
.site__submenu li a {
  color: #535A5C;
}
.site__submenu li a:hover {
  border-bottom: none;
  color: #8ED500;
}
.site__submenu li.menu-item-has-children:hover ul.sub-menu, .site__submenu li.menu-item-has-children a.open + ul.sub-menu {
  display: block;
}
.site__submenu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  padding: 0;
  margin: 0;
  background-color: white;
  padding: 20px;
  width: 300px;
  border-bottom: 1px solid #E2E3E4;
  display: none;
}
.site__submenu li ul.sub-menu li {
  margin: 0 0 12px;
  padding: 0;
}
.site__submenu li.current_page_item > a:not([href*="#"]) {
  color: #8ED500;
}
.site__submenu li a.current-section {
  color: #8ED500;
}

.logged-in .site__submenu {
  top: 81px;
}

.widget {
  margin: 0 0 1.5625rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E2E3E4;
  /* Make sure select elements fit in widgets. */
}
.widget:first-child {
  border-top: none;
  padding-top: 0;
}
.widget select {
  max-width: 100%;
}
.widget h3, .widget h3 a, .widget__title {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.25em;
  color: #0B0E0F;
  margin-bottom: 1rem;
  color: #969B9C;
}
@media (min-width: 67.5rem) {
  .widget h3, .widget h3 a, .widget__title {
    font-size: 1.25rem;
  }
}
.widget p a:hover {
  color: #0B0E0F;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
}
.widget_categories ul li {
  list-style-type: none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.widget_categories ul li a {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #117E89;
  font-weight: bold;
}
.widget_categories ul li a:hover {
  text-decoration: underline;
}
.widget_categories ul li.current-cat a {
  color: #0B0E0F;
  pointer-events: none;
}
.widget_search .search-field {
  width: 100%;
  margin-bottom: 0.5rem;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}
.widget__related-product {
  position: relative;
}
.widget__related-product__shop-btn {
  position: absolute;
  right: 0;
  top: 7rem;
}
.widget__related-product__image {
  text-align: left;
  margin-bottom: 1.6875rem;
}
.widget__related-product__image img {
  border-radius: 50%;
  max-width: 11.625rem;
  width: 100%;
  height: auto;
  border: 1px solid #E2E3E4;
  display: inline-block;
}
.widget__related-product .widget__heading {
  margin-bottom: 0.9375rem;
}
.widget__product-search .widget__title {
  font-size: 1.875rem;
  color: #0B0E0F;
  font-weight: normal;
  margin-bottom: 1rem;
}
.widget__product-search * {
  display: block;
  width: 100%;
}
.widget__product-search a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.widget__product-search a:hover {
  border-bottom-color: transparent;
}
.widget__product-search a:hover .widget__product-search__title, .widget__product-search a:hover .widget__product-search__price {
  color: #0B0E0F;
}
.widget__product-search__image {
  width: 7.5rem;
}
.widget__product-search__content {
  width: calc(100% - 120px - 1rem);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.widget__product-search__title {
  margin-bottom: 0.5rem;
}
.widget__product-search__price {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.widget__product-search__shop-btn {
  display: inline-block;
  width: auto;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #117E89;
  padding-right: 1.625rem;
  position: relative;
}
.widget__product-search__shop-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  background-image: url(assets/img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.widget_nav_menu .menu-item {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25em;
  list-style-type: none;
}
.widget_nav_menu .menu-item a {
  color: #117E89;
}
.widget_nav_menu .menu-item a:hover {
  text-decoration: underline;
  color: #117E89;
}

/*--------------------------------------------------------------
## Tiles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Tiles
--------------------------------------------------------------*/
.tile__home-feature:not(.featured-image) {
  width: 100%;
  min-height: 17.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  transition: background-color 0.25s;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 2.5rem 2rem 1.5rem;
  box-sizing: border-box;
  transition: background-color 0.25s;
  background-color: #8ED500;
}
.tile__home-feature:not(.featured-image) .tile__image picture, .tile__home-feature:not(.featured-image) .tile__image img {
  transition: transform 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__title {
  transition: color 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__title a {
  transition: color 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__posted-on {
  transition: color 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__excerpt {
  transition: color 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__press-bg svg path {
  fill: #D4F395;
  opacity: 0.5;
}
.tile__home-feature:not(.featured-image) .tile__title {
  color: #00422D;
}
.tile__home-feature:not(.featured-image) .tile__title a {
  color: #00422D;
}
.tile__home-feature:not(.featured-image) .tile__posted-on {
  color: #006142;
}
.tile__home-feature:not(.featured-image) .tile__excerpt {
  color: #006142;
}
.tile__home-feature:not(.featured-image):hover {
  background-color: #D4F395;
}
.tile__home-feature:not(.featured-image):hover .tile__press-bg svg path {
  fill: #8ED500;
  opacity: 0.3;
}
.tile__home-feature:not(.featured-image):hover .tile__title {
  color: #00422D;
}
.tile__home-feature:not(.featured-image):hover .tile__title a {
  color: #00422D;
}
.tile__home-feature:not(.featured-image):hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__home-feature:not(.featured-image):hover .tile__excerpt {
  color: #0B0E0F;
}
@media (min-width: 48rem) {
  .tile__home-feature:not(.featured-image) {
    margin-bottom: 0;
    justify-self: stretch;
    padding: 5rem 2.5rem 3.75rem;
  }
}
@media (min-width: 56.25rem) {
  .tile__home-feature:not(.featured-image) {
    max-width: 100%;
  }
}
.tile__home-feature:not(.featured-image) > * {
  z-index: 2;
}
.tile__home-feature:not(.featured-image) .tile__press-bg {
  position: absolute;
  right: -15%;
  bottom: -5%;
  z-index: 0;
  width: 100%;
}
.tile__home-feature:not(.featured-image) .tile__press-bg svg {
  width: 100%;
  height: auto;
}
.tile__home-feature:not(.featured-image) .tile__press-bg svg path {
  transition: fill 0.25s;
}
.tile__home-feature:not(.featured-image) .tile__title {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: #0B0E0F;
  font-size: 7vw;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  transition: color 0.25s;
  margin-bottom: 6.25rem;
}
@media (min-width: 67.5rem) {
  .tile__home-feature:not(.featured-image) .tile__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 25.875rem) {
  .tile__home-feature:not(.featured-image) .tile__title {
    margin-bottom: 13.75rem;
    font-size: 2rem;
  }
}
@media (min-width: 48rem) {
  .tile__home-feature:not(.featured-image) .tile__title {
    font-size: 2.8125rem;
  }
}
.tile__home-feature:not(.featured-image) .tile__content {
  position: absolute;
  bottom: 2.5rem;
  padding-right: 8%;
}
@media (min-width: 48rem) {
  .tile__home-feature:not(.featured-image) .tile__content {
    bottom: 3.75rem;
  }
}
.tile__home-feature:not(.featured-image) .tile__metainfo {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.tile__home-feature:not(.featured-image) .tile__metainfo a {
  margin-bottom: 0;
}
.tile__home-feature:not(.featured-image) .tile__metainfo .metainfo__parentcat {
  display: none;
}
@media (min-width: 25.875rem) {
  .tile__home-feature:not(.featured-image) .tile__metainfo .metainfo__parentcat {
    display: block;
  }
}
.tile__home-feature:not(.featured-image) .tile__posted-on {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 1.25rem 0 0;
  transition: color 0.25s;
}
@media (min-width: 25.875rem) {
  .tile__home-feature:not(.featured-image) .tile__posted-on {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.tile__home-feature:not(.featured-image) .tile__excerpt {
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}
@media (min-width: 25.875rem) {
  .tile__home-feature:not(.featured-image) .tile__excerpt {
    display: block;
  }
}
@media (min-width: 48rem) {
  .tile__home-feature:not(.featured-image) .tile__excerpt {
    font-size: 1.125rem;
  }
}
.tile__home-feature.featured-image.wrapped {
  width: 100%;
  min-height: 17.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.25s;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 1.25rem 1.25rem 1rem;
  transition: background-color 0.25s;
  background-color: #8ED500;
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.wrapped {
    padding: 1.25rem 1.25rem 2rem;
  }
}
.tile__home-feature.featured-image.wrapped .tile__image picture, .tile__home-feature.featured-image.wrapped .tile__image img {
  transition: transform 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__title {
  transition: color 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__title a {
  transition: color 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__posted-on {
  transition: color 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__excerpt {
  transition: color 0.25s;
}
.tile__home-feature.featured-image.wrapped .tile__press-bg svg path {
  fill: #D4F395;
  opacity: 0.5;
}
.tile__home-feature.featured-image.wrapped .tile__title {
  color: #00422D;
}
.tile__home-feature.featured-image.wrapped .tile__title a {
  color: #00422D;
}
.tile__home-feature.featured-image.wrapped .tile__posted-on {
  color: #006142;
}
.tile__home-feature.featured-image.wrapped .tile__excerpt {
  color: #006142;
}
.tile__home-feature.featured-image.wrapped:hover {
  background-color: #D4F395;
}
.tile__home-feature.featured-image.wrapped:hover .tile__press-bg svg path {
  fill: #8ED500;
  opacity: 0.3;
}
.tile__home-feature.featured-image.wrapped:hover .tile__title {
  color: #00422D;
}
.tile__home-feature.featured-image.wrapped:hover .tile__title a {
  color: #00422D;
}
.tile__home-feature.featured-image.wrapped:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__home-feature.featured-image.wrapped:hover .tile__excerpt {
  color: #0B0E0F;
}
.tile__home-feature.featured-image.wrapped .tile__image {
  width: calc(100% + 24px);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
  border: 1px solid #F7F7F3;
}
.tile__home-feature.featured-image.wrapped .tile__image picture, .tile__home-feature.featured-image.wrapped .tile__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.wrapped .tile__image {
    margin-bottom: 2.5rem;
  }
}
.tile__home-feature.featured-image.wrapped .tile__title {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  transition: color 0.25s;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
  font-size: 1.25rem;
  color: #00422D;
  margin-bottom: 0.75rem;
}
@media (min-width: 67.5rem) {
  .tile__home-feature.featured-image.wrapped .tile__title {
    margin-bottom: 2rem;
  }
}
.tile__home-feature.featured-image.wrapped .tile__title a {
  color: #00422D;
}
@media (min-width: 48rem) and (max-width: 67.5rem) {
  .tile__home-feature.featured-image.wrapped .tile__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 67.5rem) {
  .tile__home-feature.featured-image.wrapped .tile__title {
    margin: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tile__home-feature.featured-image.wrapped .tile__content {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 67.5rem) {
  .tile__home-feature.featured-image.wrapped .tile__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tile__home-feature.featured-image.wrapped .tile__metainfo .metainfo__parentcat {
  display: none;
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.wrapped .tile__metainfo .metainfo__parentcat {
    display: inline-block;
  }
}
.tile__home-feature.featured-image.wrapped .tile__posted-on {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 1.25rem 0 0;
  transition: color 0.25s;
  display: block;
}
@media (min-width: 25.875rem) {
  .tile__home-feature.featured-image.wrapped .tile__posted-on {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    left: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.wrapped .tile__posted-on {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 1.25rem 0.75rem 0;
  }
}
.tile__home-feature.featured-image.wrapped .tile__excerpt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: #0B0E0F;
}
@media (min-width: 25.875rem) {
  .tile__home-feature.featured-image.wrapped .tile__excerpt {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.wrapped .tile__excerpt {
    font-size: 1.125rem;
  }
}
.tile__home-feature.featured-image.stacked {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.tile__home-feature.featured-image.stacked .tile__image {
  width: 100%;
  display: block;
}
.tile__home-feature.featured-image.stacked .tile__image picture, .tile__home-feature.featured-image.stacked .tile__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
}
.tile__home-feature.featured-image.stacked .tile__title {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
  color: #00422D;
  margin-bottom: 0;
}
@media (min-width: 67.5rem) {
  .tile__home-feature.featured-image.stacked .tile__title {
    margin-bottom: 2rem;
  }
}
.tile__home-feature.featured-image.stacked .tile__title a {
  color: #00422D;
}
@media (min-width: 48rem) and (max-width: 67.5rem) {
  .tile__home-feature.featured-image.stacked .tile__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 67.5rem) {
  .tile__home-feature.featured-image.stacked .tile__title {
    margin: 0;
  }
}
.tile__home-feature.featured-image.stacked .tile__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.tile__home-feature.featured-image.stacked .tile__metainfo a {
  margin-bottom: 0;
}
.tile__home-feature.featured-image.stacked .tile__posted-on {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 1.25rem 0 0;
  transition: color 0.25s;
}
@media (min-width: 25.875rem) {
  .tile__home-feature.featured-image.stacked .tile__posted-on {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 48rem) {
  .tile__home-feature.featured-image.stacked .tile__posted-on {
    left: 1.25rem;
    right: 1.25rem;
  }
}
.block__team-grid .tile__name {
  font-size: 1rem;
  margin-bottom: 0rem;
  color: #0B0E0F;
}
.block__team-grid .tile__title {
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5625rem;
  color: #969B9C;
}
.block__team-grid .tile__bio {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #535A5C;
}

.block__team-grid--small .tile__team {
  list-style-type: none;
  margin-bottom: 0;
}
@media (max-width: 47.9375rem) {
  .block__team-grid--small .tile__team {
    grid-column: 1/2;
  }
}
.block__team-grid--small .tile__team .tile__content {
  text-align: left;
}
@media (min-width: 25.875rem) {
  .block__team-grid--small .tile__team .tile__content {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 2rem;
  }
}
.block__team-grid--small .tile__team .tile__image img, .block__team-grid--small .tile__team .tile__image picture {
  width: 100%;
  max-width: 8.75rem;
  height: auto;
  margin-bottom: 2.25rem;
}

.block__team-grid--large .tile__team {
  list-style-type: none;
}
.block__team-grid--large .tile__team .tile__content {
  text-align: center;
}
.block__team-grid--large .tile__team .tile__image img, .block__team-grid--large .tile__team .tile__image picture {
  width: 100%;
  height: auto;
  margin-bottom: 2.25rem;
}

.block__team-grid--row .tile__team {
  list-style-type: none;
}
.block__team-grid--row .tile__team .tile__content {
  text-align: left;
}
@media (min-width: 25.875rem) {
  .block__team-grid--row .tile__team .tile__content {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 2rem;
  }
}
.block__team-grid--row .tile__team .tile__image img, .block__team-grid--row .tile__team .tile__image picture {
  width: 100%;
  max-width: 8.75rem;
  height: auto;
  margin-bottom: 2.25rem;
}

.block__card-grid .tile__card {
  padding: 2rem 1.25rem 1.25rem;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.block__card-grid .tile__content p {
  color: #535A5C;
}

.tile__press {
  min-height: 12.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  align-items: flex-end;
  display: grid;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.25s;
  background-color: #D4F395;
}
@media (min-width: 48rem) {
  .tile__press {
    max-width: 15rem;
    min-height: 16.25rem;
  }
}
.tile__press .tile__image {
  padding: 0.5rem 0.5rem 0.75rem;
  z-index: 1;
  padding-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  align-self: stretch;
}
.tile__press .tile__image a {
  height: 100%;
  display: block;
}
.tile__press .tile__image picture {
  border: 1px solid #F7F7F3;
}
.tile__press .tile__image picture, .tile__press .tile__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}
.tile__press .tile__press-bg {
  position: absolute;
  right: -1.875rem;
  top: 1.5rem;
  z-index: 0;
}
.tile__press .tile__press-bg svg {
  width: 100%;
  height: auto;
}
.tile__press .tile__title {
  position: relative;
  padding: 2rem 1.25rem 3.3125rem;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.tile__press .tile__title span {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-weight: 900;
  margin: 0;
  display: block;
}
@media (min-width: 25.875rem) {
  .tile__press .tile__title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media (min-width: 48rem) {
  .tile__press .tile__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 1rem 1.5rem 3.3125rem 1.25rem;
  }
}
.tile__press .tile__posted-on {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  right: 1rem;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 25.875rem) {
  .tile__press .tile__posted-on {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 48rem) {
  .tile__press .tile__posted-on {
    left: 1.25rem;
    right: 1.25rem;
  }
}
.tile__press .tile__image picture, .tile__press .tile__image img {
  transition: transform 0.25s;
}
.tile__press .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__press .tile__title {
  transition: color 0.25s;
}
.tile__press .tile__title a {
  transition: color 0.25s;
}
.tile__press .tile__posted-on {
  transition: color 0.25s;
}
.tile__press .tile__excerpt {
  transition: color 0.25s;
}
.tile__press .tile__press-bg svg path {
  fill: #8ED500;
  opacity: 0.2;
}
.tile__press .tile__title {
  color: #00422D;
}
.tile__press .tile__title a {
  color: #00422D;
}
.tile__press .tile__posted-on {
  color: #006142;
}
.tile__press .tile__excerpt {
  color: #006142;
}
.tile__press:hover {
  background-color: #8ED500;
}
.tile__press:hover .tile__press-bg svg path {
  fill: #D4F395;
}
.tile__press:hover .tile__title {
  color: #00422D;
}
.tile__press:hover .tile__title a {
  color: #00422D;
}
.tile__press:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__press:hover .tile__excerpt {
  color: #0B0E0F;
}
.tile__press.color-lime {
  transition: background-color 0.25s;
  background-color: #D4F395;
}
.tile__press.color-lime .tile__image picture, .tile__press.color-lime .tile__image img {
  transition: transform 0.25s;
}
.tile__press.color-lime .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__press.color-lime .tile__title {
  transition: color 0.25s;
}
.tile__press.color-lime .tile__title a {
  transition: color 0.25s;
}
.tile__press.color-lime .tile__posted-on {
  transition: color 0.25s;
}
.tile__press.color-lime .tile__excerpt {
  transition: color 0.25s;
}
.tile__press.color-lime .tile__press-bg svg path {
  fill: #8ED500;
  opacity: 0.2;
}
.tile__press.color-lime .tile__title {
  color: #00422D;
}
.tile__press.color-lime .tile__title a {
  color: #00422D;
}
.tile__press.color-lime .tile__posted-on {
  color: #006142;
}
.tile__press.color-lime .tile__excerpt {
  color: #006142;
}
.tile__press.color-lime:hover {
  background-color: #8ED500;
}
.tile__press.color-lime:hover .tile__press-bg svg path {
  fill: #D4F395;
}
.tile__press.color-lime:hover .tile__title {
  color: #00422D;
}
.tile__press.color-lime:hover .tile__title a {
  color: #00422D;
}
.tile__press.color-lime:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__press.color-lime:hover .tile__excerpt {
  color: #0B0E0F;
}
.tile__press.color-yellow {
  transition: background-color 0.25s;
  background-color: rgba(249, 214, 36, 0.5);
}
.tile__press.color-yellow .tile__image picture, .tile__press.color-yellow .tile__image img {
  transition: transform 0.25s;
}
.tile__press.color-yellow .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__press.color-yellow .tile__title {
  transition: color 0.25s;
}
.tile__press.color-yellow .tile__title a {
  transition: color 0.25s;
}
.tile__press.color-yellow .tile__posted-on {
  transition: color 0.25s;
}
.tile__press.color-yellow .tile__excerpt {
  transition: color 0.25s;
}
.tile__press.color-yellow .tile__press-bg svg path {
  fill: #FEF8D7;
  opacity: 0.5;
}
.tile__press.color-yellow .tile__title {
  color: #00422D;
}
.tile__press.color-yellow .tile__title a {
  color: #00422D;
}
.tile__press.color-yellow .tile__posted-on {
  color: #006142;
}
.tile__press.color-yellow .tile__excerpt {
  color: #006142;
}
.tile__press.color-yellow:hover {
  background-color: #F9D624;
}
.tile__press.color-yellow:hover .tile__press-bg svg path {
  fill: #FEF8D7;
  opacity: 0.5;
}
.tile__press.color-yellow:hover .tile__title {
  color: #00422D;
}
.tile__press.color-yellow:hover .tile__title a {
  color: #00422D;
}
.tile__press.color-yellow:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__press.color-yellow:hover .tile__excerpt {
  color: #0B0E0F;
}
.tile__press.color-light-yellow {
  transition: background-color 0.25s;
  background-color: #FEF8D7;
}
.tile__press.color-light-yellow .tile__image picture, .tile__press.color-light-yellow .tile__image img {
  transition: transform 0.25s;
}
.tile__press.color-light-yellow .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__press.color-light-yellow .tile__title {
  transition: color 0.25s;
}
.tile__press.color-light-yellow .tile__title a {
  transition: color 0.25s;
}
.tile__press.color-light-yellow .tile__posted-on {
  transition: color 0.25s;
}
.tile__press.color-light-yellow .tile__excerpt {
  transition: color 0.25s;
}
.tile__press.color-light-yellow .tile__press-bg svg path {
  fill: #F9D624;
  opacity: 0.2;
}
.tile__press.color-light-yellow .tile__title {
  color: #00422D;
}
.tile__press.color-light-yellow .tile__title a {
  color: #00422D;
}
.tile__press.color-light-yellow .tile__posted-on {
  color: #006142;
}
.tile__press.color-light-yellow .tile__excerpt {
  color: #006142;
}
.tile__press.color-light-yellow:hover {
  background-color: #F9D624;
}
.tile__press.color-light-yellow:hover .tile__press-bg svg path {
  fill: #FEF8D7;
  opacity: 0.5;
}
.tile__press.color-light-yellow:hover .tile__title {
  color: #00422D;
}
.tile__press.color-light-yellow:hover .tile__title a {
  color: #00422D;
}
.tile__press.color-light-yellow:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__press.color-light-yellow:hover .tile__excerpt {
  color: #0B0E0F;
}
.tile__press.color-teal {
  transition: background-color 0.25s;
  background-color: rgba(104, 208, 217, 0.5);
}
.tile__press.color-teal .tile__image picture, .tile__press.color-teal .tile__image img {
  transition: transform 0.25s;
}
.tile__press.color-teal .tile__press-bg svg path {
  transition: opacity 0.25s, fill 0.25s;
}
.tile__press.color-teal .tile__title {
  transition: color 0.25s;
}
.tile__press.color-teal .tile__title a {
  transition: color 0.25s;
}
.tile__press.color-teal .tile__posted-on {
  transition: color 0.25s;
}
.tile__press.color-teal .tile__excerpt {
  transition: color 0.25s;
}
.tile__press.color-teal .tile__press-bg svg path {
  fill: #00A3B1;
  opacity: 0.1;
}
.tile__press.color-teal .tile__title {
  color: #3B484D;
}
.tile__press.color-teal .tile__title a {
  color: #3B484D;
}
.tile__press.color-teal .tile__posted-on {
  color: #3B484D;
}
.tile__press.color-teal .tile__excerpt {
  color: #3B484D;
}
.tile__press.color-teal:hover {
  background-color: #68D0D9;
}
.tile__press.color-teal:hover .tile__press-bg svg path {
  fill: #00A3B1;
  opacity: 0.3;
}
.tile__press.color-teal:hover .tile__title {
  color: #0B0E0F;
}
.tile__press.color-teal:hover .tile__title a {
  color: #0B0E0F;
}
.tile__press.color-teal:hover .tile__posted-on {
  color: #0B0E0F;
}
.tile__press.color-teal:hover .tile__excerpt {
  color: #0B0E0F;
}
.block__press-grid .tile__press-old {
  padding: 2rem 1.25rem 1.25rem;
  border: 1px #dfe1e4 solid;
}
.block__press-grid .tile__press-old:hover .tile__heading {
  color: #117E89;
}
.block__press-grid .tile__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1rem;
  color: #535A5C;
}
.block__press-grid .tile__heading {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.25em;
  color: #0B0E0F;
  display: block;
  color: #0B0E0F;
  transition: color 0.25s;
}
@media (min-width: 67.5rem) {
  .block__press-grid .tile__heading {
    font-size: 1.25rem;
  }
}
.block__press-grid .tile__image {
  margin-bottom: 1rem;
  display: block;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/** #nextdoor overrides of Content Headings **/
.entry__content h1.has-lime-color, .entry__content h1.has-lime-color:hover, .entry__content h1.has-lime-color:active, .entry__content h1.has-lime-color:focus, .entry__content h2.has-lime-color, .entry__content h2.has-lime-color:hover, .entry__content h2.has-lime-color:active, .entry__content h2.has-lime-color:focus, .entry__content h3.has-lime-color, .entry__content h3.has-lime-color:hover, .entry__content h3.has-lime-color:active, .entry__content h3.has-lime-color:focus, .entry__content h4.has-lime-color, .entry__content h4.has-lime-color:hover, .entry__content h4.has-lime-color:active, .entry__content h4.has-lime-color:focus, .entry__content h5.has-lime-color, .entry__content h5.has-lime-color:hover, .entry__content h5.has-lime-color:active, .entry__content h5.has-lime-color:focus, .entry__content h6.has-lime-color, .entry__content h6.has-lime-color:hover, .entry__content h6.has-lime-color:active, .entry__content h6.has-lime-color:focus, .page__content h1.has-lime-color, .page__content h1.has-lime-color:hover, .page__content h1.has-lime-color:active, .page__content h1.has-lime-color:focus, .page__content h2.has-lime-color, .page__content h2.has-lime-color:hover, .page__content h2.has-lime-color:active, .page__content h2.has-lime-color:focus, .page__content h3.has-lime-color, .page__content h3.has-lime-color:hover, .page__content h3.has-lime-color:active, .page__content h3.has-lime-color:focus, .page__content h4.has-lime-color, .page__content h4.has-lime-color:hover, .page__content h4.has-lime-color:active, .page__content h4.has-lime-color:focus, .page__content h5.has-lime-color, .page__content h5.has-lime-color:hover, .page__content h5.has-lime-color:active, .page__content h5.has-lime-color:focus, .page__content h6.has-lime-color, .page__content h6.has-lime-color:hover, .page__content h6.has-lime-color:active, .page__content h6.has-lime-color:focus {
  color: #8ED500;
}
.entry__content h1.has-lime-background-color, .entry__content h1.has-lime-background-color:hover, .entry__content h1.has-lime-background-color:active, .entry__content h1.has-lime-background-color:focus, .entry__content h2.has-lime-background-color, .entry__content h2.has-lime-background-color:hover, .entry__content h2.has-lime-background-color:active, .entry__content h2.has-lime-background-color:focus, .entry__content h3.has-lime-background-color, .entry__content h3.has-lime-background-color:hover, .entry__content h3.has-lime-background-color:active, .entry__content h3.has-lime-background-color:focus, .entry__content h4.has-lime-background-color, .entry__content h4.has-lime-background-color:hover, .entry__content h4.has-lime-background-color:active, .entry__content h4.has-lime-background-color:focus, .entry__content h5.has-lime-background-color, .entry__content h5.has-lime-background-color:hover, .entry__content h5.has-lime-background-color:active, .entry__content h5.has-lime-background-color:focus, .entry__content h6.has-lime-background-color, .entry__content h6.has-lime-background-color:hover, .entry__content h6.has-lime-background-color:active, .entry__content h6.has-lime-background-color:focus, .page__content h1.has-lime-background-color, .page__content h1.has-lime-background-color:hover, .page__content h1.has-lime-background-color:active, .page__content h1.has-lime-background-color:focus, .page__content h2.has-lime-background-color, .page__content h2.has-lime-background-color:hover, .page__content h2.has-lime-background-color:active, .page__content h2.has-lime-background-color:focus, .page__content h3.has-lime-background-color, .page__content h3.has-lime-background-color:hover, .page__content h3.has-lime-background-color:active, .page__content h3.has-lime-background-color:focus, .page__content h4.has-lime-background-color, .page__content h4.has-lime-background-color:hover, .page__content h4.has-lime-background-color:active, .page__content h4.has-lime-background-color:focus, .page__content h5.has-lime-background-color, .page__content h5.has-lime-background-color:hover, .page__content h5.has-lime-background-color:active, .page__content h5.has-lime-background-color:focus, .page__content h6.has-lime-background-color, .page__content h6.has-lime-background-color:hover, .page__content h6.has-lime-background-color:active, .page__content h6.has-lime-background-color:focus {
  background-color: #8ED500;
  border-color: #8ED500;
}
.entry__content h1.has-light-lime-color, .entry__content h1.has-light-lime-color:hover, .entry__content h1.has-light-lime-color:active, .entry__content h1.has-light-lime-color:focus, .entry__content h2.has-light-lime-color, .entry__content h2.has-light-lime-color:hover, .entry__content h2.has-light-lime-color:active, .entry__content h2.has-light-lime-color:focus, .entry__content h3.has-light-lime-color, .entry__content h3.has-light-lime-color:hover, .entry__content h3.has-light-lime-color:active, .entry__content h3.has-light-lime-color:focus, .entry__content h4.has-light-lime-color, .entry__content h4.has-light-lime-color:hover, .entry__content h4.has-light-lime-color:active, .entry__content h4.has-light-lime-color:focus, .entry__content h5.has-light-lime-color, .entry__content h5.has-light-lime-color:hover, .entry__content h5.has-light-lime-color:active, .entry__content h5.has-light-lime-color:focus, .entry__content h6.has-light-lime-color, .entry__content h6.has-light-lime-color:hover, .entry__content h6.has-light-lime-color:active, .entry__content h6.has-light-lime-color:focus, .page__content h1.has-light-lime-color, .page__content h1.has-light-lime-color:hover, .page__content h1.has-light-lime-color:active, .page__content h1.has-light-lime-color:focus, .page__content h2.has-light-lime-color, .page__content h2.has-light-lime-color:hover, .page__content h2.has-light-lime-color:active, .page__content h2.has-light-lime-color:focus, .page__content h3.has-light-lime-color, .page__content h3.has-light-lime-color:hover, .page__content h3.has-light-lime-color:active, .page__content h3.has-light-lime-color:focus, .page__content h4.has-light-lime-color, .page__content h4.has-light-lime-color:hover, .page__content h4.has-light-lime-color:active, .page__content h4.has-light-lime-color:focus, .page__content h5.has-light-lime-color, .page__content h5.has-light-lime-color:hover, .page__content h5.has-light-lime-color:active, .page__content h5.has-light-lime-color:focus, .page__content h6.has-light-lime-color, .page__content h6.has-light-lime-color:hover, .page__content h6.has-light-lime-color:active, .page__content h6.has-light-lime-color:focus {
  color: #D4F395;
}
.entry__content h1.has-light-lime-background-color, .entry__content h1.has-light-lime-background-color:hover, .entry__content h1.has-light-lime-background-color:active, .entry__content h1.has-light-lime-background-color:focus, .entry__content h2.has-light-lime-background-color, .entry__content h2.has-light-lime-background-color:hover, .entry__content h2.has-light-lime-background-color:active, .entry__content h2.has-light-lime-background-color:focus, .entry__content h3.has-light-lime-background-color, .entry__content h3.has-light-lime-background-color:hover, .entry__content h3.has-light-lime-background-color:active, .entry__content h3.has-light-lime-background-color:focus, .entry__content h4.has-light-lime-background-color, .entry__content h4.has-light-lime-background-color:hover, .entry__content h4.has-light-lime-background-color:active, .entry__content h4.has-light-lime-background-color:focus, .entry__content h5.has-light-lime-background-color, .entry__content h5.has-light-lime-background-color:hover, .entry__content h5.has-light-lime-background-color:active, .entry__content h5.has-light-lime-background-color:focus, .entry__content h6.has-light-lime-background-color, .entry__content h6.has-light-lime-background-color:hover, .entry__content h6.has-light-lime-background-color:active, .entry__content h6.has-light-lime-background-color:focus, .page__content h1.has-light-lime-background-color, .page__content h1.has-light-lime-background-color:hover, .page__content h1.has-light-lime-background-color:active, .page__content h1.has-light-lime-background-color:focus, .page__content h2.has-light-lime-background-color, .page__content h2.has-light-lime-background-color:hover, .page__content h2.has-light-lime-background-color:active, .page__content h2.has-light-lime-background-color:focus, .page__content h3.has-light-lime-background-color, .page__content h3.has-light-lime-background-color:hover, .page__content h3.has-light-lime-background-color:active, .page__content h3.has-light-lime-background-color:focus, .page__content h4.has-light-lime-background-color, .page__content h4.has-light-lime-background-color:hover, .page__content h4.has-light-lime-background-color:active, .page__content h4.has-light-lime-background-color:focus, .page__content h5.has-light-lime-background-color, .page__content h5.has-light-lime-background-color:hover, .page__content h5.has-light-lime-background-color:active, .page__content h5.has-light-lime-background-color:focus, .page__content h6.has-light-lime-background-color, .page__content h6.has-light-lime-background-color:hover, .page__content h6.has-light-lime-background-color:active, .page__content h6.has-light-lime-background-color:focus {
  background-color: #D4F395;
  border-color: #D4F395;
}
.entry__content h1.has-green-color, .entry__content h1.has-green-color:hover, .entry__content h1.has-green-color:active, .entry__content h1.has-green-color:focus, .entry__content h2.has-green-color, .entry__content h2.has-green-color:hover, .entry__content h2.has-green-color:active, .entry__content h2.has-green-color:focus, .entry__content h3.has-green-color, .entry__content h3.has-green-color:hover, .entry__content h3.has-green-color:active, .entry__content h3.has-green-color:focus, .entry__content h4.has-green-color, .entry__content h4.has-green-color:hover, .entry__content h4.has-green-color:active, .entry__content h4.has-green-color:focus, .entry__content h5.has-green-color, .entry__content h5.has-green-color:hover, .entry__content h5.has-green-color:active, .entry__content h5.has-green-color:focus, .entry__content h6.has-green-color, .entry__content h6.has-green-color:hover, .entry__content h6.has-green-color:active, .entry__content h6.has-green-color:focus, .page__content h1.has-green-color, .page__content h1.has-green-color:hover, .page__content h1.has-green-color:active, .page__content h1.has-green-color:focus, .page__content h2.has-green-color, .page__content h2.has-green-color:hover, .page__content h2.has-green-color:active, .page__content h2.has-green-color:focus, .page__content h3.has-green-color, .page__content h3.has-green-color:hover, .page__content h3.has-green-color:active, .page__content h3.has-green-color:focus, .page__content h4.has-green-color, .page__content h4.has-green-color:hover, .page__content h4.has-green-color:active, .page__content h4.has-green-color:focus, .page__content h5.has-green-color, .page__content h5.has-green-color:hover, .page__content h5.has-green-color:active, .page__content h5.has-green-color:focus, .page__content h6.has-green-color, .page__content h6.has-green-color:hover, .page__content h6.has-green-color:active, .page__content h6.has-green-color:focus {
  color: #006142;
}
.entry__content h1.has-green-background-color, .entry__content h1.has-green-background-color:hover, .entry__content h1.has-green-background-color:active, .entry__content h1.has-green-background-color:focus, .entry__content h2.has-green-background-color, .entry__content h2.has-green-background-color:hover, .entry__content h2.has-green-background-color:active, .entry__content h2.has-green-background-color:focus, .entry__content h3.has-green-background-color, .entry__content h3.has-green-background-color:hover, .entry__content h3.has-green-background-color:active, .entry__content h3.has-green-background-color:focus, .entry__content h4.has-green-background-color, .entry__content h4.has-green-background-color:hover, .entry__content h4.has-green-background-color:active, .entry__content h4.has-green-background-color:focus, .entry__content h5.has-green-background-color, .entry__content h5.has-green-background-color:hover, .entry__content h5.has-green-background-color:active, .entry__content h5.has-green-background-color:focus, .entry__content h6.has-green-background-color, .entry__content h6.has-green-background-color:hover, .entry__content h6.has-green-background-color:active, .entry__content h6.has-green-background-color:focus, .page__content h1.has-green-background-color, .page__content h1.has-green-background-color:hover, .page__content h1.has-green-background-color:active, .page__content h1.has-green-background-color:focus, .page__content h2.has-green-background-color, .page__content h2.has-green-background-color:hover, .page__content h2.has-green-background-color:active, .page__content h2.has-green-background-color:focus, .page__content h3.has-green-background-color, .page__content h3.has-green-background-color:hover, .page__content h3.has-green-background-color:active, .page__content h3.has-green-background-color:focus, .page__content h4.has-green-background-color, .page__content h4.has-green-background-color:hover, .page__content h4.has-green-background-color:active, .page__content h4.has-green-background-color:focus, .page__content h5.has-green-background-color, .page__content h5.has-green-background-color:hover, .page__content h5.has-green-background-color:active, .page__content h5.has-green-background-color:focus, .page__content h6.has-green-background-color, .page__content h6.has-green-background-color:hover, .page__content h6.has-green-background-color:active, .page__content h6.has-green-background-color:focus {
  background-color: #006142;
  border-color: #006142;
}
.entry__content h1.has-dark-green-color, .entry__content h1.has-dark-green-color:hover, .entry__content h1.has-dark-green-color:active, .entry__content h1.has-dark-green-color:focus, .entry__content h2.has-dark-green-color, .entry__content h2.has-dark-green-color:hover, .entry__content h2.has-dark-green-color:active, .entry__content h2.has-dark-green-color:focus, .entry__content h3.has-dark-green-color, .entry__content h3.has-dark-green-color:hover, .entry__content h3.has-dark-green-color:active, .entry__content h3.has-dark-green-color:focus, .entry__content h4.has-dark-green-color, .entry__content h4.has-dark-green-color:hover, .entry__content h4.has-dark-green-color:active, .entry__content h4.has-dark-green-color:focus, .entry__content h5.has-dark-green-color, .entry__content h5.has-dark-green-color:hover, .entry__content h5.has-dark-green-color:active, .entry__content h5.has-dark-green-color:focus, .entry__content h6.has-dark-green-color, .entry__content h6.has-dark-green-color:hover, .entry__content h6.has-dark-green-color:active, .entry__content h6.has-dark-green-color:focus, .page__content h1.has-dark-green-color, .page__content h1.has-dark-green-color:hover, .page__content h1.has-dark-green-color:active, .page__content h1.has-dark-green-color:focus, .page__content h2.has-dark-green-color, .page__content h2.has-dark-green-color:hover, .page__content h2.has-dark-green-color:active, .page__content h2.has-dark-green-color:focus, .page__content h3.has-dark-green-color, .page__content h3.has-dark-green-color:hover, .page__content h3.has-dark-green-color:active, .page__content h3.has-dark-green-color:focus, .page__content h4.has-dark-green-color, .page__content h4.has-dark-green-color:hover, .page__content h4.has-dark-green-color:active, .page__content h4.has-dark-green-color:focus, .page__content h5.has-dark-green-color, .page__content h5.has-dark-green-color:hover, .page__content h5.has-dark-green-color:active, .page__content h5.has-dark-green-color:focus, .page__content h6.has-dark-green-color, .page__content h6.has-dark-green-color:hover, .page__content h6.has-dark-green-color:active, .page__content h6.has-dark-green-color:focus {
  color: #00422D;
}
.entry__content h1.has-dark-green-background-color, .entry__content h1.has-dark-green-background-color:hover, .entry__content h1.has-dark-green-background-color:active, .entry__content h1.has-dark-green-background-color:focus, .entry__content h2.has-dark-green-background-color, .entry__content h2.has-dark-green-background-color:hover, .entry__content h2.has-dark-green-background-color:active, .entry__content h2.has-dark-green-background-color:focus, .entry__content h3.has-dark-green-background-color, .entry__content h3.has-dark-green-background-color:hover, .entry__content h3.has-dark-green-background-color:active, .entry__content h3.has-dark-green-background-color:focus, .entry__content h4.has-dark-green-background-color, .entry__content h4.has-dark-green-background-color:hover, .entry__content h4.has-dark-green-background-color:active, .entry__content h4.has-dark-green-background-color:focus, .entry__content h5.has-dark-green-background-color, .entry__content h5.has-dark-green-background-color:hover, .entry__content h5.has-dark-green-background-color:active, .entry__content h5.has-dark-green-background-color:focus, .entry__content h6.has-dark-green-background-color, .entry__content h6.has-dark-green-background-color:hover, .entry__content h6.has-dark-green-background-color:active, .entry__content h6.has-dark-green-background-color:focus, .page__content h1.has-dark-green-background-color, .page__content h1.has-dark-green-background-color:hover, .page__content h1.has-dark-green-background-color:active, .page__content h1.has-dark-green-background-color:focus, .page__content h2.has-dark-green-background-color, .page__content h2.has-dark-green-background-color:hover, .page__content h2.has-dark-green-background-color:active, .page__content h2.has-dark-green-background-color:focus, .page__content h3.has-dark-green-background-color, .page__content h3.has-dark-green-background-color:hover, .page__content h3.has-dark-green-background-color:active, .page__content h3.has-dark-green-background-color:focus, .page__content h4.has-dark-green-background-color, .page__content h4.has-dark-green-background-color:hover, .page__content h4.has-dark-green-background-color:active, .page__content h4.has-dark-green-background-color:focus, .page__content h5.has-dark-green-background-color, .page__content h5.has-dark-green-background-color:hover, .page__content h5.has-dark-green-background-color:active, .page__content h5.has-dark-green-background-color:focus, .page__content h6.has-dark-green-background-color, .page__content h6.has-dark-green-background-color:hover, .page__content h6.has-dark-green-background-color:active, .page__content h6.has-dark-green-background-color:focus {
  background-color: #00422D;
  border-color: #00422D;
}
.entry__content h1.has-yellow-color, .entry__content h1.has-yellow-color:hover, .entry__content h1.has-yellow-color:active, .entry__content h1.has-yellow-color:focus, .entry__content h2.has-yellow-color, .entry__content h2.has-yellow-color:hover, .entry__content h2.has-yellow-color:active, .entry__content h2.has-yellow-color:focus, .entry__content h3.has-yellow-color, .entry__content h3.has-yellow-color:hover, .entry__content h3.has-yellow-color:active, .entry__content h3.has-yellow-color:focus, .entry__content h4.has-yellow-color, .entry__content h4.has-yellow-color:hover, .entry__content h4.has-yellow-color:active, .entry__content h4.has-yellow-color:focus, .entry__content h5.has-yellow-color, .entry__content h5.has-yellow-color:hover, .entry__content h5.has-yellow-color:active, .entry__content h5.has-yellow-color:focus, .entry__content h6.has-yellow-color, .entry__content h6.has-yellow-color:hover, .entry__content h6.has-yellow-color:active, .entry__content h6.has-yellow-color:focus, .page__content h1.has-yellow-color, .page__content h1.has-yellow-color:hover, .page__content h1.has-yellow-color:active, .page__content h1.has-yellow-color:focus, .page__content h2.has-yellow-color, .page__content h2.has-yellow-color:hover, .page__content h2.has-yellow-color:active, .page__content h2.has-yellow-color:focus, .page__content h3.has-yellow-color, .page__content h3.has-yellow-color:hover, .page__content h3.has-yellow-color:active, .page__content h3.has-yellow-color:focus, .page__content h4.has-yellow-color, .page__content h4.has-yellow-color:hover, .page__content h4.has-yellow-color:active, .page__content h4.has-yellow-color:focus, .page__content h5.has-yellow-color, .page__content h5.has-yellow-color:hover, .page__content h5.has-yellow-color:active, .page__content h5.has-yellow-color:focus, .page__content h6.has-yellow-color, .page__content h6.has-yellow-color:hover, .page__content h6.has-yellow-color:active, .page__content h6.has-yellow-color:focus {
  color: #F9D624;
}
.entry__content h1.has-yellow-background-color, .entry__content h1.has-yellow-background-color:hover, .entry__content h1.has-yellow-background-color:active, .entry__content h1.has-yellow-background-color:focus, .entry__content h2.has-yellow-background-color, .entry__content h2.has-yellow-background-color:hover, .entry__content h2.has-yellow-background-color:active, .entry__content h2.has-yellow-background-color:focus, .entry__content h3.has-yellow-background-color, .entry__content h3.has-yellow-background-color:hover, .entry__content h3.has-yellow-background-color:active, .entry__content h3.has-yellow-background-color:focus, .entry__content h4.has-yellow-background-color, .entry__content h4.has-yellow-background-color:hover, .entry__content h4.has-yellow-background-color:active, .entry__content h4.has-yellow-background-color:focus, .entry__content h5.has-yellow-background-color, .entry__content h5.has-yellow-background-color:hover, .entry__content h5.has-yellow-background-color:active, .entry__content h5.has-yellow-background-color:focus, .entry__content h6.has-yellow-background-color, .entry__content h6.has-yellow-background-color:hover, .entry__content h6.has-yellow-background-color:active, .entry__content h6.has-yellow-background-color:focus, .page__content h1.has-yellow-background-color, .page__content h1.has-yellow-background-color:hover, .page__content h1.has-yellow-background-color:active, .page__content h1.has-yellow-background-color:focus, .page__content h2.has-yellow-background-color, .page__content h2.has-yellow-background-color:hover, .page__content h2.has-yellow-background-color:active, .page__content h2.has-yellow-background-color:focus, .page__content h3.has-yellow-background-color, .page__content h3.has-yellow-background-color:hover, .page__content h3.has-yellow-background-color:active, .page__content h3.has-yellow-background-color:focus, .page__content h4.has-yellow-background-color, .page__content h4.has-yellow-background-color:hover, .page__content h4.has-yellow-background-color:active, .page__content h4.has-yellow-background-color:focus, .page__content h5.has-yellow-background-color, .page__content h5.has-yellow-background-color:hover, .page__content h5.has-yellow-background-color:active, .page__content h5.has-yellow-background-color:focus, .page__content h6.has-yellow-background-color, .page__content h6.has-yellow-background-color:hover, .page__content h6.has-yellow-background-color:active, .page__content h6.has-yellow-background-color:focus {
  background-color: #F9D624;
  border-color: #F9D624;
}
.entry__content h1.has-light-yellow-color, .entry__content h1.has-light-yellow-color:hover, .entry__content h1.has-light-yellow-color:active, .entry__content h1.has-light-yellow-color:focus, .entry__content h2.has-light-yellow-color, .entry__content h2.has-light-yellow-color:hover, .entry__content h2.has-light-yellow-color:active, .entry__content h2.has-light-yellow-color:focus, .entry__content h3.has-light-yellow-color, .entry__content h3.has-light-yellow-color:hover, .entry__content h3.has-light-yellow-color:active, .entry__content h3.has-light-yellow-color:focus, .entry__content h4.has-light-yellow-color, .entry__content h4.has-light-yellow-color:hover, .entry__content h4.has-light-yellow-color:active, .entry__content h4.has-light-yellow-color:focus, .entry__content h5.has-light-yellow-color, .entry__content h5.has-light-yellow-color:hover, .entry__content h5.has-light-yellow-color:active, .entry__content h5.has-light-yellow-color:focus, .entry__content h6.has-light-yellow-color, .entry__content h6.has-light-yellow-color:hover, .entry__content h6.has-light-yellow-color:active, .entry__content h6.has-light-yellow-color:focus, .page__content h1.has-light-yellow-color, .page__content h1.has-light-yellow-color:hover, .page__content h1.has-light-yellow-color:active, .page__content h1.has-light-yellow-color:focus, .page__content h2.has-light-yellow-color, .page__content h2.has-light-yellow-color:hover, .page__content h2.has-light-yellow-color:active, .page__content h2.has-light-yellow-color:focus, .page__content h3.has-light-yellow-color, .page__content h3.has-light-yellow-color:hover, .page__content h3.has-light-yellow-color:active, .page__content h3.has-light-yellow-color:focus, .page__content h4.has-light-yellow-color, .page__content h4.has-light-yellow-color:hover, .page__content h4.has-light-yellow-color:active, .page__content h4.has-light-yellow-color:focus, .page__content h5.has-light-yellow-color, .page__content h5.has-light-yellow-color:hover, .page__content h5.has-light-yellow-color:active, .page__content h5.has-light-yellow-color:focus, .page__content h6.has-light-yellow-color, .page__content h6.has-light-yellow-color:hover, .page__content h6.has-light-yellow-color:active, .page__content h6.has-light-yellow-color:focus {
  color: #FEF8D7;
}
.entry__content h1.has-light-yellow-background-color, .entry__content h1.has-light-yellow-background-color:hover, .entry__content h1.has-light-yellow-background-color:active, .entry__content h1.has-light-yellow-background-color:focus, .entry__content h2.has-light-yellow-background-color, .entry__content h2.has-light-yellow-background-color:hover, .entry__content h2.has-light-yellow-background-color:active, .entry__content h2.has-light-yellow-background-color:focus, .entry__content h3.has-light-yellow-background-color, .entry__content h3.has-light-yellow-background-color:hover, .entry__content h3.has-light-yellow-background-color:active, .entry__content h3.has-light-yellow-background-color:focus, .entry__content h4.has-light-yellow-background-color, .entry__content h4.has-light-yellow-background-color:hover, .entry__content h4.has-light-yellow-background-color:active, .entry__content h4.has-light-yellow-background-color:focus, .entry__content h5.has-light-yellow-background-color, .entry__content h5.has-light-yellow-background-color:hover, .entry__content h5.has-light-yellow-background-color:active, .entry__content h5.has-light-yellow-background-color:focus, .entry__content h6.has-light-yellow-background-color, .entry__content h6.has-light-yellow-background-color:hover, .entry__content h6.has-light-yellow-background-color:active, .entry__content h6.has-light-yellow-background-color:focus, .page__content h1.has-light-yellow-background-color, .page__content h1.has-light-yellow-background-color:hover, .page__content h1.has-light-yellow-background-color:active, .page__content h1.has-light-yellow-background-color:focus, .page__content h2.has-light-yellow-background-color, .page__content h2.has-light-yellow-background-color:hover, .page__content h2.has-light-yellow-background-color:active, .page__content h2.has-light-yellow-background-color:focus, .page__content h3.has-light-yellow-background-color, .page__content h3.has-light-yellow-background-color:hover, .page__content h3.has-light-yellow-background-color:active, .page__content h3.has-light-yellow-background-color:focus, .page__content h4.has-light-yellow-background-color, .page__content h4.has-light-yellow-background-color:hover, .page__content h4.has-light-yellow-background-color:active, .page__content h4.has-light-yellow-background-color:focus, .page__content h5.has-light-yellow-background-color, .page__content h5.has-light-yellow-background-color:hover, .page__content h5.has-light-yellow-background-color:active, .page__content h5.has-light-yellow-background-color:focus, .page__content h6.has-light-yellow-background-color, .page__content h6.has-light-yellow-background-color:hover, .page__content h6.has-light-yellow-background-color:active, .page__content h6.has-light-yellow-background-color:focus {
  background-color: #FEF8D7;
  border-color: #FEF8D7;
}
.entry__content h1.has-teal-color, .entry__content h1.has-teal-color:hover, .entry__content h1.has-teal-color:active, .entry__content h1.has-teal-color:focus, .entry__content h2.has-teal-color, .entry__content h2.has-teal-color:hover, .entry__content h2.has-teal-color:active, .entry__content h2.has-teal-color:focus, .entry__content h3.has-teal-color, .entry__content h3.has-teal-color:hover, .entry__content h3.has-teal-color:active, .entry__content h3.has-teal-color:focus, .entry__content h4.has-teal-color, .entry__content h4.has-teal-color:hover, .entry__content h4.has-teal-color:active, .entry__content h4.has-teal-color:focus, .entry__content h5.has-teal-color, .entry__content h5.has-teal-color:hover, .entry__content h5.has-teal-color:active, .entry__content h5.has-teal-color:focus, .entry__content h6.has-teal-color, .entry__content h6.has-teal-color:hover, .entry__content h6.has-teal-color:active, .entry__content h6.has-teal-color:focus, .page__content h1.has-teal-color, .page__content h1.has-teal-color:hover, .page__content h1.has-teal-color:active, .page__content h1.has-teal-color:focus, .page__content h2.has-teal-color, .page__content h2.has-teal-color:hover, .page__content h2.has-teal-color:active, .page__content h2.has-teal-color:focus, .page__content h3.has-teal-color, .page__content h3.has-teal-color:hover, .page__content h3.has-teal-color:active, .page__content h3.has-teal-color:focus, .page__content h4.has-teal-color, .page__content h4.has-teal-color:hover, .page__content h4.has-teal-color:active, .page__content h4.has-teal-color:focus, .page__content h5.has-teal-color, .page__content h5.has-teal-color:hover, .page__content h5.has-teal-color:active, .page__content h5.has-teal-color:focus, .page__content h6.has-teal-color, .page__content h6.has-teal-color:hover, .page__content h6.has-teal-color:active, .page__content h6.has-teal-color:focus {
  color: #00A3B1;
}
.entry__content h1.has-teal-background-color, .entry__content h1.has-teal-background-color:hover, .entry__content h1.has-teal-background-color:active, .entry__content h1.has-teal-background-color:focus, .entry__content h2.has-teal-background-color, .entry__content h2.has-teal-background-color:hover, .entry__content h2.has-teal-background-color:active, .entry__content h2.has-teal-background-color:focus, .entry__content h3.has-teal-background-color, .entry__content h3.has-teal-background-color:hover, .entry__content h3.has-teal-background-color:active, .entry__content h3.has-teal-background-color:focus, .entry__content h4.has-teal-background-color, .entry__content h4.has-teal-background-color:hover, .entry__content h4.has-teal-background-color:active, .entry__content h4.has-teal-background-color:focus, .entry__content h5.has-teal-background-color, .entry__content h5.has-teal-background-color:hover, .entry__content h5.has-teal-background-color:active, .entry__content h5.has-teal-background-color:focus, .entry__content h6.has-teal-background-color, .entry__content h6.has-teal-background-color:hover, .entry__content h6.has-teal-background-color:active, .entry__content h6.has-teal-background-color:focus, .page__content h1.has-teal-background-color, .page__content h1.has-teal-background-color:hover, .page__content h1.has-teal-background-color:active, .page__content h1.has-teal-background-color:focus, .page__content h2.has-teal-background-color, .page__content h2.has-teal-background-color:hover, .page__content h2.has-teal-background-color:active, .page__content h2.has-teal-background-color:focus, .page__content h3.has-teal-background-color, .page__content h3.has-teal-background-color:hover, .page__content h3.has-teal-background-color:active, .page__content h3.has-teal-background-color:focus, .page__content h4.has-teal-background-color, .page__content h4.has-teal-background-color:hover, .page__content h4.has-teal-background-color:active, .page__content h4.has-teal-background-color:focus, .page__content h5.has-teal-background-color, .page__content h5.has-teal-background-color:hover, .page__content h5.has-teal-background-color:active, .page__content h5.has-teal-background-color:focus, .page__content h6.has-teal-background-color, .page__content h6.has-teal-background-color:hover, .page__content h6.has-teal-background-color:active, .page__content h6.has-teal-background-color:focus {
  background-color: #00A3B1;
  border-color: #00A3B1;
}
.entry__content h1.has-light-teal-color, .entry__content h1.has-light-teal-color:hover, .entry__content h1.has-light-teal-color:active, .entry__content h1.has-light-teal-color:focus, .entry__content h2.has-light-teal-color, .entry__content h2.has-light-teal-color:hover, .entry__content h2.has-light-teal-color:active, .entry__content h2.has-light-teal-color:focus, .entry__content h3.has-light-teal-color, .entry__content h3.has-light-teal-color:hover, .entry__content h3.has-light-teal-color:active, .entry__content h3.has-light-teal-color:focus, .entry__content h4.has-light-teal-color, .entry__content h4.has-light-teal-color:hover, .entry__content h4.has-light-teal-color:active, .entry__content h4.has-light-teal-color:focus, .entry__content h5.has-light-teal-color, .entry__content h5.has-light-teal-color:hover, .entry__content h5.has-light-teal-color:active, .entry__content h5.has-light-teal-color:focus, .entry__content h6.has-light-teal-color, .entry__content h6.has-light-teal-color:hover, .entry__content h6.has-light-teal-color:active, .entry__content h6.has-light-teal-color:focus, .page__content h1.has-light-teal-color, .page__content h1.has-light-teal-color:hover, .page__content h1.has-light-teal-color:active, .page__content h1.has-light-teal-color:focus, .page__content h2.has-light-teal-color, .page__content h2.has-light-teal-color:hover, .page__content h2.has-light-teal-color:active, .page__content h2.has-light-teal-color:focus, .page__content h3.has-light-teal-color, .page__content h3.has-light-teal-color:hover, .page__content h3.has-light-teal-color:active, .page__content h3.has-light-teal-color:focus, .page__content h4.has-light-teal-color, .page__content h4.has-light-teal-color:hover, .page__content h4.has-light-teal-color:active, .page__content h4.has-light-teal-color:focus, .page__content h5.has-light-teal-color, .page__content h5.has-light-teal-color:hover, .page__content h5.has-light-teal-color:active, .page__content h5.has-light-teal-color:focus, .page__content h6.has-light-teal-color, .page__content h6.has-light-teal-color:hover, .page__content h6.has-light-teal-color:active, .page__content h6.has-light-teal-color:focus {
  color: #68D0D9;
}
.entry__content h1.has-light-teal-background-color, .entry__content h1.has-light-teal-background-color:hover, .entry__content h1.has-light-teal-background-color:active, .entry__content h1.has-light-teal-background-color:focus, .entry__content h2.has-light-teal-background-color, .entry__content h2.has-light-teal-background-color:hover, .entry__content h2.has-light-teal-background-color:active, .entry__content h2.has-light-teal-background-color:focus, .entry__content h3.has-light-teal-background-color, .entry__content h3.has-light-teal-background-color:hover, .entry__content h3.has-light-teal-background-color:active, .entry__content h3.has-light-teal-background-color:focus, .entry__content h4.has-light-teal-background-color, .entry__content h4.has-light-teal-background-color:hover, .entry__content h4.has-light-teal-background-color:active, .entry__content h4.has-light-teal-background-color:focus, .entry__content h5.has-light-teal-background-color, .entry__content h5.has-light-teal-background-color:hover, .entry__content h5.has-light-teal-background-color:active, .entry__content h5.has-light-teal-background-color:focus, .entry__content h6.has-light-teal-background-color, .entry__content h6.has-light-teal-background-color:hover, .entry__content h6.has-light-teal-background-color:active, .entry__content h6.has-light-teal-background-color:focus, .page__content h1.has-light-teal-background-color, .page__content h1.has-light-teal-background-color:hover, .page__content h1.has-light-teal-background-color:active, .page__content h1.has-light-teal-background-color:focus, .page__content h2.has-light-teal-background-color, .page__content h2.has-light-teal-background-color:hover, .page__content h2.has-light-teal-background-color:active, .page__content h2.has-light-teal-background-color:focus, .page__content h3.has-light-teal-background-color, .page__content h3.has-light-teal-background-color:hover, .page__content h3.has-light-teal-background-color:active, .page__content h3.has-light-teal-background-color:focus, .page__content h4.has-light-teal-background-color, .page__content h4.has-light-teal-background-color:hover, .page__content h4.has-light-teal-background-color:active, .page__content h4.has-light-teal-background-color:focus, .page__content h5.has-light-teal-background-color, .page__content h5.has-light-teal-background-color:hover, .page__content h5.has-light-teal-background-color:active, .page__content h5.has-light-teal-background-color:focus, .page__content h6.has-light-teal-background-color, .page__content h6.has-light-teal-background-color:hover, .page__content h6.has-light-teal-background-color:active, .page__content h6.has-light-teal-background-color:focus {
  background-color: #68D0D9;
  border-color: #68D0D9;
}
.entry__content h1.has-orange-color, .entry__content h1.has-orange-color:hover, .entry__content h1.has-orange-color:active, .entry__content h1.has-orange-color:focus, .entry__content h2.has-orange-color, .entry__content h2.has-orange-color:hover, .entry__content h2.has-orange-color:active, .entry__content h2.has-orange-color:focus, .entry__content h3.has-orange-color, .entry__content h3.has-orange-color:hover, .entry__content h3.has-orange-color:active, .entry__content h3.has-orange-color:focus, .entry__content h4.has-orange-color, .entry__content h4.has-orange-color:hover, .entry__content h4.has-orange-color:active, .entry__content h4.has-orange-color:focus, .entry__content h5.has-orange-color, .entry__content h5.has-orange-color:hover, .entry__content h5.has-orange-color:active, .entry__content h5.has-orange-color:focus, .entry__content h6.has-orange-color, .entry__content h6.has-orange-color:hover, .entry__content h6.has-orange-color:active, .entry__content h6.has-orange-color:focus, .page__content h1.has-orange-color, .page__content h1.has-orange-color:hover, .page__content h1.has-orange-color:active, .page__content h1.has-orange-color:focus, .page__content h2.has-orange-color, .page__content h2.has-orange-color:hover, .page__content h2.has-orange-color:active, .page__content h2.has-orange-color:focus, .page__content h3.has-orange-color, .page__content h3.has-orange-color:hover, .page__content h3.has-orange-color:active, .page__content h3.has-orange-color:focus, .page__content h4.has-orange-color, .page__content h4.has-orange-color:hover, .page__content h4.has-orange-color:active, .page__content h4.has-orange-color:focus, .page__content h5.has-orange-color, .page__content h5.has-orange-color:hover, .page__content h5.has-orange-color:active, .page__content h5.has-orange-color:focus, .page__content h6.has-orange-color, .page__content h6.has-orange-color:hover, .page__content h6.has-orange-color:active, .page__content h6.has-orange-color:focus {
  color: #F56A14;
}
.entry__content h1.has-orange-background-color, .entry__content h1.has-orange-background-color:hover, .entry__content h1.has-orange-background-color:active, .entry__content h1.has-orange-background-color:focus, .entry__content h2.has-orange-background-color, .entry__content h2.has-orange-background-color:hover, .entry__content h2.has-orange-background-color:active, .entry__content h2.has-orange-background-color:focus, .entry__content h3.has-orange-background-color, .entry__content h3.has-orange-background-color:hover, .entry__content h3.has-orange-background-color:active, .entry__content h3.has-orange-background-color:focus, .entry__content h4.has-orange-background-color, .entry__content h4.has-orange-background-color:hover, .entry__content h4.has-orange-background-color:active, .entry__content h4.has-orange-background-color:focus, .entry__content h5.has-orange-background-color, .entry__content h5.has-orange-background-color:hover, .entry__content h5.has-orange-background-color:active, .entry__content h5.has-orange-background-color:focus, .entry__content h6.has-orange-background-color, .entry__content h6.has-orange-background-color:hover, .entry__content h6.has-orange-background-color:active, .entry__content h6.has-orange-background-color:focus, .page__content h1.has-orange-background-color, .page__content h1.has-orange-background-color:hover, .page__content h1.has-orange-background-color:active, .page__content h1.has-orange-background-color:focus, .page__content h2.has-orange-background-color, .page__content h2.has-orange-background-color:hover, .page__content h2.has-orange-background-color:active, .page__content h2.has-orange-background-color:focus, .page__content h3.has-orange-background-color, .page__content h3.has-orange-background-color:hover, .page__content h3.has-orange-background-color:active, .page__content h3.has-orange-background-color:focus, .page__content h4.has-orange-background-color, .page__content h4.has-orange-background-color:hover, .page__content h4.has-orange-background-color:active, .page__content h4.has-orange-background-color:focus, .page__content h5.has-orange-background-color, .page__content h5.has-orange-background-color:hover, .page__content h5.has-orange-background-color:active, .page__content h5.has-orange-background-color:focus, .page__content h6.has-orange-background-color, .page__content h6.has-orange-background-color:hover, .page__content h6.has-orange-background-color:active, .page__content h6.has-orange-background-color:focus {
  background-color: #F56A14;
  border-color: #F56A14;
}
.entry__content h1.has-light-orange-color, .entry__content h1.has-light-orange-color:hover, .entry__content h1.has-light-orange-color:active, .entry__content h1.has-light-orange-color:focus, .entry__content h2.has-light-orange-color, .entry__content h2.has-light-orange-color:hover, .entry__content h2.has-light-orange-color:active, .entry__content h2.has-light-orange-color:focus, .entry__content h3.has-light-orange-color, .entry__content h3.has-light-orange-color:hover, .entry__content h3.has-light-orange-color:active, .entry__content h3.has-light-orange-color:focus, .entry__content h4.has-light-orange-color, .entry__content h4.has-light-orange-color:hover, .entry__content h4.has-light-orange-color:active, .entry__content h4.has-light-orange-color:focus, .entry__content h5.has-light-orange-color, .entry__content h5.has-light-orange-color:hover, .entry__content h5.has-light-orange-color:active, .entry__content h5.has-light-orange-color:focus, .entry__content h6.has-light-orange-color, .entry__content h6.has-light-orange-color:hover, .entry__content h6.has-light-orange-color:active, .entry__content h6.has-light-orange-color:focus, .page__content h1.has-light-orange-color, .page__content h1.has-light-orange-color:hover, .page__content h1.has-light-orange-color:active, .page__content h1.has-light-orange-color:focus, .page__content h2.has-light-orange-color, .page__content h2.has-light-orange-color:hover, .page__content h2.has-light-orange-color:active, .page__content h2.has-light-orange-color:focus, .page__content h3.has-light-orange-color, .page__content h3.has-light-orange-color:hover, .page__content h3.has-light-orange-color:active, .page__content h3.has-light-orange-color:focus, .page__content h4.has-light-orange-color, .page__content h4.has-light-orange-color:hover, .page__content h4.has-light-orange-color:active, .page__content h4.has-light-orange-color:focus, .page__content h5.has-light-orange-color, .page__content h5.has-light-orange-color:hover, .page__content h5.has-light-orange-color:active, .page__content h5.has-light-orange-color:focus, .page__content h6.has-light-orange-color, .page__content h6.has-light-orange-color:hover, .page__content h6.has-light-orange-color:active, .page__content h6.has-light-orange-color:focus {
  color: #F78945;
}
.entry__content h1.has-light-orange-background-color, .entry__content h1.has-light-orange-background-color:hover, .entry__content h1.has-light-orange-background-color:active, .entry__content h1.has-light-orange-background-color:focus, .entry__content h2.has-light-orange-background-color, .entry__content h2.has-light-orange-background-color:hover, .entry__content h2.has-light-orange-background-color:active, .entry__content h2.has-light-orange-background-color:focus, .entry__content h3.has-light-orange-background-color, .entry__content h3.has-light-orange-background-color:hover, .entry__content h3.has-light-orange-background-color:active, .entry__content h3.has-light-orange-background-color:focus, .entry__content h4.has-light-orange-background-color, .entry__content h4.has-light-orange-background-color:hover, .entry__content h4.has-light-orange-background-color:active, .entry__content h4.has-light-orange-background-color:focus, .entry__content h5.has-light-orange-background-color, .entry__content h5.has-light-orange-background-color:hover, .entry__content h5.has-light-orange-background-color:active, .entry__content h5.has-light-orange-background-color:focus, .entry__content h6.has-light-orange-background-color, .entry__content h6.has-light-orange-background-color:hover, .entry__content h6.has-light-orange-background-color:active, .entry__content h6.has-light-orange-background-color:focus, .page__content h1.has-light-orange-background-color, .page__content h1.has-light-orange-background-color:hover, .page__content h1.has-light-orange-background-color:active, .page__content h1.has-light-orange-background-color:focus, .page__content h2.has-light-orange-background-color, .page__content h2.has-light-orange-background-color:hover, .page__content h2.has-light-orange-background-color:active, .page__content h2.has-light-orange-background-color:focus, .page__content h3.has-light-orange-background-color, .page__content h3.has-light-orange-background-color:hover, .page__content h3.has-light-orange-background-color:active, .page__content h3.has-light-orange-background-color:focus, .page__content h4.has-light-orange-background-color, .page__content h4.has-light-orange-background-color:hover, .page__content h4.has-light-orange-background-color:active, .page__content h4.has-light-orange-background-color:focus, .page__content h5.has-light-orange-background-color, .page__content h5.has-light-orange-background-color:hover, .page__content h5.has-light-orange-background-color:active, .page__content h5.has-light-orange-background-color:focus, .page__content h6.has-light-orange-background-color, .page__content h6.has-light-orange-background-color:hover, .page__content h6.has-light-orange-background-color:active, .page__content h6.has-light-orange-background-color:focus {
  background-color: #F78945;
  border-color: #F78945;
}
.entry__content h1.has-dark-color, .entry__content h1.has-dark-color:hover, .entry__content h1.has-dark-color:active, .entry__content h1.has-dark-color:focus, .entry__content h2.has-dark-color, .entry__content h2.has-dark-color:hover, .entry__content h2.has-dark-color:active, .entry__content h2.has-dark-color:focus, .entry__content h3.has-dark-color, .entry__content h3.has-dark-color:hover, .entry__content h3.has-dark-color:active, .entry__content h3.has-dark-color:focus, .entry__content h4.has-dark-color, .entry__content h4.has-dark-color:hover, .entry__content h4.has-dark-color:active, .entry__content h4.has-dark-color:focus, .entry__content h5.has-dark-color, .entry__content h5.has-dark-color:hover, .entry__content h5.has-dark-color:active, .entry__content h5.has-dark-color:focus, .entry__content h6.has-dark-color, .entry__content h6.has-dark-color:hover, .entry__content h6.has-dark-color:active, .entry__content h6.has-dark-color:focus, .page__content h1.has-dark-color, .page__content h1.has-dark-color:hover, .page__content h1.has-dark-color:active, .page__content h1.has-dark-color:focus, .page__content h2.has-dark-color, .page__content h2.has-dark-color:hover, .page__content h2.has-dark-color:active, .page__content h2.has-dark-color:focus, .page__content h3.has-dark-color, .page__content h3.has-dark-color:hover, .page__content h3.has-dark-color:active, .page__content h3.has-dark-color:focus, .page__content h4.has-dark-color, .page__content h4.has-dark-color:hover, .page__content h4.has-dark-color:active, .page__content h4.has-dark-color:focus, .page__content h5.has-dark-color, .page__content h5.has-dark-color:hover, .page__content h5.has-dark-color:active, .page__content h5.has-dark-color:focus, .page__content h6.has-dark-color, .page__content h6.has-dark-color:hover, .page__content h6.has-dark-color:active, .page__content h6.has-dark-color:focus {
  color: #000000;
}
.entry__content h1.has-dark-background-color, .entry__content h1.has-dark-background-color:hover, .entry__content h1.has-dark-background-color:active, .entry__content h1.has-dark-background-color:focus, .entry__content h2.has-dark-background-color, .entry__content h2.has-dark-background-color:hover, .entry__content h2.has-dark-background-color:active, .entry__content h2.has-dark-background-color:focus, .entry__content h3.has-dark-background-color, .entry__content h3.has-dark-background-color:hover, .entry__content h3.has-dark-background-color:active, .entry__content h3.has-dark-background-color:focus, .entry__content h4.has-dark-background-color, .entry__content h4.has-dark-background-color:hover, .entry__content h4.has-dark-background-color:active, .entry__content h4.has-dark-background-color:focus, .entry__content h5.has-dark-background-color, .entry__content h5.has-dark-background-color:hover, .entry__content h5.has-dark-background-color:active, .entry__content h5.has-dark-background-color:focus, .entry__content h6.has-dark-background-color, .entry__content h6.has-dark-background-color:hover, .entry__content h6.has-dark-background-color:active, .entry__content h6.has-dark-background-color:focus, .page__content h1.has-dark-background-color, .page__content h1.has-dark-background-color:hover, .page__content h1.has-dark-background-color:active, .page__content h1.has-dark-background-color:focus, .page__content h2.has-dark-background-color, .page__content h2.has-dark-background-color:hover, .page__content h2.has-dark-background-color:active, .page__content h2.has-dark-background-color:focus, .page__content h3.has-dark-background-color, .page__content h3.has-dark-background-color:hover, .page__content h3.has-dark-background-color:active, .page__content h3.has-dark-background-color:focus, .page__content h4.has-dark-background-color, .page__content h4.has-dark-background-color:hover, .page__content h4.has-dark-background-color:active, .page__content h4.has-dark-background-color:focus, .page__content h5.has-dark-background-color, .page__content h5.has-dark-background-color:hover, .page__content h5.has-dark-background-color:active, .page__content h5.has-dark-background-color:focus, .page__content h6.has-dark-background-color, .page__content h6.has-dark-background-color:hover, .page__content h6.has-dark-background-color:active, .page__content h6.has-dark-background-color:focus {
  background-color: #000000;
  border-color: #000000;
}
.entry__content h1.has-medium-dark-color, .entry__content h1.has-medium-dark-color:hover, .entry__content h1.has-medium-dark-color:active, .entry__content h1.has-medium-dark-color:focus, .entry__content h2.has-medium-dark-color, .entry__content h2.has-medium-dark-color:hover, .entry__content h2.has-medium-dark-color:active, .entry__content h2.has-medium-dark-color:focus, .entry__content h3.has-medium-dark-color, .entry__content h3.has-medium-dark-color:hover, .entry__content h3.has-medium-dark-color:active, .entry__content h3.has-medium-dark-color:focus, .entry__content h4.has-medium-dark-color, .entry__content h4.has-medium-dark-color:hover, .entry__content h4.has-medium-dark-color:active, .entry__content h4.has-medium-dark-color:focus, .entry__content h5.has-medium-dark-color, .entry__content h5.has-medium-dark-color:hover, .entry__content h5.has-medium-dark-color:active, .entry__content h5.has-medium-dark-color:focus, .entry__content h6.has-medium-dark-color, .entry__content h6.has-medium-dark-color:hover, .entry__content h6.has-medium-dark-color:active, .entry__content h6.has-medium-dark-color:focus, .page__content h1.has-medium-dark-color, .page__content h1.has-medium-dark-color:hover, .page__content h1.has-medium-dark-color:active, .page__content h1.has-medium-dark-color:focus, .page__content h2.has-medium-dark-color, .page__content h2.has-medium-dark-color:hover, .page__content h2.has-medium-dark-color:active, .page__content h2.has-medium-dark-color:focus, .page__content h3.has-medium-dark-color, .page__content h3.has-medium-dark-color:hover, .page__content h3.has-medium-dark-color:active, .page__content h3.has-medium-dark-color:focus, .page__content h4.has-medium-dark-color, .page__content h4.has-medium-dark-color:hover, .page__content h4.has-medium-dark-color:active, .page__content h4.has-medium-dark-color:focus, .page__content h5.has-medium-dark-color, .page__content h5.has-medium-dark-color:hover, .page__content h5.has-medium-dark-color:active, .page__content h5.has-medium-dark-color:focus, .page__content h6.has-medium-dark-color, .page__content h6.has-medium-dark-color:hover, .page__content h6.has-medium-dark-color:active, .page__content h6.has-medium-dark-color:focus {
  color: #535A5C;
}
.entry__content h1.has-medium-dark-background-color, .entry__content h1.has-medium-dark-background-color:hover, .entry__content h1.has-medium-dark-background-color:active, .entry__content h1.has-medium-dark-background-color:focus, .entry__content h2.has-medium-dark-background-color, .entry__content h2.has-medium-dark-background-color:hover, .entry__content h2.has-medium-dark-background-color:active, .entry__content h2.has-medium-dark-background-color:focus, .entry__content h3.has-medium-dark-background-color, .entry__content h3.has-medium-dark-background-color:hover, .entry__content h3.has-medium-dark-background-color:active, .entry__content h3.has-medium-dark-background-color:focus, .entry__content h4.has-medium-dark-background-color, .entry__content h4.has-medium-dark-background-color:hover, .entry__content h4.has-medium-dark-background-color:active, .entry__content h4.has-medium-dark-background-color:focus, .entry__content h5.has-medium-dark-background-color, .entry__content h5.has-medium-dark-background-color:hover, .entry__content h5.has-medium-dark-background-color:active, .entry__content h5.has-medium-dark-background-color:focus, .entry__content h6.has-medium-dark-background-color, .entry__content h6.has-medium-dark-background-color:hover, .entry__content h6.has-medium-dark-background-color:active, .entry__content h6.has-medium-dark-background-color:focus, .page__content h1.has-medium-dark-background-color, .page__content h1.has-medium-dark-background-color:hover, .page__content h1.has-medium-dark-background-color:active, .page__content h1.has-medium-dark-background-color:focus, .page__content h2.has-medium-dark-background-color, .page__content h2.has-medium-dark-background-color:hover, .page__content h2.has-medium-dark-background-color:active, .page__content h2.has-medium-dark-background-color:focus, .page__content h3.has-medium-dark-background-color, .page__content h3.has-medium-dark-background-color:hover, .page__content h3.has-medium-dark-background-color:active, .page__content h3.has-medium-dark-background-color:focus, .page__content h4.has-medium-dark-background-color, .page__content h4.has-medium-dark-background-color:hover, .page__content h4.has-medium-dark-background-color:active, .page__content h4.has-medium-dark-background-color:focus, .page__content h5.has-medium-dark-background-color, .page__content h5.has-medium-dark-background-color:hover, .page__content h5.has-medium-dark-background-color:active, .page__content h5.has-medium-dark-background-color:focus, .page__content h6.has-medium-dark-background-color, .page__content h6.has-medium-dark-background-color:hover, .page__content h6.has-medium-dark-background-color:active, .page__content h6.has-medium-dark-background-color:focus {
  background-color: #535A5C;
  border-color: #535A5C;
}
.entry__content h1.has-medium-color, .entry__content h1.has-medium-color:hover, .entry__content h1.has-medium-color:active, .entry__content h1.has-medium-color:focus, .entry__content h2.has-medium-color, .entry__content h2.has-medium-color:hover, .entry__content h2.has-medium-color:active, .entry__content h2.has-medium-color:focus, .entry__content h3.has-medium-color, .entry__content h3.has-medium-color:hover, .entry__content h3.has-medium-color:active, .entry__content h3.has-medium-color:focus, .entry__content h4.has-medium-color, .entry__content h4.has-medium-color:hover, .entry__content h4.has-medium-color:active, .entry__content h4.has-medium-color:focus, .entry__content h5.has-medium-color, .entry__content h5.has-medium-color:hover, .entry__content h5.has-medium-color:active, .entry__content h5.has-medium-color:focus, .entry__content h6.has-medium-color, .entry__content h6.has-medium-color:hover, .entry__content h6.has-medium-color:active, .entry__content h6.has-medium-color:focus, .page__content h1.has-medium-color, .page__content h1.has-medium-color:hover, .page__content h1.has-medium-color:active, .page__content h1.has-medium-color:focus, .page__content h2.has-medium-color, .page__content h2.has-medium-color:hover, .page__content h2.has-medium-color:active, .page__content h2.has-medium-color:focus, .page__content h3.has-medium-color, .page__content h3.has-medium-color:hover, .page__content h3.has-medium-color:active, .page__content h3.has-medium-color:focus, .page__content h4.has-medium-color, .page__content h4.has-medium-color:hover, .page__content h4.has-medium-color:active, .page__content h4.has-medium-color:focus, .page__content h5.has-medium-color, .page__content h5.has-medium-color:hover, .page__content h5.has-medium-color:active, .page__content h5.has-medium-color:focus, .page__content h6.has-medium-color, .page__content h6.has-medium-color:hover, .page__content h6.has-medium-color:active, .page__content h6.has-medium-color:focus {
  color: #757575;
}
.entry__content h1.has-medium-background-color, .entry__content h1.has-medium-background-color:hover, .entry__content h1.has-medium-background-color:active, .entry__content h1.has-medium-background-color:focus, .entry__content h2.has-medium-background-color, .entry__content h2.has-medium-background-color:hover, .entry__content h2.has-medium-background-color:active, .entry__content h2.has-medium-background-color:focus, .entry__content h3.has-medium-background-color, .entry__content h3.has-medium-background-color:hover, .entry__content h3.has-medium-background-color:active, .entry__content h3.has-medium-background-color:focus, .entry__content h4.has-medium-background-color, .entry__content h4.has-medium-background-color:hover, .entry__content h4.has-medium-background-color:active, .entry__content h4.has-medium-background-color:focus, .entry__content h5.has-medium-background-color, .entry__content h5.has-medium-background-color:hover, .entry__content h5.has-medium-background-color:active, .entry__content h5.has-medium-background-color:focus, .entry__content h6.has-medium-background-color, .entry__content h6.has-medium-background-color:hover, .entry__content h6.has-medium-background-color:active, .entry__content h6.has-medium-background-color:focus, .page__content h1.has-medium-background-color, .page__content h1.has-medium-background-color:hover, .page__content h1.has-medium-background-color:active, .page__content h1.has-medium-background-color:focus, .page__content h2.has-medium-background-color, .page__content h2.has-medium-background-color:hover, .page__content h2.has-medium-background-color:active, .page__content h2.has-medium-background-color:focus, .page__content h3.has-medium-background-color, .page__content h3.has-medium-background-color:hover, .page__content h3.has-medium-background-color:active, .page__content h3.has-medium-background-color:focus, .page__content h4.has-medium-background-color, .page__content h4.has-medium-background-color:hover, .page__content h4.has-medium-background-color:active, .page__content h4.has-medium-background-color:focus, .page__content h5.has-medium-background-color, .page__content h5.has-medium-background-color:hover, .page__content h5.has-medium-background-color:active, .page__content h5.has-medium-background-color:focus, .page__content h6.has-medium-background-color, .page__content h6.has-medium-background-color:hover, .page__content h6.has-medium-background-color:active, .page__content h6.has-medium-background-color:focus {
  background-color: #757575;
  border-color: #757575;
}
.entry__content h1.has-light-color, .entry__content h1.has-light-color:hover, .entry__content h1.has-light-color:active, .entry__content h1.has-light-color:focus, .entry__content h2.has-light-color, .entry__content h2.has-light-color:hover, .entry__content h2.has-light-color:active, .entry__content h2.has-light-color:focus, .entry__content h3.has-light-color, .entry__content h3.has-light-color:hover, .entry__content h3.has-light-color:active, .entry__content h3.has-light-color:focus, .entry__content h4.has-light-color, .entry__content h4.has-light-color:hover, .entry__content h4.has-light-color:active, .entry__content h4.has-light-color:focus, .entry__content h5.has-light-color, .entry__content h5.has-light-color:hover, .entry__content h5.has-light-color:active, .entry__content h5.has-light-color:focus, .entry__content h6.has-light-color, .entry__content h6.has-light-color:hover, .entry__content h6.has-light-color:active, .entry__content h6.has-light-color:focus, .page__content h1.has-light-color, .page__content h1.has-light-color:hover, .page__content h1.has-light-color:active, .page__content h1.has-light-color:focus, .page__content h2.has-light-color, .page__content h2.has-light-color:hover, .page__content h2.has-light-color:active, .page__content h2.has-light-color:focus, .page__content h3.has-light-color, .page__content h3.has-light-color:hover, .page__content h3.has-light-color:active, .page__content h3.has-light-color:focus, .page__content h4.has-light-color, .page__content h4.has-light-color:hover, .page__content h4.has-light-color:active, .page__content h4.has-light-color:focus, .page__content h5.has-light-color, .page__content h5.has-light-color:hover, .page__content h5.has-light-color:active, .page__content h5.has-light-color:focus, .page__content h6.has-light-color, .page__content h6.has-light-color:hover, .page__content h6.has-light-color:active, .page__content h6.has-light-color:focus {
  color: #B9B9B9;
}
.entry__content h1.has-light-background-color, .entry__content h1.has-light-background-color:hover, .entry__content h1.has-light-background-color:active, .entry__content h1.has-light-background-color:focus, .entry__content h2.has-light-background-color, .entry__content h2.has-light-background-color:hover, .entry__content h2.has-light-background-color:active, .entry__content h2.has-light-background-color:focus, .entry__content h3.has-light-background-color, .entry__content h3.has-light-background-color:hover, .entry__content h3.has-light-background-color:active, .entry__content h3.has-light-background-color:focus, .entry__content h4.has-light-background-color, .entry__content h4.has-light-background-color:hover, .entry__content h4.has-light-background-color:active, .entry__content h4.has-light-background-color:focus, .entry__content h5.has-light-background-color, .entry__content h5.has-light-background-color:hover, .entry__content h5.has-light-background-color:active, .entry__content h5.has-light-background-color:focus, .entry__content h6.has-light-background-color, .entry__content h6.has-light-background-color:hover, .entry__content h6.has-light-background-color:active, .entry__content h6.has-light-background-color:focus, .page__content h1.has-light-background-color, .page__content h1.has-light-background-color:hover, .page__content h1.has-light-background-color:active, .page__content h1.has-light-background-color:focus, .page__content h2.has-light-background-color, .page__content h2.has-light-background-color:hover, .page__content h2.has-light-background-color:active, .page__content h2.has-light-background-color:focus, .page__content h3.has-light-background-color, .page__content h3.has-light-background-color:hover, .page__content h3.has-light-background-color:active, .page__content h3.has-light-background-color:focus, .page__content h4.has-light-background-color, .page__content h4.has-light-background-color:hover, .page__content h4.has-light-background-color:active, .page__content h4.has-light-background-color:focus, .page__content h5.has-light-background-color, .page__content h5.has-light-background-color:hover, .page__content h5.has-light-background-color:active, .page__content h5.has-light-background-color:focus, .page__content h6.has-light-background-color, .page__content h6.has-light-background-color:hover, .page__content h6.has-light-background-color:active, .page__content h6.has-light-background-color:focus {
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}
.entry__content h1.has-light-surface-color, .entry__content h1.has-light-surface-color:hover, .entry__content h1.has-light-surface-color:active, .entry__content h1.has-light-surface-color:focus, .entry__content h2.has-light-surface-color, .entry__content h2.has-light-surface-color:hover, .entry__content h2.has-light-surface-color:active, .entry__content h2.has-light-surface-color:focus, .entry__content h3.has-light-surface-color, .entry__content h3.has-light-surface-color:hover, .entry__content h3.has-light-surface-color:active, .entry__content h3.has-light-surface-color:focus, .entry__content h4.has-light-surface-color, .entry__content h4.has-light-surface-color:hover, .entry__content h4.has-light-surface-color:active, .entry__content h4.has-light-surface-color:focus, .entry__content h5.has-light-surface-color, .entry__content h5.has-light-surface-color:hover, .entry__content h5.has-light-surface-color:active, .entry__content h5.has-light-surface-color:focus, .entry__content h6.has-light-surface-color, .entry__content h6.has-light-surface-color:hover, .entry__content h6.has-light-surface-color:active, .entry__content h6.has-light-surface-color:focus, .page__content h1.has-light-surface-color, .page__content h1.has-light-surface-color:hover, .page__content h1.has-light-surface-color:active, .page__content h1.has-light-surface-color:focus, .page__content h2.has-light-surface-color, .page__content h2.has-light-surface-color:hover, .page__content h2.has-light-surface-color:active, .page__content h2.has-light-surface-color:focus, .page__content h3.has-light-surface-color, .page__content h3.has-light-surface-color:hover, .page__content h3.has-light-surface-color:active, .page__content h3.has-light-surface-color:focus, .page__content h4.has-light-surface-color, .page__content h4.has-light-surface-color:hover, .page__content h4.has-light-surface-color:active, .page__content h4.has-light-surface-color:focus, .page__content h5.has-light-surface-color, .page__content h5.has-light-surface-color:hover, .page__content h5.has-light-surface-color:active, .page__content h5.has-light-surface-color:focus, .page__content h6.has-light-surface-color, .page__content h6.has-light-surface-color:hover, .page__content h6.has-light-surface-color:active, .page__content h6.has-light-surface-color:focus {
  color: #F7F7F7;
}
.entry__content h1.has-light-surface-background-color, .entry__content h1.has-light-surface-background-color:hover, .entry__content h1.has-light-surface-background-color:active, .entry__content h1.has-light-surface-background-color:focus, .entry__content h2.has-light-surface-background-color, .entry__content h2.has-light-surface-background-color:hover, .entry__content h2.has-light-surface-background-color:active, .entry__content h2.has-light-surface-background-color:focus, .entry__content h3.has-light-surface-background-color, .entry__content h3.has-light-surface-background-color:hover, .entry__content h3.has-light-surface-background-color:active, .entry__content h3.has-light-surface-background-color:focus, .entry__content h4.has-light-surface-background-color, .entry__content h4.has-light-surface-background-color:hover, .entry__content h4.has-light-surface-background-color:active, .entry__content h4.has-light-surface-background-color:focus, .entry__content h5.has-light-surface-background-color, .entry__content h5.has-light-surface-background-color:hover, .entry__content h5.has-light-surface-background-color:active, .entry__content h5.has-light-surface-background-color:focus, .entry__content h6.has-light-surface-background-color, .entry__content h6.has-light-surface-background-color:hover, .entry__content h6.has-light-surface-background-color:active, .entry__content h6.has-light-surface-background-color:focus, .page__content h1.has-light-surface-background-color, .page__content h1.has-light-surface-background-color:hover, .page__content h1.has-light-surface-background-color:active, .page__content h1.has-light-surface-background-color:focus, .page__content h2.has-light-surface-background-color, .page__content h2.has-light-surface-background-color:hover, .page__content h2.has-light-surface-background-color:active, .page__content h2.has-light-surface-background-color:focus, .page__content h3.has-light-surface-background-color, .page__content h3.has-light-surface-background-color:hover, .page__content h3.has-light-surface-background-color:active, .page__content h3.has-light-surface-background-color:focus, .page__content h4.has-light-surface-background-color, .page__content h4.has-light-surface-background-color:hover, .page__content h4.has-light-surface-background-color:active, .page__content h4.has-light-surface-background-color:focus, .page__content h5.has-light-surface-background-color, .page__content h5.has-light-surface-background-color:hover, .page__content h5.has-light-surface-background-color:active, .page__content h5.has-light-surface-background-color:focus, .page__content h6.has-light-surface-background-color, .page__content h6.has-light-surface-background-color:hover, .page__content h6.has-light-surface-background-color:active, .page__content h6.has-light-surface-background-color:focus {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.entry__content h1.has-white-color, .entry__content h1.has-white-color:hover, .entry__content h1.has-white-color:active, .entry__content h1.has-white-color:focus, .entry__content h2.has-white-color, .entry__content h2.has-white-color:hover, .entry__content h2.has-white-color:active, .entry__content h2.has-white-color:focus, .entry__content h3.has-white-color, .entry__content h3.has-white-color:hover, .entry__content h3.has-white-color:active, .entry__content h3.has-white-color:focus, .entry__content h4.has-white-color, .entry__content h4.has-white-color:hover, .entry__content h4.has-white-color:active, .entry__content h4.has-white-color:focus, .entry__content h5.has-white-color, .entry__content h5.has-white-color:hover, .entry__content h5.has-white-color:active, .entry__content h5.has-white-color:focus, .entry__content h6.has-white-color, .entry__content h6.has-white-color:hover, .entry__content h6.has-white-color:active, .entry__content h6.has-white-color:focus, .page__content h1.has-white-color, .page__content h1.has-white-color:hover, .page__content h1.has-white-color:active, .page__content h1.has-white-color:focus, .page__content h2.has-white-color, .page__content h2.has-white-color:hover, .page__content h2.has-white-color:active, .page__content h2.has-white-color:focus, .page__content h3.has-white-color, .page__content h3.has-white-color:hover, .page__content h3.has-white-color:active, .page__content h3.has-white-color:focus, .page__content h4.has-white-color, .page__content h4.has-white-color:hover, .page__content h4.has-white-color:active, .page__content h4.has-white-color:focus, .page__content h5.has-white-color, .page__content h5.has-white-color:hover, .page__content h5.has-white-color:active, .page__content h5.has-white-color:focus, .page__content h6.has-white-color, .page__content h6.has-white-color:hover, .page__content h6.has-white-color:active, .page__content h6.has-white-color:focus {
  color: #FFFFFF;
}
.entry__content h1.has-white-background-color, .entry__content h1.has-white-background-color:hover, .entry__content h1.has-white-background-color:active, .entry__content h1.has-white-background-color:focus, .entry__content h2.has-white-background-color, .entry__content h2.has-white-background-color:hover, .entry__content h2.has-white-background-color:active, .entry__content h2.has-white-background-color:focus, .entry__content h3.has-white-background-color, .entry__content h3.has-white-background-color:hover, .entry__content h3.has-white-background-color:active, .entry__content h3.has-white-background-color:focus, .entry__content h4.has-white-background-color, .entry__content h4.has-white-background-color:hover, .entry__content h4.has-white-background-color:active, .entry__content h4.has-white-background-color:focus, .entry__content h5.has-white-background-color, .entry__content h5.has-white-background-color:hover, .entry__content h5.has-white-background-color:active, .entry__content h5.has-white-background-color:focus, .entry__content h6.has-white-background-color, .entry__content h6.has-white-background-color:hover, .entry__content h6.has-white-background-color:active, .entry__content h6.has-white-background-color:focus, .page__content h1.has-white-background-color, .page__content h1.has-white-background-color:hover, .page__content h1.has-white-background-color:active, .page__content h1.has-white-background-color:focus, .page__content h2.has-white-background-color, .page__content h2.has-white-background-color:hover, .page__content h2.has-white-background-color:active, .page__content h2.has-white-background-color:focus, .page__content h3.has-white-background-color, .page__content h3.has-white-background-color:hover, .page__content h3.has-white-background-color:active, .page__content h3.has-white-background-color:focus, .page__content h4.has-white-background-color, .page__content h4.has-white-background-color:hover, .page__content h4.has-white-background-color:active, .page__content h4.has-white-background-color:focus, .page__content h5.has-white-background-color, .page__content h5.has-white-background-color:hover, .page__content h5.has-white-background-color:active, .page__content h5.has-white-background-color:focus, .page__content h6.has-white-background-color, .page__content h6.has-white-background-color:hover, .page__content h6.has-white-background-color:active, .page__content h6.has-white-background-color:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.entry__content h1.has-small-font-size, .entry__content h1.has-small-font-size:hover, .entry__content h1.has-small-font-size:active, .entry__content h1.has-small-font-size:focus, .entry__content h2.has-small-font-size, .entry__content h2.has-small-font-size:hover, .entry__content h2.has-small-font-size:active, .entry__content h2.has-small-font-size:focus, .entry__content h3.has-small-font-size, .entry__content h3.has-small-font-size:hover, .entry__content h3.has-small-font-size:active, .entry__content h3.has-small-font-size:focus, .entry__content h4.has-small-font-size, .entry__content h4.has-small-font-size:hover, .entry__content h4.has-small-font-size:active, .entry__content h4.has-small-font-size:focus, .entry__content h5.has-small-font-size, .entry__content h5.has-small-font-size:hover, .entry__content h5.has-small-font-size:active, .entry__content h5.has-small-font-size:focus, .entry__content h6.has-small-font-size, .entry__content h6.has-small-font-size:hover, .entry__content h6.has-small-font-size:active, .entry__content h6.has-small-font-size:focus, .page__content h1.has-small-font-size, .page__content h1.has-small-font-size:hover, .page__content h1.has-small-font-size:active, .page__content h1.has-small-font-size:focus, .page__content h2.has-small-font-size, .page__content h2.has-small-font-size:hover, .page__content h2.has-small-font-size:active, .page__content h2.has-small-font-size:focus, .page__content h3.has-small-font-size, .page__content h3.has-small-font-size:hover, .page__content h3.has-small-font-size:active, .page__content h3.has-small-font-size:focus, .page__content h4.has-small-font-size, .page__content h4.has-small-font-size:hover, .page__content h4.has-small-font-size:active, .page__content h4.has-small-font-size:focus, .page__content h5.has-small-font-size, .page__content h5.has-small-font-size:hover, .page__content h5.has-small-font-size:active, .page__content h5.has-small-font-size:focus, .page__content h6.has-small-font-size, .page__content h6.has-small-font-size:hover, .page__content h6.has-small-font-size:active, .page__content h6.has-small-font-size:focus {
  font-size: 12px;
}
.entry__content h1.has-regular-font-size, .entry__content h1.has-regular-font-size:hover, .entry__content h1.has-regular-font-size:active, .entry__content h1.has-regular-font-size:focus, .entry__content h2.has-regular-font-size, .entry__content h2.has-regular-font-size:hover, .entry__content h2.has-regular-font-size:active, .entry__content h2.has-regular-font-size:focus, .entry__content h3.has-regular-font-size, .entry__content h3.has-regular-font-size:hover, .entry__content h3.has-regular-font-size:active, .entry__content h3.has-regular-font-size:focus, .entry__content h4.has-regular-font-size, .entry__content h4.has-regular-font-size:hover, .entry__content h4.has-regular-font-size:active, .entry__content h4.has-regular-font-size:focus, .entry__content h5.has-regular-font-size, .entry__content h5.has-regular-font-size:hover, .entry__content h5.has-regular-font-size:active, .entry__content h5.has-regular-font-size:focus, .entry__content h6.has-regular-font-size, .entry__content h6.has-regular-font-size:hover, .entry__content h6.has-regular-font-size:active, .entry__content h6.has-regular-font-size:focus, .page__content h1.has-regular-font-size, .page__content h1.has-regular-font-size:hover, .page__content h1.has-regular-font-size:active, .page__content h1.has-regular-font-size:focus, .page__content h2.has-regular-font-size, .page__content h2.has-regular-font-size:hover, .page__content h2.has-regular-font-size:active, .page__content h2.has-regular-font-size:focus, .page__content h3.has-regular-font-size, .page__content h3.has-regular-font-size:hover, .page__content h3.has-regular-font-size:active, .page__content h3.has-regular-font-size:focus, .page__content h4.has-regular-font-size, .page__content h4.has-regular-font-size:hover, .page__content h4.has-regular-font-size:active, .page__content h4.has-regular-font-size:focus, .page__content h5.has-regular-font-size, .page__content h5.has-regular-font-size:hover, .page__content h5.has-regular-font-size:active, .page__content h5.has-regular-font-size:focus, .page__content h6.has-regular-font-size, .page__content h6.has-regular-font-size:hover, .page__content h6.has-regular-font-size:active, .page__content h6.has-regular-font-size:focus {
  font-size: 16px;
}
.entry__content h1.has-large-font-size, .entry__content h1.has-large-font-size:hover, .entry__content h1.has-large-font-size:active, .entry__content h1.has-large-font-size:focus, .entry__content h2.has-large-font-size, .entry__content h2.has-large-font-size:hover, .entry__content h2.has-large-font-size:active, .entry__content h2.has-large-font-size:focus, .entry__content h3.has-large-font-size, .entry__content h3.has-large-font-size:hover, .entry__content h3.has-large-font-size:active, .entry__content h3.has-large-font-size:focus, .entry__content h4.has-large-font-size, .entry__content h4.has-large-font-size:hover, .entry__content h4.has-large-font-size:active, .entry__content h4.has-large-font-size:focus, .entry__content h5.has-large-font-size, .entry__content h5.has-large-font-size:hover, .entry__content h5.has-large-font-size:active, .entry__content h5.has-large-font-size:focus, .entry__content h6.has-large-font-size, .entry__content h6.has-large-font-size:hover, .entry__content h6.has-large-font-size:active, .entry__content h6.has-large-font-size:focus, .page__content h1.has-large-font-size, .page__content h1.has-large-font-size:hover, .page__content h1.has-large-font-size:active, .page__content h1.has-large-font-size:focus, .page__content h2.has-large-font-size, .page__content h2.has-large-font-size:hover, .page__content h2.has-large-font-size:active, .page__content h2.has-large-font-size:focus, .page__content h3.has-large-font-size, .page__content h3.has-large-font-size:hover, .page__content h3.has-large-font-size:active, .page__content h3.has-large-font-size:focus, .page__content h4.has-large-font-size, .page__content h4.has-large-font-size:hover, .page__content h4.has-large-font-size:active, .page__content h4.has-large-font-size:focus, .page__content h5.has-large-font-size, .page__content h5.has-large-font-size:hover, .page__content h5.has-large-font-size:active, .page__content h5.has-large-font-size:focus, .page__content h6.has-large-font-size, .page__content h6.has-large-font-size:hover, .page__content h6.has-large-font-size:active, .page__content h6.has-large-font-size:focus {
  font-size: 20px;
}
.entry__content h1.has-h-1-font-size, .entry__content h1.has-h-1-font-size:hover, .entry__content h1.has-h-1-font-size:active, .entry__content h1.has-h-1-font-size:focus, .entry__content h2.has-h-1-font-size, .entry__content h2.has-h-1-font-size:hover, .entry__content h2.has-h-1-font-size:active, .entry__content h2.has-h-1-font-size:focus, .entry__content h3.has-h-1-font-size, .entry__content h3.has-h-1-font-size:hover, .entry__content h3.has-h-1-font-size:active, .entry__content h3.has-h-1-font-size:focus, .entry__content h4.has-h-1-font-size, .entry__content h4.has-h-1-font-size:hover, .entry__content h4.has-h-1-font-size:active, .entry__content h4.has-h-1-font-size:focus, .entry__content h5.has-h-1-font-size, .entry__content h5.has-h-1-font-size:hover, .entry__content h5.has-h-1-font-size:active, .entry__content h5.has-h-1-font-size:focus, .entry__content h6.has-h-1-font-size, .entry__content h6.has-h-1-font-size:hover, .entry__content h6.has-h-1-font-size:active, .entry__content h6.has-h-1-font-size:focus, .page__content h1.has-h-1-font-size, .page__content h1.has-h-1-font-size:hover, .page__content h1.has-h-1-font-size:active, .page__content h1.has-h-1-font-size:focus, .page__content h2.has-h-1-font-size, .page__content h2.has-h-1-font-size:hover, .page__content h2.has-h-1-font-size:active, .page__content h2.has-h-1-font-size:focus, .page__content h3.has-h-1-font-size, .page__content h3.has-h-1-font-size:hover, .page__content h3.has-h-1-font-size:active, .page__content h3.has-h-1-font-size:focus, .page__content h4.has-h-1-font-size, .page__content h4.has-h-1-font-size:hover, .page__content h4.has-h-1-font-size:active, .page__content h4.has-h-1-font-size:focus, .page__content h5.has-h-1-font-size, .page__content h5.has-h-1-font-size:hover, .page__content h5.has-h-1-font-size:active, .page__content h5.has-h-1-font-size:focus, .page__content h6.has-h-1-font-size, .page__content h6.has-h-1-font-size:hover, .page__content h6.has-h-1-font-size:active, .page__content h6.has-h-1-font-size:focus {
  font-size: 45px;
}
.entry__content h1.has-h-2-font-size, .entry__content h1.has-h-2-font-size:hover, .entry__content h1.has-h-2-font-size:active, .entry__content h1.has-h-2-font-size:focus, .entry__content h2.has-h-2-font-size, .entry__content h2.has-h-2-font-size:hover, .entry__content h2.has-h-2-font-size:active, .entry__content h2.has-h-2-font-size:focus, .entry__content h3.has-h-2-font-size, .entry__content h3.has-h-2-font-size:hover, .entry__content h3.has-h-2-font-size:active, .entry__content h3.has-h-2-font-size:focus, .entry__content h4.has-h-2-font-size, .entry__content h4.has-h-2-font-size:hover, .entry__content h4.has-h-2-font-size:active, .entry__content h4.has-h-2-font-size:focus, .entry__content h5.has-h-2-font-size, .entry__content h5.has-h-2-font-size:hover, .entry__content h5.has-h-2-font-size:active, .entry__content h5.has-h-2-font-size:focus, .entry__content h6.has-h-2-font-size, .entry__content h6.has-h-2-font-size:hover, .entry__content h6.has-h-2-font-size:active, .entry__content h6.has-h-2-font-size:focus, .page__content h1.has-h-2-font-size, .page__content h1.has-h-2-font-size:hover, .page__content h1.has-h-2-font-size:active, .page__content h1.has-h-2-font-size:focus, .page__content h2.has-h-2-font-size, .page__content h2.has-h-2-font-size:hover, .page__content h2.has-h-2-font-size:active, .page__content h2.has-h-2-font-size:focus, .page__content h3.has-h-2-font-size, .page__content h3.has-h-2-font-size:hover, .page__content h3.has-h-2-font-size:active, .page__content h3.has-h-2-font-size:focus, .page__content h4.has-h-2-font-size, .page__content h4.has-h-2-font-size:hover, .page__content h4.has-h-2-font-size:active, .page__content h4.has-h-2-font-size:focus, .page__content h5.has-h-2-font-size, .page__content h5.has-h-2-font-size:hover, .page__content h5.has-h-2-font-size:active, .page__content h5.has-h-2-font-size:focus, .page__content h6.has-h-2-font-size, .page__content h6.has-h-2-font-size:hover, .page__content h6.has-h-2-font-size:active, .page__content h6.has-h-2-font-size:focus {
  font-size: 30px;
}
.entry__content h1.has-h-3-font-size, .entry__content h1.has-h-3-font-size:hover, .entry__content h1.has-h-3-font-size:active, .entry__content h1.has-h-3-font-size:focus, .entry__content h2.has-h-3-font-size, .entry__content h2.has-h-3-font-size:hover, .entry__content h2.has-h-3-font-size:active, .entry__content h2.has-h-3-font-size:focus, .entry__content h3.has-h-3-font-size, .entry__content h3.has-h-3-font-size:hover, .entry__content h3.has-h-3-font-size:active, .entry__content h3.has-h-3-font-size:focus, .entry__content h4.has-h-3-font-size, .entry__content h4.has-h-3-font-size:hover, .entry__content h4.has-h-3-font-size:active, .entry__content h4.has-h-3-font-size:focus, .entry__content h5.has-h-3-font-size, .entry__content h5.has-h-3-font-size:hover, .entry__content h5.has-h-3-font-size:active, .entry__content h5.has-h-3-font-size:focus, .entry__content h6.has-h-3-font-size, .entry__content h6.has-h-3-font-size:hover, .entry__content h6.has-h-3-font-size:active, .entry__content h6.has-h-3-font-size:focus, .page__content h1.has-h-3-font-size, .page__content h1.has-h-3-font-size:hover, .page__content h1.has-h-3-font-size:active, .page__content h1.has-h-3-font-size:focus, .page__content h2.has-h-3-font-size, .page__content h2.has-h-3-font-size:hover, .page__content h2.has-h-3-font-size:active, .page__content h2.has-h-3-font-size:focus, .page__content h3.has-h-3-font-size, .page__content h3.has-h-3-font-size:hover, .page__content h3.has-h-3-font-size:active, .page__content h3.has-h-3-font-size:focus, .page__content h4.has-h-3-font-size, .page__content h4.has-h-3-font-size:hover, .page__content h4.has-h-3-font-size:active, .page__content h4.has-h-3-font-size:focus, .page__content h5.has-h-3-font-size, .page__content h5.has-h-3-font-size:hover, .page__content h5.has-h-3-font-size:active, .page__content h5.has-h-3-font-size:focus, .page__content h6.has-h-3-font-size, .page__content h6.has-h-3-font-size:hover, .page__content h6.has-h-3-font-size:active, .page__content h6.has-h-3-font-size:focus {
  font-size: 26px;
}
.entry__content h1.has-h-4-font-size, .entry__content h1.has-h-4-font-size:hover, .entry__content h1.has-h-4-font-size:active, .entry__content h1.has-h-4-font-size:focus, .entry__content h2.has-h-4-font-size, .entry__content h2.has-h-4-font-size:hover, .entry__content h2.has-h-4-font-size:active, .entry__content h2.has-h-4-font-size:focus, .entry__content h3.has-h-4-font-size, .entry__content h3.has-h-4-font-size:hover, .entry__content h3.has-h-4-font-size:active, .entry__content h3.has-h-4-font-size:focus, .entry__content h4.has-h-4-font-size, .entry__content h4.has-h-4-font-size:hover, .entry__content h4.has-h-4-font-size:active, .entry__content h4.has-h-4-font-size:focus, .entry__content h5.has-h-4-font-size, .entry__content h5.has-h-4-font-size:hover, .entry__content h5.has-h-4-font-size:active, .entry__content h5.has-h-4-font-size:focus, .entry__content h6.has-h-4-font-size, .entry__content h6.has-h-4-font-size:hover, .entry__content h6.has-h-4-font-size:active, .entry__content h6.has-h-4-font-size:focus, .page__content h1.has-h-4-font-size, .page__content h1.has-h-4-font-size:hover, .page__content h1.has-h-4-font-size:active, .page__content h1.has-h-4-font-size:focus, .page__content h2.has-h-4-font-size, .page__content h2.has-h-4-font-size:hover, .page__content h2.has-h-4-font-size:active, .page__content h2.has-h-4-font-size:focus, .page__content h3.has-h-4-font-size, .page__content h3.has-h-4-font-size:hover, .page__content h3.has-h-4-font-size:active, .page__content h3.has-h-4-font-size:focus, .page__content h4.has-h-4-font-size, .page__content h4.has-h-4-font-size:hover, .page__content h4.has-h-4-font-size:active, .page__content h4.has-h-4-font-size:focus, .page__content h5.has-h-4-font-size, .page__content h5.has-h-4-font-size:hover, .page__content h5.has-h-4-font-size:active, .page__content h5.has-h-4-font-size:focus, .page__content h6.has-h-4-font-size, .page__content h6.has-h-4-font-size:hover, .page__content h6.has-h-4-font-size:active, .page__content h6.has-h-4-font-size:focus {
  font-size: 23px;
}
.entry__content h1.has-h-5-font-size, .entry__content h1.has-h-5-font-size:hover, .entry__content h1.has-h-5-font-size:active, .entry__content h1.has-h-5-font-size:focus, .entry__content h2.has-h-5-font-size, .entry__content h2.has-h-5-font-size:hover, .entry__content h2.has-h-5-font-size:active, .entry__content h2.has-h-5-font-size:focus, .entry__content h3.has-h-5-font-size, .entry__content h3.has-h-5-font-size:hover, .entry__content h3.has-h-5-font-size:active, .entry__content h3.has-h-5-font-size:focus, .entry__content h4.has-h-5-font-size, .entry__content h4.has-h-5-font-size:hover, .entry__content h4.has-h-5-font-size:active, .entry__content h4.has-h-5-font-size:focus, .entry__content h5.has-h-5-font-size, .entry__content h5.has-h-5-font-size:hover, .entry__content h5.has-h-5-font-size:active, .entry__content h5.has-h-5-font-size:focus, .entry__content h6.has-h-5-font-size, .entry__content h6.has-h-5-font-size:hover, .entry__content h6.has-h-5-font-size:active, .entry__content h6.has-h-5-font-size:focus, .page__content h1.has-h-5-font-size, .page__content h1.has-h-5-font-size:hover, .page__content h1.has-h-5-font-size:active, .page__content h1.has-h-5-font-size:focus, .page__content h2.has-h-5-font-size, .page__content h2.has-h-5-font-size:hover, .page__content h2.has-h-5-font-size:active, .page__content h2.has-h-5-font-size:focus, .page__content h3.has-h-5-font-size, .page__content h3.has-h-5-font-size:hover, .page__content h3.has-h-5-font-size:active, .page__content h3.has-h-5-font-size:focus, .page__content h4.has-h-5-font-size, .page__content h4.has-h-5-font-size:hover, .page__content h4.has-h-5-font-size:active, .page__content h4.has-h-5-font-size:focus, .page__content h5.has-h-5-font-size, .page__content h5.has-h-5-font-size:hover, .page__content h5.has-h-5-font-size:active, .page__content h5.has-h-5-font-size:focus, .page__content h6.has-h-5-font-size, .page__content h6.has-h-5-font-size:hover, .page__content h6.has-h-5-font-size:active, .page__content h6.has-h-5-font-size:focus {
  font-size: 20px;
}
.entry__content h1.has-h-6-font-size, .entry__content h1.has-h-6-font-size:hover, .entry__content h1.has-h-6-font-size:active, .entry__content h1.has-h-6-font-size:focus, .entry__content h2.has-h-6-font-size, .entry__content h2.has-h-6-font-size:hover, .entry__content h2.has-h-6-font-size:active, .entry__content h2.has-h-6-font-size:focus, .entry__content h3.has-h-6-font-size, .entry__content h3.has-h-6-font-size:hover, .entry__content h3.has-h-6-font-size:active, .entry__content h3.has-h-6-font-size:focus, .entry__content h4.has-h-6-font-size, .entry__content h4.has-h-6-font-size:hover, .entry__content h4.has-h-6-font-size:active, .entry__content h4.has-h-6-font-size:focus, .entry__content h5.has-h-6-font-size, .entry__content h5.has-h-6-font-size:hover, .entry__content h5.has-h-6-font-size:active, .entry__content h5.has-h-6-font-size:focus, .entry__content h6.has-h-6-font-size, .entry__content h6.has-h-6-font-size:hover, .entry__content h6.has-h-6-font-size:active, .entry__content h6.has-h-6-font-size:focus, .page__content h1.has-h-6-font-size, .page__content h1.has-h-6-font-size:hover, .page__content h1.has-h-6-font-size:active, .page__content h1.has-h-6-font-size:focus, .page__content h2.has-h-6-font-size, .page__content h2.has-h-6-font-size:hover, .page__content h2.has-h-6-font-size:active, .page__content h2.has-h-6-font-size:focus, .page__content h3.has-h-6-font-size, .page__content h3.has-h-6-font-size:hover, .page__content h3.has-h-6-font-size:active, .page__content h3.has-h-6-font-size:focus, .page__content h4.has-h-6-font-size, .page__content h4.has-h-6-font-size:hover, .page__content h4.has-h-6-font-size:active, .page__content h4.has-h-6-font-size:focus, .page__content h5.has-h-6-font-size, .page__content h5.has-h-6-font-size:hover, .page__content h5.has-h-6-font-size:active, .page__content h5.has-h-6-font-size:focus, .page__content h6.has-h-6-font-size, .page__content h6.has-h-6-font-size:hover, .page__content h6.has-h-6-font-size:active, .page__content h6.has-h-6-font-size:focus {
  font-size: 18px;
}
.entry__content .has-lime-color,
.entry__content .has-lime-color:hover,
.entry__content .has-lime-color:active,
.entry__content .has-lime-color:focus, .page__content .has-lime-color,
.page__content .has-lime-color:hover,
.page__content .has-lime-color:active,
.page__content .has-lime-color:focus {
  color: #8ED500;
}
.entry__content .has-lime-background-color,
.entry__content .has-lime-background-color:hover,
.entry__content .has-lime-background-color:active,
.entry__content .has-lime-background-color:focus, .page__content .has-lime-background-color,
.page__content .has-lime-background-color:hover,
.page__content .has-lime-background-color:active,
.page__content .has-lime-background-color:focus {
  background-color: #8ED500;
  border-color: #8ED500;
}
.entry__content .has-light-lime-color,
.entry__content .has-light-lime-color:hover,
.entry__content .has-light-lime-color:active,
.entry__content .has-light-lime-color:focus, .page__content .has-light-lime-color,
.page__content .has-light-lime-color:hover,
.page__content .has-light-lime-color:active,
.page__content .has-light-lime-color:focus {
  color: #D4F395;
}
.entry__content .has-light-lime-background-color,
.entry__content .has-light-lime-background-color:hover,
.entry__content .has-light-lime-background-color:active,
.entry__content .has-light-lime-background-color:focus, .page__content .has-light-lime-background-color,
.page__content .has-light-lime-background-color:hover,
.page__content .has-light-lime-background-color:active,
.page__content .has-light-lime-background-color:focus {
  background-color: #D4F395;
  border-color: #D4F395;
}
.entry__content .has-green-color,
.entry__content .has-green-color:hover,
.entry__content .has-green-color:active,
.entry__content .has-green-color:focus, .page__content .has-green-color,
.page__content .has-green-color:hover,
.page__content .has-green-color:active,
.page__content .has-green-color:focus {
  color: #006142;
}
.entry__content .has-green-background-color,
.entry__content .has-green-background-color:hover,
.entry__content .has-green-background-color:active,
.entry__content .has-green-background-color:focus, .page__content .has-green-background-color,
.page__content .has-green-background-color:hover,
.page__content .has-green-background-color:active,
.page__content .has-green-background-color:focus {
  background-color: #006142;
  border-color: #006142;
}
.entry__content .has-dark-green-color,
.entry__content .has-dark-green-color:hover,
.entry__content .has-dark-green-color:active,
.entry__content .has-dark-green-color:focus, .page__content .has-dark-green-color,
.page__content .has-dark-green-color:hover,
.page__content .has-dark-green-color:active,
.page__content .has-dark-green-color:focus {
  color: #00422D;
}
.entry__content .has-dark-green-background-color,
.entry__content .has-dark-green-background-color:hover,
.entry__content .has-dark-green-background-color:active,
.entry__content .has-dark-green-background-color:focus, .page__content .has-dark-green-background-color,
.page__content .has-dark-green-background-color:hover,
.page__content .has-dark-green-background-color:active,
.page__content .has-dark-green-background-color:focus {
  background-color: #00422D;
  border-color: #00422D;
}
.entry__content .has-yellow-color,
.entry__content .has-yellow-color:hover,
.entry__content .has-yellow-color:active,
.entry__content .has-yellow-color:focus, .page__content .has-yellow-color,
.page__content .has-yellow-color:hover,
.page__content .has-yellow-color:active,
.page__content .has-yellow-color:focus {
  color: #F9D624;
}
.entry__content .has-yellow-background-color,
.entry__content .has-yellow-background-color:hover,
.entry__content .has-yellow-background-color:active,
.entry__content .has-yellow-background-color:focus, .page__content .has-yellow-background-color,
.page__content .has-yellow-background-color:hover,
.page__content .has-yellow-background-color:active,
.page__content .has-yellow-background-color:focus {
  background-color: #F9D624;
  border-color: #F9D624;
}
.entry__content .has-light-yellow-color,
.entry__content .has-light-yellow-color:hover,
.entry__content .has-light-yellow-color:active,
.entry__content .has-light-yellow-color:focus, .page__content .has-light-yellow-color,
.page__content .has-light-yellow-color:hover,
.page__content .has-light-yellow-color:active,
.page__content .has-light-yellow-color:focus {
  color: #FEF8D7;
}
.entry__content .has-light-yellow-background-color,
.entry__content .has-light-yellow-background-color:hover,
.entry__content .has-light-yellow-background-color:active,
.entry__content .has-light-yellow-background-color:focus, .page__content .has-light-yellow-background-color,
.page__content .has-light-yellow-background-color:hover,
.page__content .has-light-yellow-background-color:active,
.page__content .has-light-yellow-background-color:focus {
  background-color: #FEF8D7;
  border-color: #FEF8D7;
}
.entry__content .has-teal-color,
.entry__content .has-teal-color:hover,
.entry__content .has-teal-color:active,
.entry__content .has-teal-color:focus, .page__content .has-teal-color,
.page__content .has-teal-color:hover,
.page__content .has-teal-color:active,
.page__content .has-teal-color:focus {
  color: #00A3B1;
}
.entry__content .has-teal-background-color,
.entry__content .has-teal-background-color:hover,
.entry__content .has-teal-background-color:active,
.entry__content .has-teal-background-color:focus, .page__content .has-teal-background-color,
.page__content .has-teal-background-color:hover,
.page__content .has-teal-background-color:active,
.page__content .has-teal-background-color:focus {
  background-color: #00A3B1;
  border-color: #00A3B1;
}
.entry__content .has-light-teal-color,
.entry__content .has-light-teal-color:hover,
.entry__content .has-light-teal-color:active,
.entry__content .has-light-teal-color:focus, .page__content .has-light-teal-color,
.page__content .has-light-teal-color:hover,
.page__content .has-light-teal-color:active,
.page__content .has-light-teal-color:focus {
  color: #68D0D9;
}
.entry__content .has-light-teal-background-color,
.entry__content .has-light-teal-background-color:hover,
.entry__content .has-light-teal-background-color:active,
.entry__content .has-light-teal-background-color:focus, .page__content .has-light-teal-background-color,
.page__content .has-light-teal-background-color:hover,
.page__content .has-light-teal-background-color:active,
.page__content .has-light-teal-background-color:focus {
  background-color: #68D0D9;
  border-color: #68D0D9;
}
.entry__content .has-orange-color,
.entry__content .has-orange-color:hover,
.entry__content .has-orange-color:active,
.entry__content .has-orange-color:focus, .page__content .has-orange-color,
.page__content .has-orange-color:hover,
.page__content .has-orange-color:active,
.page__content .has-orange-color:focus {
  color: #F56A14;
}
.entry__content .has-orange-background-color,
.entry__content .has-orange-background-color:hover,
.entry__content .has-orange-background-color:active,
.entry__content .has-orange-background-color:focus, .page__content .has-orange-background-color,
.page__content .has-orange-background-color:hover,
.page__content .has-orange-background-color:active,
.page__content .has-orange-background-color:focus {
  background-color: #F56A14;
  border-color: #F56A14;
}
.entry__content .has-light-orange-color,
.entry__content .has-light-orange-color:hover,
.entry__content .has-light-orange-color:active,
.entry__content .has-light-orange-color:focus, .page__content .has-light-orange-color,
.page__content .has-light-orange-color:hover,
.page__content .has-light-orange-color:active,
.page__content .has-light-orange-color:focus {
  color: #F78945;
}
.entry__content .has-light-orange-background-color,
.entry__content .has-light-orange-background-color:hover,
.entry__content .has-light-orange-background-color:active,
.entry__content .has-light-orange-background-color:focus, .page__content .has-light-orange-background-color,
.page__content .has-light-orange-background-color:hover,
.page__content .has-light-orange-background-color:active,
.page__content .has-light-orange-background-color:focus {
  background-color: #F78945;
  border-color: #F78945;
}
.entry__content .has-dark-color,
.entry__content .has-dark-color:hover,
.entry__content .has-dark-color:active,
.entry__content .has-dark-color:focus, .page__content .has-dark-color,
.page__content .has-dark-color:hover,
.page__content .has-dark-color:active,
.page__content .has-dark-color:focus {
  color: #000000;
}
.entry__content .has-dark-background-color,
.entry__content .has-dark-background-color:hover,
.entry__content .has-dark-background-color:active,
.entry__content .has-dark-background-color:focus, .page__content .has-dark-background-color,
.page__content .has-dark-background-color:hover,
.page__content .has-dark-background-color:active,
.page__content .has-dark-background-color:focus {
  background-color: #000000;
  border-color: #000000;
}
.entry__content .has-medium-dark-color,
.entry__content .has-medium-dark-color:hover,
.entry__content .has-medium-dark-color:active,
.entry__content .has-medium-dark-color:focus, .page__content .has-medium-dark-color,
.page__content .has-medium-dark-color:hover,
.page__content .has-medium-dark-color:active,
.page__content .has-medium-dark-color:focus {
  color: #535A5C;
}
.entry__content .has-medium-dark-background-color,
.entry__content .has-medium-dark-background-color:hover,
.entry__content .has-medium-dark-background-color:active,
.entry__content .has-medium-dark-background-color:focus, .page__content .has-medium-dark-background-color,
.page__content .has-medium-dark-background-color:hover,
.page__content .has-medium-dark-background-color:active,
.page__content .has-medium-dark-background-color:focus {
  background-color: #535A5C;
  border-color: #535A5C;
}
.entry__content .has-medium-color,
.entry__content .has-medium-color:hover,
.entry__content .has-medium-color:active,
.entry__content .has-medium-color:focus, .page__content .has-medium-color,
.page__content .has-medium-color:hover,
.page__content .has-medium-color:active,
.page__content .has-medium-color:focus {
  color: #757575;
}
.entry__content .has-medium-background-color,
.entry__content .has-medium-background-color:hover,
.entry__content .has-medium-background-color:active,
.entry__content .has-medium-background-color:focus, .page__content .has-medium-background-color,
.page__content .has-medium-background-color:hover,
.page__content .has-medium-background-color:active,
.page__content .has-medium-background-color:focus {
  background-color: #757575;
  border-color: #757575;
}
.entry__content .has-light-color,
.entry__content .has-light-color:hover,
.entry__content .has-light-color:active,
.entry__content .has-light-color:focus, .page__content .has-light-color,
.page__content .has-light-color:hover,
.page__content .has-light-color:active,
.page__content .has-light-color:focus {
  color: #B9B9B9;
}
.entry__content .has-light-background-color,
.entry__content .has-light-background-color:hover,
.entry__content .has-light-background-color:active,
.entry__content .has-light-background-color:focus, .page__content .has-light-background-color,
.page__content .has-light-background-color:hover,
.page__content .has-light-background-color:active,
.page__content .has-light-background-color:focus {
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}
.entry__content .has-light-surface-color,
.entry__content .has-light-surface-color:hover,
.entry__content .has-light-surface-color:active,
.entry__content .has-light-surface-color:focus, .page__content .has-light-surface-color,
.page__content .has-light-surface-color:hover,
.page__content .has-light-surface-color:active,
.page__content .has-light-surface-color:focus {
  color: #F7F7F7;
}
.entry__content .has-light-surface-background-color,
.entry__content .has-light-surface-background-color:hover,
.entry__content .has-light-surface-background-color:active,
.entry__content .has-light-surface-background-color:focus, .page__content .has-light-surface-background-color,
.page__content .has-light-surface-background-color:hover,
.page__content .has-light-surface-background-color:active,
.page__content .has-light-surface-background-color:focus {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.entry__content .has-white-color,
.entry__content .has-white-color:hover,
.entry__content .has-white-color:active,
.entry__content .has-white-color:focus, .page__content .has-white-color,
.page__content .has-white-color:hover,
.page__content .has-white-color:active,
.page__content .has-white-color:focus {
  color: #FFFFFF;
}
.entry__content .has-white-background-color,
.entry__content .has-white-background-color:hover,
.entry__content .has-white-background-color:active,
.entry__content .has-white-background-color:focus, .page__content .has-white-background-color,
.page__content .has-white-background-color:hover,
.page__content .has-white-background-color:active,
.page__content .has-white-background-color:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.entry__content .has-small-font-size,
.entry__content .has-small-font-size:hover,
.entry__content .has-small-font-size:active,
.entry__content .has-small-font-size:focus, .page__content .has-small-font-size,
.page__content .has-small-font-size:hover,
.page__content .has-small-font-size:active,
.page__content .has-small-font-size:focus {
  font-size: 12px;
}
.entry__content .has-regular-font-size,
.entry__content .has-regular-font-size:hover,
.entry__content .has-regular-font-size:active,
.entry__content .has-regular-font-size:focus, .page__content .has-regular-font-size,
.page__content .has-regular-font-size:hover,
.page__content .has-regular-font-size:active,
.page__content .has-regular-font-size:focus {
  font-size: 16px;
}
.entry__content .has-large-font-size,
.entry__content .has-large-font-size:hover,
.entry__content .has-large-font-size:active,
.entry__content .has-large-font-size:focus, .page__content .has-large-font-size,
.page__content .has-large-font-size:hover,
.page__content .has-large-font-size:active,
.page__content .has-large-font-size:focus {
  font-size: 20px;
}
.entry__content .has-h-1-font-size,
.entry__content .has-h-1-font-size:hover,
.entry__content .has-h-1-font-size:active,
.entry__content .has-h-1-font-size:focus, .page__content .has-h-1-font-size,
.page__content .has-h-1-font-size:hover,
.page__content .has-h-1-font-size:active,
.page__content .has-h-1-font-size:focus {
  font-size: 45px;
}
.entry__content .has-h-2-font-size,
.entry__content .has-h-2-font-size:hover,
.entry__content .has-h-2-font-size:active,
.entry__content .has-h-2-font-size:focus, .page__content .has-h-2-font-size,
.page__content .has-h-2-font-size:hover,
.page__content .has-h-2-font-size:active,
.page__content .has-h-2-font-size:focus {
  font-size: 30px;
}
.entry__content .has-h-3-font-size,
.entry__content .has-h-3-font-size:hover,
.entry__content .has-h-3-font-size:active,
.entry__content .has-h-3-font-size:focus, .page__content .has-h-3-font-size,
.page__content .has-h-3-font-size:hover,
.page__content .has-h-3-font-size:active,
.page__content .has-h-3-font-size:focus {
  font-size: 26px;
}
.entry__content .has-h-4-font-size,
.entry__content .has-h-4-font-size:hover,
.entry__content .has-h-4-font-size:active,
.entry__content .has-h-4-font-size:focus, .page__content .has-h-4-font-size,
.page__content .has-h-4-font-size:hover,
.page__content .has-h-4-font-size:active,
.page__content .has-h-4-font-size:focus {
  font-size: 23px;
}
.entry__content .has-h-5-font-size,
.entry__content .has-h-5-font-size:hover,
.entry__content .has-h-5-font-size:active,
.entry__content .has-h-5-font-size:focus, .page__content .has-h-5-font-size,
.page__content .has-h-5-font-size:hover,
.page__content .has-h-5-font-size:active,
.page__content .has-h-5-font-size:focus {
  font-size: 20px;
}
.entry__content .has-h-6-font-size,
.entry__content .has-h-6-font-size:hover,
.entry__content .has-h-6-font-size:active,
.entry__content .has-h-6-font-size:focus, .page__content .has-h-6-font-size,
.page__content .has-h-6-font-size:hover,
.page__content .has-h-6-font-size:active,
.page__content .has-h-6-font-size:focus {
  font-size: 18px;
}
.entry__content .has-h-1-font-size,
.entry__content .has-h-2-font-size,
.entry__content .has-h-3-font-size,
.entry__content .has-h-4-font-size,
.entry__content .has-h-5-font-size,
.entry__content .has-h-6-font-size, .page__content .has-h-1-font-size,
.page__content .has-h-2-font-size,
.page__content .has-h-3-font-size,
.page__content .has-h-4-font-size,
.page__content .has-h-5-font-size,
.page__content .has-h-6-font-size {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-weight: 800;
  line-height: 1.25;
}
.entry__content .has-small-font-size,
.entry__content .has-regular-font-size,
.entry__content .has-large-font-size, .page__content .has-small-font-size,
.page__content .has-regular-font-size,
.page__content .has-large-font-size {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.25;
}
.entry__content .has-white-color a,
.entry__content .has-light-surface-color a, .page__content .has-white-color a,
.page__content .has-light-surface-color a {
  color: #fff;
  text-decoration: underline;
}
.entry__content .has-white-color a:hover, .entry__content .has-white-color a:visited,
.entry__content .has-light-surface-color a:hover,
.entry__content .has-light-surface-color a:visited, .page__content .has-white-color a:hover, .page__content .has-white-color a:visited,
.page__content .has-light-surface-color a:hover,
.page__content .has-light-surface-color a:visited {
  color: #fff;
}

.page__content .has-green-background-color .wp-block-button__link:hover {
  color: #00422D !important;
  background-color: #D4F395 !important;
  border-color: #D4F395 !important;
}

.page__content > .block, .entry__content > .block {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 23.4375rem) {
  .page__content > .block, .entry__content > .block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__content > .block, .entry__content > .block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__content > .block, .entry__content > .block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page__content > .block.maxwidth1440, .entry__content > .block.maxwidth1440 {
  max-width: 90rem;
}

.page__content > ul li a, .page__content > ol li a, .entry__content > ul li a, .entry__content > ol li a {
  color: #117E89;
}
.page__content > ul li a:visited, .page__content > ul li a:hover, .page__content > ol li a:visited, .page__content > ol li a:hover, .entry__content > ul li a:visited, .entry__content > ul li a:hover, .entry__content > ol li a:visited, .entry__content > ol li a:hover {
  text-decoration: underline;
}
.page__content > ul li a:visited, .page__content > ol li a:visited, .entry__content > ul li a:visited, .entry__content > ol li a:visited {
  color: #117E89;
}

.page__content > .subcopy, .entry__content > .subcopy {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .page__content > .subcopy, .entry__content > .subcopy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__content > .subcopy, .entry__content > .subcopy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__content > .subcopy, .entry__content > .subcopy {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.page__content > .subcopy.maxwidth1440, .entry__content > .subcopy.maxwidth1440 {
  max-width: 90rem;
}

.wp-block-media-text {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 23.4375rem) {
  .wp-block-media-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-media-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-media-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wp-block-quote,
.wp-block-pullquote {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2.8125rem auto 1.875rem;
  text-align: center;
  font-family: "Lato", Helvetica, serif;
  font-weight: 300;
  position: relative;
}
@media (min-width: 23.4375rem) {
  .wp-block-quote,
.wp-block-pullquote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-quote,
.wp-block-pullquote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-quote,
.wp-block-pullquote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-quote,
.wp-block-pullquote {
    padding-left: 1.875rem;
    padding-right: 3.5rem;
  }
}
.wp-block-quote p,
.wp-block-pullquote p {
  display: inline-block;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
  text-align: left;
}
@media (min-width: 67.5rem) {
  .wp-block-quote p,
.wp-block-pullquote p {
    margin-bottom: 2rem;
  }
}
.wp-block-quote p:before,
.wp-block-pullquote p:before {
  content: "“";
  position: absolute;
  left: 0.3125rem;
  font-size: 6.25rem;
  font-weight: bold;
  color: rgba(45, 136, 144, 0.21);
}
@media (min-width: 67.5rem) {
  .wp-block-quote p:before,
.wp-block-pullquote p:before {
    left: 0;
  }
}
.wp-block-quote cite,
.wp-block-pullquote cite {
  display: block;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, sans-serif;
  line-height: 1.3em;
  white-space: nowrap;
  margin-left: 0.5rem;
  font-style: normal;
  text-align: left;
}
.wp-block-quote cite:before,
.wp-block-pullquote cite:before {
  content: " –";
}
.page__wide .wp-block-quote,
.page__wide .wp-block-pullquote {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 23.4375rem) {
  .page__wide .wp-block-quote,
.page__wide .wp-block-pullquote {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__wide .wp-block-quote,
.page__wide .wp-block-pullquote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__wide .wp-block-quote,
.page__wide .wp-block-pullquote {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.wp-block-image {
  width: auto;
  max-width: 100%;
  margin: 0 auto 2rem;
}
.wp-block-image.is-resized {
  width: auto;
  max-width: 100%;
  margin: 0 auto 2rem;
}
.wp-block-image .is-resized picture, .wp-block-image .is-resized img {
  width: auto;
  max-width: 100%;
}
.wp-block-image img,
.wp-block-image picture {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.wp-block-image a:hover {
  border-bottom: 0;
}
.wp-block-image figure {
  margin: 1rem 0 0;
}
.wp-block-image.alignnone {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .wp-block-image.alignnone {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-image.alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-image.alignnone {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-image.alignnone.maxwidth1440 {
  max-width: 90rem;
}
.wp-block-image.alignnone img, .wp-block-image.alignnone picture {
  width: auto;
  height: auto;
}
.wp-block-image .aligncenter,
.wp-block-image .alignnone {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 23.4375rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-image .aligncenter,
.wp-block-image .alignnone {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-image .aligncenter.maxwidth1440,
.wp-block-image .alignnone.maxwidth1440 {
  max-width: 90rem;
}
.wp-block-image .aligncenter figcaption,
.wp-block-image .alignnone figcaption {
  display: block;
}
.wp-block-image .aligncenter img,
.wp-block-image .aligncenter picture {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  display: block;
}
.wp-block-image figcaption {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.8125rem;
  color: #535A5C;
  text-align: center;
  font-style: italic;
}
.wp-block-image figcaption > p {
  margin-bottom: 0;
}
.wp-block-image .alignfull img, .wp-block-image .alignfull picture, .wp-block-image.alignfull img, .wp-block-image.alignfull picture {
  border-radius: 0;
}
.wp-block-image .size-medium, .wp-block-image.size-medium {
  max-width: 9.25rem;
}
.wp-block-image .size-medium picture, .wp-block-image .size-medium img, .wp-block-image.size-medium picture, .wp-block-image.size-medium img {
  max-width: 9.25rem;
}
@media (min-width: 25.875rem) {
  .wp-block-image .alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
    margin-left: 1rem;
    width: 100%;
    max-width: 20.25rem;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .wp-block-image .alignleft {
    margin-left: 0;
    max-width: 20.25rem;
  }
}
@media (min-width: 25.875rem) {
  .wp-block-image .alignright {
    display: inline;
    float: right;
    margin-left: 1em;
    margin-right: 1rem;
    width: 100%;
    max-width: 30vw;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .wp-block-image .alignright {
    margin-right: 0;
    max-width: 25.625rem;
  }
}
@media (min-width: 25.875rem) {
  .wp-block-image .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 25.875rem) {
  .wp-block-image .size-medium, .wp-block-image.size-medium {
    max-width: 9.25rem;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .wp-block-image .size-medium, .wp-block-image.size-medium {
    max-width: 9.25rem;
  }
}
.wp-block-image + p {
  margin-top: 2rem !important;
}
.page__wide .wp-block-image {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 23.4375rem) {
  .page__wide .wp-block-image {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page__wide .wp-block-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page__wide .wp-block-image {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-image a[href*=".zip"],
.wp-block-image a[href*=".pdf"] {
  position: relative;
  display: block;
}
.wp-block-image a[href*=".zip"] img,
.wp-block-image a[href*=".pdf"] img {
  display: block;
  margin-bottom: 0.25rem;
}
.wp-block-image a[href*=".zip"]:after,
.wp-block-image a[href*=".pdf"]:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(/wp-content/themes/nextdoor/assets/img/icons/download.svg);
  background-position: center bottom 30%;
  background-repeat: no-repeat;
  transition: opacity 0.25s, background-position 0.25s;
}
.wp-block-image a[href*=".zip"]:hover:after,
.wp-block-image a[href*=".pdf"]:hover:after {
  opacity: 1;
  background-position: center center;
}

.page__content .wp-block-buttons, .entry__content .wp-block-buttons {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.page__content .wp-block-buttons + h2,
.page__content .wp-block-buttons + h3,
.page__content .wp-block-buttons + h4,
.page__content .wp-block-buttons + h5, .entry__content .wp-block-buttons + h2,
.entry__content .wp-block-buttons + h3,
.entry__content .wp-block-buttons + h4,
.entry__content .wp-block-buttons + h5 {
  margin-top: 3rem;
}
.page__content .wp-block-buttons.inline, .entry__content .wp-block-buttons.inline {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.page__content .wp-block-button, .entry__content .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.page__content .wp-block-button__link, .page__content .wp-block-button__link.no-border-radius, .entry__content .wp-block-button__link, .entry__content .wp-block-button__link.no-border-radius {
  border-radius: 8px !important;
  background-color: #8ed500 !important;
  color: #006142 !important;
  transition: background-color 0.25s, color 0.25s;
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
  min-width: 7.5rem;
}
.page__content .wp-block-button__link:hover, .page__content .wp-block-button__link.no-border-radius:hover, .entry__content .wp-block-button__link:hover, .entry__content .wp-block-button__link.no-border-radius:hover {
  border-bottom: none;
  background-color: #006142 !important;
  color: white !important;
}

.wp-block-separator {
  width: 100%;
  max-width: 54rem;
  margin: 2.5rem auto;
}

.wp-block-embed {
  width: 100%;
  max-width: 64.5rem;
  margin: 1.5rem auto 1.5rem;
}
.wp-block-embed .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-embed.aligncenter {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 23.4375rem) {
  .wp-block-embed.aligncenter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-embed.aligncenter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-embed.aligncenter {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-embed.aligncenter {
    clear: both;
    max-width: 36.875rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.wp-block-embed + h2,
.wp-block-embed + h3,
.wp-block-embed + h4,
.wp-block-embed + h5 {
  margin-top: 3rem;
}

.wp-block-columns {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
}
@media (min-width: 23.4375rem) {
  .wp-block-columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .wp-block-columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-columns.maxwidth1440 {
  max-width: 90rem;
}
.wp-block-columns .wp-block-column.block-title {
  flex-basis: 100% !important;
}
@media (min-width: 48rem) {
  .wp-block-columns .wp-block-column.block-title {
    flex-basis: 20% !important;
  }
}
@media (max-width: 599px) {
  .wp-block-columns.mobile-order-reversed {
    flex-direction: column-reverse;
  }
}

.wp-block-cover {
  margin: 2.5rem 0;
}
.wp-block-cover.no-text:before {
  display: none;
}
.wp-block-cover.no-text .wp-block-cover__inner-container {
  display: none;
}
@media (min-width: 48rem) {
  .wp-block-cover.no-text {
    min-height: 0;
    padding-top: 30%;
    max-height: 600px;
  }
}

body .wp-block-gallery {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
body .wp-block-gallery img, body .wp-block-gallery picture {
  border-radius: 4px;
}

.entry__content > figure.wp-block-image:not(.aligncenter),
.entry__content > figure.wp-block-image:not(.alignleft),
.entry__content > figure.wp-block-image:not(.alignright),
.entry__content > figure.wp-block-image:not(.block__image), .page__content > figure.wp-block-image:not(.aligncenter),
.page__content > figure.wp-block-image:not(.alignleft),
.page__content > figure.wp-block-image:not(.alignright),
.page__content > figure.wp-block-image:not(.block__image) {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media (min-width: 23.4375rem) {
  .entry__content > figure.wp-block-image:not(.aligncenter),
.entry__content > figure.wp-block-image:not(.alignleft),
.entry__content > figure.wp-block-image:not(.alignright),
.entry__content > figure.wp-block-image:not(.block__image), .page__content > figure.wp-block-image:not(.aligncenter),
.page__content > figure.wp-block-image:not(.alignleft),
.page__content > figure.wp-block-image:not(.alignright),
.page__content > figure.wp-block-image:not(.block__image) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .entry__content > figure.wp-block-image:not(.aligncenter),
.entry__content > figure.wp-block-image:not(.alignleft),
.entry__content > figure.wp-block-image:not(.alignright),
.entry__content > figure.wp-block-image:not(.block__image), .page__content > figure.wp-block-image:not(.aligncenter),
.page__content > figure.wp-block-image:not(.alignleft),
.page__content > figure.wp-block-image:not(.alignright),
.page__content > figure.wp-block-image:not(.block__image) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .entry__content > figure.wp-block-image:not(.aligncenter),
.entry__content > figure.wp-block-image:not(.alignleft),
.entry__content > figure.wp-block-image:not(.alignright),
.entry__content > figure.wp-block-image:not(.block__image), .page__content > figure.wp-block-image:not(.aligncenter),
.page__content > figure.wp-block-image:not(.alignleft),
.page__content > figure.wp-block-image:not(.alignright),
.page__content > figure.wp-block-image:not(.block__image) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.entry__content > figure.wp-block-image:not(.aligncenter) > figcaption,
.entry__content > figure.wp-block-image:not(.alignleft) > figcaption,
.entry__content > figure.wp-block-image:not(.alignright) > figcaption,
.entry__content > figure.wp-block-image:not(.block__image) > figcaption, .page__content > figure.wp-block-image:not(.aligncenter) > figcaption,
.page__content > figure.wp-block-image:not(.alignleft) > figcaption,
.page__content > figure.wp-block-image:not(.alignright) > figcaption,
.page__content > figure.wp-block-image:not(.block__image) > figcaption {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.8125rem;
  color: #535A5C;
  text-align: center;
  font-style: italic;
}
.entry__content > figure.wp-block-image:not(.aligncenter) > figcaption > p,
.entry__content > figure.wp-block-image:not(.alignleft) > figcaption > p,
.entry__content > figure.wp-block-image:not(.alignright) > figcaption > p,
.entry__content > figure.wp-block-image:not(.block__image) > figcaption > p, .page__content > figure.wp-block-image:not(.aligncenter) > figcaption > p,
.page__content > figure.wp-block-image:not(.alignleft) > figcaption > p,
.page__content > figure.wp-block-image:not(.alignright) > figcaption > p,
.page__content > figure.wp-block-image:not(.block__image) > figcaption > p {
  margin-bottom: 0;
}

.block__home-featured {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  margin-bottom: 2.875rem;
  margin-top: 0;
}
@media (min-width: 23.4375rem) {
  .block__home-featured {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__home-featured {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__home-featured {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__home-featured.maxwidth1440 {
  max-width: 90rem;
}
.block__home-featured h2 {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.25em;
  color: #0B0E0F;
  color: #969B9C;
  margin-bottom: 1.25rem;
}
@media (min-width: 67.5rem) {
  .block__home-featured h2 {
    font-size: 1.25rem;
  }
}
h1 + .block__home-featured {
  margin-top: -1.25rem;
}
.block__home-featured__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.block__home-featured__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media (min-width: 25.875rem) {
  .block__home-featured__list {
    display: grid;
    grid-template-columns: minmax(171px, 240px) minmax(171px, 240px) auto;
    column-gap: 12px;
  }
}
@media (min-width: 48rem) {
  .block__home-featured {
    margin-bottom: 1.875rem;
    margin-top: 0;
  }
  h1 + .block__home-featured {
    margin-top: -1.75rem;
  }
  .block__home-featured__wrapper {
    row-gap: 0;
    display: grid;
    grid-template-columns: 1fr 1.875rem 15rem;
    column-gap: 0;
  }
  .block__home-featured__main {
    display: flex;
  }
  .block__home-featured__list {
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
  }
  .block__home-featured__list:before {
    margin-top: 2.625rem;
  }
}
@media (min-width: 67.5rem) {
  .block__home-featured__wrapper {
    grid-template-columns: 1fr 3.75rem 15rem;
  }
}

.block__container {
  padding: 2.5rem 0;
  margin: 2.5rem 0;
}
.block__container:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .block__container {
    padding: 5rem 0 5rem;
    margin: 5rem 0 3.75rem;
  }
  .block__container:last-child {
    margin-bottom: 0;
  }
}
.block__container__content > * {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .block__container__content > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__container__content > * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__container__content > * {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__container__content > *.maxwidth1440 {
  max-width: 90rem;
}
.block__container .wp-block-columns {
  margin-bottom: 0;
}
.block__container.alignleft {
  text-align: left;
}
.block__container.alignright {
  text-align: right;
}
.block__container.aligncenter {
  text-align: center;
}
.block__container.reduced-padding {
  padding: 1.25rem 0;
}
@media (min-width: 48rem) {
  .block__container.reduced-padding {
    padding: 2.5rem 0;
  }
}

.block__team-grid {
  padding: 2.5rem 0;
}
.block__team-grid:first-child {
  padding-top: 0;
}
@media (min-width: 48rem) {
  .block__team-grid {
    padding: 2.5rem 0 3.75rem;
  }
}
.block__team-grid:nth-child(2n-1) {
  margin-bottom: 0;
}
.block__team-grid:nth-child(2n) {
  background-color: #F7F7F3;
}
.block__team-grid__heading {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
}
@media (min-width: 23.4375rem) {
  .block__team-grid__heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__team-grid__heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__team-grid__heading.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 67.5rem) {
  .block__team-grid__heading {
    margin-bottom: 2rem;
  }
}
.block__team-grid__description {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #535A5C;
  margin-bottom: 2.5rem;
}
@media (min-width: 23.4375rem) {
  .block__team-grid__description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid__description {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__team-grid__description {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__team-grid__description.maxwidth1440 {
  max-width: 90rem;
}
.block__team-grid__hr {
  grid-column: 1/3;
  border-top: 1px solid #8ED500;
  background-color: transparent;
  display: block;
  position: relative;
}
.block__team-grid--small .block__team-grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: grid;
  row-gap: 3rem;
  grid-template-columns: auto;
}
@media (min-width: 23.4375rem) {
  .block__team-grid--small .block__team-grid__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid--small .block__team-grid__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__team-grid--small .block__team-grid__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__team-grid--small .block__team-grid__wrapper.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 48rem) {
  .block__team-grid--small .block__team-grid__wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
  }
}
.block__team-grid--large .block__team-grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: grid;
  row-gap: 3rem;
  grid-template-columns: auto;
}
@media (min-width: 23.4375rem) {
  .block__team-grid--large .block__team-grid__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid--large .block__team-grid__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__team-grid--large .block__team-grid__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__team-grid--large .block__team-grid__wrapper.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 25.875rem) {
  .block__team-grid--large .block__team-grid__wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid--large .block__team-grid__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5rem;
  }
}
.block__team-grid--row .block__team-grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: grid;
  row-gap: 3rem;
  grid-template-columns: auto;
}
@media (min-width: 23.4375rem) {
  .block__team-grid--row .block__team-grid__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__team-grid--row .block__team-grid__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__team-grid--row .block__team-grid__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__team-grid--row .block__team-grid__wrapper.maxwidth1440 {
  max-width: 90rem;
}

.site__content .block__team-grid__heading {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.25em;
  color: #8ED500;
}
@media (min-width: 23.4375rem) {
  .site__content .block__team-grid__heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__content .block__team-grid__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__content .block__team-grid__heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site__content .block__team-grid__heading.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 67.5rem) {
  .site__content .block__team-grid__heading {
    margin-bottom: 2rem;
  }
}

.block__card-grid {
  padding: 1.25rem 0;
}
@media (min-width: 48rem) {
  .block__card-grid {
    padding: 1.25rem 0 2.5rem;
  }
}
.block__card-grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: grid;
  row-gap: 3rem;
  grid-template-columns: auto;
}
@media (min-width: 23.4375rem) {
  .block__card-grid__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__card-grid__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__card-grid__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__card-grid__wrapper.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 48rem) {
  .block__card-grid__wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
  }
}

.block__press-grid {
  padding: 1.25rem 0;
}
@media (min-width: 48rem) {
  .block__press-grid {
    padding: 1.25rem 0 2.5rem;
  }
}
.block__press-grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  display: grid;
  row-gap: 3rem;
  grid-template-columns: auto;
}
@media (min-width: 23.4375rem) {
  .block__press-grid__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .block__press-grid__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .block__press-grid__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block__press-grid__wrapper.maxwidth1440 {
  max-width: 90rem;
}
@media (min-width: 48rem) {
  .block__press-grid__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
  }
}

.block__carousel-hdi {
  margin: 2.5rem auto;
  /* Slider */
  /* Arrows */
  /* Dots */
}
@media (min-width: 48rem) {
  .block__carousel-hdi {
    margin: 2.5rem auto 3.75rem;
  }
}
.slick-loading .block__carousel-hdi .slick-list {
  background: #fff url("assets/img/ajax-loader.gif") center center no-repeat;
}
.block__carousel-hdi .slick-prev,
.block__carousel-hdi .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: transparent url("assets/img/arrow-right.png") center center no-repeat;
  background-size: 1rem;
  z-index: 2;
}
.block__carousel-hdi .slick-prev:hover, .block__carousel-hdi .slick-prev:focus, .block__carousel-hdi .slick-prev:active,
.block__carousel-hdi .slick-next:hover,
.block__carousel-hdi .slick-next:focus,
.block__carousel-hdi .slick-next:active {
  outline: none;
  background-color: transparent;
  color: transparent;
  border: none;
}
.block__carousel-hdi .slick-prev:hover:before, .block__carousel-hdi .slick-prev:focus:before, .block__carousel-hdi .slick-prev:active:before,
.block__carousel-hdi .slick-next:hover:before,
.block__carousel-hdi .slick-next:focus:before,
.block__carousel-hdi .slick-next:active:before {
  opacity: 1;
}
.block__carousel-hdi .slick-prev.slick-disabled:before,
.block__carousel-hdi .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.block__carousel-hdi .slick-prev {
  left: 12px;
  transform: rotate(180deg) translate(0, 50%);
}
[dir=rtl] .block__carousel-hdi .slick-prev {
  left: auto;
  right: 12px;
}
.block__carousel-hdi .slick-next {
  right: 12px;
}
[dir=rtl] .block__carousel-hdi .slick-next {
  left: 12px;
  right: auto;
}
.block__carousel-hdi .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.block__carousel-hdi .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.block__carousel-hdi .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.block__carousel-hdi .slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.block__carousel-hdi .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0B0E0F;
  opacity: 0.25;
}
.block__carousel-hdi .slick-dots li button:hover, .block__carousel-hdi .slick-dots li button:focus {
  outline: none;
  background: transparent;
  border: none;
}
.block__carousel-hdi .slick-dots li button:hover:before, .block__carousel-hdi .slick-dots li button:focus:before {
  opacity: 1;
  border-radius: 50%;
  background-color: #0B0E0F;
}
.block__carousel-hdi .slick-dots li.slick-active button:before {
  background-color: #0B0E0F;
  opacity: 0.75;
}
@media (min-width: 950px) {
  .block__carousel-hdi .slick-prev {
    left: -40px;
  }
  .block__carousel-hdi .slick-next {
    right: -40px;
  }
}
.block__carousel-hdi .slide__item {
  height: auto;
}
.block__carousel-hdi .slide__content {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(1rem);
  padding-right: calc(1rem);
  display: grid;
  row-gap: 1rem;
}
@media (min-width: 23.4375rem) {
  .block__carousel-hdi .slide__content {
    padding-left: calc(1.5rem);
    padding-right: calc(1.5rem);
  }
}
@media (min-width: 48rem) {
  .block__carousel-hdi .slide__content {
    padding-left: calc(2rem + 29px);
    padding-right: calc(2rem + 29px);
  }
}
@media (min-width: 950px) {
  .block__carousel-hdi .slide__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .block__carousel-hdi .slide__content {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 0;
  }
}
.block__carousel-hdi .slide__copy {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 48rem) {
  .block__carousel-hdi .slide__copy {
    font-size: 1rem;
  }
}
.block__carousel-hdi .slide__image img {
  border-radius: 4px;
  width: 100%;
}

.site__content .block__accordion {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 23.4375rem) {
  .site__content .block__accordion {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__content .block__accordion {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__content .block__accordion {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site__content .block__accordion.maxwidth1440 {
  max-width: 90rem;
}
.site__content .block__accordion img,
.site__content .block__accordion picture {
  width: auto;
  height: auto;
}
@media (min-width: 48rem) {
  .site__content .block__accordion img,
.site__content .block__accordion picture {
    border-radius: 4px;
  }
}
.site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 23.4375rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 23.4375rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .site__content .block__accordion .aligncenter,
.site__content .block__accordion .alignnone {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.site__content .block__accordion .aligncenter.maxwidth1440,
.site__content .block__accordion .alignnone.maxwidth1440 {
  max-width: 90rem;
}
.site__content .block__accordion .aligncenter figcaption,
.site__content .block__accordion .alignnone figcaption {
  display: block;
}
.site__content .block__accordion .alignleft,
.site__content .block__accordion .alignright {
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
}
.site__content .block__accordion .alignleft figcaption,
.site__content .block__accordion .alignright figcaption {
  display: block;
}
.site__content .block__accordion .alignleft.size-medium {
  float: left;
}
.site__content .block__accordion .alignright.size-medium {
  float: right;
}
.site__content .block__accordion .alignfull img, .site__content .block__accordion .alignfull picture {
  border-radius: 0;
}
.site__content .block__accordion .size-medium {
  max-width: 9.25rem;
}
.site__content .block__accordion figcaption {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.8125rem;
  color: #535A5C;
  text-align: center;
  font-style: italic;
  text-align: center;
}
.site__content .block__accordion figcaption > p {
  margin-bottom: 0;
}
@media (min-width: 25.875rem) {
  .site__content .block__accordion .alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
    margin-left: 1rem;
    width: 100%;
    max-width: 20.25rem;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .site__content .block__accordion .alignleft {
    margin-left: 0;
    max-width: 20.25rem;
  }
}
@media (min-width: 25.875rem) {
  .site__content .block__accordion .alignright {
    display: inline;
    float: right;
    margin-left: 1em;
    margin-right: 1rem;
    width: 100%;
    max-width: 30vw;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .site__content .block__accordion .alignright {
    margin-right: 0;
    max-width: 25.625rem;
  }
}
@media (min-width: 25.875rem) {
  .site__content .block__accordion .size-medium {
    max-width: 9.25rem;
  }
}
@media (min-width: 25.875rem) and (min-width: 90rem) {
  .site__content .block__accordion .size-medium {
    max-width: 9.25rem;
  }
}
@media (min-width: 25.875rem) {
  .site__content .block__accordion .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.site__content .block__accordion li {
  margin-left: 1.5rem;
}
.site__content .block__accordion__item {
  margin-bottom: 0;
  transition: margin-bottom 0.25s;
}
.site__content .block__accordion__item [data-accordion-heading] {
  cursor: pointer;
}
.site__content .block__accordion__item [data-accordion-content] {
  transition: max-height 0.5s;
  overflow: hidden;
  max-height: 0;
}
.site__content .block__accordion__item.is-open [data-accordion-content] {
  max-height: 1000px;
}
.site__content .block__accordion__heading {
  position: relative;
}
.site__content .block__accordion.style--default .block__accordion__heading {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #00422D;
  display: flex;
  align-items: center;
}
.site__content .block__accordion.style--default .block__accordion__heading:hover {
  color: #006142;
}
.site__content .block__accordion.style--default .block__accordion__heading:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-image: url(assets/img/accordion-expand-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center right;
  transition: transform 0.25s ease-in-out;
  transform: rotate(0);
}
@media (min-width: 67.5rem) {
  .site__content .block__accordion.style--default .block__accordion__heading {
    font-size: 1.5rem;
  }
}
.site__content .block__accordion.style--default .block__accordion__item.is-open {
  margin-bottom: 1.5rem;
}
.site__content .block__accordion.style--default .block__accordion__item.is-open .block__accordion__heading:after {
  transform: rotate(90deg);
}
.site__content .block__accordion.style--plus .block__accordion__heading {
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-left: 2.5rem;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 1.25rem;
  color: #535A5C;
}
.site__content .block__accordion.style--plus .block__accordion__heading:hover {
  color: #0B0E0F;
}
.site__content .block__accordion.style--plus .block__accordion__heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(assets/img/accordion-expand-plus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  transition: transform 0.25s ease-in-out;
}
.site__content .block__accordion.style--plus .block__accordion__content {
  padding-left: 2.5rem;
}
.site__content .block__accordion.style--plus .block__accordion__item.is-open .block__accordion__heading:before {
  background-image: url(assets/img/accordion-expand-minus.svg);
  transform: translateY(-50%) rotate(-180deg);
}

.max-width-500 {
  max-width: 500px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page.add-content-margin-top {
  margin-top: 2.5rem;
}
@media (min-width: 48rem) {
  .page.add-content-margin-top {
    margin-top: 6.25rem;
  }
}
.page.remove-header-margin-top .page__header {
  margin-top: 0;
}

.home .content-area .page-title {
  display: block;
}

.archive__header {
  min-height: 6.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.4375rem;
}
@media (min-width: 48rem) {
  .archive__header {
    min-height: 10.9375rem;
    padding-top: 4.6875rem;
    padding-bottom: 1.4375rem;
  }
}
.archive__header .page-title {
  margin-bottom: 0.3125rem;
}
.archive__header .page__header {
  margin-top: 1.25rem;
}
.archive-category .page__wrapper {
  padding-top: 1.875rem;
}
@media (min-width: 48rem) {
  .archive-category .page__wrapper {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 67.5rem) {
  .archive-category .page__content > p, .archive-category .page__content .content__search {
    padding-left: 0;
  }
}
.archive-category .post__grid {
  width: 100%;
}
@media (min-width: 67.5rem) {
  .archive-category .post__grid {
    padding-right: 1rem;
  }
}
@media (min-width: 48rem) {
  .archive-category .post__grid .tile-featured-3 {
    width: calc(50% - 0.5rem);
    max-width: 50%;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 67.5rem) {
  .archive-category .post__grid .tile-featured-3 {
    width: calc(50% - 0.5rem);
  }
}
.archive-category .post__grid .tile-featured-3 + .tile-default {
  padding-top: 1.875rem;
  border-top: 1px solid #E2E3E4;
}
.archive-author .block__featured-posts-3 {
  padding-top: 0 !important;
}

.archive-search__header .page__title {
  margin-bottom: 0.5rem;
}
.archive-search__header__results-count {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  margin-bottom: 1.25rem;
}
@media (min-width: 23.4375rem) {
  .archive-search__header__results-count {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .archive-search__header__results-count {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .archive-search__header__results-count {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  .page-template-page-q-and-a .q-and-a__form-wrapper {
    grid-column: 2/3;
    display: flex;
    justify-content: flex-start;
  }
  .page-template-page-q-and-a .q-and-a__answers-wrapper {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
}
.page-template-page-q-and-a .q-and-a__form-wrapper {
  background-color: #FBFAFA;
  position: relative;
  min-height: 100vh;
}
@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a__form-wrapper {
    align-self: start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1066px) {
  .page-template-page-q-and-a .q-and-a__form-wrapper {
    padding-left: 6.25rem;
  }
}
.page-template-page-q-and-a .q-and-a__form {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 23.4375rem) {
  .page-template-page-q-and-a .q-and-a__form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a__form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page-template-page-q-and-a .q-and-a__form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 67.5rem) {
  .page-template-page-q-and-a .q-and-a__form {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1066px) {
  .page-template-page-q-and-a .q-and-a__form {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.page-template-page-q-and-a .q-and-a__form [type=submit] {
  max-width: 9.625rem;
}
.page-template-page-q-and-a .q-and-a__form .legalese {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #0B0E0F;
  opacity: 0.5;
}
.page-template-page-q-and-a .q-and-a__form .legalese a {
  text-decoration: underline;
  border-bottom: none !important;
}
@media (min-width: 1066px) {
  .page-template-page-q-and-a .q-and-a__answers-wrapper {
    padding-right: 2rem;
  }
}
.page-template-page-q-and-a .q-and-a__answers {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  max-width: 31.25rem;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media (min-width: 23.4375rem) {
  .page-template-page-q-and-a .q-and-a__answers {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a__answers {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 67.5rem) {
  .page-template-page-q-and-a .q-and-a__answers {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 67.5rem) {
  .page-template-page-q-and-a .q-and-a__answers {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1066px) {
  .page-template-page-q-and-a .q-and-a__answers {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.page-template-page-q-and-a .q-and-a__answers__header {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.25em;
  color: #0B0E0F;
}
@media (min-width: 67.5rem) {
  .page-template-page-q-and-a .q-and-a__answers__header {
    margin-bottom: 2.5rem;
  }
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer {
  padding: 1.875rem 0 2.25rem;
  border-bottom: 1px solid #E2E3E4;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer:first-child {
  padding-top: 1.25rem;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__q, .page-template-page-q-and-a .q-and-a__answers .tile__answer__a {
  display: grid;
  grid-template-columns: 2.1875rem auto;
  grid-template-rows: auto;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__label-wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__label {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.875rem;
  color: #0B0E0F;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  padding-top: 0.75rem;
}
@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a__answers .tile__answer__content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content p > a {
  position: relative;
  line-height: 1em;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content p > a:hover, .page-template-page-q-and-a .q-and-a__answers .tile__answer__content p > a:visited:hover, .page-template-page-q-and-a .q-and-a__answers .tile__answer__content p > a:active {
  color: #117E89;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content p > a:visited {
  color: #117E89;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease-in-out;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore.open {
  max-height: 125rem;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5rem;
  background-color: white;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
  color: #117E89;
  font-weight: bold;
  border-bottom-color: transparent;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: translateY(40%);
  margin-bottom: 0;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore a, .page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore a:visited, .page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore:visited {
  color: #117E89;
  font-weight: bold;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore a:hover, .page-template-page-q-and-a .q-and-a__answers .tile__answer__content.readmore .tile__answer__readmore:hover {
  border-bottom-color: transparent;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__author-meta {
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
  color: #117E89;
  font-weight: bold;
  border-bottom-color: transparent;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link a, .page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link a:visited, .page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link:visited {
  color: #117E89;
  font-weight: bold;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link a:hover, .page-template-page-q-and-a .q-and-a__answers .tile__answer__author-link:hover {
  border-bottom-color: transparent;
}
.page-template-page-q-and-a .q-and-a__answers .tile__answer.hide {
  display: none;
}
.page-template-page-q-and-a .q-and-a__answers__filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-page-q-and-a .q-and-a__answers__filter-select {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding: 0.5625rem 0.5rem;
  font-size: 0.8125rem;
  font-family: "Lato", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 2.75rem;
  background-image: url(assets/img/select-carot.svg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-template-page-q-and-a .q-and-a__answers__filter-select:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.page-template-page-q-and-a .q-and-a__answers__filter-label {
  font-family: "Lato", Helvetica, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .page-template-page-q-and-a .q-and-a__answers__filter-select {
    width: auto;
  }
}

.page-404 .search-form {
  max-width: 31.25rem;
  display: grid;
  grid-template-columns: 1fr 8.75rem;
  margin-top: 1.25rem;
}
.page-404 .search-form input[type=search] {
  background-color: #FFFFFF;
  border: 2px solid #B8BFC1;
  border-radius: 2px;
  font-size: 1.25rem;
  font-family: "Lato", Helvetica, serif;
  color: #0B0E0F;
  padding: 0.9375rem 1rem;
  outline: none;
  padding-left: 2.25rem;
  width: 100%;
}
.page-404 .search-form input[type=search]:focus {
  border: 2px solid #8ED500;
  outline: none !important;
}
.page-404 .search-form input[type=submit] {
  max-width: 8.75rem;
  font-size: 1rem;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold;
  line-height: calc(1rem * 1.125);
  padding: calc((2.75rem - calc(1rem * 1.125)) / 2) 3rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  text-align: center;
  color: #006142;
  background-color: #8ED500;
  border: 1px solid #8ED500;
  box-sizing: border-box;
  font-style: italic;
}
.page-404 .search-form input[type=submit]:hover {
  text-decoration: none;
}
.page-404 .search-form input[type=submit] a {
  text-decoration: none;
}
.page-404 .search-form input[type=submit] a:hover {
  text-decoration: none;
}
.page-404 .search-form input[type=submit].disabled {
  opacity: 0.7;
  pointer-events: none;
}
.page-404 .search-form input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
.page-404 .search-form input[type=submit]:active {
  color: #FFFFFF;
  background-color: #006142;
  border: 1px solid #006142;
}
@media (min-width: 48rem) {
  .page-404 .search-form {
    margin-top: 3.125rem;
  }
}

.error404 .site__content .page__content > * {
  max-width: 31.25rem;
}
@media (min-width: 48rem) {
  .error404 .site__content {
    min-height: calc(100vh - 330px - 80px);
  }
}

.search-no-results .widget_search {
  display: none;
}
@media (min-width: 48rem) {
  .search-no-results .block__ajax-grid {
    width: 100%;
  }
}

/*
Theme Name: ND

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/
/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/

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